<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


@font-face {
    font-family: 'Horizon BT';
    src: url('../fonts/HorizonBT-Regular.eot');
    src: url('../fonts/HorizonBT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HorizonBT-Regular.woff2') format('woff2'),
        url('../fonts/HorizonBT-Regular.woff') format('woff'),
        url('../fonts/HorizonBT-Regular.ttf') format('truetype'),
        url('../fonts/HorizonBT-Regular.svg#HorizonBT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body::-webkit-scrollbar {
    width: 8px;
	height:100px;
	margin-right:3px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: red;
  outline: 1px solid red;
}


body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4 {  
     font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font-size:36px;
    font-weight:700;
    color:#2994ae;
    margin-bottom:30px;
}

h4 {
    font-size:24px;
    font-weight:700;
}

img {
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	color:#36559c;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#666;
}

p {
   font-size:18px;
   color:#666;
   line-height:28px;
   font-family: 'Montserrat', sans-serif;
   font-weight:400;
}

#main {
	position:relative;
	width:100%;
}

#main h1 {
	font-family: 'Horizon BT';
	font-size:48px;
	color:#f60228;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}

#main h2 {
	font-family: 'Horizon BT';
	font-size:48px;
	color:#666;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}

#main h4 {
	font-family: 'Horizon BT';
	font-size:36px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
}

.hidden-header {
   height:95px;
   width:100%;
   transition: all .3s ease-in-out;
}

.hidden-header.sticky {
   height:65px;
   width:100%;
}

.top-holder {
	position:absolute;
	width:100%;
	height:70px;
	top:0px;
	z-index:2;
	transition: all .3s ease-in-out;
    background:#fff;
}

.top-holder.sticky {
	height:50px;
	position:fixed;
	z-index:5;
}

.top {
    width:100%;
    height:40px;
    background-color: #fff;
	float:left;
	display:block;	
	padding-top:8px;
}  

.top p {
	font-size:16px;
}

.top-hold {
	float:left;
	display:block;
	width:100%;
	height:55px;
	background-color:#353535;
	transition: all .3s ease-in-out;
}

.top-hold.sticky {
    position:fixed;
	width:100%;
	background-color:#353535;
}

.top-red {
	position:absolute; 
	background-color:#f60228; 
	top:-40px; 
	right:0px; 
	width:120px; 
	height:95px;
	transition: all .3s ease-in-out;
}

.logo {
	position:absolute;
	width:275px;
	height:124px;
	background:url(../images/logo.png) top center no-repeat;	
	margin-top:-39px;
	z-index:5;
	transition: all .3s ease-in-out;
}

.logo.sticky {
	width:200px;
	height:58px;
	background:url(../images/logo-sticky.png) top center no-repeat;	
	margin-top:0px;
}

.menu-holder {
    float:right;
    margin-top:11px;
	transition: all .3s ease-in-out;	
}

.menu-holder.sticky {
    margin-top:17px;
}

.about-section {
    float:left;
    display:block;
    width:100%;
    background: url(../images/about-bg.jpg) bottom center no-repeat;
    padding:30px 0px;
}

.page-content {
    float:left;
    display:block;
    width:100%;
    padding:30px 0px;
}

.page-banner {
    float:left;
	display:block;
	width:100%;
	height:450px;
	position:relative;
	padding-top:180px;
}

.page-banner h1 {
	font-size: 30px !important;
    color: #fff !important;	
	font-family: 'Montserrat', sans-serif !important;	
	font-weight:700 !important;
	text-shadow: 0px 0px 12px #000;
}

.page-banner h1 span {
	font-size: 40px !important;
    color: #f60228 !important;	
}

.page-section {
    float:left;
    display:block;
    width:100%;
    padding:30px 0px;
}

.page-section p {
	text-transform:uppercase; 
	font-weight:700; 
	font-size:20px; 
	color:#a0a0a0 !important;
	margin-top:2px;
}

.page-section h3 {
	text-transform:uppercase; 
	font-weight:400; 
	font-size:26px; 
	color:#a0a0a0 !important;
	line-height:42px;
	margin-left:100px;
}

.events-section {
    float:left;
    display:block;
    width:100%;
	position:relative;
}

.events-left {
    float:left;
    display:inline-block;
    background-color: #36559c;
	padding:2%;
	width:50%;
	min-height:510px;	
}

.events-right {
    float:left;
    display:inline-block;
	background:url(../images/right-events.jpg) top center no-repeat;
	background-size:cover;
	width:50%;
	min-height:510px;
	padding-top:150px;
}

.overlay {
	position:absolute;
	top:0px;
	width:100%;
	height:64px;
	background:url(../images/overlay-01.png) top center no-repeat;
}

.reviews-section {
    float:left;
    display:block;
    width:100%;
    background: url(../images/reviews-back.jpg) top center no-repeat;
	background-size:cover;
    padding:30px 0px;
    /*min-height:360px;*/
}

.reviews-section span {
   font-family:20px;
   font-weight:700;
   color:#666;
}

.list ul {
  list-style: none;
  padding: 0;
}

.list li {
  padding-left: 1.3em;
  font-size:18px; 
  padding-bottom:10px;
  font-family: 'Montserrat', sans-serif; 
  color:#666;
}

.list li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#2994ae;
}

.footer {
  float:left;
  display:block;
  width:100%;
  background:#fff;
  margin-top:1px;
  border-top: solid 4px #bababa;
  padding-top:20px;
  padding-bottom:0px;
}

.footer p {
  font-size:18px;
  line-height:21px;
  font-weight:500; 
}

.copy-section {
   float:left;
   display:block;
   width:100%;
   padding:6px 0px;
   font-size:14px;
   color:#fff;
   background-color:#f41a39;
   -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.75);
   box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.gray {
   background-color:#efefef;
   position:relative;
}

.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

.parallax {
	background: #efefef url(../images/parallax.jpg) bottom right no-repeat;
}

.gallery-section {
	float:left; 
	display:block; 
	width:100%; 
	height:300px; 
	border-top: solid 3px #f60228; 
	background:url(../images/gallary.jpg) top left no-repeat; 
	background-size:cover;
}

.te-right {text-align:right !important;}
.te-left {text-align:left !important;}
.top-mar {margin-top:80px; float:left;}

.bottom-menu {
    width: 200px;
}

.bottom-menu a {
    font-family: 'Montserrat', sans-serif;
	font-size:18px;
    color: #666;
	font-weight:500; 
    display: block;
    padding-left:0px;
	padding-bottom:5px;
    text-decoration: none;
	transition: all .3s ease-in-out;
}

.bottom-menu a:hover {
    color: #f60228;
}

.social-holder {
   float:left;
   display:block;
   width:68%;
   margin-left:32%;
}

.social-icon {
	float:left;
	display:inline-block;
	width:32px;
	height:32px;
	padding:6px 10px;
	text-align:center;
	border-radius:50%;
	background:#b7b7b7;
	color: #fff !important;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	margin-right:10px;
	margin-top:-3px;	
	transition: all 0.5s;
	text-decoration:none;
}

.social-icon:hover {
	background: #f41a39;
	color: #fff !important;
}

.mobile-menu-holder, .mobile-buttons, .mobile-slider {display:none;}

.pd-right {
	padding-right:130px !important;
}




/*-- Forms --*/
.mailing-list {
	width:70%;
	background-color:#fff;
	border: solid 1px #d0d0d0;
	padding:12px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	color:#666;
	float:left;
	display:inline-block;
	outline:none;
}

.mailing-list-button {
	width:30%;
	background-color:#666666;
	border: solid 1px #666666;
	padding:12px;
	font-size:16px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	float:left;
	display:inline-block;	
}

.mailing-list-button:hover {
	background-color:#0200a8;
	border: solid 1px #0200a8;
	color:#fff;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
   float:left;
   display:block;
   width:100%;
   padding:8px;
   font-size:14px;
   font-family: 'Montserrat', sans-serif !important;
   border: solid 1px #ddd;
   margin: 5px 0px;
   border-radius:4px;
   outline:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

input:focus, textarea:focus {
    background-color: #e0f7fd;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}


._2p3a {min-width:100% !important;}


.announces-holder {
  float:left;
  display:block;
  width:98%;
  margin: 6px 1%;
  padding-bottom:6px;
  transition: all 0.5s;
  border-bottom: solid 1px rgba(255,255,255,.15);
}

.announces-holder .date {
    font-family: 'Montserrat', sans-serif;
	font-size:10px;
    color: #ccc !important;
	font-weight:500; 
    display: block;
    padding-left:0px;
	padding-bottom:2px;
    text-decoration: none;
	float:left;
	width:100%;
}

.announces-holder p {
    font-family: 'Montserrat', sans-serif;
	font-size:12px;
    color: #fff !important;
	font-weight:400; 
    display: block;
    padding-left:0px;
	padding-bottom:5px;
    text-decoration: none;
	float:left;
	width:100%;
	line-height:normal !important;
}

.announces-holder a {
    font-family: 'Montserrat', sans-serif;
    color:#75ffff !important;
}

.announces-holder a:hover {
    color:#fff !important;
}

.news-item {
    padding:4px 0px;
    margin: 5px 0px;
    color:#fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    border-bottom: solid 1px rgba(255,255,255,.1);
    text-align: left !important;
}

.news-item a {    
    color:#fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px !important;
}

/*
.news-item a::before {  
   font-family: "FontAwesome";
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:300;
   color:#fff !important; 
   font-size: 11px !important;
}
*/

.news-item a:hover {    
    color:#75ffff !important;
}

.news-item img {
    padding-right: 6px;
    max-width:120px !important;
}

.news-item span {
    color:#ccc; 
    font-size: 9px;
}

.news-item strong {
    color:#75ffff; 
    font-size: 13px;
}


.panel {
    background-color: transparent !important;
    border:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.panel-body {
    padding: 0px !important;
}

.panel-footer {
    background-color: transparent !important;
    border-top: none !important;
}

td, th {
    vertical-align: top !important;
}

ul.demo {max-height: 310px !important;}




/*================================================== 
     Slideshow
 ================================================== */
 
 .bottom-shadow {
	 position:absolute;
	 width:100%;
	 height:26px;
	 background:url(../images/overlay.png) top center no-repeat;
	 z-index:1;
	 bottom:0px;
 }
 
.slide-holder {
	float:left;
	display:block;
	width:100%;
	z-index:1;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .carousel-indicators {
	bottom: 0px;
	width:100%;
	text-align:center;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #36559c !important;
	margin: 1px !important;
	display:inline-block;
	float:none;
	cursor:pointer;
	border-radius:50%;
}

.carousel-indicators li.active{
	background:#36559c;
	border: 2px solid #36559c !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	border-radius: 50px;	
}

#main-slide .carousel-control .fa-angle-left{
	left: 15px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 15px;
}

#main-slide .carousel-control i{
	background: rgba(255,255,255,.6);
	color: #23439c;
	line-height: 32px;
	font-size: 24px;
	padding: 10px 22px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .slider-content  {
     position:absolute;
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 z-index:1;
	 top:30%;
}

#main-slide .slider-content h2{
	font-size: 50px;
    color: #333;	
	font-family: 'Montserrat', sans-serif;
	line-height:50px;	
	font-weight:700;
	text-shadow: 0px 0px 12px #000;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

.slider.btn{
   font-size:17px;
   font-weight:500;
   font-family: 'Montserrat', sans-serif;
   color:#fff;
   padding: 8px 22px;
   text-decoration:none;
   background-color:#ea0d2e;
   border-radius:30px;
   text-transform:uppercase;
}

.slider.btn:hover{
   background-color:#fff;
   text-decoration:none;
   color:#ea0d2e;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

.carousel-control {
	top:35% !important;
}


/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}


/*================================================== 
     Accordion
 ================================================== */

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
        font-family: 'Montserrat', sans-serif;
    }

    .panel-default &gt; .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 24px;
        color:#2994ae !important;
    }

    .panel-title &gt; a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top-color: #EEEEEE;
    }



/* custom upload button */
 .upload-btn-wrapper {
     position: relative;
     overflow: hidden;
     display: inline-block;
}
 .uploadbtn {
     border: 1px solid gray;
     color: gray;
     background-color: white;
     padding: 3px 10px;
     border-radius: 8px;
     font-size: 15px;
     font-weight: bold;
}
 .upload-btn-wrapper input[type=file] {
     font-size: 100px;
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
     cursor: pointer;
}
</pre></body></html>