@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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, main {
	display: block;
}
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;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../MAIN-images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99999;
 height: 100%;
 }
#status
{
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../MAIN-images/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.preloader
{
	background:url(../MAIN-images/loaders/ring.svg)  center center no-repeat;
}
body
{
	width:auto; margin:0; border:0; background:url(../MAIN-images/bg.jpg) no-repeat; background-size:cover; font-family: 'Source Sans Pro', sans-serif;
} 
img
{
	max-width:100%; vertical-align: middle; border: 0;
}
.clearfix:after
{
	display:block; visibility:hidden; overflow:hidden; clear:both !important; content:"."; line-height:0; height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color:#443b3d; line-height:24px; font-size:16px; text-align:justify; margin:15px 0;
	font-family: 'TruenoLt';
}
p strong
{
	color:#076bdd; font-weight:bold;
}
p span
{
	color:#ff7113;
}
a, img, span, strong, nav
{
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
} 
a
{
	color:#217ec2;
	text-decoration:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
a:hover
{
	color:#d11b38; 
}
table
{ 
	color:#505050; font-size:14px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#f86b26 url(../MAIN-images/table-h3.jpg) repeat-x; margin:0; text-transform:uppercase; font-size:18px; padding:12px 15px;
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
} 
ul.list li
{
	list-style: url(../MAIN-images/music.png);
    margin-left: 30px;
    line-height: 28px;
	font-size:15px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27; margin:15px 0;
    font-family: 'Petit Formal Script', cursive;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	border-top:solid 6px #00a9ff;
}
.header-top
{
	padding:30px 30px;
}
.header-top h1
{
	margin:0;
	text-align:center;
}
.header-top h1 img
{
	height:70px;
}
.isStuck
{
	z-index:9999999; 
}
.nav
{
	background:#000;
}
.nav ul
{
	padding:0; margin:0;
	list-style:none;
	text-align:center;
}
.nav ul li
{
	list-style:none;
	display:inline-block;
}
.nav ul li a
{
	color: #fff;
    font-size: 15px;
    font-weight:400;
	font-family: 'TruenoLt';
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 25px;
	position:relative;
}  
.nav ul li a i
{
    font-size: 16px;
    position: absolute;
    top: 35%;
    right: 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav ul li a
{
	position:relative;
}  
.nav ul li a:hover, .nav ul li.active a
{
	
}
.nav ul li:hover > a , .nav ul li.active > a 
{
	background:#00a9ff;
}
.banner
{
	position:relative;
}
.banner-heading
{
	position: relative;
    text-align: center;
}
.banner-heading-text
{
	background:url(../MAIN-images/line.png) bottom center no-repeat;
	text-align:center;
    padding:100px 0;
}
.banner-heading-text h2
{
	color: #000;
    font-family: 'TruenoSBd';
    margin: 0;
    font-size: 2.5vw;
    font-weight: 200;
	padding:10px 0;
    position: relative;
	text-transform:uppercase;
	display:inline-block;
	background:url(../MAIN-images/line2.png) bottom center no-repeat;
}
.banner-heading-text h2 span
{
	display:block;
}
.section-tab
{
	border:solid 25px #fff;
}
.section-tab h2
{
    font-family: 'TruenoSBd';
    color: #000;
    font-size: 2vw;
    margin:0px 0 10px 0;
    position: relative;
    text-align: center;
	text-transform:uppercase;
}
.section-tab h2 span
{
    background:#fff;
    display: inline-block;
    padding: 0 20px;
}
.section-tab h2:before
{
    content: " ";
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: -9;
}
.section-tab h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: -9;
}
.section-tab ul
{
	padding:0;
	margin:0;
	list-style:none;
} 
.section-tab ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	border:solid 25px #fff;
	text-align:center;
}
.section-tab ul li img
{
	width:200px;
	margin-top:20px;
}
.section-tab ul li p
{
	text-align:center;
}
.section-tab ul li a
{
    display: block;
	position:relative;
}
.section-tab ul li a .img
{
    display: block;
	position:relative;
	overflow:hidden;
}
.section-tab ul li a .img i
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:25px;
	height:25px;
	background:url(../MAIN-images/link.png) center center no-repeat;
	opacity:0;
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	z-index:99999;
}
.section-tab ul li a:hover .img i
{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.section-tab ul li a .img img
{
    width: 100%;
}
.section-tab ul li a .img:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.section-tab ul li a .img span
{
    position: absolute;
    display: block;
    background: #000;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
	z-index:99;
}
.section-tab ul li a .img:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.section-tab ul li a .img:hover
{
   	
}
.section-tab ul li a .img:after, .section-tab ul li a .img:before
{
	content:" ";
	position:absolute;
	width:0;
	height:0;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	box-sizing:border-box;
	margin:20px;
	opacity:0;
}
.section-tab ul li a .img:after
{
	top:0;
	left:0;
	border-top:solid 1px #fff;	
	border-left:solid 1px #fff;	
	z-index:9999;
}
.section-tab ul li a .img:before
{
	bottom:0;
	right:0;
	border-bottom:solid 1px #fff;	
	border-right:solid 1px #fff;
	z-index:99999;
}
.section-tab ul li a .img:hover:after, .section-tab ul li a .img:hover:before
{
	width:60px;
	height:60px;
	opacity:1;
}
.section-tab ul li a.explore
{
	padding: 10px 22px;
    color: #fff;
    font-family: 'TruenoSBd';
    font-size: 13px;
    text-transform: uppercase;
    background: #00a8ff;
    display: inline-block;
    position: relative;
}
.section-tab ul li a.explore:after
{
	font-family: 'FontAwesome';
    color: #fff;
    font-size: 14px;
    content: "\f105";
	padding-left:3px;
}
.section-tab ul li a.explore:hover:after
{
	padding-left:6px;
}
.section-tab ul li a:hover.explore
{
	letter-spacing:1px;
	box-shadow:0px 1px 4px #c8d6dd;
}
.section-tab ul li a.brochure
{
	color: #000;
    font-size: 15px;
    font-family: 'TruenoRgIt';
    position: relative;
    display: inline-block;
    margin:15px 0 0 0;
}
.section-tab ul li a.brochure i
{
	color: #00a9ff;
    font-size: 20px;
}
.section-tab ul li a.brochure:hover
{
	color:#00a9ff;
}
.section-tab ul li a.brochure:after
{
	position:absolute;
	top:100%;
	left:0%;
	content:" ";
	width:0;
	height:1px;
	background:#00a9ff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
	margin-top:3px;
}
.section-tab ul li a.brochure:hover:after
{
	width:100%;
}
.package
{
	background:url(../MAIN-images/bg-offer.jpg) center center no-repeat fixed;
	background-size:cover;
	padding:80px 0;
}
.package-inner
{
	background: #fff;
    width: 32vw;
    height: 32vw;
    margin: auto;
    border-radius: 50%;
    position: relative;
}
.package-inner-text
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
	text-align:center;
}
.package-inner-text > div
{
	display:table-cell;
	vertical-align:middle;
}
.package-inner-text p
{
	margin: 0;
	font-family: 'TruenoLt';
    color: #666;
    text-align: center;
    font-size: 1.2vw;
}
.package-inner-text h2
{
    font-family: 'Trueno';
    color: #000;
    font-size: 3.3vw;
    line-height: 2vw;
}
.package-inner-text a
{
	padding: 10px 22px;
    color: #fff;
    font-family: 'TruenoSBd';
    font-size: 13px;
    text-transform: uppercase;
    background: #00a8ff;
    display: inline-block;
    position: relative;
	margin-top:10px;
}
.package-inner-text a:after
{
	font-family: 'FontAwesome';
    color: #fff;
    font-size: 14px;
    content: "\f105";
	padding-left:3px;
}
.package-inner-text a:hover:after
{
	padding-left:6px;
}
.package-inner-text a:hover
{
	letter-spacing:1px;
	box-shadow:0px 1px 4px #c8d6dd;
}
.about
{
	
}
.about-inner
{
	width:1000px;
	margin:auto;
	text-align:center;
	padding-bottom:40px;
}
.about p
{
	font-family: 'TruenoLt';
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
}
.about h2
{
	font-family: 'TruenoUltLt';
    color: #000;
    font-size: 2.5vw;
    margin: 60px 0 0 0;
    position: relative;
    text-align: center;
	text-transform:uppercase;
}
.about h2 span
{
    background:#fff;
    display: inline-block;
    padding: 0 20px;
}
.about h2:before
{
    content: " ";
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: -9;
}
.about h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: -9;
}
.footer-inner
{
	position:relative;
	text-align:center;
}
.footer-inner-store
{
	position:absolute;
	bottom:50px;
	right:25px;
}
.footer-inner-store img
{
	width:150px;
	margin:0 5px;
}
.footer-inner-store img:hover 
{
	opacity:0.6;
}
.footer-inner p
{
	text-align:center;
	font-family: 'TruenoRgIt';
	font-size:16px;
	color:#000;
}
.footer-inner p span
{
	color:#00a9ff;
}
.footer-inner img
{
	border-radius:3px;
}
.footer-inner-link
{
    padding: 30px 0;
    text-align: center;
}
.footer-inner-link a
{
	color: #000;
    font-size: 15px;
    font-family: 'TruenoRgIt';
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.footer-inner-link a:hover
{
	color:#00a9ff;
}
.footer-inner-link a:after
{
	position:absolute;
	top:100%;
	left:0%;
	content:" ";
	width:0;
	height:1px;
	background:#00a9ff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
.footer-inner-link a:hover:after
{
	width:100%;
}
.footer-inner-bottom
{
	background:#1c95d3;
	border-top:solid 6px #00a9ff;
	height:25px;
}
.contact
{
	position: relative;
    padding: 50px;
    margin-bottom: 30px;
	text-align:center;
}
.contact p
{
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}
.contact h2 {
    color: #000;
    font-family: 'TruenoSBd';
    margin: 0 0 50px 0;
    font-size: 2.5vw;
    position: relative;
    display: inline-block;
    background: url(../MAIN-images/line2.png) bottom center no-repeat;
    padding-bottom: 6px;
}
.contact-left
{
	width:50%;
	padding:0 25px 0 0 ;
	text-align:center;
}
.contact-left p
{
	text-align:center;
	margin-bottom:0;
}
.contact-left i
{
    color: #217ec2;
    font-size: 2.5vw;
}
.contact-left h3 {
    color: #000;
    font-family: 'TruenoSBd';
    font-size:2vw;
    position: relative;
}
.contact-left a
{
	position:relative;
	display:inline-block;
	color:#cf203d;
}
.contact-left a:hover
{
	color:#000;
}
.contact-left a:after
{
	position:absolute;
	top:96%;
	left:0%;
	content:" ";
	width:0;
	height:1px;
	background:#000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
.contact-left a:hover:after
{
	width:100%;
}
.contact-left-inner
{
    margin: 0 0 30px 0;
    padding-bottom:10px;
	border-bottom:solid 1px #d6d6d6;
}
.contact-social
{
	
}
.contact-social a
{
	position: relative;
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 6px;
}
.contact-social a:hover
{
	color:#1e95d3;
}
.contact-social a:after
{
	position:absolute;
	top:96%;
	left:0%;
	content:" ";
	width:0;
	height:1px;
	background:#1e95d3;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
.contact-social a:hover:after
{
	width:100%;
}
.contact-left-inner
{
    margin: 0 0 30px 0;
    padding-bottom:30px;
	border-bottom:solid 1px #d6d6d6;
}
.contact-right
{
	width:50%;
	padding:0 0 0 25px;
	box-sizing:border-box;
}
.contact-right p
{
	
}
.contact-form
{
	
}
.contact label {
	color:#333; font-size:13px; margin-bottom:6px; display:block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #bfbfbf;
	font-family: 'TruenoLt';
	font-size:14px;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px -1px #bfbfbf inset;
	background:#fff;
}

.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus {
    border: solid 1px #8d8d8d;
    box-shadow: 0px 1px 2px -1px #ababab inset;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5;
    outline: 0;
    margin-bottom: 10px;
	font-family: 'TruenoLt';
	font-size:14px;
}
.contact textarea {
   padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #bfbfbf;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px -1px #bfbfbf inset;
	background:#fff;
	font-family: 'TruenoLt';
	font-size:14px;
}
.select {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button {
	background: #cf203d;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    border-bottom: solid 2px #b6132e;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	font-family: 'TruenoLt';
}
.contact-button:hover {
	background: #b6132e;
}
.contact-left-form, .contact-right-form {
    width: 49%;
}



.nav-dropdown {
    display: none;
    min-width: 200px !important;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    z-index: 1000;
    position: absolute;
    text-align: left;
    list-style: none;
    color: #fff;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px;
}

.nav-dropdown li{
	list-style:none !important;
	display:block !important;
}
.nav-dropdown li a {
    padding: 15px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    display: inline-block !important;
    width:100% !important;
}

.nav-dropdown li a:hover, .nav-dropdown li a:focus {
    background-color: #00A9FF;
    color: #fff;
}

.dropdown:hover .nav-dropdown {
    display: block;
}


