@font-face {
  font-family: 'nexa_rust_extrasfree';
  src: url('../fonts/nexa/nexarustextras-free-webfont.eot');
  src: url('../fonts/nexa/nexarustextras-free-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa/nexarustextras-free-webfont.woff2') format('woff2'), url('../fonts/nexa/nexarustextras-free-webfont.woff') format('woff'), url('../fonts/nexa/nexarustextras-free-webfont.ttf') format('truetype'), url('../fonts/nexa/nexarustextras-free-webfont.svg#nexa_rust_extrasfree') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_rust_sansblack';
  src: url('../fonts/nexa/nexarustsans-black-webfont.eot');
  src: url('../fonts/nexa/nexarustsans-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa/nexarustsans-black-webfont.woff2') format('woff2'), url('../fonts/nexa/nexarustsans-black-webfont.woff') format('woff'), url('../fonts/nexa/nexarustsans-black-webfont.ttf') format('truetype'), url('../fonts/nexa/nexarustsans-black-webfont.svg#nexa_rust_sansblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_rust_script_l0regular';
  src: url('../fonts/nexa/nexarustscriptl-0-webfont.eot');
  src: url('../fonts/nexa/nexarustscriptl-0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa/nexarustscriptl-0-webfont.woff2') format('woff2'), url('../fonts/nexa/nexarustscriptl-0-webfont.woff') format('woff'), url('../fonts/nexa/nexarustscriptl-0-webfont.ttf') format('truetype'), url('../fonts/nexa/nexarustscriptl-0-webfont.svg#nexa_rust_script_l0regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.text-muted {
  color: #f7f7f7;
}
.text-primary {
  color: #0553ad;
}
.text-danger {
  color: #e74c3c;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.alert {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.large {
  font-size: 18px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  color: #1864bc;
}
a {
  color: #0553ad;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Lato", sans-serif;
  font-weight: 700;
}
td, th {
    padding: 6px 0;
}
.img-centered {
  margin: 0 auto;
}
.section-heading,
.section-subheading {
  font-weight: normal;
}
.section-heading {
   font-family: "Lato", sans-serif;
  color: #0553ad;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 15px;
}
.section-subheading {
   font-family: "Lato", sans-serif;
  font-size: 36px;
  color: #2e2e32;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px;
}
.section-icon {
  font-family: 'nexa_rust_extrasfree', sans-serif;
  font-size: 250px;
  color: white;
  display: block;
  margin-top: -100px;
}
section {
  padding: 75px 0;
}
section .section-divider {
  display: block;
  font-family: 'nexa_rust_extrasfree', sans-serif;
  font-size: 50px;
  color: #0553ad;
  margin: 35px 0;
}
section .page-scroll .fa {
  color: #2e2e32;
  font-size: 40px;
  display: block;
  text-align: center;
  margin: 55px 0;
}
section .page-scroll:hover {
  text-decoration: none;
}
section i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.btn-primary {
  color: #ffffff;
  background-color: #0553ad;
  border: 0;
  font-family: "Economica", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1864bc;
  border-color: #c25200;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0553ad;
  border: 0;
}
.btn-primary .badge {
  color: #0553ad;
  background-color: #ffffff;
}
.btn-xl {
  color: #ffffff;
  background-color: #0553ad;
  border: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #1864bc;
  border-color: #c25200;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #0553ad;
  border: 0;
}
.btn-xl .badge {
  color: #0553ad;
  background-color: #ffffff;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
.diningclub {
  background: #2e2e32 !important;
  color: #e4eef7 !important;
}
.diningclub p {
  padding: 25px 0;
}
.diningclub h2 {
  color: white;
}
.diningclub h2 span {
  font-family: 'nexa_rust_extrasfree', sans-serif;
  text-transform: lowercase;
  font-size: 80px;
}
.diningclub h3 {
  margin-bottom: 0;
  color: white !important;
}
.diningclub input[type="text"],
.diningclub input[type="email"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px dotted gray;
  font: 19px 'Old Standard TT', serif;
}
.diningclub input[type="submit"] {
  background: white;
}
.diningclub .btn {
  margin-top: 25px;
  color: black;
}
.diningclub .close-modal .lr,
.diningclub .close-modal .rl {
  background-color: #f7f7f7 !important;
}
.diningclub .modal-content {
  background: transparent !important;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
}
.navbar-default .navbar-brand {
  position: relative;
  display: inline-block;
  top: -16px !important;

  text-align: left;
}
.navbar-default .navbar-brand img {
  margin: 0 auto;
  display: block;
}
.navbar-default .navbar-brand span {
  display: block;
  color: #2e2e32;
  font-family: 'nexa_rust_script_l0regular', sans-serif;
  font-size: 32px;
  margin-top: 25px;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #0553ad;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0553ad;
}
.navbar-default .nav li a {
  font-family: 'Economica', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: #2e2e32;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #0553ad;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #0553ad;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #1864bc;
}
.navbar-shrink {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header {
  text-align: center;
  color: white;
}
header .carousel,
header .item,
header .active,
header .carousel-inner {
  height: 100%;
}
header .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: absolute;
  z-index: -1;
}
header .item .fill:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
background: -moz-linear-gradient(top,  rgba(80,114,130,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,114,130,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(80,114,130,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(80,114,130,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(80,114,130,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(80,114,130,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00507282', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  opacity: 0.4;
}
header .item .row,
header .item .col-sm-8 {
  height: 100%;
}
header .item .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
header .carousel-control .fa {
  z-index: 5;
  display: inline-block;
  font-size: 100px;
}
header img {
  max-width: 100%;
  height: auto;
}
header .btn-circle {
  position: absolute;
  bottom: 5%;
  width: 70px;
  height: 70px;
  padding: 7px 16px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  font-size: 40px;
  left: 50%;
  margin-left: -35px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
header .btn-circle:hover,
header .btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
header .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
header .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
header h2 {
	color: #fff;
	font-family: "Lato",sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
	background-image: url(/assets/images/trans_bg_70.png);
	background-repeat: repeat;
}
header p {
    color: #fff;
    font-family: "Economica",sans-serif;
    font-size: 32px;
    font-style: normal;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
	background-image: url(/assets/images/trans_bg_70.png);
	background-repeat: repeat;
}
#intro {

}
#intro .section-heading {
  max-width: 650px;
  margin: 20px auto;
  color:#0553ad;
}
#intro .section-subheading {
  max-width: 420px;
  margin: 0 auto;
}
#intro .section-subheading span {
  font-size: 52px;
}
#intro .page-scroll {
  margin-top: 50px;
  display: block;
}
#intro p a{
	  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px;
  margin: 2px 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  border-color: #999;
  *background-color: #ccc;
  *border: 0;

  *margin-left: .3em;

  }
#intro p a:hover{
 background-color: #0553ad;
  color:#fff;
  *background-color: #0553ad;
  text-decoration:none;
}
#bookroom .page-scroll {
  margin-top: 50px;
  display: block;
}
#unique {
  z-index: 1;
  color: #fff;
  padding: 25px 0;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#unique .section-heading,
#unique .section-subheading {
  color: #fff;
  font-size: 35px;
}
#unique .section-subheading {
  font-family: "Economica", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#unique .fa {
  color: #fff;
}
#restaurants {
  background: #e4eef7;
}
#restaurants a {
  color: #2e2e32;
}
#restaurants a:hover {
  color: #0553ad;
  text-decoration: none;
}
#restaurants ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'nexa_rust_sansblack', sans-serif;
  font-size: 26px;
  color: #f7f7f7;
}
#restaurants ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
#menus {
  z-index: 1;
  color: #fff;
  padding: 150px 0;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#menus .section-heading,
#menus .section-subheading {
  color: #fff;
}
#menus .fa {
  color: #fff;
}
#menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menus ul li {
  margin-bottom: 15px;
}
#menus ul li a {
  font-family: 'nexa_rust_sansblack', sans-serif;
  color: white;
  font-size: 28px;
  font-weight: normal !important;
}
#bookroom{  background-color:#cce0f3;}
#bookroom h3 {
  margin: 45px 0;
}
#bookyourstay{padding:150px 0}

#bookyourstay ul{ margin:0; padding: 6px 3px; text-align:center; list-style:none; font-style:italic;}
#bookyourstay li{padding:6px 0; }
#albums{background-color:#ecf4fb;}
#home-feature-container{padding:0;margin: 10px 0;}
#albums .section-heading {
margin-bottom: 20px;
}
#albums h3 {
  margin: 5px 0;
  text-align:center;
  font-size:18px;
}
#albums h4 {
  text-align:center;
}
#book{background-color:#ecf4fb;}
#book h3 {
  margin: 15px 0;
  text-align:center;
}
#book h4 {
  text-align:center;
}
#book input[type="text"],
#book input[type="email"] {

}
#book .signup_form {
  margin-top: 55px;
  margin-bottom: 55px;
}
#book .signup_form p {
  margin: 25px 0;
}
#book .signup_form .text-danger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gallery {
  width: 100%;
  height: auto;
  background-color:#a5ccf0;
  }
#contact {
  background-color: #cce1f4;
  padding: 0;
}
#contact .contact-details {
  padding: 10px 0;
}
#contact .contact-details p {
  font: 16px Arial, sans-serif;
}
#contact .contact-details .section-subheading {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-style: normal;
  margin-bottom: 25px;
  position: relative;
}
#contact .contact-details .section-subheading span {
  font-family: 'nexa_rust_extrasfree', sans-serif;
  font-size: 50px;
  color: #0553ad;
  font-weight: normal;
}
#contact .contact-details .section-subheading:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid #0553ad;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#contact .form-group {
  margin-bottom: 25px;
}
#contact .form-group input,
#contact .form-group textarea {
  padding: 20px;
}
#contact .form-group input.form-control {
  height: auto;
}
#contact .form-group textarea.form-control {
  height: 236px;
}
#contact .form-control:focus {
  border-color: #0553ad;
  box-shadow: none;
}
#contact ::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#contact :-moz-placeholder {
  /* Firefox 18- */

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#contact ::-moz-placeholder {
  /* Firefox 19+ */

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#contact :-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
#contact .text-danger {
  color: #e74c3c;
}
#contact .btn {
  margin-bottom: 15px;
}
#map {
  padding: 0;
}
#restaurant_map {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 auto 50px auto;
}
#restaurant_map .infowin {
  padding: 10px 20px;
}
#restaurant_map .infowin p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
#restaurant_map .infowin a {
  color: #0553ad;
}
#restaurant_map .infowin a:hover {
  text-decoration: underline;
}
.footer {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #1464bf;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Economica", sans-serif;
  font-size: 18px;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer p {
  margin: 0;
}
.footer .copyright .small {
  font-size: 14px;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #0553ad;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  color: #000000;
}
.popup-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  text-align: center;
  background: #e4eef7;
  padding: 100px 0;
}
.popup-modal .modal-content .section-icon {
  font-size: 90px;
  color: #2e2e32;
}
.popup-modal .modal-content h3 {
  margin-bottom: 75px;
}
.popup-modal .modal-content p {
  margin-bottom: 30px;
}
.popup-modal .modal-content .item-intro {
  margin: 20px 0 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.popup-modal .modal-content .list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.popup-modal .modal-content img {
  margin-bottom: 30px;
}
.close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 9999;
}
.close-modal:hover {
  opacity: 0.3;
}
.close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2e2e32;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */

  z-index: 1051;
}
.close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2e2e32;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */

  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */

  z-index: 1052;
}
.loading-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  position: fixed;
  text-align: center;
}
.loading-screen .fa {
  font-size: 40px;
  color: white;
  margin-bottom: 25px;
}
.loading-screen h2 {
  font-size: 24px;
  color: #f7f7f7;
}
.loading-screen h3 {
  color: #f7f7f7;
}
.loading-screen .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -150px;
}
@media (max-width: 1199px) {
  .navbar-brand {

  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
    .nav > li > a {
    padding: 10px 10px;
  }
    .navbar-default .nav li a {
    font-size: 20px;
  }

}
@media (max-width: 768px) {
  header #hero-carousel .item,
  #unique,
  #menus {
    background-attachment: scroll;
  }
  .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-brand {
    display: none;
  }
  .navbar-default .nav li a {
    font-size: 20px;
  }
  .navbar-right {
    float: left;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
}
@media (max-width: 480px) {
  #intro .section-heading {
    font-size: 54px;
    max-width: 100%;
  }
  #intro .section-subheading {
    font-size: 24px;
    max-width: 100%;
  }
  #intro .section-subheading span {
    font-size: 24px;
  }
  #unique .section-heading {
    font-size: 24px;
    max-width: 100%;
  }
  #unique .section-subheading {
    font-size: 18px;
  }
  .modal-content .section-heading {
    font-size: 32px;
  }
  header .carousel-inner .item .slide-content {
    margin-top: -50%;
  }
  .mobile_pad{padding-top:6px;}
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 10px 0 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
	border-bottom: solid #ccc 1px;
  }
  .navbar-default .navbar-brand {
    top: -40px;
  }
  .navbar-default .navbar-brand img {
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .mobile_pad{padding-top:6px;}
}
