@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Nunito');


/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}


a ,a:hover,a:focus, button:hover, button:focus{
  text-decoration: none;
  outline: none;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #000;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
}
.preloader i {
  color: #cd0110;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  
 background:transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 50%;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #cd0110;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #cd0110;
}

.top-nav-collapse {
  background: #000;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: 55px;
  height: 55px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 10px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
  background-image: url("../img/sliders/Slide.jpg");    
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;    
 
}

#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {

  text-transform: uppercase;
  font-family:'Nunito',sans-serif;
  text-shadow:3px 3px #000;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h3 {
  color: #fff;
  font-weight:600;
  margin: 0;
  font-family: 'Nunito',sans-serif;
  margin-bottom:10px;
  text-shadow: 3px 3px #000;
}

#owl-hero .item .caption h4 {
 
  font-size:20px;
  font-family: 'Nunito',sans-serif;
  margin-bottom:10px;
    background-color:rgba(0,0,0,0.5);
    padding:10px;
    color: #fff;
    font-weight: 500;    
  
}


#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}



    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  padding: 60px 0;
  text-align: center;
}
#welcome h2 {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

#welcome p{
   
   font-size:20px;
   color:#000;
}

#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Services Style
========================================================================== */
#services {
   
   background: url("../img/sliders/bg2.jpg") no-repeat center center;
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 544px) {
    
    #services{
        
        background: rgba(0,0,0,0.9);
  
    }
}

#services h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#services h4 {
  font-weight:bolder;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  color:#fff;
}

#services p {
  color: #fff;
}
#services .services-box {
  margin-top:40px;
  margin-bottom:50px;
}
#services .services-box .col-md-6 .media-body p,
#services .services-box .col-md-8 p
{
  font-size:20px;
}

#services .services-box .col-md-8 p{
   
   margin-bottom: 15px;
}

.link a
{
  font-size:16px;
  color:#fff;
}
.link a:hover
{
  color:#fff;
  text-decoration:underline;
}
#services .services-box .col-md-6 .media-body h5 {
  text-transform: uppercase;
  color: #fff;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {

  background: rgba(0, 0, 0, 0.9);
 /*
     background: url("../img/sliders/reserve.jpg") no-repeat center center;
    -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  */
  padding: 60px 0;
  text-align: center;
}
#portfolio h2 {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  color:#ffffff;
  
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
 font-family: 'Nunito', sans-serif;
}
#team h2 {
  text-transform: uppercase;
}
#team #takeaway p{
    font-size: 20px;
}
#team #takeaway a{
    
    color:red;
}
#team #takeaway a:hover{
    
      text-decoration:underline;
}
/**
#team .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#team .container-fluid .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}
**/

#team .container-fluid .col-sm-6 {
  
    margin-bottom: 20px;
}


#team .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  
}
#team .portfolio-box img{
    
    width:100%;
}
.img-responsive{
    
 margin: 0 auto;   
}

#team .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
#team .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#team .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  padding: 0 30px;
}
#team .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
/**
#team .portfolio-box:hover .portfolio-box-caption {
  opacity: 0;
}
**/

#team .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content {
  
    padding:15px;
    background: #fff;
    color:#000;
       
}


    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
}
#contact h2 {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
#contact form {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
#contact .form-group {
  margin-bottom: 25px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #000;
  color: #cd0110;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

#btn {
    
    background-color: #cd0110;
    border-color: #bf020f;
    font-weight: 700;
}

#btn:hover{
    
    background-color: #fff;
    color:#cd0110;

}

/** info **/

#contact .info{
    
   margin: 40px 0; 
}

#contact .info #text i{
  margin-right: 10px;
}
#coantact .info p{
  color:#000;
  font-size: 16px;
}

#contact .info  ul {
  margin:0;
  padding: 0;
}

#contact .info  ul li {
  display: inline-block;
  margin-right: 20px;
}
  #contact .info ul li a{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #b0b0b0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .info ul li a:hover {
  background: #cd0110;
  color: #fff;
}


    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #000;
  padding: 15px 0;
  text-align: center;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}

.scroll-top .btn-primary {
    color: #fff;
    background-color: #cd0110;
    border-color: #cd0110;
}

.scroll-top .btn-primary:focus{
    
    background-color:#b2020f;
}
.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #000;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

    .top-nav-collapse .nav > li > a {
    padding: 15px 15px;
}
}

/**/
.portfolio-modal .modal-content {
  
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#fff;
    background: #000;
}

.portfolio-modal .modal-content h3 {
    margin: 0;
    font-size: 3em;
    color:red;
    font-family: 'Nunito', sans-serif;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    
}

.portfolio-modal .close-modal:hover {
    opacity: .5;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: red;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .panel-primary{
   
    background: transparent;
    border:none;
    
}
.portfolio-modal .panel-primary .panel-footer{
    
    height: 100px;
    bottom: 0;
    position: relative;
}
.portfolio-modal .panel-primary .panel-footer p{
     
    font-size: 12px;
    font-weight: bolder;
    color:#fff;
    margin-bottom: 2px;
}

  /** reservation**/
#our-services-area  {

  padding: 60px 0;
  padding-bottom: 80px;
}

.p-b-113 {
  padding-bottom: 113px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.t-center {
  text-align: center;
}
.tit2 {
  
  font-size: 30px;
  line-height: 1.3;
  color: #000;
}

.size22 {
  max-width: 870px;
}

.m-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}

.bo-rad-10 {
  border-radius: 10px;
}
.bo2 {
  border: 2px solid #d9d9d9;
}
.size12 {
  width: 100%;
  height: 50px;
}

.txt10 {

  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 18px;
  color: #666666;

}
.pos-relative {

  position: relative;

}
.m-b-23 {

  margin-bottom: 23px;

}
.m-t-3 {

  margin-top: 3px;

}

.txt9 {

 
  font-weight: 400;
  font-size: 18px;
  color: #555555;

}

.bo-rad-10 {

  border-radius: 10px;

}

.sizefull {

  width: 100%;
  height: 100%;

}
input {

  outline: none;
  border: none !important;

}
.p-l-20 {

  padding-left: 20px;

}

.bo-rad-10 {

  border-radius: 10px;

}

.ab-r-m {

  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}
.m-r-18 {

  margin-right: 18px;

}
.flex-c-m {

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}
.txta {


  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #42b72a;
  text-transform: uppercase;

}

button, textarea {

  outline: none !important;
  border: none;
  background: transparent;
      background-color: transparent;

}

.btn1 {
background-color: #fff;
display: inline-block;
padding: 15px 30px;  
position: relative;    
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;

    
}
.btn1::after {
bottom: 5px;
content: "";
left: 5px;
position: absolute;
right: 5px;
top: 5px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

.btn1:hover, .btn1:focus {
color: #fff;
}
.btn1:hover::after, .btn1:focus::after {
bottom: 0px;
content: "";
left: 0px;
right: 0px;
top: 0px;
}

.btn1::after {
border: 2px solid #42b72a;
}
.btn1:hover, .btn1:focus {
background-color: #42b72a;
}
.btn1:hover::after, .btn1:focus::after {
border-color: #42b72a;
}

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

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

.table-condensed td, .table-condensed th {
font-size: 18px;
/*
font-family: "Muli", sans-serif;
*/
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;
}


ul, li {

  margin: 0px;
  list-style-type: none;

}
/*[ 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 #cd0110;
-moz-box-shadow: 0 0 0px 2px #cd0110;
-webkit-box-shadow: 0 0 0px 2px #cd0110;
-o-box-shadow: 0 0 0px 2px #cd0110;
-ms-box-shadow: 0 0 0px 2px #cd0110;
}

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

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

.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 #cd0110;
-moz-box-shadow: 0 0 0px 2px #cd0110;
-webkit-box-shadow: 0 0 0px 2px #cd0110;
-o-box-shadow: 0 0 0px 2px #cd0110;
-ms-box-shadow: 0 0 0px 2px #cd0110;
}

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


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
font-size: 18px;
/*
font-family: "Muli", sans-serif;
*/
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: #cd0110;
color: #fff;
}

.select2-results__options{
font-size: 14px;
/*
font-family: "Muli", sans-serif;
*/
font-weight: 400;
color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
border: 1px solid #aaa !important;
outline: none;
/*
font-family: "Muli", sans-serif;
*/
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;
}
.trans-0-4 {

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

}

#alertMsg{

  color:#cd0110;
  font-size: 18px;
}

.error{
  
 color:#cd0110;


}

.txt10 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.m-b-60 {
  margin-bottom: 60px;
}

.wrap-form-reservation textarea {
border-radius: 10px;
border: 2px solid #d9d9d9 !important;
}
.t-center p{
  color:#555555;
}

#msg{
    
  
  height: 100px;
  
}

.modal-backdrop{
  z-index: 1049;
}

.site-section-heading p{

  font-size: 18px;
}

.header-area .alazea-main-menu .classynav ul li.active a{
  color:#cd0110;
}

.modal-dialog .modal-header, .modal-dialog .modal-footer{
  border:none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
  
}
.vertical-align-center {
    
    display: table-cell;
    vertical-align: middle;
   
}
.vertical-align-center .modal-content {
  
    width:inherit;
    height:inherit;
    margin: 0 auto;
    
}