a,a:hover {
  text-decoration: none;
}

.navbar-brand,.package,.sponsors,.topwidget,footer .block {
  overflow: hidden;
}

@font-face {
  font-family:'Open Sans';src:url(../fonts/open-sans/Light/OpenSans-Light.eot?v=1.1.0);src:url(../fonts/open-sans/Light/OpenSans-Light.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/open-sans/Light/OpenSans-Light.woff2?v=1.1.0) format("woff2"),url(../fonts/open-sans/Light/OpenSans-Light.woff?v=1.1.0) format("woff"),url(../fonts/open-sans/Light/OpenSans-Light.ttf?v=1.1.0) format("truetype"),url(../fonts/open-sans/Light/OpenSans-Light.svg?v=1.1.0#Light) format("svg");font-weight:300;font-style:normal;
}

@font-face {
  font-family:'Open Sans';src:url(../fonts/open-sans/Regular/OpenSans-Regular.eot?v=1.1.0);src:url(../fonts/open-sans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/open-sans/Regular/OpenSans-Regular.woff2?v=1.1.0) format("woff2"),url(../fonts/open-sans/Regular/OpenSans-Regular.woff?v=1.1.0) format("woff"),url(../fonts/open-sans/Regular/OpenSans-Regular.ttf?v=1.1.0) format("truetype"),url(../fonts/open-sans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular) format("svg");font-weight:400;font-style:normal;
}

@font-face {
  font-family:'Open Sans';src:url(../fonts/open-sans/Italic/OpenSans-Italic.eot?v=1.1.0);src:url(../fonts/open-sans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/open-sans/Italic/OpenSans-Italic.woff2?v=1.1.0) format("woff2"),url(../fonts/open-sans/Italic/OpenSans-Italic.woff?v=1.1.0) format("woff"),url(../fonts/open-sans/Italic/OpenSans-Italic.ttf?v=1.1.0) format("truetype"),url(../fonts/open-sans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic) format("svg");font-weight:400;font-style:italic;
}

@font-face {
  font-family:'Open Sans';src:url(../fonts/open-sans/Bold/OpenSans-Bold.eot?v=1.1.0);src:url(../fonts/open-sans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(../fonts/open-sans/Bold/OpenSans-Bold.woff2?v=1.1.0) format("woff2"),url(../fonts/open-sans/Bold/OpenSans-Bold.woff?v=1.1.0) format("woff"),url(../fonts/open-sans/Bold/OpenSans-Bold.ttf?v=1.1.0) format("truetype"),url(../fonts/open-sans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold) format("svg");font-weight:700;font-style:normal;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Open Sans,sans-serif;
}

body {
  background-color: #fafafa;
  color: #070707;
}

p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
  color: #070707;
  font-weight: 300;
}

blockquote,blockquote p {
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
}

a {
  color: #cdaf88;
}

a:hover {
  color: #bc9c72;
}

.wrapblockquote {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 90%;
}

blockquote {
  padding: 0;
  border-left: none;
  font-size: 18px;
  color: #000;
  display: inline-block;
  margin: 10px auto 40px 0;
}

blockquote span {
  color: #ccc;
  font-size: 24px;
}

blockquote span.first {
  margin-right: 10px;
}

blockquote span.last {
  margin-left: 10px;
}

blockquote p {
  font-size: 18px;
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #cdaf88;
  padding: 10px 30px;
  border-radius: 3px;
}

.btn-primary:focus,.btn-primary:hover {
  background-color: #c3a37a;
}

.btn-gray {
  color: #fff;
  background-color: #333;
  padding: 10px 30px;
  border-radius: 5px;
  border:2px solid #FFF !important;
}

.btn-gray:focus,.btn-gray:hover {
  background-color: #d6be9f;
  color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #070707;
  padding: 10px 30px;
  border-radius: 5px;
  border:1px solid #FFF !important;
}

.btn-black:focus,.btn-black:hover {
  background-color: #000000;
  color: #fff;
}

#main-slider {
	position:relative;
}
#slider-text-10 {
	position:absolute;
	bottom:0;
	z-index:998;
	width:100%;
	overflow:hidden;
	pointer-events: none;
}

#slider-text-10 #vid {
	visibility:hidden;
	overflow:hidden;
	
}

#vidwatch {
	position:absolute;
	bottom:220px;
	z-index:999;
	text-align:center;
	width:100%;
}
#vidwatch a {
	font-size:18px;
	pointer-events:auto;
	position:relative;
	padding-right:50px;
}
#vidwatch i {
	position:absolute;
	top: 21px;
    right: 16px;
	font-size:26px;
	line-height:0;
}
#vidwatch a:hover i {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#vidclose {
	position:absolute;
	bottom:0;
	right:0;
	z-index:999;
	width: 60px;
}
#vidclose a {
    overflow: hidden;
	cursor:pointer;
	pointer-events:auto;
}
#vidclose a:after {
	position:absolute;
	top:0;
    content: "";
    display: block;
    border-left: 60px solid transparent;
    border-top: 60px solid #070707;
}
#vidclose a i {
	position:absolute;
	top:5px;
	right:5px;
	z-index:1000;
	color:#FFF;
	font-size:24px;
}
@media (max-width:991px) {
	#vidwatch {
		bottom:150px;
	}
}
@media (max-width:767px) {
	#vidwatch {
		bottom:10px;
	}
}
@media (max-width:450px) {
	#vidwatch a {
		font-size:14px;
		padding-right:30px;
	}
	#vidwatch i {
		position:absolute;
		top: 19px;
		right: 8px;
		font-size:20px;
	}
}

#main-slider .flexslider .slides > li:after {
	position:absolute;
}

.navbar {
  margin-bottom: 0;
  z-index:9999;
}

.navbar-default {
  background-color: #fff;
  border: none;
  border-radius:0px;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
}

.navbar-brand img {
  width: 240px;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav {
		float: right;
	}
}

.navbar-default .navbar-nav {
  margin-left: 15px;
  margin-top: 35px;
}

.navbar-default .navbar-nav>li>a {
  color: #070707;
  padding-left: 25px;
  padding-right: 25px;
  text-shadow: 0 0 0;
  font-size: 1em;
  transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #cdaf88;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #cdaf88;
  background-image: none;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu,.dropdown-menu li {
  padding: 0;
}

.dropdown-menu>li>a {
  padding: 8px 20px!important;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  background-color: #cdaf88!important;
  background-image: none!important;
  color: #FFF;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  background-color: #cdaf88!important;
  background-image: none!important;
  padding: 8px 20px!important;
}

.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width:991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    margin-top: 35px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  }

  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-collapse.collapse.in {
    display: block!important;
  }

  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-nav {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width:767px) {
	  .navbar-default .navbar-nav {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		overflow: hidden;
	  }
	.navbar-brand img {
	  width: 215px;
	}
	.navbar-toggle {
		margin-top: 30px;
	}

  .dropdown-menu>li>a,.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    padding-left: 30px!important;
  }
}

.btn {
  padding: 9px 16px;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-transform: none;
  background-image: none;
  text-shadow: none;
  transition: all .2s ease-out;
}

.btn-default {
  background-color: #cdaf88;
}

.btn-default:focus,.btn-default:hover {
  background-color: #c3a37a;
  color: #fff;
}

.btn-success {
  background-color: #27AE60;
}

.btn-success:hover {
  background-color: #1b914c;
}

.main-section {
  padding-bottom: 0;
  padding-top: 60px;
}

h1.section-title {
  color: #555;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: none;
}
@media (max-width:767px) {
	.main-section {
	  padding-top: 20px;
	}
	h1.section-title {
	  font-size: 28px;
	  margin-bottom: 10px;
	}
}

.options {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.09);
  margin-top: 35px;
  min-height: 280px;
}

.options>.option-header {
  background-color: #d6be9f;
  border-radius: 3px 3px 0 0;
  padding-bottom: 15px;
  padding-top: 35px;
  position: relative;
  text-align: center;
}

.options>.option-header>i.fa {
  background-color: #cdaf88;
  border: 5px solid #fafafa;
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  font-size: 30px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -30px;
  position: absolute;
  top: -30px;
  width: 60px;
  z-index: 1;
}

.options>.option-header>h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 15px;
}

.inner a,footer h4 {
  font-weight: 700;
}

.options>.option-header::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 21px solid #d6be9f;
  bottom: -21px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
}

.options>.option-body {
  padding: 35px 15px 15px;
  text-align: center;
}

.options>.option-body>p {
  color: grey;
}

.options a {
  color: #fff;
  background-color: #070707;
  padding: 7px 20px;
  border-radius: 3px;
}

.hsep,.options a:hover {
  background-color: #cdaf88;
}

.main-section article {
  opacity: 0;
  transform: translateY(200px);
  transition: all .2s ease-out 0s;
}

.main-section.inview article {
  opacity: 1;
  transform: translateY(0);
}

.main-section article:nth-child(2) {
  transition-delay: .2s;
}

.main-section article:nth-child(3) {
  transition-delay: .4s;
}

.main-section article:nth-child(4) {
  transition-delay: .6s;
}

.hsep {
  height: 10px;
  margin-bottom: 20px;
}

.wrapper {
  padding-bottom: 50px;
}

#home-page .wrapper {
  background-image: url(../img/statue.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  background-attachment:fixed;
}

@media (max-width:991px) {
  .options {
    margin-top: 65px;
    min-height: initial;
    min-height: auto;
  }

  #home-page .wrapper {
    background-image: none;
  }
}

.inner h1 {
  color: #cdaf88;
  font-size: 42px;
  border-bottom: 1px solid #ccc;
  margin: 25px 0 40px;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}

.inner h1:after,.inner h1:before {
  content: '';
  border-right: 20px solid #fff;
  border-top: 15px solid #ccc;
  bottom: -15px;
  position: absolute;
  left: 25px;
}

.inner h1:after {
  border-top-color: #fff;
  border-right-color: transparent;
  bottom: -13px;
  left: 26px;
}

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

.inner ul li {
  margin: 10px 10px 10px 40px;
}

.inner ul li:before {
  content: '\f058';
  font-family: FontAwesome;
  float: left;
  margin-left: -1.5em;
  color: #cdaf88;
  font-size: 20px;
  margin-top: -4px;
}
@media (max-width:767px) {
	.inner h1 {
		font-size: 28px;
		margin: 5px 0 30px;
	}
}

footer {
  background-color: #2e2c29;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  color: #FFF;
}

footer .footer-logo {
	width: 300px;
    height: auto;
    opacity: 0.2;
}

.copyrights {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #666;
}

.copyrights p {
  font-size: 12px;
}

@media (max-width:767px) {
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .footer-logo {
		width: 270px;
	}
  .copyrights p {
    line-height: 22px;
  }

  .copyrights .visible-xs {
    height: 0;
  }
}

@media (max-width:1199px) {

}

@media (max-width:991px) {

}

@media (max-width:767px) {

}

#menu-footer-menu {
  list-style: none;
  padding-left: 0;
  margin:15px 0;
}

#menu-footer-menu li {
	display:inline-block;
    padding: 0 15px;
	border-right:1px solid #ffffff;
}

#menu-footer-menu li:last-child {
	border-right:none;
}

#menu-footer-menu li a {
  color: #FFF;
  text-decoration: none;
}

#menu-footer-menu li a:hover {
  color: #FFF;
  text-decoration: underline;
}

.error404 {
  margin: 60px 0 100px;
  text-align: center;
}

.error404 span {
  font-size: 150%;
}

.well.steps {
  border-radius: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}

.step-breadcrumb {
  list-style: none;
  margin-top: 25px;
  overflow: hidden;
  padding-left: 0;
  text-align: center;
}

.step-breadcrumb>li {
  float: left;
  position: relative;
  width: 25%;
}

.step-breadcrumb>li>i.fa {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 57px;
  padding: 0;
  text-align: center;
  width: 60px;
  z-index: 1;
}

.step-breadcrumb>li>h4 {
  color: #666;
  font-size: 18px;
  font-weight: 200;
  margin-top: 25px;
  transition: all .2s ease-out;
}

.step-breadcrumb>li::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  z-index: 0;
  transform-origin: 0 0;
}

.step-breadcrumb>li:last-child::before {
  display: none;
}

.steps .step-breadcrumb li i.fa {
  transform: scale(0);
}

.steps.inview .step-breadcrumb li i.fa {
  transform: scale(1);
}

.steps.inview .step-breadcrumb li:nth-child(2) i.fa {
  transition-delay: .4s;
}

.steps.inview .step-breadcrumb li:nth-child(3) i.fa {
  transition-delay: .6s;
}

.steps.inview .step-breadcrumb li:nth-child(4) i.fa {
  transition-delay: .8s;
}

.steps .step-breadcrumb li:before {
  transform: scale(0,1);
}

.steps.inview .step-breadcrumb li:before {
  transform: scale(1,1);
}

.steps.inview .step-breadcrumb li:nth-child(1):before {
  transition-delay: .2s;
}

.steps.inview .step-breadcrumb li:nth-child(2):before {
  transition-delay: .6s;
}

.steps.inview .step-breadcrumb li:nth-child(3):before {
  transition-delay: .8s;
}

.steps .step-breadcrumb li h4 {
  opacity: 0;
  transform: translateY(-65px);
}

.steps.inview .step-breadcrumb li h4 {
  transform: translateY(0);
  opacity: 1;
}

.steps.inview .step-breadcrumb li:nth-child(2) h4 {
  transition-delay: .4s;
}

.steps.inview .step-breadcrumb li:nth-child(3) h4 {
  transition-delay: .6s;
}

.steps.inview .step-breadcrumb li:nth-child(4) h4 {
  transition-delay: .8s;
}

.sponsors {
  height: 200px;
  text-align: center;
  margin-bottom: 30px;
}

.sponsors img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.sponsors a {
  color: #333;
}

.gallery img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .sponsors {
    height: 150px;
  }

  .step-breadcrumb {
    text-align: left;
  }

  .step-breadcrumb>li {
    margin-bottom: 40px;
    width: 100%;
  }

  .step-breadcrumb>li:last-child {
    margin-bottom: 0;
  }

  .step-breadcrumb>li::before {
    height: 100%;
    left: 30px;
    top: 100%;
    width: 2px;
  }

  .step-breadcrumb>li>h4 {
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
  }
}

.topwidget {
	position: relative;
    bottom: 190px;
    margin-bottom: -180px;
	padding:0 160px;
}

.trblock {
	background-color: rgba(205,175,136,0.7);
    padding: 12px 10px;
    text-align: center;
    height: 140px;
}

.trblock i {
  font-size: 44px;
  line-height: 30px;
  color: #FFF;
}

.trblock img {
	height:75px;
	width:auto;
}

.trblock h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
}

.trblock h3 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width:992px) {
  .trblock:hover {
    background-color: rgba(205,175,136,0.8);
  }
}
@media (max-width:1199px) {
	.topwidget {
		padding:0 120px;
	  }
}
@media (max-width:991px) {
  .topwidget {
	padding:0 60px;
    bottom: 140px;
    margin-bottom: -125px;
  }
  .trblock {
    height: 110px;
  }
  .trblock i {
    font-size: 34px;
    line-height: 20px;
    color: #FFF;
  }
  .trblock img {
		height:55px;
	}
	.trblock h3 {
		font-size: 14px;
	}
}

@media (max-width:767px) {
  .topwidget {
    position: inherit;
    margin-bottom: 30px;
    margin-top: 20px;
	padding:0;
  }
  .topwidget > div {
	padding: 0 5px;
  }

  .trblock {
    height: auto;
    margin: 10px 0;
  }

  .trblock i {
    font-size: 34px;
    line-height: 20px;
    color: #FFF;
  }
}
@media (max-width:490px) {
  .trblock {
	height: 90px;
    padding: 10px 0;
  }
  .trblock img {
    height: 45px;
}
  .trblock h3 {
		font-size: 9px;
	}
}

.package {
  padding: 25px 20px;
  border: 1px solid #CCC;
  border-bottom: 10px solid #ccc;
  margin-bottom: 50px;
}

.package h2 {
  color: #070707;
  font-size: 20px;
  font-weight: 700;
}

.package h3 {
  color: #cdaf88;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.package a {
  color: #fff;
  background-color: #cdaf88;
  padding: 10px 30px;
  border-radius: 3px;
}

.package a:hover {
  background-color: #c3a37a;
}

.wpcf7-form input,.wpcf7-form textarea {
  width: 100%;
  padding: 2px 5px;
}

.wpcf7-form input[type=submit] {
  padding: 5px 50px!important;
  background: #070707!important;
  margin-top: 0!important;
  margin-bottom: 10px!important;
  width: auto;
  color: #FFF;
  border: none;
}

.wpcf7-form input[type=submit]:hover {
  background: #cdaf88!important;
}

@media (max-width:767px) {
  .wpcf7-form {
    margin-top: 50px;
  }
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 10px;
}