body {
  background: #eee;
  -webkit-backface-visibility: hidden;
}

.main-container,
.nav-container,
.footer-container,
nav,
nav.fixed,
.callout {
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.boxed-layout .main-container,
body.boxed-layout .nav-container,
body.boxed-layout .footer-container,
body.boxed-layout nav,
body.boxed-layout nav.fixed,
body.boxed-layout nav.overlay {
  max-width: 1280px;
}
.main-container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  clear: both;
  position: relative;
}

.container {
	background: #fff;
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.slider {
  position: relative;
}
video:-webkit-full-screen,
audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}




a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  background: #222;
}

.pull-right {
  right: 0;
}
.pull-left {
  left: 0;
}

@media all and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
	font-size: 29px;
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: none !important;
    text-decoration: none;
    color: inherit;
}



	


/*!---------- SECTIONS ----------*/
section {
  padding: 40px 0;
  position: relative;
  background: #fff;
}
section .container {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
/*!---------- FONTS ----------*/
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 0.6em 0;
	cursor: default;
}
h1 {
  font-size: 55px;
  line-height: 74px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 0 0.5em 0;
}
h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 300;
  letter-spacing: -1px;
}
h3 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -1px;
}
h4 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
}
h5 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
h6.light {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
  h2 {
    font-size: 50px;
    line-height: 58px;
  }
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
  h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 990px) {
  h1 {
    font-size: 46px;
    line-height: 50px;
  }
  h2 {
    font-size: 46px;
    line-height: 50px;
  }
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  cursor: default;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
p a:hover {
  color: #ea7812;
}
p.text-white a {
  color: #fff;
}
.smaller p {font-size:75%;}

/*!---------- COLOURS ----------*/
a {
  color: #888;
}
a:hover {
  color: #444;
}
.text-white {
  color: #fff !important;
}
.muted-white {
  color: #f8f8f8;
}
.bg-secondary {
  background: #f6f8fa;
}
section.bg-dark,
footer.bg-dark {
  background: #222;
}
section.bg-dark.bg-secondary,
footer.bg-dark.bg-secondary {
  background: #282828;
}
section.bg-dark h1,
footer.bg-dark h1,
section.bg-dark h2,
footer.bg-dark h2,
section.bg-dark h3,
footer.bg-dark h3,
section.bg-dark h4,
footer.bg-dark h4,
section.bg-dark h5,
footer.bg-dark h5,
section.bg-dark h6,
footer.bg-dark h6 {
  color: #fff;
}
section.bg-dark p,
section.bg-dark span,
footer.bg-dark {
  color: #eee;
}
section.bg-dark a,
footer.bg-dark span {
  color: #fff;
}
::selection {
  background: #f2a057;
  color: #fff;
}
::-moz-selection {
  background: #f2a057;
  color: #fff;
}
/*!---------- FORMS ----------*/
input,
textarea {
  -webkit-appearance: none;
}


.hidden_sub_label {display: none;}

.gform_validation_container {
	display: none;
}

textarea {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 3px;
	weight:400;
	color: #888888;

}


.large input {
	width: 100%;
}

.gfield {
	margin: 0 0 1.2em 0;
}

.gform_wrapper {margin: 0 0 1.2em 0;}


input[type="text"] {
  height: 54px;
  line-height: 48px;
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}
input[type="submit"] {
  font-weight: 500 !important;
  height: 54px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 0 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
	max-width: 100%;
}
input[type="submit"]:hover {
  background: #f0933f;
  color: #fff;
}
input:focus,
textarea:focus {
  outline: none;
}
input.field-error,
textarea.field-error {
  outline: 1px solid #a83a3a;
}
form {
  position: relative;
  display: inline-block;
}
form p {
  margin-top: 12px;
}
form a {
  font-weight: bold;
}
.contained-form input[type="text"]:first-of-type {
  border-radius: 3px 0px 0px 3px;
  position: relative;
  left: 3px;
}
.contained-form input[type="text"]:nth-of-type(2) {
  border-radius: 0px;
  border-left: 1px solid #eee;
}
.contained-form input[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  position: relative;
  right: 3px;
  top: 1px;
}
.form-success,
.form-error {
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #a83a3a;
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  display: none;
}
.form-success {
  background: #3aa844;
}
@media all and (max-width: 767px) {
  .contained-form input {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .contained-form input[type="text"]:first-of-type {
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
  }
  .contained-form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-top: 1px solid #eee;
  }
  .contained-form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
    top: 0;
  }
}
.mail-list-form {
  display: none;
}
/*!---------- VIDEO ----------*/
video {
  max-width: 100%;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


.local-video-container {
  position: relative;
}
.local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: -1;
}
.background-image-holder.parallax {
  height: 150%;
  top: -30%;
  transition: all 0s ease !important;
}
.embed-video-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: inline-block;
}
.embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media all and (max-width: 990px) {
  .embed-video-container {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .embed-video-container iframe {
    height: 200px;
  }
}
/*!---------- LISTS ----------*/
ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}
li {
  margin: 0;
  padding: 0;
}

/*!---------- NAVIGATION ----------*/
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-container.dismiss-active {
  min-height: 80px !important;
  max-height: 80px !important;
}
.nav-container.dark {
  background: #222;
}
nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav a {
  color: #666;
}
nav .logo {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.logo {
	margin: 0;
}

/*!---------- HEADERS ----------*/
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #222;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.main-container section:first-of-type .slides li > .background-image-holder,
.main-container section:first-of-type .background-image-holder {
  top: 0;
}
.header {
  padding: 0;
  background: #222;
}
.header .contained-form h6 {
  margin-bottom: 16px;
}
.header input[type="text"] {
  border-color: #fff;
}
@media all and (max-width: 767px) {
  .header br {
    display: none;
  }
}
.fixed-header {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
.header-1 {
  padding: 120px 0;
}
.header-1 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-1 h3 {
  margin-bottom: 20px;
}
.header-1 li {
  overflow: hidden;
  margin-bottom: 20px;
}
.header-1 li:last-child {
  margin-bottom: 40px;
}
.header-1 i {
  display: inline-block;
  font-size: 36px;
  float: left;
  width: 15%;
}
.header-1 h5 {
  display: inline-block;
  float: left;
  width: 75%;
}
.header-1 form {
  width: 100%;
  max-width: 410px;
}
.header-1 form input {
  width: 100%;
}
.header-1 form input[type="text"] {
  margin-bottom: 12px;
}
.header-1 form a {
  color: #fff;
  font-weight: 700;
}
.header-1 .sub {
  color: #fff;
}
.header-1 .inner {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 40px;
  width: 100%;
  max-width: 458px;
  float: right;
}
@media all and (max-width: 990px) {
  .header-1 h2 br {
    display: none;
  }
  .header-1 h2 {
    margin-bottom: 40px;
  }
  .header-1 form {
    padding-left: 0;
  }
  .header-1 {
    text-align: center;
  }
  .header-1 h5 {
    float: none;
    margin-bottom: 40px;
  }
  .header-1 .inner {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .header-1 {
    padding: 40px 0;
  }
  .header-1 h5 {
    margin-bottom: 40px;
    width: 100%;
  }
  .header-1 .inner {
    background: none;
    padding: 0;
  }
  .header-1 .sub {
    width: 100%;
  }
}
.header-2 {
  padding: 120px 0;
  min-height: 100vh;
}
.header-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-2 h1 {
  margin-bottom: 8px;
}
.header-2 h5 {
  color: #fff;
}
.header-2 .local-video-container,
.header-2 .embed-video-container {
  max-width: 675px;
  margin: 0 auto;
  margin-top: 8vh;
  margin-bottom: 8vh;
  overflow: visible;
}
.header-2 .embed-video-container iframe {
  height: 362px;
}
.header-2 .local-video-container .background-image-holder {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.header-2 video {
  width: 675px;
  border: none;
}
.header-2 form a {
  color: #fff;
  font-weight: bold;
}
.header-2 form input[type="text"] {
  min-width: 224px;
}
.header-2 .sub {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-2 {
    padding: 40px 0;
  }
  .header-2 .local-video-container,
  .header-2 .embed-video-container {
    margin: 40px 0;
  }
  .header-2 video {
    width: 100%;
  }
  .header-2 .contained-form input[type="text"]:nth-child(2) {
    border-left: none;
  }
  .header-2 .embed-video-container iframe {
    height: 200px;
  }
}
.header-3 {
  padding: 40px 0;
  background: #ecf0f3;
}
.header-3 h3 {
  margin-bottom: 10px;
}
.header-3 h5 {
  color: #888;
  margin-bottom: 40px;
}
.header-3 input[type="text"] {
  border-color: #ccc;
}
.header-3 input:nth-child(2) {
  border-left: none;
}
.header-3 .sub {
  color: #888;
  opacity: 0.8;
}
.header-3 form {
  margin-bottom: 40px;
}
.header-4 {
  background: #fff;
}
.header-4.bg-secondary {
  background: #f6f8fa;
}
.header-4 .hero-slider {
  max-height: 65vh;
  overflow: hidden;
}
.header-4 .hero-slider .slides li {
  height: 65vh;
  position: relative;
  overflow: hidden;
}
.header-4 .container {
  height: 35vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.header-4 h3 {
  margin-bottom: 20px;
}
.header-4 h5 {
  color: #888;
  margin-bottom: 26.66666667px;
}
@media all and (max-height: 900px) {
  .header-4 .hero-slider .slides li {
    height: 60vh;
  }
  .header-4 .container {
    height: 40vh;
  }
}
.header-5 {
  height: 100vh;
  padding: 120px 0;
  position: relative;
  min-height: 670px;
}
.header-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-5 h1 {
  margin-bottom: 10px;
}
.header-5 .form-holder {
  padding: 0 15px;
  position: absolute;
  bottom: 64px;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.header-5 .sub {
  color: #fff;
}
.header-5 .sub a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-5 {
    height: auto;
    padding: 40px 0;
    min-height: auto;
  }
  .header-5 h5 {
    margin-bottom: 20px;
  }
  .header-5 .play-button {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .header-5 .form-holder {
    position: relative;
    bottom: 0;
  }
}
.header-6 {
  position: relative;
  overflow: hidden;
  background: #ecf0f3;
  padding: 120px 0;
}
.header-6 .image-block {
  float: left;
  position: absolute;
  height: 100%;
  top: 0;
}
.header-6 h3 {
  margin-bottom: 20px;
}
.header-6 p {
  margin-bottom: 80px;
}
.header-6 form h6 {
  margin-bottom: 12px;
}
.header-6 form input {
  min-width: 380px;
}
.header-6 form input[type="text"] {
  margin-bottom: 20px;
  border-color: #ccc;
}
.header-6 form .sub {
  color: #888;
  margin-bottom: 0;
}
.header-6 .modal-video {
  width: 200%;
}
@media all and (max-width: 990px) {
  .header-6 .modal-video {
    width: 300%;
  }
}
@media all and (max-width: 767px) {
  .header-6 {
    padding-top: 0;
  }
  .header-6 .image-block {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 p {
    margin-bottom: 40px;
  }
  .header-6 video,
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 form input {
    max-width: 100%;
    min-width: 100% !important;
  }
  .header-6 form input[type="text"] {
    margin-bottom: 0;
  }
  .header-6 form input[type="text"]:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
  }
  .header-6 form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-bottom: none;
  }
  .header-6 form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
  }
}
.header-7 .slides li {
  padding: 280px 0;
}
.header-7 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-7 h1 {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .header-7 .slides li {
    padding: 120px 0;
  }
}
.header-8 {
  background: #f2a057;
}
.header-8 h2 {
  margin-bottom: 10px;
}
.header-8 h5 {
  margin-bottom: 40px;
}
.header-8 img {
  width: auto;
  bottom: 0;
}
.header-8 .header-upper {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.header-8 .header-lower {
  background: #fff;
  padding: 80px 0;
}
.header-8.bg-secondary .header-lower {
  background: #f6f8fa;
}
.header-8.bg-dark .header-lower {
  background: #222;
}
.header-8 .header-lower h4 {
  margin-bottom: 40px;
}
.header-8 .header-lower h6 {
  display: inline-block;
  line-height: 55px;
  margin: 0 26.66666667px;
  color: #888888;
}
@media all and (max-width: 767px) {
  .header-8 .header-upper {
    padding-top: 80px;
  }
  .header-8 .header-upper,
  .header-8 .header-lower {
    height: auto;
  }
  .header-8 .header-upper img {
    position: relative;
    width: 100%;
  }
  .header-8 .header-lower {
    padding: 40px 0;
  }
  .header-8 .header-lower h6 {
    display: block;
    margin: 0;
  }
  .header-8 h5 {
    margin-bottom: 40px;
  }
}
.header-9 {
  padding: 160px 0;
  background: #f2a057;
}
@media all and (max-width: 767px) {
  .header-9 {
    padding: 80px 0;
  }
}
.header-10 {
  padding: 160px 0;
  overflow: hidden;
}
.header-10 .fs-video-wrapper:before,
.header-10 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-10 .fs-video-wrapper {
  z-index: 2;
}
.header-10 h3 {
  margin-bottom: 13.33333333px;
}
.header-10 h5 {
  margin-bottom: 53.33333333px;
}
.header-10 .sub,
.header-10 .sub a {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .header-10 .fs-video-wrapper {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-10 {
    padding: 80px 0;
  }
}
.header-11.overlay .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-11 {
  padding: 160px 0;
}
@media all and (max-width: 767px) {
  .header-11 {
    padding: 80px 0;
  }
}

.fliptimer .flip-wrapper {	
	margin: 0 0.5vw !important;
}

.countdown-section .vc_column-inner {
	padding-top: 10px !important;
}

.countdown-section .wpb_content_element {
    margin-bottom: 10px !important;
}


/*!---------- FEATURES ----------*/
@media all and (max-width: 990px) {
  .features br {
    display: none;
  }
}
.hover-gallery {
  position: relative;
}
.hover-gallery img {
  max-width: 600px;
}
.hover-gallery li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  opacity: 0.3;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  top: 0;
  z-index: 0;
}
.hover-gallery li:nth-child(1),
.hover-gallery li:nth-child(3) {
  position: absolute;
}
.hover-gallery li:nth-child(1) {
  left: 0;
}
.hover-gallery li:nth-child(2) {
  z-index: 3;
}
.hover-gallery li:nth-child(3) {
  right: 0;
}
.hover-gallery li.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.hover-gallery li.active img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.features-1 {
  padding: 120px 0;
}
.features-1 .hover-gallery {
  margin-bottom: 40px;
}
.features-1 h3 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .hover-gallery img {
    max-width: 480px;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .hover-gallery img {
    width: 100%;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
.features-2,
.features-3 {
  padding: 80px 0 40px 0;
}
.features-2 h4 {
  margin-bottom: 13.33333333px;
}
.features-2 .row:first-of-type,
.features-3 .row:first-of-type {
  margin-bottom: 80px;
}
.features-2 img {
  display: inline-block;
  margin-bottom: 26.66666667px;
}
.features-2 h5,
.features-3 h5 {
  margin-bottom: 10px;
}
.features-2 .feature,
.features-3 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-2 {
    padding: 40px 0 20px 0;
  }
  .features-2 .row:first-of-type,
  .features-3 .row:first-of-type {
    margin-bottom: 40px;
  }
  .features-2 img {
    margin-bottom: 13.33333333px;
  }
}
.features-3 h3 {
  margin-bottom: 20px;
}
.features-3 .feature i {
  font-size: 72px;
  color: #f2a057;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.features-3 .feature:hover i {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.features-3 .feature {
  cursor: default;
}
.features-4 h4,
.features-5 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-4 .feature,
  .features-5 .feature {
    text-align: left !important;
  }
  .features-4 .feature:nth-of-type(1),
  .features-5 .feature:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-4 h4,
  .features-5 h4 {
    margin-bottom: 20px;
  }
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: block !important;
  }
}
.features-6 {
  padding: 80px 0 0 0;
}
.features-6 h3 {
  margin-bottom: 80px;
}
.features-6 .feature i {
  color: #f2a057;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-6 h5 {
  font-size: 18px;
}
.features-6 .feature {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .features-6 {
    padding: 40px 0 0 0;
  }
  .features-6 .feature {
    margin-bottom: 40px;
  }
  .features-6 h3 {
    margin-bottom: 40px;
  }
}
.features-7 {
  overflow: hidden;
  padding: 200px 0;
}
.features-7 h6 {
  margin-bottom: 40px;
}
.features-7 h4 {
  margin-bottom: 40px;
}
.features-7 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media all and (max-width: 1280px) {
  .features-7 br {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .features-7 {
    padding: 80px 0;
  }
}
@media all and (max-width: 890px) {
  .features-7 img {
    right: -80px;
  }
}
@media all and (max-width: 767px) {
  .features-7 img {
    display: none;
  }
}
.features-8 h3 {
  margin-bottom: 53.33333333px;
}
.features-8 .local-video-container,
.features-8 .embed-video-container {
  margin: 0 auto;
  margin-bottom: 40px;
}
.features-8 .embed-video-container iframe {
  height: 412px;
}
.features-8 h5 {
  margin-bottom: 20px;
}
.features-8 video,
.features-8 .local-video-container,
.features-8 .embed-video-container {
  max-width: 675px;
}
@media all and (max-width: 990px) {
  .features-8 video,
  .features-8 .local-video-container {
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  .features-8 h3 {
    margin-bottom: 26.66666667px;
  }
  .features-8 .local-video-container,
  .features-8 .embed-video-container {
    margin-bottom: 20px;
  }
  .features-8 .embed-video-container iframe {
    height: 200px;
  }
}
.features-9 {
  padding: 0;
}
.features-9 .slides li {
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flex !important;
}
.features-9 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.features-9 .slides li h1 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 767px) {
  .features-9 .slides li {
    height: auto;
    padding: 120px 0;
    display: block !important;
  }
}
.features-10 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-10 div[class*='col-'] {
    width: 100% !important;
  }
  .features-10 .local-video-container,
  .features-10 video {
    max-width: 600px;
    margin: 0 auto;
  }
  .features-10 .local-video-container {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .features-10 .local-video-container {
    margin-bottom: 20px;
  }
}
.features-11 {
  padding: 80px 0 40px 0;
}
.features-11 .feature {
  margin-bottom: 40px;
}
.features-11 h4 {
  margin-bottom: 13.33333333px;
}
.features-11 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.features-11 i {
  color: #f2a057;
  font-size: 48px;
  margin-bottom: 26.66666667px;
  display: inline-block;
}
.features-11 h5 {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .features-11 {
    padding: 40px 0 20px 0;
  }
  .features-11 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .features-11 .feature {
    margin-bottom: 40px;
  }
  .features-11 i {
    margin-bottom: 13.33333333px;
  }
}
.features-12 {
  padding: 40px 0;
}
.features-12 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-12 img {
  margin-bottom: 26.66666667px;
}
.features-12 h5 {
  margin-bottom: 10px;
}
.features-12 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-12 {
    padding: 40px 0 20px 0;
  }
  .features-12 .row:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-12 img {
    margin-bottom: 13.33333333px;
  }
}
.features-13 {
  background: #f2a057;
  color: #fff;
}
.features-13 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-13 i {
  color: #f7c89e;
  font-size: 64px;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-13 .feature {
  padding: 40px 32px;
  overflow: hidden;
  cursor: default;
}
.features-13 h5 {
  margin-bottom: 20px;
}
.features-13 p {
  text-align: left;
}
.features-13 ul {
  padding-left: 15px;
}
.features-13 ul li {
  text-align: left;
  list-style: outside;
}
@media all and (max-width: 767px) {
  .features-13 .row:nth-of-type(1) {
    margin-bottom: 13.33333333px;
  }
  .features-13 i {
    margin-bottom: 20px;
  }
}
.features-14.no-pad {
  padding: 0;
}
.features-14 h4 {
  margin-bottom: 40px;
}
.features-14 img {
  max-width: 2000px;
  max-height: 800px;
}
.features-14 .feature span {
  display: block;
  width: 100%;
  text-align: center;
}
.features-14 p.lead {
  margin-bottom: 40px;
}
@media all and (max-width: 990px) {
  .features-14 img {
    max-height: 500px;
  }
  .features-14 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 .v-align-children {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 img {
    max-width: 100%;
  }
  .features-14 h4 {
    margin-bottom: 20px;
  }
  .features-14 p.lead {
    margin-bottom: 20px;
  }
  .features-14 .btn {
    margin-bottom: 40px;
  }
  .features-14.no-pad {
    padding-top: 40px;
  }
}
.features-15 {
  padding: 0;
}
.features-15 .feature {
  padding: 80px 53.33333333px;
  background: #f2a057;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 1px solid #f2a057;
}
.features-15 .feature:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 20;
  box-shadow: 0 2px 5px 0 rgba(242, 160, 87, 0.26);
}
.features-15 .feature:nth-of-type(2) {
  background: #f4ad6f;
}
.features-15 .feature:nth-of-type(3) {
  background: #f6bb86;
}
.features-15 i {
  color: #f7c89e;
  font-size: 80px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-15 .feature:nth-of-type(2) i {
  color: #f9d6b6;
}
.features-15 .feature:nth-of-type(3) i {
  color: #fbe3cd;
}
.features-15 h5 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 1280px) {
  .features-15 .feature {
    padding: 80px 40px;
  }
}
@media all and (max-width: 767px) {
  .features-15 .feature {
    padding: 40px;
    border-bottom: 1px solid #f7c89e;
  }
  .features-15 .feature:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .features-15 h5 {
    margin-bottom: 13.33333333px;
  }
}
.features-18 {
  padding: 0;
  overflow: hidden;
}
.features-18 .feature {
  padding: 0;
  height: 450px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.features-18 .overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-18 .feature:hover .overlay:before {
  opacity: 1;
}
.features-18 .feature a:nth-child(1) {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.features-18 .container {
  position: relative;
  top: 50%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.features-18 .feature:hover .container {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.features-18 h4 {
  margin-bottom: 20px;
}
.features-18 .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.features-18 .feature:hover .background-image-holder {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
@media all and (max-width: 1500px) {
  .features-18 .feature {
    height: 500px;
  }
}
@media all and (max-width: 1450px) {
  .features-18 .feature {
    height: 470px;
  }
}
@media all and (max-width: 1280px) {
  .features-18 .feature {
    height: 400px;
  }
}
@media all and (max-width: 1000px) {
  .features-18 .feature {
    height: 380px;
  }
}
.features-19 .container .row:nth-of-type(1) h4 {
  margin-bottom: 40px;
}

/*!---------- Sales Page ----------*/


.price-summary {
	padding: 15px;
	margin: 0 0 30px 0;
}


.pricing .row:nth-of-type(1) {transform-style: 
  margin-bottom: 53.33333333px;
}
.pricing-1 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-1 .dollar,
.pricing-1 .price,
.pricing-1 .terms {
  color: #f2a057;
}
.pricing-1 .dollar,
.pricing-1 .terms {
  font-size: 22px;
}
.pricing-1 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-1 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-1 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-1 h5 {
  margin-bottom: 20px;
}
.pricing-1 ul {
  line-height: 32px;
}
.pricing-1 .pricing-option {
  border-radius: 3px;
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  margin-bottom: 40px;
}
.pricing-1.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-1 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-1 a:nth-of-type(3) .pricing-option {
  border-left: none;
  border-radius: 0px 3px 3px 0px;
}
.pricing-1 a:nth-of-type(2) .pricing-option {
  border-radius: 0px;
}
.pricing-1 .pricing-option:hover,
.pricing-1 .pricing-option.active {
  background: #f2a057;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #f2a057 !important;
  border-radius: 3px !important;
}
.pricing-1 .pricing-option:hover .price,
.pricing-1 .pricing-option.active .price {
  color: #fff;
}
.pricing-1 .pricing-option:hover .dollar,
.pricing-1 .pricing-option.active .dollar {
  color: #fff;
}
.pricing-1 .pricing-option:hover .terms,
.pricing-1 .pricing-option.active .terms {
  color: #fff;
}
.pricing-1 .pricing-option:hover h6,
.pricing-1 .pricing-option.active h6 {
  color: #fff;
  font-weight: normal;
}
.pricing-1 .pricing-option:hover h5,
.pricing-1 .pricing-option.active h5 {
  color: #fff;
}
.pricing-1 .pricing-option:hover ul,
.pricing-1 .pricing-option.active ul {
  color: #fff;
}
@media all and (max-width: 767px) {
  .pricing-option {
    margin: 0 15px;
    border-radius: 3px !important;
    border: 1px solid #b4c5d6 !important;
  }
}
.pricing-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.pricing-2 .pricing-option h6 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .price,
.pricing-2 .terms {
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .terms {
  font-size: 22px;
}
.pricing-2 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-2 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-2 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-2 h5 {
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 ul {
  line-height: 32px;
  color: #fff;
}
.pricing-2 .pricing-option {
  border: 1px solid #fff;
  padding: 40px 0;
  border-radius: 3px;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.pricing-2 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-2 a:nth-of-type(2) .pricing-option {
  border-radius: 0px 3px 3px 0px;
}
.pricing-2 .pricing-option.active {
  background: #f2a057;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #f2a057 !important;
  border-radius: 3px !important;
}
@media all and (max-width: 767px) {
  .pricing-2 .pricing-option {
    border-radius: 3px !important;
    border: 1px solid #fff !important;
  }
}
.pricing-3 i {
  font-size: 66px;
  opacity: 0.2;
  display: inline-block;
  margin-bottom: 40px;
}
.pricing-3 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-3 .dollar,
.pricing-3 .price,
.pricing-3 .terms {
  color: #f2a057;
}
.pricing-3 .dollar,
.pricing-3 .terms {
  font-size: 22px;
}
.pricing-3 .dollar {
  position: relative;
  bottom: 52px;
}
.pricing-3 .price {
  font-size: 96px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-3 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-3 .pricing-option {
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 40px;
}
.pricing-3.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-3 .pricing-option:hover,
.pricing-3 .pricing-option.active {
  background: #f2a057;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #f2a057 !important;
  border-radius: 3px !important;
}
.pricing-3 .pricing-option:hover .price,
.pricing-3 .pricing-option.active .price,
.pricing-3 .pricing-option:hover .dollar,
.pricing-3 .pricing-option.active .dollar,
.pricing-3 .pricing-option:hover .terms,
.pricing-3 .pricing-option.active .terms,
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6,
.pricing-3 .pricing-option:hover p,
.pricing-3 .pricing-option.active p,
.pricing-option:hover i,
.pricing-option.active i {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pricing-3 .pricing-option:hover i,
.pricing-3 .pricing-option.active i {
  opacity: 0.5;
}
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6 {
  font-weight: 400;
}
@media all and (min-width: 1024px) {
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 3px;
  }
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-radius: 0px 3px 3px 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option,
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-left: none;
  }
}
@media all and (max-width: 990px) {
  .pricing-3 .pricing-option {
    margin-bottom: 0;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 0px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-radius: 0px 3px 0px 0px;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 0px 3px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 3px 0px;
    margin-bottom: 20px;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option,
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .pricing-3 .pricing-option {
    border-radius: 3px;
    margin-bottom: 20px;
  }
}
.pricing-4 .pricing-option {
  background: #f6f8fa;
  border-radius: 3px;
  padding: 53.33333333px 0;
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4.bg-secondary .pricing-option {
  background: #fff;
}
.pricing-4.bg-dark .pricing-option {
  background: #333;
}
.pricing-4 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-4 .dollar,
.pricing-4 .price,
.pricing-4 .terms {
  color: #f2a057;
}
.pricing-4 .dollar,
.pricing-4 .terms {
  font-size: 22px;
}
.pricing-4 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-4 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-4 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-4 h5 {
  margin-bottom: 20px;
}
.pricing-4 ul {
  line-height: 32px;
  margin-bottom: 40px;
}
.pricing-4 .inner {
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4 h3 {
  margin-bottom: 40px;
}
.pricing-4 p.lead {
  font-style: italic;
  font-weight: 400;
}
.pricing-4 img {
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  .pricing-4 .inner,
  .pricing-4 .pricing-option {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .pricing-4 .pricing-option {
    margin-bottom: 40px;
  }
  .pricing-4 h3 {
    margin-bottom: 20px;
  }
}
.pricing-5 .row:nth-of-type(1) {
  margin-bottom: 0;
}
.pricing-5 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-5 div[class*='col-'] {
  overflow: hidden;
}
.pricing-5 .dollar,
.pricing-5 .price,
.pricing-5 .terms {
  color: #f2a057;
}
.pricing-5 .dollar,
.pricing-5 .terms {
  font-size: 22px;
}
.pricing-5 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-5 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-5 .price-container {
  margin-bottom: 16px;
}
.pricing-5 h5 {
  margin-bottom: 20px;
}
.pricing-5 .feature {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.pricing-5 .feature:nth-of-type(odd) {
  padding-right: 15px;
}
.pricing-5 .feature:nth-of-type(even) {
  padding-left: 15px;
}
.pricing-5 .feature i {
  font-size: 48px;
  float: left;
  width: 20%;
  color: #555;
  height: 100%;
  position: relative;
  opacity: 0.6;
}
.pricing-5 .inner {
  float: left;
  display: inline-block;
  width: 80%;
}
.pricing-5 .feature h6 {
  margin-bottom: 10px;
}
.pricing-5 .feature:nth-child(n+3) {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .pricing-5 .pricing-option {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .pricing-5 .pricing-option {
    border: none !important;
  }
  .pricing-5 .feature {
    width: 100%;
  }
  .pricing-5 .feature:nth-of-type(odd) {
    padding-right: 0;
  }
  .pricing-5 .feature:nth-of-type(even) {
    padding-left: 0;
  }
  .pricing-5 .feature:nth-child(n+3) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 990px) {
  .pricing-option:hover,
  .pricing-option.active {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }
}
/*!---------- Livestream page ----------*/


.livestream-banner .wpb_content_element {
	margin-bottom: 19px;
}

.livestream-banner a {
	text-decoration: none;
	color:#fff;
}



/*!---------- CONTACT ----------*/
.contact-1,
.contact-2 {
  padding: 240px 0;
  overflow: hidden;
}
.contact-1 .map-holder {
  position: absolute;
  top: -20%;
  left: 0;
  height: 140%;
  width: 100%;
  overflow: hidden;
}
.contact-1 .map-holder:before {
  position: absolute;
  content: '';
  background: #f2a057;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.contact-1 iframe,
.contact-2 iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.contact-1 h2 {
  margin-bottom: 10px;
}
.contact-1 .container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.contact.toggle-active .container {
  opacity: 0;
  z-index: -1;
}
.contact.toggle-active .map-holder:before {
  opacity: 0;
  z-index: -1;
}
.map-toggle {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}
.map-toggle .switch {
  border: 1px solid #fff;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 4px;
}
.map-toggle .switch:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  left: 1px;
  top: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.map-toggle h6 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: -2px;
}
.switch.toggle-active:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
@media all and (max-width: 767px) {
  .contact-1,
  .contact-2 {
    padding: 160px 0;
  }
}
.contact-2 .map-holder {
  position: absolute;
  top: -25%;
  left: 0;
  height: 145%;
  width: 100%;
  overflow: hidden;
}
.contact-2 .screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.contact-3 h3 {
  margin-bottom: 40px;
}
.contact-3 form {
  background: #f6f8fa;
  padding: 40px;
  border-radius: 3px;
  text-align: center;
  min-width: 100%;
}
.contact-3 form input[type="text"] {
  margin-bottom: 13.33333333px;
  width: 50%;
  float: left;
}
.contact-3 form input[type="text"]:first-of-type {
  border-radius: 3px 0 0 3px;
}
.contact-3 form input[type="text"]:nth-of-type(2) {
  border-radius: 0 3px 3px 0;
}
.contact-3 form textarea {
  width: 100%;
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 13.33333333px;
}
.contact-3 form p {
  padding-left: 0;
  font-style: normal;
}
.contact-3.bg-secondary form {
  background: #fff;
}
.contact-3.bg-dark form {
  background: #333;
}
@media all and (max-width: 767px) {
  .contact-3 form {
    padding: 26.66666667px;
  }
  .contact-3 form input[type="text"] {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 13.33333333px;
  }
}
/*!---------- Event Registration page ----------*/


.event-reg label {
	display: none;
}

.event-reg {
	width: 100%;
}







/*!---------- Thank you page ----------*/


.addeventstc {
	width: 200px !important;
	display: block !important;
	margin: 0 auto !important;
}

/*!---------- FOOTERS ----------*/
footer {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
footer .container {
  position: relative;
  z-index: 2;
}
.social-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-links li {
  float: left;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.footer ul {
  overflow: hidden;
  display: inline-block;
}

.footer ul a {text-decoration: none;}

.ltl-footer ul li {
  float: left;
  margin-right: 40px;
}
.ltl-footer ul li:last-child {
  margin-right: 0;
}
.ltl-footer ul li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.ltl-footer ul {
  margin-bottom: 20px;
}
.ltl-footer img {
  max-height: 35px;
  display: inline-block;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .ltl-footer .menu li {
    float: none;
    margin: 0;
  }
}


	
	@media (min-width:768px) {
 
#livestream-section .vc_col-sm-10 {
  width:100%;
 }


@media (min-width:1200px) {
 
#livestream-section .vc_col-sm-10 {
  width:83.33333333%
 }	
	
	
	
/* Home Portrait Tablet Fix */
@media only screen and (max-width: 1000px) and (min-width: 769px) {
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-12[class*="vc_col-sm-"] {width: 100% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-11[class*="vc_col-sm-"] {width: 92% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-10[class*="vc_col-sm-"] {width: 83% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-9[class*="vc_col-sm-"] {width: 75% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-8[class*="vc_col-sm-"] {width: 67% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-7[class*="vc_col-sm-"] {width: 58% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-6[class*="vc_col-sm-"] {width: 50% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-5[class*="vc_col-sm-"] {width: 42% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-4[class*="vc_col-sm-"] {width: 33% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-3[class*="vc_col-sm-"] {width: 25% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"] {width: 12% !important;}
body .home-tablet-portrait-fix .vc_row-fluid .vc_col-sm-1[class*="vc_col-sm-"] {width: 8% !important;}
}	
	
	