

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/ 

p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #a9a9a9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 65px;
	color: #2d3033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
	color: #2d3033;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
	color: #b1b1b1;
	font-weight: 400;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

address{
	
line-height: 25px;
	
margin-top: 20px;
	
margin-left: 15px;
}

.btn {
	background-color: #3f29b2;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin-top: 20px;
}
.btn:hover, .btn:focus {
	background-color: #ffbda5;
	color: #000;
}
.btn-large {
	padding: 15px 40px;
	background: #000000;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #010101;
    padding:40px;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #fdb9fe;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #6c7279;
	background: #010101;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 75px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #00000066;
	min-height: 50px;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
    height: 75px;
	padding: 50px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	position: relative;
}
#header .logo {
	float: left;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
	background: #212121;
	position: absolute;
	top: 0px;
	bottom: 0px;
	text-align: center;
	padding: 0 15px;
	vertical-align: bottom;
}
#header .logo a{
	padding-top: 44%;
	display: inherit;
	color: #000;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#header .logo b {
    display: block;
    font-size: 12px;
    color: #fff;
}
#header.fixed .header-content .logo a{
	padding-top: 10%;
	color: #ff5518;
	text-align: center;
}
#header .logo a:hover{
	
}
#header.fixed {
	background-color: #212121;
	border-bottom: 1px solid #232323 !important;
}
#header.fixed a {
	color: #c3c3c3;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-left: 20px;
	text-transform: uppercase;
	padding: 28px 10px;
}
.navigation a:hover {
	color: #fc04ff !important;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 20px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}    
.banner-text {
	margin-top: 30%;
    margin-bottom: 5%;
	color: #fff;
	float: left;
	padding: 0;
	border-radius: 15px 0 15px;
	left: 0px;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
}
.banner-text h1 {
	color: #ffffff;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
	font-style: normal;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
}
.banner-text p {
	color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 11px;
	text-align: left;
	font-style: italic;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background: #000000;
    background: linear-gradient(to bottom, #000000 0%, #090909 100%);
}
.intro h3 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 42px;
	font-weight: bold;
}
.intro p {
	color: rgba(255, 255, 255, 0.58);
	font-weight: 400;
	font-size: 18px;
}
section#mission {
    background: #773da8;
}
section#realworld {
    background: #671753;
    background: linear-gradient(to bottom, #671753 0%, #7e2167 100%);
}
section#web3 {
    background: #773da8;
    background: linear-gradient(to bottom, #773da8 0%, #9953d5 100%);
    padding-bottom: 0px;
}
section#creator {
    background: #000000;
    background: linear-gradient(to bottom, #000000 0%, #141414 100%);
    padding-bottom: 100px;
}


/* -----------------------------------------------------------------------------
   Zig-Zag Border
------------------------------------------------------------------------------- */

#d-wrapper {
background-color: #671753;
}
#d-wrapper * {

margin:0;
padding:0;}

#d-wrapper	div.sep {
		min-height: 20px;
		padding: 20px 0;

	}

#d-wrapper	.zig-zag-top:before{
		background: 
					linear-gradient(-45deg, #9953d5 16px, red 16px, blue 16px,  transparent 0), 
					linear-gradient(45deg, #9953d5 16px, transparent 0);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 22px 32px;
        content: " ";
        display: block;

        height: 32px;
		width: 100%;

		position: relative;
		bottom: 64px;
		left:0;
	}

#d-wrapper	div > * {
		margin: 0 40px;
	}

#d-wrapper	.zig-zag-bottom{
		margin: 0px 0;
		margin-top: 0;
		background: #9953d5;
	}

#d-wrapper	.zig-zag-top{
		margin: 0px 0;
		margin-bottom: 0;
		background: #9953d5;
	}

#d-wrapper	.zig-zag-bottom,
#d-wrapper	.zig-zag-top{
			  padding: 32px 0;
	}

#d-wrapper	p,
#d-wrapper  h1{
		  font-size:2em;
		  text-align:center;
	}

#d-wrapper	div.sep p,
#d-wrapper  div.sep h1 {
		text-shadow:1px 1px 0 #888, 2px 2px 0 #888, 3px 3px 0 #888, 4px 4px 0 #888, 5px 5px 0 #888;
		color: #fff;
	}

#d-wrapper	h1{
		 font-size:4em;
	}

#d-wrapper	.zig-zag-bottom:after{
		background: 
					linear-gradient(-45deg, transparent 16px, #9953d5 0), 
					linear-gradient(45deg, transparent 16px, #9953d5  0);
        background-repeat: repeat-x;
		background-position: left bottom;
        background-size: 22px 32px;
        content: "";
        display: block;

		width: 100%;
		height: 32px;

 	    position: relative;
		top:64px;
		left:0px;
	}

#d-wrapper	p{
		text-align: center;
	}

#d-wrapper	p:not(:last-child) {
		margin-bottom: 0px;
	}


p {
  text-align: center;
  
  
}
.auth{
  text-decoration: overline;
  color: #999;
  font-size: 2em;
}


/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
	
color: #fff;
	
font-weight: bold;
}
.section-header p{
	
color: #fff;
}

/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.service-section {
	padding: 100px 0;
	color: #fff;
}
.services {
	padding-bottom: 20px;
	background: transparent;
	color: #767676;
} 
.services h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
}
.services h5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #b1c0d0;
    font-weight:600;
    line-height:1.6;
}
#services{
	position: relative;
	background: #1e1e1e;
    background: linear-gradient(to bottom, #1e1e1e 0%, #272727 100%);
}
#services:before{
	content:'';
	position:absolute;
	width: 10px;
	height: 100%;
	background: #773da8;
	/* border-radius: 50%; */
	left: 0;
	z-index: 0;
	top: 0%;
	}
.services .section-header h2{color: #ff5518;font-weight: bold;}
.services .section-header p{color: #bcbcbc;}
.services-content {
	padding: 30px 30px 20px;
	/* margin-top: 30px; */
	border: 1px solid rgba(60, 60, 60, 0.53);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background: #454444;
}
.services-content b {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #ff5518;
    display: inline-block;
    width: 100%;
}
.services-content p {
	/* color: rgba(255, 255, 255, 0.81); */
	margin-top: 10px;
}

/* ------------------------------------------------------------------------------
	 Contact
-------------------------------------------------------------------------------*/

.contact {
    background: #1e1e1e;
    background: linear-gradient(to bottom, #1e1e1e 0%, #272727 100%);
  }

.contact h3 {
	color: #ffffff;
	padding-bottom: 20px;
	font-size: 42px;
}

/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/

.gallery p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: justify;
    padding-top:10px;
}

.gallery h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #f468ff;
    font-size:44px;
    text-align: center;
    padding-bottom:50px;
}

.gallery ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#bd6eff;
}

.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	/* -webkit-box-shadow: 0 0 0 1px #fff; */
	/* box-shadow: 0 0 0 1px #fff; */
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(0, 0, 0, 0.74);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	padding: 100px 0;
	background: #2c1193;
    background: linear-gradient(to bottom, #2c1193 0%, #4929c1 100%);
    font-size: 16px;
}
.packageList h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #f2f5fe;
    font-size:44px;
    text-align: center;
    padding-bottom:20px;
} 
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	/* border: 1px solid rgba(0, 0, 0, 0.1) !important; */
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
	padding: 15px;
	border: 1px dashed #ffffff !important;
    border-radius:10px;
	margin-bottom: 20px;
	/* border-radius: 15px; */
	/* background: #010101; */
}
.package h5 {
   color: #f2f5fe;
    font-size: 24px;
    font-weight:bold;
}
.package:hover .price {
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
	color: rgba(255, 255, 255, 0.74);
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    font-size: 1.35em;
    font-weight: 500;
    color: #010101;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 0;
	right: 0;
	bottom: auto;
	font-size: 26px;
	padding: 0.7em;
	font-weight: bold;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}

/* ------------------------------------------------------------------------------
    Web3
-------------------------------------------------------------------------------*/
.web3 p {
    font-family: Arial, Helvetica, sans-serif;
    color: #c0b5d9;
    font-size: 18px;
    text-align: justify;
    padding-top:10px;
}

.web3 h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size:44px;
    text-align: center;
    padding-bottom:50px;
}

.web3 ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#773da8
}


/* ------------------------------------------------------------------------------
    Real World
-------------------------------------------------------------------------------*/
.realworld p {
    font-family: Arial, Helvetica, sans-serif;
    color: #c0b5d9;
    font-size: 18px;
    text-align: justify;
    padding-top:10px;
}

.realworld h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size:44px;
    text-align: center;
    padding-bottom:50px;
}

.realworld ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#773da8
}

/* ------------------------------------------------------------------------------
	 Mission
-------------------------------------------------------------------------------*/
.mission p {
    font-family: Arial, Helvetica, sans-serif;
    color: #c0b5d9;
    font-size: 18px;
    text-align: justify;
    padding-top:10px;
}

.mission h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size:44px;
    text-align: center;
    padding-bottom:50px;
}

.mission ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#773da8
}

.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 5%;
	border: 2px solid #2d2d2d;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #eaeaea;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #ff5518;
	color: #ff5518;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #ff5518;
	border-color: #ff5518;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #ff5518;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: rgba(255, 255, 255, 0.87);
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height:22px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}


#tours {
	background: #ff5518;
	padding: 80px 0px 0;
	display: table;
	margin: 0 auto;
	width: 100%;
	color: #fff;
}
#tours .section-header p {
	color: #fff;
}
#tours h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0px 0px 15px;
}

.tour-list {
	padding: 0px 0 70px;
}

.tour-list li {
	border-bottom: 1px solid #222;
	list-style: outside none none;
	display: table;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
}

.tour-list li:first-child {
	border-top: none;
}

.tour-list li:last-child {
	border-bottom: none;
}

.tour-date {
	font-size: 30px;
	float: left;
	color: #fff;
	font-weight: 700;
}

.tour-date span {
	display: block;
	font-size: 17px;
	margin: -10px 0px 0px;
	font-weight: 400;
	text-align: right;
}

.tour-date span em {
	font-size: 13px;
	font-style: normal;
	margin: 0 -3px;
	display: none;
}

.tour-info {
	margin-left: 20px;
	display: inline-block;
	font-weight: 300;
	margin-top: 7px;
	font-size: 22px;
	color: #FFF;
}

.tour-info a {
	color: #fff;
	font-size: 14px;
	background: #000;
	padding: 4px 12px;
	border-radius: 4px;
}

.tour-ticket {
	margin-left: 54px;
	display: block;
}

.tour-ticket a {
	color: #010101;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	background: #fff;
	padding: 4px 10px;
	border-radius: 4px;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
    color:#fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #671753;
    background: linear-gradient(to bottom, #671753 0%, #7e2167 100%);
}
.footer a {
    color:#fff;
}  
.footer a:hover {
    color:#000;
}

/* ------------------------------------------------------------------------------- */
@media only screen and (max-width: 1020px) {
    #header .logo a {
    padding-top: 12%;
    display: inherit;
    /* color: #fff; */
}
.banner-text img {
    width: 450px;
}
#header.fixed .header-content .logo a {
    padding-top: 12%;
    color: #fff;
    text-align: center;
}
}



/* -------------------------------------------------------------------------------*/ 
@media(max-width:768px){    
.banner-text img {
    width:300px;
}   
body {
min-width: initial !important;
}
.wrapper{width:100%;}
}

/* ------------------------------------------------------------------------------- */
@media only screen and (max-width: 580px) {

.services .icon{
color:#404040;
}
}

.callback,
.simple {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.countdown {
text-align:center;
}
.styled{
  margin-left: -0px;
  text-align: left;
  margin-top: 20px;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 38px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  margin:0 25px;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background: #222;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
} 

/* ------------------------------------------------------------------------------- */
@media(max-width:420px){ 
	h1{
	float:initial;
	text-align: center;
	margin-left:0px;
	margin-bottom:0px;
	}
	#Header ul{ 
	top: 0px; 
	float: initial;
	margin: 0 auto;
	position:none;
	display: block; 
	clear: both;
	text-align: center; 
	padding: 0px;
	}
	#Header ul li{
	float:initial;
	display: inline-block;
	}
	#Content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 29px;
	font-weight: 300;
	}
	.styled {
	margin-bottom: 30px;
	}
	#subscribe input{
	width:80%;
	} 
}

