.html, body {
  overflow-x: hidden;
}
.body {
  position: relative
}


/*
Typography
=========================== */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height:28px;
    color: #323131;
}

#welcome {
	background-color:#F5F5F5;
	padding:10px;
}

.welcome {	
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height:30px;
    color: #323131;
	width:80%;
	
	}
#top {
	background-color:#582B8B;
	height:60px;	
	
	
}
.top {
    font-family: 'Montserrat', sans-serif;
	color:#000;		
	font-size:13px;
	padding-top:15px;
	letter-spacing:0.5px;
}
.h1 {
	font-family: 'Oswald', sans-serif; 	
	color:#FFF;	
	text-transform: uppercase;
}
.h2 {
	font-family: 'Oswald', sans-serif;
	font-size:33px;
	color:#7C34CF;	
	text-transform: uppercase;
	letter-spacing:5px;
	padding-bottom:10px;
}

.h3-support {
	font-family: 'Oswald', sans-serif;	
	color:#000;	
	padding-bottom:10px;
  line-height: 37px;
}

.h3-right {
	font-family: 'Oswald', sans-serif;	
	color:#000;
	margin-top:0px;
	margin-bottom:10px;	
	
}

.h3 {
	font-family: 'Oswald', sans-serif;
 	font-style: normal;  	
	color:#7C34CF;
	text-transform: uppercase;
	padding-bottom:10px;	
	
}
.h4-side {
	font-family: 'Oswald', sans-serif;
 	font-style: normal;  	
	color:#363636;
	}

.h4 {
	font-family: 'Archivo Black', sans-serif;
 	font-style: normal;  
	color:#000;	
	text-transform: uppercase;
	padding-bottom:5px;
	
}
.p {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height:28px;
    color: #323131;
}
.p-right {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height:20px;
    color: #323131;
	margin-bottom:-5px;
	margin-top:5px;
	text-align:center;
}

#content {
	background-color:#F0F0F0;
}

#sub {
	background-image:url(../images/bg-sub.jpg);
	background-attachment:fixed;
	height:400px;
}

/***** HYPERLINK *****/

A.bgdark {color:#FFDE1B;}
A.bgdark :link {text-decoration: none; color:#FFffff;}
A.bgdark :visited {text-decoration: none; color:#FFffff;}
A.bgdark :hover {text-decoration: none; color:#FFffff;}
A.bgdark :active {text-decoration: none; color:#FFffff;}


A.bglight {color:#582B8B;}
A.bglight:link  {text-decoration: none; color:#000;}
A.bglight:visited {text-decoration: none; color:#000;}
A.bglight:hover {text-decoration: none; color:#000;}
A.bglight:active {text-decoration: none; color:#000;}


/***** HR *****/



/***BUTTON***/

.button {
    background: #FF6600;;
    color: #fff;
    width: 120px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}

.btn-warning:hover {
	background-color:#FF6600;
	 border-color: #FF6600;
}
.btn-warning {
    color: #000;
    background-color: #FF6600;
    border-color: #FF6600;
	margin-top:11px;
	width:100%;
	padding:10px;
	color:#fff;
	font-size:13px;
	font-weight:600;
}



/***** TOUR PACKAGES *****/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1365 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
  background-color: #000000;
  text-transform: uppercase;
}

figure.snip1365 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1365 img {
  max-width: 100%;
  backface-visibility: hidden;
}

figure.snip1365 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  padding: 30px 10px 30px 0;
  background-color: rgba(0, 0, 0, 0.65);
}

figure.snip1365 h3,
figure.snip1365 .links {
  width: 100%;
  position: absolute;
  margin: 5px 0;
  padding: 0;
}

figure.snip1365 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  bottom: 50%;
}

figure.snip1365 .links {
  top: 50%;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-weight: 300;
}

figure.snip1365 .links li {
  display: inline-block;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  list-style: none;
}

figure.snip1365 a {
  padding: 0px 10px;
  color: #ffffff;
  text-decoration: none;
}

figure.snip1365 a:hover {
  color: #f39c12;
}

figure.snip1365:hover img,
figure.snip1365.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

figure.snip1365:hover figcaption,
figure.snip1365.hover figcaption {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

figure.snip1365:hover li,
figure.snip1365.hover li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

figure.snip1365:hover li:first-child,
figure.snip1365.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.snip1365:hover li:nth-child(2),
figure.snip1365.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip1365:hover li:nth-child(3),
figure.snip1365.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.col-md-5 {
    background-color: #FFDE1B;
	height:60px;
	
}

/***** SUPPORT *****/
#support {
	background-color:#FFDE1B;
	
}



/***** FOOTER *****/
#footer {
	background-color:#1D0B32;
	padding:10px;
}
.footer {
	font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    line-height:35px;
    color: #EBEBF3;	
}
.h3-footer {
	font-family: 'Oswald', sans-serif;
 	font-style: normal;  	
	color:#FFDE1B;
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:10px;	
}


/***** copyright *****/
#copy {
	background-color:#0C0119;
	padding:10px;
}

/***** FORM *****/
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}