/*=====================================================================================
BOOTSTRAP RESETS
=====================================================================================*/
html, body {
  color: #013252;
  font-family: muli, "helvetica-neue", arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: muli, "helvetica-neue", arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #0097CB;
}
a:hover,
a:focus {
  color: #54BFEE;
}
hr[class^="hr-"] {
  margin: 60px auto;
  width: 60px;
  border-top: 5px solid #CCCCCC;
}
hr.hr-lightblue {border-color: #0097CB}
hr.hr-darkblue  {border-color: #013252}
hr.hr-white     {border-color: #FFF}
hr.hr-yellow    {border-color: #FDE354}
ul {
  margin: 5px 0;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
.img-responsive {
  display: block;
  margin: 0 auto;
}


.owl-carousel img {
  width: auto !important;
  max-width: 100% !important;
  margin: auto !important;
}

/*--- Display ---*/

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--- Buttons---*/
.btn {
  padding: 15px 35px;
  border: none;
  border-radius: 0;
  color: #FFF;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:         all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.btn.btn-default   {background: #FFF; border: 2px solid #013252; color: #0097CB}
.btn.btn-default:hover,
.btn.btn-default:focus {background: #013252; color: #54BFEE}


.btn.btn-lightblue {background: #0097CB}
.btn.btn-darkblue  {background: #013252}
.btn.btn-yellow    {background: #FDE354; color: #013252}
.btn.btn-black     {background: #555}
.btn.btn-white     {background: #FFF; color: #013252}

.btn.btn-lightblue:hover,
.btn.btn-lightblue:focus {background: #005A8C; color: #FFF;}
.btn.btn-darkblue:hover,
.btn.btn-darkblue:focus  {background: #032142; color: #FFF;}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus    {background: #F9C943}
.btn.btn-black:hover,
.btn.btn-black:focus     {background: #353535; color: #FFF;}
.btn.btn-white:hover,
.btn.btn-white:focus     {background: #EEE}

.btn.btn-outline {background: transparent; border: 1px solid #DDD;}
.btn.btn-outline.btn-lightblue {border-color: #0097CB; color: #0097CB}
.btn.btn-outline.btn-darkblue  {border-color: #013252; color: #013252}
.btn.btn-outline.btn-yellow    {border-color: #FDE354; color: #FDE354}
.btn.btn-outline.btn-black     {border-color: #555; color: #555}
.btn.btn-outline.btn-white     {border-color: #FFF; color: #FFF}

.btn.btn-outline.btn-lightblue:hover,
.btn.btn-outline.btn-lightblue:focus {background: #0097CB; color: #FFF}
.btn.btn-outline.btn-darkblue:hover,
.btn.btn-outline.btn-darkblue:focus {background: #013252; color: #FFF}
.btn.btn-outline.btn-yellow:hover,
.btn.btn-outline.btn-yellow:focus {background: #FDE354; color: #FFF}
.btn.btn-outline.btn-black:hover,
.btn.btn-outline.btn-black:focus {background: #555; color: #013252}
.btn.btn-outline.btn-white:hover,
.btn.btn-outline.btn-white:focus {background: #FFF; color: #013252}


/*--- Typography ---*/

.text-proxima {
  font-family: proxima-nova, "helvetica-neue", arial, sans-serif;
}

.text-lightblue {color: #0097CB}
.text-darkblue  {color: #013252}
.text-white     {color: #FFFFFF}
.text-yellow    {color: #FDE354}

/*--- Layout ---*/

.mv-section {
  padding: 80px 0;
  background: center center no-repeat fixed;
}

/*--- Forms ---*/
.mv-form {
  padding: 0 0 20px;
}
.mv-form .form-block {
  padding: 10px 15px 5px;
  position: relative;
}
.form-control,
.mv-form .form-control{
  border: 1px solid #BDCCD4;
  border-radius: 0;
}

.mv-form * {
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.mv-form .form-group:after,
.mv-form .form-group:before {
  display: table;
  content: " "
}
.mv-form .form-group:after {
  clear: both
}
.mv-form .form-group {
  margin: 0 -15px;
}
.mv-form .form-group > * {
  margin: 15px 0 5px;
}
.mv-form label, .mv-form label span {
  color: #013252;
}
.mv-form label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.mv-form label > span {
  position: absolute;
  left: 15px; top: 8px; bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  pointer-events: none;
}
.mv-form input:focus,
.mv-form textarea:focus,
.mv-form select:focus {
  border-color: #013252;
  box-shadow: none;
}

.mv-form input:focus+span:not(.help-block),
.mv-form textarea:focus+span:not(.help-block),
.mv-form select:focus+span:not(.help-block),
.mv-form select.selected+span:not(.help-block),
.mv-form input:valid+span:not(.help-block),
.mv-form textarea:valid+span:not(.help-block),
.mv-form label span.help-block+span {
  opacity: 1;
  top: -15px; left: 0; bottom: auto;
  font-size: 12px;
  font-weight: 500;
}


.mv-form .checkbox {
  padding-left: 25px;
}
.mv-form .checkbox-inline {
  display: inline-block;
  padding: 5px 5px 10px 25px;
}
.mv-form .help-block {
  margin: 0 !important;
}
.mv-form label span.help-block {
  position: absolute;
  top: -13px; left: auto; bottom: auto; right: 0;
  color: #C12B36;
  font-size: 10px;
}

/*--- Pagination ---*/
.mv-pagination {
  text-align: center;
  width: 100%;
}
.mv-pagination li {
  display: inline-block;
  margin: 0 -2px;
  text-align: center;
}
.mv-pagination li a,
.mv-pagination li span.ellipsis,
.mv-pagination li:hover span.ellipsis {
  display: block;
  height: 45px; width: 45px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 0 !important;
  color: #55565A;
  font-size: 18px;
}
.mv-pagination li span.ellipsis,
.mv-pagination li:hover span.ellipsis {
  text-align: center;
  border:none;
  background: transparent;
  color: #B3B3B3;
  pointer-events: none;
}
.mv-pagination li span.ellipsis i {
  padding-top: 20px;
  font-size: 21px;
}
.mv-pagination li a.back-home,
.mv-pagination li a.next,
.mv-pagination li a.prev {
  position: relative;
  background: #54BFEE;
  border: none;
  color: #FFF;
  font-size: 21px;
}
.mv-pagination li a.back-home i,
.mv-pagination li a.next i,
.mv-pagination li a.prev i {
  display: block;
  margin-top: 3px;
  font-size: 24px;
}
.mv-pagination li a.active {
  background: #013252;
  color: #FDE354;
  font-weight: bold;
}
.mv-pagination li a:hover {
  background: #013252;
  border-color: #013252;
  color: #FDE354;
}
.mv-pagination li a.disabled,
.mv-pagination li a.disabled:hover {
  background: #13264B;
  color: #888C8B;
  cursor: default;
}


/*--- breadcrumbs ---*/

.mv-breadcrumbs {
  margin: 10px 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #54bfee;
}
.mv-breadcrumbs li {
  position: relative;
  margin: 0 15px 0 0;
}
.mv-breadcrumbs li:not(:last-child):before {
  content: "\f101";
  display: block;
  position:absolute;
  top: 50%; right: -15px;
  margin-top: -7px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #54bfee
}
.mv-breadcrumbs li a {
	color: #54bfee
}
.mv-breadcrumbs li:last-child a {
  color: #013252;
  font-weight: bold;
  pointer-events: none;
}


/*--- Responsive Destinations grid ---*/
.destinations-grid {margin: 50px 0}
.destinations-grid * {margin: 0 !important;}
.destinations-grid .block {margin-left: -1px;}
.destinations-grid .block .thumb-container {position: relative; display: block;}
.destinations-grid .block.spaced-y {padding-top: 15px; padding-bottom: 15px;}
.destinations-grid .block.spaced-x {padding-left: 15px; padding-right: 15px;}


.destinations-grid .block.wd1 {width: 25%;}
.destinations-grid .block.wd1.hg1 .thumb-container {padding-top: 80%;}
.destinations-grid .block.wd1.hg2 .thumb-container {padding-top: 160%;}
.destinations-grid .block.wd1.hg3 .thumb-container {padding-top: 240%;}
.destinations-grid .block.wd2 {width: 50%;}
.destinations-grid .block.wd2.hg1 .thumb-container {padding-top: 40%;}
.destinations-grid .block.wd2.hg2 .thumb-container {padding-top: 80%;}
.destinations-grid .block.wd2.hg3 .thumb-container {padding-top: 120%;}
.destinations-grid .block.wd3 {width: 75%;}
.destinations-grid .block.wd3.hg1 .thumb-container {padding-top: 26.666%;}
.destinations-grid .block.wd3.hg2 .thumb-container {padding-top: 53.333%;}
.destinations-grid .block.wd3.hg3 .thumb-container {padding-top: 80%;}
.destinations-grid .block.wd4 {width: 100%;}
.destinations-grid .block.wd4.hg1 .thumb-container {padding-top: 20%;}
.destinations-grid .block.wd4.hg2 .thumb-container {padding-top: 40%;}
.destinations-grid .block.wd4.hg3 .thumb-container {padding-top: 60%;}


.destinations-grid .block .thumb-container > div,
.destinations-grid .block .thumb-container > div:after,
.destinations-grid .block .thumb-container > div *,
.destinations-grid .block .thumb-container > div *:after {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:         all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.destinations-grid .block .thumb-container > div  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  top: 2px; left: 2px; right: 2px; bottom: 2px;
  background: #013252 center center no-repeat;
  background-size: cover;
  color: #FFF;
}
.destinations-grid .block:hover .thumb-container > div {
  box-shadow: 0 0 0 4px #FDE354;
}
.destinations-grid .block .thumb-container > div h3,
.destinations-grid .block .thumb-container > div ul,
.destinations-grid .block .thumb-container > div p {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.destinations-grid .block .thumb-container > div h3 {
  font-size: 28px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7), -1px -1px 5px rgba(0,0,0,0.7), -1px 1px 5px rgba(0,0,0,0.7), 1px -1px 5px rgba(0,0,0,0.7);
}

.destinations-grid .block .thumb-container > div ul {
  display: none;
  margin: 10px 0;
}
.destinations-grid .block:hover .thumb-container > div ul {
  display: block;
}
.destinations-grid .block .thumb-container > div ul li {
  padding: 0;
  margin: 0 0 0 -5px !important;
}
.destinations-grid .block .thumb-container > div ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  height: 5px; width: 5px;
  border-radius: 50%;
  background: #FDE354;
}
.destinations-grid .block .thumb-container > div ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #FFF;
}

.destinations-grid .block .thumb-container > div p {
  padding: 10px;
  line-height: 1.2;
  display: none;
}
.destinations-grid .block .thumb-container > div p a.btn-sm {
  padding: 5px 10px;
}
.destinations-grid .block .thumb-container > div p a.btn-sm:hover {
  color: #013252
}
.destinations-grid .block:hover .thumb-container > div p {
  display: block;
}


.destinations-grid .block:hover .thumb-container > div {
  z-index: 20;
  background-color: #fde354;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.destinations-grid .block .thumb-container > div:after {
  content:"";
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.0);
}
.destinations-grid .block:hover .thumb-container > div:after{
  background-color: rgba(0,0,0,0.6);
}
.destinations-grid .block .thumb-container > div h3:after {
  content:"";
  display: block;
  width: 0;
  margin: 10px auto;
  border-top: 2px solid transparent;
}
.destinations-grid .block:hover .thumb-container > div h3:after {
  width: 60px;
  border-color: #FDE354;
}

@media screen and (max-width: 991px) {
  .destinations-grid .block.w-md-1 {width: 25%;}
  .destinations-grid .block.w-md-1.h-md-1 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-md-1.h-md-2 .thumb-container {padding-top: 160%;}
  .destinations-grid .block.w-md-1.h-md-3 .thumb-container {padding-top: 240%;}
  .destinations-grid .block.w-md-2 {width: 50%;}
  .destinations-grid .block.w-md-2.h-md-1 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-md-2.h-md-2 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-md-2.h-md-3 .thumb-container {padding-top: 120%;}
  .destinations-grid .block.w-md-3 {width: 75%;}
  .destinations-grid .block.w-md-3.h-md-1 .thumb-container {padding-top: 26.666%;}
  .destinations-grid .block.w-md-3.h-md-2 .thumb-container {padding-top: 53.333%;}
  .destinations-grid .block.w-md-3.h-md-3 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-md-4 {width: 100%;}
  .destinations-grid .block.w-md-4.h-md-1 .thumb-container {padding-top: 20%;}
  .destinations-grid .block.w-md-4.h-md-2 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-md-4.h-md-3 .thumb-container {padding-top: 60%;}
}

@media screen and (max-width: 767px) {
  .destinations-grid .block.w-sm-1 {width: 25%;}
  .destinations-grid .block.w-sm-1.h-sm-1 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-sm-1.h-sm-2 .thumb-container {padding-top: 160%;}
  .destinations-grid .block.w-sm-1.h-sm-3 .thumb-container {padding-top: 240%;}
  .destinations-grid .block.w-sm-2 {width: 50%;}
  .destinations-grid .block.w-sm-2.h-sm-1 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-sm-2.h-sm-2 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-sm-2.h-sm-3 .thumb-container {padding-top: 120%;}
  .destinations-grid .block.w-sm-3 {width: 75%;}
  .destinations-grid .block.w-sm-3.h-sm-1 .thumb-container {padding-top: 26.666%;}
  .destinations-grid .block.w-sm-3.h-sm-2 .thumb-container {padding-top: 53.333%;}
  .destinations-grid .block.w-sm-3.h-sm-3 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-sm-4 {width: 100%;}
  .destinations-grid .block.w-sm-4.h-sm-1 .thumb-container {padding-top: 20%;}
  .destinations-grid .block.w-sm-4.h-sm-2 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-sm-4.h-sm-3 .thumb-container {padding-top: 60%;}
  
  .destinations-grid .block .thumb-container > div h3 {font-size: 24px;}
  
}

@media screen and (max-width: 480px) {
  .destinations-grid .block.w-xs-1 {width: 25%;}
  .destinations-grid .block.w-xs-1.h-xs-1 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-xs-1.h-xs-2 .thumb-container {padding-top: 160%;}
  .destinations-grid .block.w-xs-1.h-xs-3 .thumb-container {padding-top: 240%;}
  .destinations-grid .block.w-xs-2 {width: 50%;}
  .destinations-grid .block.w-xs-2.h-xs-1 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-xs-2.h-xs-2 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-xs-2.h-xs-3 .thumb-container {padding-top: 120%;}
  .destinations-grid .block.w-xs-3 {width: 75%;}
  .destinations-grid .block.w-xs-3.h-xs-1 .thumb-container {padding-top: 26.666%;}
  .destinations-grid .block.w-xs-3.h-xs-2 .thumb-container {padding-top: 53.333%;}
  .destinations-grid .block.w-xs-3.h-xs-3 .thumb-container {padding-top: 80%;}
  .destinations-grid .block.w-xs-4 {width: 100%;}
  .destinations-grid .block.w-xs-4.h-xs-1 .thumb-container {padding-top: 20%;}
  .destinations-grid .block.w-xs-4.h-xs-2 .thumb-container {padding-top: 40%;}
  .destinations-grid .block.w-xs-4.h-xs-3 .thumb-container {padding-top: 60%;}
  .destinations-grid .block.w-xs-4.h-xs-4 .thumb-container {padding-top: 80%;}
  
  .destinations-grid .block .thumb-container > div h3 {font-size: 21px;}
    
}

/*--- Centered Modal ---*/
.bnmodalwin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px !important;
}
.bnmodalwin .bn-modal .modal-title {
  text-align: center;
}

@media screen and (max-width: 767px) {
 
  .bnmodalwin {
    -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
  }
}


/*=====================================================================================
LAYOUT
=====================================================================================*/

/*--- Header ---*/
#mv-header {
  background: #013252;
  color: #FFF;
}
#mv-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#mv-header .container > div {
  flex: 0 0 auto;
}
#mv-header .container .top-brand img {
  padding: 10px 0;
}
#mv-header .container .top-menu-block {
  flex: 1 0 auto;
}
#mv-header .container .top-menu-block .top-nav-menu {
  text-align: right;
  padding: 0 10px
}
#mv-header .container .top-menu-block .top-nav-menu li {
  padding: 0;
  margin: 0;
}
#mv-header .container .top-menu-block .top-nav-menu li a {
  display: block;
  padding: 15px 8px;
  position: relative;
  color: #FFF;
  font-size: 18px;
}
#mv-header .container .top-menu-block .top-nav-menu > li > a:hover,
#mv-header .container .top-menu-block .top-nav-menu > li > a:focus {
  background: rgba(255,255,255,0.1);
  text-decoration: none;
}
#mv-header .container .top-menu-block .top-nav-menu > li.active > a:after,
#mv-header .container .top-menu-block .top-nav-menu > li.active > a:hover:after,
#mv-header .container .top-menu-block .top-nav-menu > li.active > a:focus:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; bottom: 6px;
  margin-left: -30px;
  width: 60px;
  border-top: 4px solid #FFF;
}

#mv-header .container .top-cart-menu {
  padding: 0 0 0 10px;
  border-left: 1px solid #FFF;
}
#mv-header .container .top-cart-menu > a {
  display: inline-block;
  height: 27px; width: 27px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
#mv-header .container .top-cart-menu > a:hover,
#mv-header .container .top-cart-menu > a:focus {
  background: #013252; color: #FDE354;
}

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

  #mv-header .container {
    width: 100%;
  }
  #mv-header .container .top-brand img {
    max-width: 180px;
  }
  #mv-header .container .top-menu-block .top-nav-menu li a {
    padding: 12px 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #mv-header .container .top-brand {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  #mv-header .container .top-brand a {
    display: inline-block;
  }
  #mv-header .container .top-brand img {
    margin: 0;
  }
  #mv-header .container .top-cart-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px 0 10px;
    text-align: right;
    border-left: none;
    border-right: 1px solid #FFF;
  }
  #mv-header .container .top-menu-block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  #mv-header .container .top-menu-block .mobile-toggle {
    display: block !important;
    float: right;
  }
  #mv-header .container .top-menu-block .mobile-toggle a,
  #mv-header .container .top-menu-block .mobile-toggle a i {
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1)
  }
  #mv-header .container .top-menu-block .mobile-toggle a {
    display: block;
    padding: 4px 8px;
    font-size: 21px;
    color: #FFF;
  }
  #mv-header .container .top-menu-block .mobile-toggle a:hover,
  #mv-header .container .top-menu-block .mobile-toggle a:focus {
    background: rgba(255,255,255,0.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #mv-header .container .top-menu-block .mobile-toggle.toggled a i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #FDE354;
  }
  #mv-header .container .top-menu-block .top-nav-menu {
    display: none;
  }
  #mv-header .container .top-menu-block .top-nav-menu.toggled {
    display: block;
    position: absolute;
    top: 100%; right: 0;
    margin: 0; padding: 0;
    background: #03203A;
    z-index: 9999;
  }
  #mv-header .container .top-menu-block .top-nav-menu.toggled li {
    display: block;
    margin: 0; padding: 0;
  }
  #mv-header .container .top-menu-block .top-nav-menu.toggled li a {
    min-width: 240px;
    padding: 10px 15px;
  }
  #mv-header .container .top-menu-block .top-nav-menu.toggled > li.active > a:after,
  #mv-header .container .top-menu-block .top-nav-menu.toggled > li.active > a:hover:after,
  #mv-header .container .top-menu-block .top-nav-menu.toggled > li.active > a:focus:after {
    left: auto; right: 15px; bottom: 2px;
    margin-left: 0;
  }

}

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


}

/* Header search bar */
.header-search-bar input {
  opacity: 0;
  width: 0;
  padding: 4px 0;
  background: rgba(255,2555,255,0.05);
  border: none;
  border-bottom: 1px solid #FFF;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition:         all 400ms cubic-bezier(0.77, 0, 0.175, 1); 
}
.header-search-bar.expanded input {
  opacity: 1;
  width: 120px; 
  padding: 4px 6px;
  pointer-events: auto;
}
.header-search-bar.expanded input::-webkit-input-placeholder {color: rgba(255,255,255,0.5);}
.header-search-bar.expanded input::-moz-placeholder          {color: rgba(255,255,255,0.5);}
.header-search-bar.expanded input:-ms-input-placeholder      {color: rgba(255,255,255,0.5);}
.header-search-bar.expanded input:-moz-placeholder           {color: rgba(255,255,255,0.5);}

.header-search-bar input:focus {
  background: rgba(255,2555,255,0.1);
  outline: none;
}
.header-search-bar button {
  display: inline-block;
  height: 28px; width: 28px;
  padding: 0;
  background: transparent;
  border: 2px solid #0f4270;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  line-height: 0;
}
.header-search-bar button:hover,
.header-search-bar button:focus {
  background: #013252;
  color: #FDE354;
  outline: none;
}


#SearchModal.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
     -ms-flex-align: center;
 -ms-grid-row-align: center;
        align-items: center;
}
#SearchModal .modal-dialog {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#SearchModal .modal-dialog .modal-content {
  border: 3px solid #EEE;
  border-radius: 0;
  box-shadow: none;
  
}


/*--- Body ---*/
#mv-body {}

.mv-page-header {
  position: relative;
  margin: 70px 0 30px;
}
.mv-page-header:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 20px); left: 50%;
  width: 150px;
  margin-left: -75px;
  border-top: 5px solid #fde354;
}

.mv-page-header .container > small,
.mv-page-header .container > small a,
.mv-page-header .container > h1 {
  display: block; 
  margin: 0;
}
.mv-page-header .container > small {
  font-size: 16px;
  margin-bottom: 5px;
}
.mv-page-header .container > small a {
  color: #013252;
  font-weight: 700;
}
.mv-page-header .container > h1 {
  font-size: 48px;
  font-weight: bolder;
  text-transform: uppercase;
}

.mv-page-body {
  margin: 0 0 70px;
  padding: 25px 0 15px;
  text-align: center;

}

.mv-page-body img {
  display: block;
  margin: 20px auto;
}
.mv-page-body p,
.mv-page-body ul,
.mv-page-body ol {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #345b75;
}
.mv-page-body a {
  color: #0074c4;
  text-decoration: underline;
}
.mv-page-body a:hover,
.mv-page-body a:focus {
  color: #0097cb;
  text-decoration: none;
}




/*--- Footer ---*/
#mv-footer {
  background: #013252;
  color: #FFF;
}
#mv-footer > .container {
  padding: 25px 15px;
}
#mv-footer .navigation-map > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
#mv-footer .navigation-map > ul > li {
  flex: 1 1 auto;
  width: 20%;
  padding: 15px;
}
#mv-footer .navigation-map > ul > li strong {
  display:  block;
  margin: 0 0 15px 0;
  font-size: 16px;
}
#mv-footer .navigation-map > ul > li ul li {
  font-size: 12px;
}
#mv-footer .navigation-map > ul > li ul li a {
  display: block;
  margin: 4px 0;
  padding: 4px 2px;
  color: #FFF;
  font-weight: 100;
  line-height: 1.3;
  opacity: 0.8;
}
#mv-footer .navigation-map > ul > li ul li a:hover,
#mv-footer .navigation-map > ul > li ul li a:focus {
  text-decoration: none;
  background: rgba(0,0,0,0.20);
  opacity: 1;
}

#mv-footer .bottom-brand img {
  display: block;
  margin: 0 auto 20px
}
#mv-footer .bottom-brand p {
  text-align: center;
  line-height: 1.8;
}

#mv-footer .contact-data {
  margin: 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid #FFF;
}
#mv-footer .contact-data strong {
  display: block;
  margin-bottom: 10px;
}
#mv-footer .contact-data form input,
#mv-footer .contact-data form button {
  border-radius: 0;
}
#mv-footer .contact-data form input {
  background: transparent;
  border: 2px solid #FFF;
}
#mv-footer .contact-data form button {
  padding: 6px 10px;
  background: #FDE354;
  color: #013252;
  border: 1px solid #FDE354;
}
#mv-footer .contact-data form button:hover,
#mv-footer .contact-data form button:focus {
  background: #03203A;
  color: #FDE354;
}
#mv-footer .contact-data .social-media-footer li a {
  display: block;
  height: 30px; width: 30px;
  border: 1px solid #54BFEE;
  border-radius: 50%;
  color: #FFF;
  font-size: 17px;
  text-align: center;
}
#mv-footer .contact-data .social-media-footer li a:hover,
#mv-footer .contact-data .social-media-footer li a:focus {
  background: #54BFEE;
}

#mv-footer .post-footer {
  padding: 23px 0;
  background: #03203A;
}


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

  #mv-footer > .container {
    padding: 25px 15px;
    width: 100%;
  }

}


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

  #mv-footer > .container .bottom-brand p {
    display: none;
  }

}


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

  #mv-footer .navigation-map > ul {
    flex-wrap: wrap;
  }
  #mv-footer .navigation-map > ul > li {
    width: 33%;
  }
  #mv-footer .contact-data > div {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

}

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

  #mv-footer .navigation-map > ul > li {
    width: 50%;
  }

}


/*=====================================================================================
SECTIONS
=====================================================================================*/

/*=== HOME ===*/