<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

img {
  max-width: 100%;
}
iframe {.
  border: none;
  width: 100%;
}

/* ---------- TYPHOGRAPHY FONTS ---------- */
h3,h4,h5,h6  {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
h2 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
.img-whp {
  width: 100% !important;
}
.text-thm1 {
  color: #333333 !important;
}
.color-white {
  color: #fff !important;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-black {
  color: #000;
}
.color-black11 {
  color: #111;
}
.color-black22 {
  color: #222;
}
.color-black33 {
  color: #333;
}
.color-black31 {
  color: #313131;
}
.color-nightblue {
  color: #073A5A;
}
.color-primary {
  color: #337ab7;
}
.color-success {
  color: #4cae4c;
}
.color-info {
  color: #5bc0de;
}
.color-warning {
  color: #eea236;
}
.color-danger {
  color: #d43f3a;
}
.bgc-nightblue {
  background: #073A5A;
}
.bgc-black333 {
  background: #333333;
}
.bgc-white {
  background-color: #ffffff;
}
.bgc-lightgray {
  background-color: #d3d3d3;
}
.bgc-snowshade {
  background-color: #f9f9f9;
}
.bgc-snowshade2 {
  background-color: #fafafa;
}
.bgc-icebluelight {
  background-color: rgba(37, 124, 163, 0.05) !important;
}




/* CONTACT PAGES */

.ulockd-contact-page {
  background-color: #eeeeee;
  padding: 50px 0;
}






#foot_logo{  
	width: inherit;  /* This makes the next two lines work in IE8. */
	width: 100%; 
  max-width: 100%; /* Add !important if needed. */
  height: auto;   
}

#domPic{  
	width: inherit;  /* This makes the next two lines work in IE8. */
	width: 100%; 
  max-width: 100%; /* Add !important if needed. */
  height: auto;   
}









/* ---------- Main Slider  ---------- */

/* Main Slider New Start */
#sg-carousel {
  position: relative;
  height: 100%;
}
#sg-carousel .carousel-inner .item {
  height: 100%;
    transition: opacity .8s;
}
#sg-carousel .carousel-control.left {
  top: 48%;
}
#sg-carousel .carousel-control.right {
  top: 48%;
  z-index: 999;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  opacity: 0;
  text-shadow: none;
  transition: all 0.8s ease 0s;
}
.carousel-control {
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: auto;
  transition: all 0.8s ease 0s;
}
.carousel-inner {
  box-shadow: 2px 6px 21px;
  box-shadow: 2px 6px 21px;
  -webkit-box-shadow: 2px 6px 21px;
  -moz-box-shadow: 2px 6px 21px;
  -o-box-shadow: 2px 6px 21px;
}
.fa-angle-right,
.fa-angle-left {
  font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
  transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
  right: 38px;
  transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
  opacity: 1;
}
.carousel-inner &gt; .item &gt; a &gt; img,
.carousel-inner &gt; .item &gt; img,
.img-responsive,
.thumbnail a &gt; img,
.thumbnail &gt; img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.item.active img {
  transition: transform 5000ms linear 0s;
  transform: scale(1.05,1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
  font-size: 60px;
}
.carousel-caption {

  left: 0;
  right: 0;
  text-align: center;
  text-shadow: none;
  top:36%;
  	
}
.carousel-caption.style2 {
color: #fff;
  left: 0;
   top:30%;
}
.carousel-caption.style3 {
	color: #fff;
  left: 50%;
  top:30%;
}

.carousel-caption.style4 {
	color: #fff;
  left: -50%;
  top:36%;
}
.carousel-caption h1 {
display: inline-block;
  width: 85%;
  padding: 2px;
  border: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}
.carousel-caption h2 {
	display: inline-block;
  width: 85%;
  padding: 2px;
  border: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}

.carousel-caption h3 {
	display: inline-block;
  width: 85%;
  padding: 2px;
  border: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family:  Georgia,"Times New Roman", Serif;
}
.carousel-caption &gt; p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.carousel-caption &gt; p.style2 {
  font-size: 25px !important;
}
.carousel-caption &gt; p.style3 {
  font-size: 30px !important;
    color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}
.carousel-caption &gt; a {
  text-transform: uppercase;
  color: #fff;
  background: #041132;
  padding: 6px 12px;
}








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


.carousel-caption {
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: none;
  top:18%;
}
.carousel-caption.style2 {
  left: 0;
   top:20%;
}
.carousel-caption.style3 {
  left: 50%;
  top:20%;
}
.carousel-caption h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}
.carousel-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}

.carousel-caption h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;
}
.carousel-caption &gt; p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.carousel-caption &gt; p.style2 {
  font-size: 14px !important;
}
.carousel-caption &gt; p.style3 {
  font-size: 14px !important;
    color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family:  Georgia,"Times New Roman", Serif;

}
.carousel-caption &gt; a {
  text-transform: uppercase;
  color: #fff;
  background: #041132;
  padding: 6px 12px;
}


}

















.carousel-indicators li {
  background-color: #b3b5b9;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  width: 12px;
  border: 0;
}
.carousel-indicators .active {
  background-color: #041132;
  height: 12px;
  margin: 0;
  width: 12px;
  border: 0;
}
#sg-carousel h1 {
  animation-delay: 1s;
}
#sg-carousel p {
  animation-delay: 1.3s;
}
#sg-carousel p.style2 {
  animation-delay: 1.6s;
}
#sg-carousel p.style3 {
  animation-delay: 1.9s;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner &gt; .item.next,
  .carousel-fade .carousel-inner &gt; .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner &gt; .item.prev,
  .carousel-fade .carousel-inner &gt; .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner &gt; .item.next.left,
  .carousel-fade .carousel-inner &gt; .item.prev.right,
  .carousel-fade .carousel-inner &gt; .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
/* Main Slider New End */




/* ---------- Pages  ---------- */
.actea-pages {
  padding: 50px 0;

}




/* ---------- SCROLL TO TOP/HOME ---------- */
.scrollToHome:hover {
  color: #ffffff;
  background-color: #232323;
}
.scrollToHome {
  background-color: #222222;
  border: 2px solid #fff;
  bottom: 15px;
  color: #ffffff;
  display: none;
  font-size: 20px;
  line-height: 1.5em;
  padding: 3px 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* CONTACT PAGES */

.ulockd-contact-page {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.ulockd-contact-page::before {
  background-image: url("../images/resource/bgi3.png");
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  opacity: 0.04;
  position: absolute;
  right: 0;
  width: 100%;
}




/* Blog Details Pages */


.EventsTitle  {
font-size: 22px;
  color: #000000;
  line-height: 50px;
  
}





.wineMenu-header{
  background-color: #666666;
  color: #fff;
}





.dropdown-menu.cart-list a {
  color: #313131;
}
.total a.btn.btn-default.btn-cart {
  color: #313131 !important;
}
.dropdown-menu.cart-list p,
.dropdown-menu.cart-list p .price {
  color: #313131;
}










.ulockd-inr-testimonials {
  background-color: #f9f9f9;
  padding: 10px 25px;
}
.ulockd-tcompliment span {
  color: #222222;
}
.ulockd-inr-testimonials p {
  color: #313131;
}
.ulockd-inr-testimonials h3 {
  color: #333;
  margin-bottom: 0;
}
.ulockd-lp {
  padding-top: 10px;
}
.ulockd-tag-list-title {
  margin-top: 50px;
}
.ulockd-tag-list-title &gt; h3 {
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}
.ulockd-tag-list-details a {
  border: 1px solid;
  color: #313131;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 5px 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ulockd-tag-list-details li:hover a {
  color: #fff;
}
.ulockd-bp-date {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
  margin-top: 25px;
  padding-bottom: 5px;
}
.ulockd-bp-date-innner {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.ulockd-bp-date-innner span {
  font-size: 36px;
  font-weight: 500;
}
.ulockd-bp-comment {
  color: #949494;
  margin-top: 11px;
}
.ulockd-bpd-thumb {
  margin-bottom: 50px;
  margin-top: 40px;
}
.ulockd-latest-post {
  margin-bottom: 10px;  /* List of wines menu on wine description page */
}
article.ulockd-pd-content {
  border: 1px solid #eee;
  padding: 15px;
}
.blog-post-img-slider .owl-prev,
.blog-post-img-slider .owl-next {
  font-size: 24px !important;
  padding: 5px 14px !important;
}
.blog-post-img-slider .owl-prev:hover,
.blog-post-img-slider .owl-next:hover {
  color: #fff;
}
/* TESTIMONIAL CAROUSEL LAYOUT 2 */
.owl-carousel .owl-item img{width: auto;}
/* BLOG POST SINGLE */
.ulockd-bps-first,
.ulockd-bps-second {
  margin-bottom: 50px;
}
.ulockd-bps-first .media-body &gt; p {
  margin-bottom: 0;
}
.ulockd-bps-first .media {
  border: 1px solid #ededed;
  padding: 30px 50px 30px 30px;
}
.ulockd-bps-first .media-object {
  border: 1px solid #ededed;
  margin-top: 8px;
}
.ulockd-bps-first .media-heading {
  color: #6b6b6b;
  font-size: 18px;
  padding-right: 38px;
}
.ulockd-bps-first .media-heading span {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 22px;
}
.ulockd-bpost-slider .item{
  margin: 15px;
}
.ulockd-bpost-slider .owl-controls{
  margin-top: 20px;
}
.ulockd-bpost-slider .owl-controls .owl-prev{
  position: absolute;
  left: 0;
  top: 40%
}
.ulockd-bpost-slider .owl-controls .owl-next {
  position: absolute;
  right: 0;
  top: 40%
}
.ulockd-bpost-slider .owl-controls .owl-prev,
.ulockd-bpost-slider .owl-controls .owl-next {
  background-color: #313131;
  font-size: 24px;
  padding: 5px 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* FLICKR FEED STYLES */
.flickr-photo {
  margin-top: 30px;
}
.flickr-photo &gt; li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* BLOG POST SINGLE SECOND POST*/
.ulockd-bps-second {
  margin-left: 20%;
  width: 80%;
}
.ulockd-bps-second .media-body &gt; p {
  margin-bottom: 0;
}
.ulockd-bps-second .media {
  border: 1px solid #ededed;
  padding: 30px 50px 30px 30px;
}
.ulockd-bps-second .media-object {
  border: 1px solid #ededed;
  margin: 8px;
}
.ulockd-bps-second .media-heading {
  color: #6b6b6b;
  font-size: 18px;
  padding-right: 12px;
}
.ulockd-bps-second .media-heading span {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 22px;
}
.ulockd-bps-contact-form &gt; h2 {
  color: #111;
}
.ulockd-bps-contact-form .ulockd-form-bps {
  border: 1px dashed #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #a2a2a2;
  height: 40px;
  margin-bottom: 45px;
  padding: 0;
  padding-left: 15px;
}
.ulockd-bps-contact-form .ulockd-bps-textarea {
  border: 1px dashed #ccc;
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: none;
  color: #a2a2a2;
  padding: 0;
  padding-left: 15px;
}







/* Parallax */
.parallax {
  background-attachment: fixed;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 1;
  position: relative;
}





























/* ---------- MASONRY FILTER  ---------- */
.masonry-filter {
  margin-bottom: 30px;
}
.masonry-filter &gt; li {
  padding-right: 0;
}
.masonry-filter a {
  border: 1px solid #eeeeee;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  float: none;
  line-height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.masonry-filter a.active,
.masonry-filter a:active,
.masonry-filter a:hover,
.masonry-filter a:focus {
  color: #ffffff;
}
/* ---------- MASONRY GALLERY  ---------- */
.ulockd-gallery {
  background-color: #eeeeee;

}

.isotope-item .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.isotope-item .details {
  padding: 0 9px;
}
.isotope-item .details h5 {
  margin-bottom: 0;
}
.masonry-gallery .isotope-item {
  width: 25%;
}
.masonry-gallery.grid-1 .isotope-item {
  width: 100%;
}
.masonry-gallery.grid-2 .isotope-item {
  width: 50%;
}
.masonry-gallery.grid-3 .isotope-item {
  width: 33.333%;
}
.masonry-gallery.grid-4 .isotope-item {
  width: 25%;
}
.masonry-gallery.grid-1.mrgn10 .gallery-thumb,
.masonry-gallery.grid-2.mrgn10 .gallery-thumb,
.masonry-gallery.grid-3.mrgn10 .gallery-thumb,
.masonry-gallery.grid-4.mrgn10 .gallery-thumb,
.masonry-gallery.grid-5.mrgn10 .gallery-thumb,
.masonry-gallery.grid-6.mrgn10 .gallery-thumb,
.masonry-gallery.grid-7.mrgn10 .gallery-thumb,
.masonry-gallery.grid-8.mrgn10 .gallery-thumb,
.masonry-gallery.grid-9.mrgn10 .gallery-thumb,
.masonry-gallery.grid-10.mrgn10 .gallery-thumb {
  margin: 10px;
}
.masonry-gallery.grid-5 .isotope-item {
  width: 20%;
}
.masonry-gallery.grid-6 .isotope-item {
  width: 16.666%;
}
.masonry-gallery.grid-7 .isotope-item {
  width: 14.285%;
}
.masonry-gallery.grid-8 .isotope-item {
  width: 12.5%;
}
.masonry-gallery.grid-9 .isotope-item {
  width: 11.111%;
}
.masonry-gallery.grid-10 .isotope-item {
  width: 10%;
}
.masonry-gallery .isotope-item {
  overflow: hidden;
}
.masonry-gallery .isotope-item .thumb {
  position: relative;
  overflow: hidden;
}
.masonry-gallery .isotope-item .thumb .photo {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1200ms ease 0s;
  -moz-transition: all 1200ms ease 0s;
  -ms-transition: all 1200ms ease 0s;
  -o-transition: all 1200ms ease 0s;
  transition: all 1200ms ease 0s;
}
.lbox-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.lbox-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lbox-details &gt; h4,
.lbox-details &gt; h5,
.lbox-details &gt; p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}




































/* Gallery Slider */
.fancybox-gallery-slider.gs-thumb {
  position: relative;
  overflow: hidden;
}

.fancybox-gallery-slider {
  position: relative;
  overflow: hidden;
}


.gallery-overlay {
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 10px;
}
.fancybox-gallery-slider .item:hover {
  cursor: pointer;
}
.fancybox-gallery-slider .item:hover .gallery-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fancybox-gallery-slider .owl-next {
  left: 80px;
  top: -70px;
}
 .fancybox-gallery-slider .owl-prev{
  left: 10px;
  top: -70px;
}
.fancybox-gallery-slider .owl-prev,
.fancybox-gallery-slider .owl-next {
  background-color: transparent !important;
  border: 1px solid;
  font-size: 24px !important;
  padding: 5px 15px !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-overlay .lbox-caption a {
  border: none;
  font-size: 24px;
}

/* ---------- PROJECT LAYOUT TWO  ---------- */
.lbox-caption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gallery-thumb {
  margin: 3px 3px 3px 3px;
}
.gallery-thumb .overlayer {
  bottom: 0;
  height: 96%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 96%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-thumb .overlayer::before {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 90%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 90%;
}
.gallery-thumb .overlayer &gt; h3,
.gallery-thumb .overlayer &gt; h4,
.gallery-thumb .overlayer &gt; h5,
.gallery-thumb .overlayer &gt; p {
  color: #fff;
}
.gallery-thumb.style2 .overlayer .lbox-caption{
  top: 50%;
}
.gallery-thumb .overlayer i {
  color: #ffffff;
  font-size: 30px;
  left: 0;
  line-height: 45px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45%;
}
.gallery-thumb:hover .overlayer{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.gallery-thumb:hover .thumb .photo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lbox-caption a {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lbox-caption a:hover {
  background-color: #fff;
}
.lbox-caption a:hover span {
  color: #333;
}
.lbox-caption span {
  color: #fff;
}











/* -------------------------------------------------- 
	design for 768px
/* ================================================== */
	@media (min-width: 768px) and (max-width: 979px) {
.carousel-caption h1 {
 display: none;
}
.carousel-caption h3 {
	display:none;
}


	}























</pre></body></html>