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

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1{
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'bringshootregular', cursive;
  
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;

}
@font-face {
    font-family: 'bringshootregular';
    src: url('../fonts/bringshoot-webfont.eot');
    src: url('../fonts/bringshoot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bringshoot-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }

/*  Header bar section START  */

.header-bar-section {
	background: #24b1db;
	padding: 20px 0;
}
.wt-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wt-info ul li {
	display: inline-block;
	padding: 10px 27px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.site-logo {
	margin-top: 0px;
}
.wt-info ul li span.top-text {
	display: block;
}
.wt-info ul li h5 {
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.wt-info {
  text-align: right;
}
.wt-info ul li a {
  padding: 10px 10px;
  display: block;
}
.wt-info ul li h5 {
  margin: 0;
  color: #fff;
}
.wt-info ul li i {
	font-size: 33px;
	margin: 8px 0;
}
.wt-info ul li h5 span {
	color: #75878c;
	padding-left: 2px;
}
								#weather {
									position: relative;
									width: 406px;
									height: 85px;
									float: right;
									margin-top: -5px;
									margin-right: -10px;
								}
								#w-icons {
									width: 406px;
									height: 70px;
									float: right;
									margin-top: -5px;
									background-image: url(https://www.meteored.com.ar/wimages/foto5cdf84537d98cf75ecc11eadb39fe021.png);
									background-position: center -26px;
									background-repeat: no-repeat;
								}
								#w-temp {
									width: 406px;
    								height: 19px;
    								float: right;
    								margin-top: 5px;
    								margin-right: -5px;
									background-image: url(https://www.meteored.com.ar/wimages/foto8af65dcac7226f055e8cd79dbe724c14.png);
									background-position: center -25px;
									background-repeat: no-repeat;
								}

.hero-area-slider-wrp .owl-dots button span {
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}
.hero-area-slider-wrp .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-area-slider-wrp .owl-dots button.active span {
  background: #24b1db;
}

.main-menu-area {
  background: #353637;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a {
  padding: 12px 15px;
  display: block;
  color: #23afd9;
  text-transform: uppercase;
  font-weight: 400;-webkit-transition: .3s;transition: .3s;
}
.main-menu ul li a:hover {
	
	color: #fff;
}
.main-menu ul li a.active-menu {
	background: #24b1db;
	color: #fff;
}

/*  Header bar section END  */

/*  Hero area START  */

#iframe {
	height: 273px;
}
.single-sldier-item {
	height: 480px;
	background-size: cover;
	background-position: center center;
}
.hero-area-slider-wrp .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #24b1db !important;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.hero-area-slider-wrp .owl-nav button i {
  color: #fff;
  font-size: 35px;
}
.hero-area-slider-wrp .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.hero-area-slider-wrp:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
  left: 2%;
}
.hero-area-slider-wrp:hover .owl-nav button.owl-next {
  left: auto;
  right: 2%;
}

/*  Hero area END  */

/*  Inner content START  */

.section-title h1 {
  font-size: 40px;
  color: #222;
  position: relative;
}
.section-title h1:after {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100px;
  content: "";
  background: #24b1db;
  height: 3px;
}
.section-title {
  margin-bottom: 32px;
}
.map-img img {
  width: 100%;
}
.sec-des p {
  margin: 0;
  color: #222;
  line-height: 27px;
}
.sec-des {
  margin: 46px 0;
  margin-top: 55px;
}
.inner-content-area-start {
  padding: 60px 0;
}
.map-img {
	margin-bottom: 50px;
}

.feature-area {
  background: #353637;
  padding: 50px 0;
}
.single-fe-img img {
  width: 100%;-webkit-transition: .3s;transition: .3s;
}
.single-fe-img h4 {
  font-size: 18px;
  color: #cccccc;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 15px;
}

.footer-area {
  background: #24b1db;
  color: #fff;
  padding: 30px 0 48px;
}
.footer-socail-links a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #def3fa;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  border-radius: 50%;
  margin-right: 9px;
  color: #24b1db;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer-socail-links a:hover {
  background: #fff;
}
.fooer-left-content h2 {
	font-family: 'bringshootregular', cursive;
	font-size: 40px;
	margin-bottom: 10px;
}
.footer-add-info p {
  margin: 0;
}
.footer-add-info {
  width: 200px;
  margin-left: auto;
  border-left: 2px solid #70cce7;
  padding-left: 20px;
  margin-top: 18px;
}
.single-main-fe-img {
	max-width: 100%;
	overflow: hidden;
}
.single-main-fe-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.form-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

::placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }

textarea:focus, input:focus, input[type]:focus {
    outline: 0 none;
}

#left {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
#right {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
#right textarea {
	width: 100%;
	height: 147px;
	resize: none;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 7px;
	color: #333;
}
#left input {
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
}
.contact-form-area {
	padding: 60px 0;
}

.send-btn {
	font-family: "Roboto Condensed";
	font-size: 15px;
	color: #fff;
	height: 32px;
	width: 112px;
	float: left;
	background-color: #209FC5;
	border: none;
	margin-top: 30px;
	cursor: pointer;
}
.send-btn:focus {
	background-color: #DDD;
}

#center {
	margin-top: 20px;
}

.site-logo {
  position: relative;
}
.menu-open {
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #fff;
	cursor: pointer;
}
.side-menu-wrp {
	position: fixed;
	width: 280px;
	height: 100%;
	z-index: 99;
	background: #fff;
	padding: 25px;
	top: 0;
	left: -100%;
	-webkit-transition: .3s;
	transition: .3s;
}
.menu-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-inner ul li {
  display: block;
}
.menu-inner ul li a {
  display: block;
  font-size: 17px;
  padding: 10px;
  color: #222222;
}
.menu-inner ul li a:hover {
  color: #24b1db;
}
.side-menu-wrp.activee {
	left: 0;
}

.menu-open{
    display: none;
}

/*  Inner content END  */

/* Contact Form START */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

.ok {
	position: relative;
	margin: 0 auto;
	text-align: center;
  line-height: 24px;
  font-family: 'Roboto Condensed';
	font-weight: 400;
  font-size:20px;
  color: #24B1DB;
}
.error{
	position: relative;
	margin: 0 auto;
	text-align: center;
  line-height: 1.4;
  font-family: 'Roboto Condensed';
	font-weight: 700;
  font-size:20px;
  color: #ff5045;
}
.stxt {
	position: relative;
	margin: 0 auto;
  top: 10px !important;
	text-align: center;
  font-family: 'Roboto Condensed';
	font-weight: 400;
  font-size:20px;
  color: #222;
}
.etxt {
  font-size: 18px;
  font-weight: 400;
	color: #222;
}
.goback {
	position: relative;
	margin: 20px auto;
	text-decoration: none;
	height: 48px;
	text-align: center;
  opacity: .85;
}

/* Contact Form END */








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