/*-----------------------------------------------------------------------------------
    
    Template Name: 
    Template URI: http://www.jharkhanditsolutions.com/
    Description: This is html5 template
    Author: Mercury Residency
    Author URI: http://www.jharkhanditsolutions.com/
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. About Area
    2. Room Area
    3. Services Area
    4. Fun Factor Area
    5. Gallery Area
    6. Team Area
    7. Advertise Area
    8. Pricing Area
    9. Blog Area
    10. Client Area
    11. Newsletter Area
    12. Room Grid / List Page
    13. Room Details Page
    14. Location Page
    15. Event Page
    16. Contact Page

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

/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
form.search-form {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    padding: 50px 70px;
    position: relative;
    z-index: 2;
}
.box-select .select {
    border: 1px solid #dddddd;
    float: left;
    height: 48px;
    margin-right: 30px;
    width: 182px;
}
.select > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.select > select:focus{outline: 0}
.search-form button {
    border: 0 none;
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
    width: 182px;
}
.box-select .select {position: relative;}
.box-select .select::after {
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: 9px;
    top: 14px;
    z-index: 1;
}
.box-select .select::after {content: "\f331";}
.box-select .select.arrow::after {content: "\f2f2"; font-size: 24px; top: 8px}
.about-text {padding-top: 90px;}
.about-text .section-title {padding: 0;}
.about-links > a {
    border: 1px solid #f1f1f1;
    color: #b5876d;
    display: table;
    float: left;
    font-size: 18px;
    height: 38px;
    margin-right: 15px;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 38px;
}
.about-links > a i {
    display: table-cell;
    vertical-align: middle;
}
.about-links > a:hover {
    background: #b5876d none repeat scroll 0 0;
    border-color: #b5876d;
    color: #ffffff;
}
.about-links {padding-top: 37px;}
.video-wrapper, .video-overlay {position: relative;}
.video-overlay::after {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.video-wrapper:hover .video-overlay::after {opacity: 1;}
.video-overlay > img {width: 100%;}
.video-popup {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 72px;
    height: 60px;
    left: 0;
    line-height: 58px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 60px;
    z-index: 2;
}
.video-popup i {line-height: 58px}
.video-wrapper .video-popup:hover {color: #c6c6c6}
.video-wrapper:hover .video-popup {opacity: 1}
/*----------------------------------------*/
/*  2. Room Area
/*----------------------------------------*/
.room-area .container-fluid {padding: 0;}
.single-room {
    height: 600px;
    padding: 0;
    position: relative;
    width: 25%;
    float: left
}
.single-room > a {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-room:hover > a {
    left: -60px;
    width: calc(100% + 120px);
    z-index: 2;
}
.single-room > a:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-room:hover > a:before {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0}
.room-hover {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.single-room:hover .room-hover {z-index: 9;}
.single-room > h3 {
    color: #ffffff;
    left: 50%;
    margin-bottom: 19px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease 0s;
    width: 100%;
}
.single-room:hover > h3 {opacity: 0; transition-delay: 0s}
.hover-text > h3 {
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-room:hover .hover-text > h3 {top: 43%;}
.hover-text > h3:hover a, .hover-text > h3 a:hover, .hover-text > h3 a:focus, .hover-text > h3 a:active {
    color: #b5876d;
}
.hover-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-text .room-btn {
    bottom: 42%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(40px);
    transition: all 0.3s ease-in-out 0.1s;
}
.single-room:hover .room-btn {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.hover-text .default-btn {
    display: inline-block;
    line-height: 38px;
    margin-top: 37px;
    padding: 0 22px;
}
.p-amount {
    bottom: 26px;
    color: #ffffff;
    position: absolute;
    right: 28px;
    transform: translateX(100px);
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 2;
}
.p-amount > span {
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.p-amount > span.count {
    font-size: 15px;
    font-weight: 400;
    padding-top: 3px;
}
.single-room:hover .p-amount {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.3s;
}
/*----------------------------------------*/
/*  3. Services Area
/*----------------------------------------*/
.nav.nav-tabs {border: 0 none;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #b5876d none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
}
.nav-tabs > li > a {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 12px;
}
.title {
    font-family: "raleway";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
span.title, span.text {
    color: #444444;
    display: block;
    padding-left: 80px;
}
span.image {
    display: block;
    left: 20px;
    position: absolute;
    top: 27px;
}
.nav-tabs > li {margin-bottom: 20px; width: 100%}
.nav-tabs > li.active > a .title, .nav-tabs > li.active > a:focus .title, .nav-tabs > li.active > a:hover .title {
    color: #ffffff;
}
.nav-tabs > li.active > a .text, .nav-tabs > li.active > a:focus .text, .nav-tabs > li.active > a:hover .text {
    color: #ffffff;
}
.nav-tabs > li > a span {transition: all 0.2s ease 0s;}
.nav-tabs > li:last-child {margin: 0;}

span.image.s-img {
    display: none;
}
.nav-tabs > li.active > a span.s-img, .nav-tabs > li.active > a:focus span.s-img, .nav-tabs > li.active > a:hover span.s-img {
    display: block;
}
/*----------------------------------------*/
/*  4. Fun Factor Area
/*----------------------------------------*/
.fun-factor-area {padding: 57px 0 69px;}
.single-fun-factor > h1 {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.single-fun-factor > h4 {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 17px;
    text-transform: uppercase;
}
/*----------------------------------------*/
/*  5. Gallery Area
/*----------------------------------------*/
.gallery-item {width: 25%; overflow: hidden;}
.thumb > img {max-width: 100%;}
.gallery-hover a {
    border: 1px solid #fbfafa;
    border-radius: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 24px;
    height: 38px;
    margin: 0 8px;
    position: relative;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 38px;
}
.gallery-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
.gallery-item:hover .gallery-hover {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.gallery-icon {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.gallery-hover a i {
    display: table-cell;
    vertical-align: middle;
}
.gallery-hover a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #b5876d;
}
.gallery-filter, .event-menu {
    margin-bottom: 50px;
    text-align: center;
}
.gallery-filter button, .event-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #444444;
    font-family: "raleway";
    font-size: 18px;
    line-height: 17px;
    padding: 0 21px;
}
.gallery-filter button:focus, .gallery-filter button.active, .event-menu button:focus, .event-menu button.active {
    color: #b5876d;
}
.gallery-icon span {
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.gallery-icon span img{transition: all 0.3s ease-in-out 0s}
.gallery-icon span.s-img, .gallery-icon a:hover span.p-img {display: none;}
.gallery-icon a:hover span.s-img {display: block;}
/*----------------------------------------*/
/*  6. Team Area
/*----------------------------------------*/
.single-team {
    position: relative;
    text-align: center;
    overflow: hidden
}
.team-image > img {max-width: 100%;}
.team-hover > h4 {
    color: #ffffff;
    margin-bottom: 2px;
    transform: translate3d(0px, 200%, 0px);
    transition: transform 0.25s ease 0s;
}
.single-team:hover .team-hover h4 {
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.3s;
}
.team-hover span {
    color: #ffffff;
    font-family: "raleway";
    font-size: 16px;
    margin-bottom: 14px;
    transform: translate3d(0px, 200%, 0px);
    transition: transform 0.25s ease 0s;
}
.single-team:hover .team-hover span {
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.4s;
}
.team-hover > p {
    color: #ffffff;
    margin-bottom: 12px;
    transform: translate3d(0px, 200%, 0px);
    transition: transform 0.25s ease 0s;
}
.single-team:hover .team-hover p {
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.5s;
}
.team-links a {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    margin: 0 20px;
    transform: translate3d(0px, 200%, 0px);
    transition: transform 0.35s ease 0s;
}
.single-team:hover .team-links a {transform: translate3d(0px, 0px, 0px);}
.single-team:hover .team-links a:nth-child(1) {transition-delay: 0.7s;}
.single-team:hover .team-links a:nth-child(2) {transition-delay: 0.9s;}
.single-team:hover .team-links a:nth-child(3) {transition-delay: 1.1s;}
.team-links > a:hover {color: #b5876d;}
.team-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: -100%;
    left: 0;
    padding: 28px 32px 25px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-team:hover .team-hover {bottom: 0;}
.team-section .single-team {margin-bottom: 50px}
/*----------------------------------------*/
/*  7. Advertise Area
/*----------------------------------------*/
.advertise-text {
    overflow: hidden;
    padding: 75px 0;
}
.advertise-text > h1 {
  color: #ffffff;
  float: left;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.advertise-text span {color: #b5876d;}
.advertise-text .default-btn {
    float: right;
    line-height: 48px;
    padding: 0 25px;
    text-transform: uppercase;
}
/*----------------------------------------*/
/*  8. Pricing Area
/*----------------------------------------*/
.package-name > h3 {
    color: #252525;
    font-family: "Lato",sans-serif;
    padding: 44px 0 25px;
}
.single-pricing {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #b5876d;
    border-top: 1px solid #b5876d;
    padding-bottom: 49px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.single-pricing::before, .single-pricing::after {
    border-left: 1px solid #b5876d;
    border-right: 1px solid #b5876d;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease 0s;
}
.single-pricing::after {bottom: 0; top: auto;}
.single-pricing:hover::before, .single-pricing:hover::after {height: 50%;}
.package-name > h1 {
    background: #ffffff none repeat scroll 0 0;
    color: #535353;
    font-family: "Lato",sans-serif;
    font-size: 50px;
    padding: 30px 0 36px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.package-name h1 span {font-size: 20px;}
.package-name h1 .currency {
    position: relative;
    top: -20px;
}
.package-offer {padding-top: 10px; z-index: 3; position: relative}
.package-offer > span {
    color: #606060;
    display: block;
    font-size: 18px;
    margin: 16px 0;
}
.signup-btn {padding-top: 33px; z-index: 3; position: relative}
.signup-btn a {
    background: #ffffff none repeat scroll 0 0;
    color: #606060;
    display: inline-block;
    font-weight: 700;
    line-height: 38px;
    padding: 0 21px;
    text-transform: uppercase;
}
.signup-btn a::before {
    background: #b5876d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.single-pricing:hover {box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);}
.single-pricing:hover .package-name > h1, .single-pricing:hover .signup-btn a {color: #b5876d;}
.single-pricing:hover .signup-btn a:hover {color: #fff}
.signup-btn a:hover {color: #ffffff;}
.package-offer > span.light {color: #bbbbbb;}
/*----------------------------------------*/
/*  9. Blog Area
/*----------------------------------------*/
.single-blog-wrapper {position: relative; overflow: hidden}
.blog-text {border: 1px solid #dfdfdf; padding: 26px 0 29px;}
.single-blog {text-align: center;}
.blog-text > h3, .blog-hover > h3 {
    color: #252525;
    font-family: "Lato",sans-serif;
    font-weight: 400;
}
.blog-text .time, .blog-hover > span {
    color: #909090;
    display: block;
    font-size: 13px;
    margin-bottom: 14px;
}
.blog-text .time, .blog-hover > span{color: }
.blog-text .time i, .blog-hover > span i {font-size: 14px; padding-right: 5px;}
.blog-hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    bottom: 0;
    height: 100%;
    left: -100%;
    padding: 26px 26px 6px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-hover > p {color: #252525; padding-top: 13px;}
.post-info > span {
    display: inline-block;
    font-size: 13px;
    padding-right: 35px;
}
.post-info > span a {color: #909090;}
.post-info > span a:hover {color: #444;}
.post-info > span i {padding-right: 5px;}
.post-info > span:last-child {padding-right: 0;}
.post-info {padding-top: 14px;}
.blog-hover .default-btn {
    line-height: 38px;
    margin-top: 48px;
    padding: 0 21px;
}
.blog-hover .default-btn::before {background: #131313 none repeat scroll 0 0;}
.blog-hover .default-btn::hover {color: #fff;}
.blog-hover .default-btn::before {color: #B5876D;}
.single-blog-wrapper:hover .blog-hover {left: 0;}
.blog-hover > h3:hover a{color: #B5876D}
.blog-hover > p {transform: translate3d(0px, 350%, 0px); transition: transform 1s ease 0s;}
.post-info > span {transition: transform 1s ease 0s;}
.post-info > span:first-child {transform: translate3d(-500%, 0px, 0px);}
.post-info > span:nth-child(2) {transform: translate3d(-550%, 0px, 0px);}
.post-info > span:nth-child(3) {transform: translate3d(-600%, 0px, 0px);}
.blog-hover .default-btn {transform: translate3d(0px, 700%, 0px); transition: transform 0.4s ease 0s;}
.single-blog-wrapper:hover .blog-hover > p, .single-blog-wrapper:hover .post-info > span, .single-blog-wrapper:hover .blog-hover .default-btn {
    transform: translate3d(0px, 0px, 0px);
}
.single-blog-wrapper:hover .blog-hover > p {transition-delay: .4s;}
.single-blog-wrapper:hover .post-info > span:last-child {transition-delay: 1.2s;}
.single-blog-wrapper:hover .post-info > span:nth-child(2) {transition-delay: 1.7s;}
.single-blog-wrapper:hover .post-info > span:first-child {transition-delay: 2s;}
.single-blog-wrapper:hover .blog-hover .default-btn {transition-delay: 2.3s;}
/*----------------------------------------*/
/*  10. Client Area
/*----------------------------------------*/
.client-area {padding: 68px 0 61px;}
.client-image > a {display: table-cell; vertical-align: middle;}
.single-client {
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.client-image {display: inline-table; height: 100%;}
.owl-carousel .owl-item .client-image .s-img, .single-client:hover .p-img {display: none;}
.owl-carousel .owl-item .single-client:hover .client-image .s-img {display: block;}
/*----------------------------------------*/
/*  11. Newsletter Area
/*----------------------------------------*/
.newsletter-container h3 {
    float: left;
    line-height: 38px;
    text-transform: uppercase;
}
.newsletter-container {overflow: hidden; padding: 0 25px;}
.newsletter-form {overflow: hidden;}
.newsletter-area { padding: 80px 0;}
.newsletter-form input {
    border: 1px solid #b7b6b6;
    color: #4d4d4d;
    font-family: "raleway";
    font-size: 14px;
    height: 38px;
    padding: 0 8px;
    width: 284px;
}
.newsletter-form input#mc-email::-moz-placeholder {color: #4d4d4d;} 
.newsletter-form input[type="email"]::-webkit-input-placeholder {color: #4d4d4d;}
.newsletter-form form {float: right;}
.mailchimp-alerts {
    display: block;
    overflow: hidden;
    padding-left: 53px;
    width: 100%;
}
.newsletter-form button {
    border: 0 none;
    float: right;
    line-height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
}
.newsletter-form button::before, .search-form button:before {background: #131313 none repeat scroll 0 0;}
.newsletter-form button:hover, .search-form button:hover {color: #fff}
/*----------------------------------------*/
/*  12. Room Grid / List Page
/*----------------------------------------*/
.room-grid {position: relative;}
.room-grid .single-room {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
}
.hover-text > p {
    bottom: 41%;
    color: #ffffff;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;
}
.single-room:hover p {
    opacity: 1;
   /* transform: translateY(0px);*/
    transition-delay: 0.2s;
}
.room-grid .p-amount {
    left: 0;
    margin-bottom: 6px;
    opacity: 0;
    right: 0;
    top: 36%;
    transition: all 0.3s ease-in-out 0.2s;
    bottom: auto
}
.room-grid .single-room:hover .p-amount {opacity: 1;}
.room-grid .p-amount > span {
    display: inline-block;
    font-size: 24px;
}
.room-grid .p-amount > span.count {font-size: 15px;}
.room-grid .hover-text h3 {margin-bottom: 18px;}
.room-grid .single-room:hover .hover-text > h3 {top: 30%;}
.room-grid .single-room .hover-text .room-btn {bottom: 1%;}
.room-grid .hover-text .default-btn {margin-top: 26px;}
.room-grid .single-room {margin-bottom: 50px;}
.room-grid .single-room .room-hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    z-index: 2;
}
.room-grid .single-room::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.room-grid .hover-text {z-index: 2;}
.room-grid .single-room:hover::after {transform: scaleY(1);}
.room-grid .single-room .hover-text > p {bottom: 42%; padding: 0 20px; font-size: 14px; bottom: 50%;}
.room-grid .single-room:hover .hover-text .default-btn {bottom: 28%;}
.room-list a {display: block;}
.room-list-text > h3:hover a {color: #b5876d;}
.room-service p {font-family: "raleway"; width: 77%;}
.room-list-text > h3 {margin-bottom: 15px;}
.room-list-text h4 {padding: 15px 0 18px;}
.room-list {
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.room-list::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}
.room-list img {position: relative; z-index: 2;}
.room-list .p-amount {
    background: #b5876d none repeat scroll 0 0;
    bottom: 0;
    height: 101px;
    opacity: 0;
    padding-top: 20px;
    right: 15px;
    text-align: center;
    transform: translateX(0px);
    transition: all 0.3s ease 0s;
    width: 150px;
}
.room-list-text {
    padding-bottom: 48px;
    padding-top: 58px;
}
.room-list:hover .p-amount {opacity: 1;}
.room-list:hover::after {background: #b5876d none repeat scroll 0 0;}
.room-list:hover {box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);}
/*----------------------------------------*/
/*  13. Room Details Page
/*----------------------------------------*/
.slick-list{padding: 0 !important}
.slick-slide img {width: 100%;}
.slider-nav .slick-slide {
    padding-left: 11px;
    padding-right: 11px;
}
.nav-row {
    margin-left: -11px;
    margin-right: -11px;
}
.room-slider {margin-bottom: 20px;}
.slider-nav {
    position: relative;
    overflow: hidden;
}
.slick-prev, .slick-next {font-size: 0; padding: 0}
.slick-arrow {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    left: 11px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 9;
}
.slick-next {left: auto; right: 9px;}
.slick-prev::before, .slick-next::before {
    color: #444444;
    content: "\f2f4";
    font-family: "Material-Design-Iconic-Font";
    font-size: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 16px;
    transform: translate(-50%, -50%)
}
.slick-next:before {content: "\f2f6";}
.room-details-title {
    line-height: 18px;
    margin-bottom: 34px;
    position: relative;
    text-transform: uppercase;
}
.room-details-title::after {
    background: #b5876d none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
}
.room-details-text {padding-top: 50px;}
.room-details-text > p {margin-bottom: 24px;}
.room-facilities {
    margin-bottom: 32px;
    overflow: hidden;
    padding-top: 22px;
}
.single-facility > span {
    display: block;
    font-family: "raleway";
    line-height: 25px;
    margin-bottom: 10px;
}
.single-facility {float: left; width: 33.3333%;}
.single-faciity {padding-top: 1px;}
.single-facility span i {font-size: 18px; padding-right: 10px;}
.cost > h2, .cost span {color: #ffffff;}
.cost {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 100px;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 170px;
}
.cost > span {
    display: block;
    font-family: "raleway";
    font-size: 15px;
    padding-top: 5px;
}
.zmdi-check {color: #1db000;}
.zmdi-close {color: #ff0101;}
.room-area .room-details-title {margin-bottom: 40px;}
.cost > h2, .cost span {color: #ffffff;}
.cost {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 100px;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 170px;
}
.cost > span {
    display: block;
    font-family: "raleway";
    font-size: 15px;
    padding-top: 5px;
}
.sidebar-widget form.search-form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.sidebar-widget .box-select .select {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
}
.sidebar-widget .search-form button {
    margin-top: 20px;
    width: 100%;
}
.sidebar-widget {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-bottom: 50px;
    padding: 24px 20px 30px;
}
.sidebar-widget .room-details-title {
    font-size: 18px;
    margin-bottom: 27px;
    padding-top: 6px;
}
.sidebar-widget .room-details-title::after {bottom: -7px;}
.sidebar-widget .c-info > span:first-child {
    border: 0 none;
    text-align: left
}
.sidebar-widget .c-info:hover > span:first-child{background: transparent; color: #252525}
.sidebar-widget .c-info {margin-bottom: 12px;}
.sidebar-widget .c-info-text{margin-bottom: 12px}
.sidebar-widget .c-info:last-child {margin: 0;}
.sidebar-widget .c-info > span:last-child {padding-left: 44px;}
.post-img > img {max-width: 100%;}
.post-img {float: left;}
.post-content {
    margin-bottom: 40px;
    overflow: hidden;
}
.post-text {
    overflow: hidden;
    padding-left: 24px;
}
.post-text h4 {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.post-text h4:hover a {color: #b5876d;}
.post-text > span {
    color: #909090;
    display: block;
    font-size: 13px;
}
.post-content:last-child {margin: 0;}

.room-details .single-room.large .hover-text {padding: 0 80px;}
/*----------------------------------------*/
/*  14. Location Page
/*----------------------------------------*/
.location-image a {
    display: block;
    position: relative;
    overflow: hidden
}
.location-image a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
.location-image a:hover::before {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.location-image a::after {
    color: #ffffff;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 48px;
    left: 50%;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
}
.location-image a:hover::after {opacity: 1;}
.location-text > h3 {
    color: #252525;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    margin-bottom: 13px;
}
.location-text > h3:hover a {color: #b5876d;}
.location-text {padding-top: 25px;}
.address-distance > span {display: inline-block; font-size: 15px;}
.address-distance > span:first-child {float: left;}
.address-distance > span:last-child {float: right;}
.single-location {margin-bottom: 70px;}
/*----------------------------------------*/
/*  15. Event Page
/*----------------------------------------*/
.event-items {margin-left: -5px; margin-right: -5px}
.single-event {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}
.single-event-item > img {width: 100%;}
.single-event-item {position: relative;}
.event-text {
    height: 100%;
    left: 0;
    padding-left: 39px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.event-text::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-event:hover .event-text::before {opacity: 1;}
.event-title {
    bottom: 45px;
    color: #ffffff;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.single-event:hover .event-title {bottom: 140px;}
.event-text .author-name {
    bottom: -90%;
    color: #b5876d;
    position: absolute;
    transition: all 0.8s ease 0s;
    z-index: 1;
}
.event-text > p {
    bottom: -200%;
    color: #ffffff;
    position: absolute;
    transition: all 1s ease 0s;
    width: 48%;
    z-index: 1;
}
.small .event-text > p {width: 93%;}
.single-event:hover .event-text > p {bottom: 37px; transition-delay: 0.25s;}
.single-event:hover .event-text .author-name {
    bottom: 108px;
    transition-delay: 0.1s;
}
.event-text::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 53px;
    content: "";
    height: 0;
    left: 29px;
    position: absolute;
    transition: all 0.8s ease 0s;
    width: 1px;
}
.single-event:hover .event-text::after {
    height: 110px;
    transition-delay: 0.5s;
}
.event-area .single-event:nth-child(5), .event-area .single-event:nth-child(6) {margin: 0;}
/*----------------------------------------*/
/*  16. Contact Page
/*----------------------------------------*/
h4.contact-title {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact-text > p {
    line-height: 24px;
    margin-bottom: 13px;
}
.contact-text i {font-size: 18px;}
span.c-icon {display: inline-block; float: left;}
span.c-icon i {
    position: relative;
    top: 3px;
    width: 27px;
}
span.c-text {display: inline-block;}
.contact-text {margin-bottom: 55px;}
.link-social > a {
    color: #444;
    display: inline-block;
    line-height: 19px;
    margin-right: 27px;
}
.link-social > a:hover {color: #B5876D}
.link-social > a i {font-size: 20px;}
.contact-form-area input, .contact-form-area textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    color: #444444;
    font-size: 14px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0px 15px;
    width: 100%;
}
.contact-form-area textarea {
    height: 150px;
    padding-top: 13px;
    resize: none;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {color: #444;} 
#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {color: #444;}
#contact-form button.default-btn {
    border: 0 none;
    font-size: 16px;
    line-height: 40px;
    padding: 0 35px;
}
#contact-form button.default-btn::before {background: #333333 none repeat scroll 0 0;}







/* CSS Document */


.form-group {
    margin: 0;
}
.form-control {
    color: #b3b3b3;
    border: 1px solid #e6eff2;
    box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 1em;
}
.form-control:disabled {
    background: #f5f5f5 !important;
}
.form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}
.form-select select::-ms-expand {
    display: none;
}
.form_date .datepicker:hover {
    cursor: pointer;
}
textarea.form-control {
    max-width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #b3b3b3;
}
.form-control:-moz-placeholder {
    color: #b3b3b3;
}
.form-control::-moz-placeholder {
    color: #b3b3b3;
}
.form-control:-ms-input-placeholder {
    color: #b3b3b3;
}
.form-control:focus {
    border-color: #d4d3d3;
    box-shadow: none;
    outline: none;
}
select:focus::-ms-value {
    background: transparent;
    color: #b3b3b3;
}
.form-control .btn-select,
.form-control .btn-select:hover,
.form-control .btn-select:focus {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px;
    font-size: 1em;
}
.input-group {
    width: 100%;
}
label {
    font-size: .9em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
}
label .label_icon_info {
    color: #000;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    position: absolute;
    top: -2px;
    right: -10px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: .8em;
    color: #b3b3b3;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #b3b3b3;
}
.datepicker-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}
.datepicker-dropdown.datepicker {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}
.datepicker-dropdown.datepicker .datepicker-switch {
    color: #a9a9a9;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-right: 0;
    border-left: 0;
}
.datepicker-dropdown.datepicker .datepicker-switch:hover {
    cursor: pointer;
}
.datepicker-dropdown.datepicker .prev,
.datepicker-dropdown.datepicker .next {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
}
.datepicker-dropdown.datepicker .prev:hover,
.datepicker-dropdown.datepicker .next:hover {
    cursor: pointer;
    background: #ffb600;
    border-color: #ffb600;
    color: #fff;
}
.datepicker-dropdown.datepicker .day {
    padding: 10px 12px;
    color: #000;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.datepicker-dropdown.datepicker .new.day {
    background: #fefefe;
}
.datepicker-dropdown.datepicker .day.disabled {
    background: #fbf5f5;
    color: #000;
    border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .day:hover {
    cursor: pointer;
    background: #640f24;
    border-color: #640f24;
    color: #fff;
}
.datepicker-dropdown.datepicker .day.disabled:hover {
    cursor: not-allowed;
    background: #fbf5f5;
    color: #000;
    border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .day.today {
    background: #640f24;
    color: #fff;
}
.datepicker-dropdown.datepicker .datepicker-months,
.datepicker-dropdown.datepicker .datepicker-years,
.datepicker-dropdown.datepicker .datepicker-decades,
.datepicker-dropdown.datepicker .datepicker-centuries {
    max-width: 301px;
}
.datepicker-dropdown.datepicker .datepicker-months table tr td,
.datepicker-dropdown.datepicker .datepicker-years table tr td,
.datepicker-dropdown.datepicker .datepicker-decades table tr td,
.datepicker-dropdown.datepicker .datepicker-centuries table tr td {
    padding: 0;
    padding-top: 10px;
}
.datepicker-dropdown.datepicker .month,
.datepicker-dropdown.datepicker .year,
.datepicker-dropdown.datepicker .decade,
.datepicker-dropdown.datepicker .century {
    display: inline-block;
    width: 50px;
    padding: 10px 0;
    color: #000;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.datepicker-dropdown.datepicker .month:hover,
.datepicker-dropdown.datepicker .year:hover,
.datepicker-dropdown.datepicker .decade:hover,
.datepicker-dropdown.datepicker .century:hover {
    background: #640f24;
    border-color: #640f24;
    color: #fff;
    cursor: pointer;
}
.datepicker-dropdown.datepicker .month.disabled,
.datepicker-dropdown.datepicker .year.disabled,
.datepicker-dropdown.datepicker .decade.disabled,
.datepicker-dropdown.datepicker .century.disabled {
    background: #fbf5f5;
    color: #000;
    border-color: #ede8ea;
}
.datepicker-dropdown.datepicker .month.disabled:hover,
.datepicker-dropdown.datepicker .year.disabled:hover,
.datepicker-dropdown.datepicker .decade.disabled:hover,
.datepicker-dropdown.datepicker .century.disabled:hover {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}
.bootstrap-select .dropdown-menu li a {
    color: #000;
}
.bootstrap-select .dropdown-menu .popover-title {
    padding: 4px 10px !important;
    background: #e4e5e7;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #dadbdd;
    border-radius: 2px 2px 0 0;
}
 
 
 /* ---------- 6.2 Horizontal Booking Form 1 ---------- */

.hbf {
    margin-top: -60px;
    position: relative;
    z-index: 99;
    width: 100%;
}
.hbf .inner {
    min-height: 120px;
    background: #fff;
    border-radius: 2px;
    padding: 15px 0;
    border: 1px solid #E6EFF2;
    border-bottom: 4px solid #E6EFF2;
    border-top: none;
}
.hbf .inner {
    border: none;
    border-radius: 2px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
}
.hbf .inner .form-control {
    width: 100%;
    font-size: 0.9em;
    padding: 6px 10px;
    background: transparent;
    color: #b3b3b3;
    border: 1px solid #cfd7da;
    box-shadow: none;
    border-radius: 1px;
    height: 42px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.hbf .inner .button {
    margin-top: 30px;
}
.hbf .inner .advanced_form_link {
    text-align: center;
    margin-top: 5px;
}
.hbf .inner .advanced_form_link a {
    font-weight: 400;
    color: #000;
    font-size: .9em;
}
.hbf .inner .form_select,
.hbf .inner .form_date {
    position: relative;
    overflow: hidden;
    padding: 0px 0px !important;
}
.hbf .inner .form_select select {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}
.hbf .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
}
.hbf .inner .form_date:after {
    font-size: 0.9em;
    position: absolute;
    display: block;
    content: "\f073";
    top: 50%;
    right: 0;
    margin: -6px 8px 0 0;
    font-family: FontAwesome;
    line-height: 12px;
    color: #b3b3b3;
}
.hbf .inner .form_date .datepicker {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
}
/* ---------- 6.3 Horizontal Booking Form 2 ---------- */

.hbf_2 {
    position: absolute;
     left: 0;
    right: 0;
}
.hbf_2 .inner {
    min-height: 64px;
    background: #000000;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.6;
    border-radius: 2px;
    padding: 12px 0;
}
.hbf_2 .inner .form-control {
    height: 42px;
    background: #000;
    border: 1px solid #dadbdd;
    color: #fff;
}
.hbf_2 .inner .form-control .btn-select {
    padding: 10px 12px;
}
.hbf_2 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0;
}
.hbf_2 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px;
}
.hbf_2 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0;
}
.hbf_2 .inner .adults .form-control {
    border-radius: 1px 0 0 1px;
}
.hbf_2 .inner .children .form-control {
    border-radius: 0 1px 1px 0;
}
/* ---------- 6.4 Horizontal Booking Form 3 ---------- */

.hbf_3 {
    background: #f2f2f4;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.hbf_3 .inner {
    min-height: 110px;
    padding: 35px 0;
}
.hbf_3 .inner .form-control {
    height: 42px;
    background: #fff;
    border: 1px solid #cfd7da;
    color: #a9a9a9;
}
.hbf_3 .inner .form-control .btn-select {
    padding: 10px 12px;
}
.hbf_3 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0;
}
.hbf_3 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px;
}
.hbf_3 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0;
}
.hbf_3 .inner .adults .form-control {
    border-radius: 1px 0 0 1px;
}
.hbf_3 .inner .children .form-control {
    border-radius: 0 1px 1px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.btn {
    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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
    .btn-first {
        background: #cb0b42;
        color: #fff !important;
        }
        .btn-second {
        background: rgb(58, 88, 149);
        color: #fff !important;
        }
        .btn-third {
        background: rgb(0, 165, 96);
        color: #fff !important;
        }
        .btn-fourth {
        background: #2e2e2e;
        color: #fff !important;
        }
        .pmd-floating-action-btn {
        display: block !important;
        }
        .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        }
        .animated.slower {
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
        }
        .animated {
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
        }

        .fa-file-text,.fa-facebook-f,.fa-whatsapp,.fa-phone
        {
            font-size: 20px !important;
        }
        /* Icon Spin */
        .hvr-icon-spin {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        }
        .hvr-icon-spin .hvr-icon {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        }
        .hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
        @-webkit-keyframes circleGlow {
        0% {
        -webkit-box-shadow: 0 0 0 5px #cb0b42;
        }
        14% {
        -webkit-box-shadow: 0 0 0 20px #00a56099;
        }
        28% {
        -webkit-box-shadow: 0 0 0 40px #322d2d66;
        }
        42% {
        -webkit-box-shadow: 0 0 0 30px #cb0b4266;
        }
        70% {
        box-shadow: 0 0 0 50px #ff690080;
        }
        100% {
        -webkit-box-shadow: 0 0 0 9px #ff690080;
        }
        }

    @keyframes circleGlow {
    0% {
    box-shadow: 0 0 0 5px #cb0b42;
    }
    14% {
    box-shadow: 0 0 0 20px #00a56099;
    }
    28% {
    box-shadow: 0 0 0 40px #322d2d66;
    }
    42% {
    box-shadow: 0 0 0 30px #cb0b4266;
        }
    70% {
    box-shadow: 0 0 0 50px #ff690080;
        }
    100% {
    box-shadow: 0 0 0 9px #ff690080;
        }
        }

    .outerglow {
      -webkit-animation-name: circleGlow;
      animation-name: circleGlow;
      -webkit-animation-duration: 1.3s;
      animation-duration: 1.3s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
       @-webkit-keyframes hvr-pulse-grow {
    to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }
    }
    @keyframes hvr-pulse-grow {
    to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }
    }
    .hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    }
    .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    }

        .png
        {
        height: 46px;   
        }
        #custom i{
        line-height: 50px;
         }
