﻿/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* 3. General */
/* 4. Main Container */
/* 5. Header */
/* 6. Topics */
/* 7. Speakers */
/* 8. Schedule */
/* 9. Testimonials */
/* 10. Registration & Sponsors */
/* 11. Footer Section */
/* -------------------- */
/* 1. Imports & Clears */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);
.header .menu:after,
.header ul:after,
.when:after,
.where:after,
.topics .container:after,
.speakers:after,
.featured:after,
.schedule ul:after,
.day:after,
.event:after,
.event .event-info div:after,
.bullets:after,
.registration:after,
.sponsors .container:after,
.info:after,
.social div:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* all default colors

#ea4c0f - orange, original color
#10a1d6 - light blue
#59cbe3 - blue
#95a5a5 - gray
#913d88 - purple
#c51330 - red
#eb7f9f - pink
#f39c11 - yellow
#1bbc9b - light green
#4daf7c - green

    -- Starting Theme Colors:
@theme-main:#ea4c0f;
@theme-faded:#f26d3a;
@theme-bright:#ea0001;
@theme-pale:#fcd7c9;
@theme-light-background:#fef0f0;
@theme-light:#f8b79d;

@theme-darker:rgba(234, 76, 15, 0.8);

@white-background:white;
@gray:#888888;
@gray-lighter:#95a5a5;
@gray-light:rgba(251,251,251,0.5);
@gray-gray:#82848a;
@black-ish:#010101;

@heading-brown:#8c462a;
@white-ish:#ffffff;
@light-blue:#10a1d6;
@blue:#59cbe3;
@purple:#913d88;
@red:#c51330;

@pink:#eb7f9f;
@yellow:#f39c11;
@light-green:#1bbc9b;
@green:#4daf7c;
*/
/* natural box layout model to all elements */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 2. Reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
ol,
button,
hr,
blockquote {
  margin: 0;
  padding: 0;
}
article,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
/* 3. General */
html {
  background: white;
}
body {
  font: 14px "Open Sans", sans-serif;
  text-align: center;
  color: black;
}
@media all and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}
h1,
h2,
h3 {
  margin-bottom: 30px;
  line-height: 1.1em;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px !important;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700 !important;
}
p,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
h1,
h2 {
  font-size: 5.14286em;
  font-weight: bold;
}
@media all and (max-width: 1180px) {
  h1,
  h2 {
    font-size: 4.57143em;
  }
}
@media all and (max-width: 940px) {
  h1,
  h2 {
    font-size: 4em;
  }
}
@media all and (max-width: 780px) {
  h1,
  h2 {
    font-size: 3.42857em;
  }
}
@media all and (max-width: 480px) {
  h1,
  h2 {
    font-size: 2.85714em;
  }
}
h2 {
  font-weight: 300;
}
div {
  width: auto;
  height: auto;
  margin: 0 auto;
}
a {
  color: black;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: black;
}
.subtitle,
.topics h3 {
  font-size: 1.85714em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media all and (max-width: 1180px) {
  .subtitle,
  .topics h3 {
    font-size: 1.78571em;
  }
}
@media all and (max-width: 940px) {
  .subtitle,
  .topics h3 {
    font-size: 1.71429em;
  }
}
@media all and (max-width: 780px) {
  .subtitle,
  .topics h3 {
    font-size: 1.57143em;
  }
}
@media all and (max-width: 480px) {
  .subtitle,
  .topics h3 {
    font-size: 1.5em;
  }
}
/* 4. Main Container */
.page {
  text-align: left;
  overflow: hidden;
}
.page .container {
  max-width: 1180px;
}
@media all and (max-width: 1180px) {
  .page .container {
    width: 98%;
  }
}
#particles .container {
  margin-top: -15px;
}
/* 5. Header */
.header {
  height: 1002px;
  background: #888888 url("images/diner-336499.jpg") 50% 0 no-repeat fixed;
  color: white;
  z-index: 1;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 940px) {
  .header {
    height: auto;
  }
}
.header .container {
  padding: 60px;
  position: relative;
  min-height: 665px;
}
/*update color*/
.menu {
  background: #bc8b08;
  height: 52px;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.menu a {
  text-decoration: none;
  color: white;
}
.TopNav {
  background-color: #bc8b08;
}
.menu ul {
  list-style-type: none;
  padding: 10px;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #bc8b08;
}
.menu ul li {
  float: left;
  margin-right: 10px;
}
.menu ul li a {
  font-size: 1.14286em;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
.menu ul li a:hover,
.menu ul li a.active {
  color: white;
}
.menu ul li.icon {
  display: none;
}
.menu ul li.icon a {
  position: fixed;
  top: 14px;
  right: 14px;
}
@media screen and (max-width: 680px) {
  .menu ul li {
    display: none;
  }
  .menu ul li.icon {
    position: fixed;
    right: 24px;
    display: inline-block;
    color: white;
  }
}
@media screen and (max-width: 680px) {
  .menu ul.responsive {
    position: relative;
  }
  .menu ul.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu ul.responsive li {
    float: none;
    display: inline;
  }
  .menu ul.responsive li a {
    display: block;
    text-align: left;
  }
}
.header ul {
  list-style-type: none;
  padding: 15px 60px;
  max-width: 1180px;
  margin: 0 auto;
}
.header ul li {
  float: left;
  margin-right: 10px;
}
.header ul li a {
  font-size: 1.14286em;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
.header ul li a:hover,
.header ul li a.active {
  color: white;
}
.header h1 {
  padding-top: 100px;
  margin-bottom: 0;
}
.header .subtitle {
  margin-bottom: 80px;
}
.header a {
  text-decoration: none;
  color: white;
}
.when,
.where,
.register-now {
  font-size: 1.28571em;
  font-weight: 300;
  position: absolute;
}
@media all and (max-width: 940px) {
  .when,
  .where,
  .register-now {
    position: static;
    margin-top: 50px;
  }
}
.when span,
.where span,
.register-now span {
  font-size: 1.33333em;
}
.where {
  bottom: 90px;
}
@media all and (max-width: 940px) {
  .where {
    bottom: none;
  }
}
@media all and (max-width: 940px) {
  .when,
  .where {
    width: 100%;
  }
}
.when div,
.where div {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 5px;
}
/* update color */
.when .icon-holder,
.where .icon-holder {
  background-color: #f6b300;
  width: 64px;
  padding: 14px 0;
  text-align: center;
  font-size: 1.5em;
  margin-right: 10px;
  margin-top: 10px;
}
.when p,
.where p {
  margin-bottom: 0;
  line-height: 1.2em;
}
.when strong,
.where strong {
  font-weight: bold;
  color: #f6b300;
  text-transform: uppercase;
}
.register-now {
  bottom: 90px;
  right: 0;
  text-align: right;
}
@media all and (max-width: 1180px) {
  .register-now {
    text-align: left;
  }
}
.register-now a.button {
  display: inline-block;
  font-size: 1.5em;
}
@media all and (max-width: 480px) {
  .register-now a.button {
    text-align: center;
    font-size: 1.33333em;
    padding: 0 26px;
    line-height: 50px;
  }
}
.button {
  background: #f6b300;
  border: 3px solid #f6b300;
  padding: 0 46px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.button:hover {
  background: none;
  color: white;
}
/* 6. Topics */
.topics {
  margin-top: -338px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 940px) {
  .topics {
    margin-top: 0;
  }
}
.topics .container {
  background: white;
  padding: 60px;
}
.topics .container div {
  width: 33.333%;
  padding-right: 50px;
  margin-top: 30px;
  float: left;
}
@media all and (max-width: 780px) {
  .topics .container div {
    width: 100%;
    padding-right: 0;
  }
}
.topics .container div h4,
.topics .container div .fa {
  color: #f6b300;
  margin-bottom: 20px;
}
@media all and (max-width: 780px) {
  .topics .container div h4,
  .topics .container div .fa {
    margin-bottom: 10px;
  }
}
.topics .container div h4 {
  font-size: 1.28571em;
  font-weight: 300;
}
.topics .container div p {
  font-size: 1em;
}
.topics p {
  color: #888888;
  font-size: 1.28571em;
}
.speakers,
.schedule,
.why,
.registration,
.sponsors {
  margin-bottom: 60px;
}
.speakers h2,
.speakers .subtitle,
.schedule h2,
.schedule .subtitle {
  padding: 0 60px;
  margin-bottom: 0;
}
.speakers .subtitle,
.schedule .subtitle {
  margin-bottom: 50px;
}
/* 7. Speakers */
.featured {
  background: #f6b300;
}
.featured img {
  float: left;
  width: 100%;
}
.featured h3,
.featured .title {
  line-height: 1.1em;
  font-weight: 300;
}
.featured h3 {
  font-size: 2.57143em;
  margin-bottom: 20px;
}
@media all and (max-width: 1180px) {
  .featured h3 {
    font-size: 2.28571em;
  }
}
.featured .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.28571em;
  margin-bottom: 40px;
}
@media all and (max-width: 1180px) {
  .featured .title {
    font-size: 1.21429em;
    margin-bottom: 20px;
  }
}
.featured p {
  font-size: 1.14286em;
}
@media all and (max-width: 1180px) {
  .featured p {
    font-size: 1em;
  }
}
.featured div {
  float: left;
  width: 50%;
  padding: 20px 40px;
  color: white;
  font-weight: 300;
}
@media all and (max-width: 980px) {
  .featured div {
    width: 100%;
  }
}
.featured div.image {
  padding: 0;
}
.single {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 980px) {
  .single {
    width: 33.333%;
  }
}
@media all and (max-width: 780px) {
  .single {
    width: 50%;
  }
}
.single img {
  float: left;
  width: 100%;
  height: auto;
}
.single div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bc8b08;
  padding: 30px;
  display: none;
  color: white;
}
.single h3 {
  font-size: 2.57143em;
  font-weight: 300;
  line-height: 1.1em;
}
@media all and (max-width: 780px) {
  .single h3 {
    font-size: 1.71429em;
  }
}
.single p {
  margin-bottom: 0;
}
.single p:last-child {
  margin-top: 6px;
}
.single strong {
  font-size: 1.28571em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}
@media all and (max-width: 780px) {
  .single strong {
    font-size: 1.14286em;
  }
}
.single strong:before {
  content: '';
  width: 30px;
  height: 5px;
  background: white;
  display: block;
  margin-bottom: 10px;
}
.single a {
  color: white;
  margin-right: 10px;
  opacity: .6;
}
.single a:hover {
  opacity: 1;
}
/* 8. Schedule */
.schedule ul {
  list-style-type: none;
}
.schedule ul li {
  float: left;
  background-color: #fef0f0;
  width: 33.333%;
  max-width: 120px;
}
.schedule ul li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.71429em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 50px;
  display: block;
  padding: 0 30px;
  padding-left: 15px !important;
}
@media all and (max-width: 780px) {
  .schedule ul li a {
    font-size: 1.28571em;
    padding: 0 20px;
    line-height: 40px;
  }
}
.schedule .day {
  padding: 46px 20px;
  border: 3px solid #fef0f0;
}
/* jQuery Tabs UI styles overwrite */
.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
  margin-bottom: 10px;
}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding: 0;
  margin: 0;
}
.ui-tabs .ui-tabs-nav li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover {
  background-color: #f6b300;
  color: white;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover a {
  color: white;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background-color: #ffcd45;
  color: white;
}
.event.extend .event-time span,
.event.extended .event-time span {
  width: 31px;
  height: 31px;
  top: 7px;
  right: -16px;
  line-height: 28px;
  cursor: pointer;
}
.event:last-child .event-info div {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.event .event-time,
.event .event-info {
  float: left;
}
.event .event-time {
  width: 25.57319%;
  text-align: right;
  padding-right: 33px;
  position: relative;
}
.event .event-time span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #f6b300;
  position: absolute;
  top: 17px;
  right: -6px;
  color: white;
  text-align: center;
}
.event .event-time,
.event .event-info h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.71429em;
  font-weight: 300;
  color: #f6b300;
  line-height: 1.82em;
}
@media all and (max-width: 780px) {
  .event .event-time,
  .event .event-info h4 {
    font-size: 1.28571em;
  }
}
.event .event-info {
  width: 74.42681%;
  padding-left: 57px;
  border-left: 1px solid #fef0f0;
}
.event .event-info h4 {
  margin-bottom: 0;
}
@media all and (max-width: 780px) {
  .event .event-info h4 {
    font-size: 1.57143em;
  }
}
.event .event-info h4 a {
  text-decoration: none;
  color: #f6b300;
}
.event .event-info div {
  border-bottom: 1px solid #fef0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.event .event-info img {
  float: right;
  padding: 10px;
}
.speaker {
  text-transform: uppercase;
  font-size: 1.28571em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-weight: 300;
  margin-bottom: 60px;
}
.speaker strong {
  text-transform: none;
  font-size: 1.33333em;
  font-weight: bold;
}
@media all and (max-width: 780px) {
  .speaker strong {
    font-size: 1.22222em;
  }
}
.why {
  background: black url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* IE10 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  /* W3C */
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.why .container {
  padding: 48px 0;
}
/* 9. Testimonials */
.testimonials {
  background-color: white;
  color: #888888;
  padding: 70px 110px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.testimonials h4 {
  font-size: 1.85714em;
  text-transform: uppercase;
  color: black;
  font-weight: 300;
  margin-bottom: 35px;
  background: url("images/quote.png") top center no-repeat;
  padding: 25px 0 10px;
}
.testimonials blockquote {
  font-size: 1.28571em;
  font-style: italic;
}
.testimonials cite {
  display: block;
  font-style: normal;
  font-size: 0.77778em;
  margin-top: 20px;
  color: #f6b300;
  font-family: "Roboto Condensed", sans-serif;
}
.testimonials cite span {
  text-transform: uppercase;
  color: black;
}
.testimonials ul.flex-direction-nav {
  list-style-type: none;
}
.testimonials ul.flex-direction-nav .flex-prev,
.testimonials ul.flex-direction-nav .flex-next {
  display: block;
  position: absolute;
  width: 64px;
  background-color: #f6b300;
  color: white;
  font-size: 1.9em;
  padding: 14px 0;
  top: 50%;
  margin-top: -32px;
}
.testimonials ul.flex-direction-nav .flex-prev:hover,
.testimonials ul.flex-direction-nav .flex-next:hover {
  background-color: #c39808;
}
.testimonials ul.flex-direction-nav .flex-prev {
  left: -10px;
}
.testimonials ul.flex-direction-nav .flex-next {
  right: -10px;
}
.bullets {
  padding: 0 30px;
}
.bullets h3,
.bullets h4 {
  font-size: 1.71429em;
  font-weight: 300;
}
.bullets h3 {
  text-transform: uppercase;
  padding: 0 30px;
}
@media all and (max-width: 780px) {
  .bullets h3 {
    padding: 0;
  }
}
.bullets h4 {
  color: #f6b300;
}
.bullets div {
  padding: 0 30px;
  width: 50%;
  min-height: 140px;
  float: left;
}
@media all and (max-width: 780px) {
  .bullets div {
    width: 100%;
    padding: 0;
  }
  .why {
    display: none;
  }
}
/* 10. Registration & Sponsors */
.registration .container,
.sponsors .container {
  padding: 0 60px;
}
.registration h2,
.sponsors h2 {
  margin-bottom: 0;
}
.registration .desc {
  font-size: 1.21429em;
  line-height: 1.2em;
  color: #888888;
}
.registration .subtitle,
.registration .desc {
  margin-bottom: 40px;
}
.registration h3 {
  font-size: 1.85714em;
  font-weight: 300;
  color: #f6b300;
}
.form,
.price {
  float: left;
  width: 50%;
}
@media all and (max-width: 1180px) {
  .form,
  .price {
    width: 100%;
  }
}
.form {
  padding-right: 15px;
}
@media all and (max-width: 1180px) {
  .form {
    padding: 0;
    margin-bottom: 20px;
  }
}
.form input,
.form textarea,
.form select {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border: 3px solid #f0f0f0;
  background-color: #f0f0f0;
  padding: 10px;
  height: 52px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form input:focus,
.form input:hover,
.form textarea:focus,
.form textarea:hover,
.form select:focus,
.form select:hover {
  background-color: white;
}
.form button {
  font-size: 1.71429em;
  color: white;
  background-color: #f6b300;
  border: 3px solid #f6b300;
  width: 100%;
  height: 81px;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form button:hover {
  background: white;
  color: black;
}
.price {
  padding-left: 15px;
}
@media all and (max-width: 1180px) {
  .price {
    padding: 0;
  }
}
.price h4 {
  font-size: 1.78571em;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 25px;
}
.price h4 span {
  color: #f6b300;
}
.price p {
  color: #888888;
  margin-right: 25px;
}
.price div {
  border: 3px solid #f0f0f0;
  position: relative;
  height: 160px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 640px) {
  .price div {
    height: auto;
    padding: 10px;
  }
}
.price div.active,
.price div:hover {
  border: 3px solid #f6b300;
}
.price div:last-child {
  margin-bottom: 0;
}
.price div .amount {
  background-color: #f6b300;
  float: left;
  height: 160px;
  width: 160px;
  margin: -3px 25px 0 -3px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.42857em;
  font-weight: bold;
  line-height: 160px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .price div .amount {
    height: auto;
    width: auto;
    margin: 0;
    float: none;
    line-height: 1;
    background-color: white;
    color: #f6b300;
    text-align: left;
  }
}
.sponsors .container {
  position: relative;
}
.sponsors .subtitle {
  margin-bottom: 90px;
}
.sponsors .subtitle a {
  font-weight: bold;
  color: #f6b300;
  border-bottom: 2px solid #f8b49a;
  text-decoration: none;
  display: inline-block;
  line-height: 1em;
}
.sponsors .subtitle a:hover {
  border-bottom: 2px solid #f6b300;
}
.sponsors .slides {
  border: 3px solid #f0f0f0;
  padding: 60px;
  position: relative;
}
.sponsors ul {
  list-style-type: none;
}
.sponsors ul li {
  display: inline-block;
  text-align: center;
}
.sponsors .flex-prev,
.sponsors .flex-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  line-height: 70px;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 1.9em;
}
.sponsors .flex-prev:hover,
.sponsors .flex-next:hover {
  background-color: #888888;
}
.sponsors .flex-prev {
  left: -32px;
}
.sponsors .flex-next {
  right: -32px;
}
.location h2 {
  margin-bottom: 0;
}
.location h2,
.location .subtitle {
  padding: 0 60px;
}
.location {
  padding-top: 124px;
  position: relative;
  background: black url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* IE10 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/observation-deck-381232_1920.jpg") no-repeat 50% 0 fixed;
  /* W3C */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.location .container {
  z-index: 10;
  position: relative;
}
.location h2,
.location .subtitle {
  color: white;
}
.info {
  background-color: white;
  padding: 60px;
  margin-top: 80px;
  z-index: 2;
}
.info p:last-child {
  margin-bottom: 0;
}
.maps,
.address {
  float: left;
  width: 50%;
}
@media all and (max-width: 880px) {
  .maps,
  .address {
    width: 100%;
    margin-bottom: 20px;
  }
}
.maps .images,
.maps #map_canvas {
  border: 3px solid #f0f0f0;
}
.maps .images {
  margin-bottom: 15px;
}
.maps img {
  display: block;
  width: 100%;
}
#map_canvas {
  height: 328px;
}
.address {
  color: #888888;
  padding-left: 25px;
}
@media all and (max-width: 880px) {
  .address {
    padding-left: 0;
  }
}
.address h5,
.address h4 {
  font-weight: 300;
  color: black;
}
.address h4 {
  font-size: 1.71429em;
  margin-bottom: 40px;
}
.address h5 {
  font-size: 1.28571em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.address h5 i {
  color: #f6b300;
}
.address h5,
.address h4,
.address p {
  line-height: 1.2em;
}
.address p {
  font-size: 1em;
}
.venue {
  margin-bottom: 15px;
}
.venue p {
  margin-bottom: 0;
}
.venue a,
.venue span {
  color: #f6b300;
}
.social {
  background-color: white;
  color: white;
  margin-top: -560px;
  padding-top: 500px;
  position: relative;
  z-index: 5;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%);
}
.social .container {
  max-width: 100%;
  padding-top: 114px;
  padding-bottom: 64px;
  background-color: #f6b300;
}
@media all and (max-width: 1180px) {
  .social .container {
    width: 100%;
  }
}
.social div {
  padding: 0 60px;
  max-width: 1180px;
}
.social h2 {
  margin-bottom: 0;
}
.social .subtitle {
  margin-bottom: 20px;
}
.social input,
.social button,
.social a {
  float: left;
  height: 60px;
  line-height: 60px;
}
.social input,
.social button {
  border: none;
}
.social input {
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.social button {
  cursor: pointer;
}
.social button,
.social a {
  margin-right: 1px;
  width: 60px;
  text-align: center;
  color: white;
  background-color: black;
  font-size: 24px;
}
.social button:hover,
.social a:hover {
  color: #f6b300;
}
/* 11. Footer Section */
.footer {
  font-family: "Roboto Condensed", sans-serif;
}
.footer .container {
  padding: 40px 0;
  text-align: center;
}
.footer p {
  font-size: 1.28571em;
  color: #010101;
  font-weight: 300;
}
.footer a {
  color: #f6b300;
  text-decoration: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.contact-form {
  padding: 50px 72px 72px;
  width: 50%;
  max-width: 675px;
  border: 3px solid #f0f0f0;
  background-color: white;
  text-align: left;
  margin-top: 10%;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}
@media all and (max-width: 980px) {
  .contact-form {
    width: 96%;
    max-width: none;
    padding: 25px;
  }
}
@media all and (max-width: 640px) {
  .contact-form {
    width: 98%;
    max-width: none;
    padding: 20px;
  }
}
.contact-form h3 {
  font-size: 5.14286em;
  font-weight: 300;
  margin-bottom: 0;
}
@media all and (max-width: 980px) {
  .contact-form h3 {
    font-size: 4em;
  }
}
@media all and (max-width: 640px) {
  .contact-form h3 {
    font-size: 2.57143em;
  }
}
.contact-form p {
  font-size: 1.71429em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media all and (max-width: 980px) {
  .contact-form p {
    font-size: 1.42857em;
  }
}
@media all and (max-width: 640px) {
  .contact-form p {
    font-size: 1.28571em;
  }
}
.contact-form p.error,
.contact-form p.message {
  text-transform: none;
  font-size: 1em;
  margin: 0;
  margin-top: 7px;
  font-family: "Open Sans", sans-serif;
}
.contact-form p.error.active {
  padding: 10px;
  background: #fef0f0;
  color: #ffd35c;
  border: 3px solid #ffcd45;
}
.contact-form .form {
  float: none;
  width: 100%;
  padding-right: 0;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 7px;
}
.contact-form input.error,
.contact-form textarea.error {
  border: 3px solid #ffcd45;
}
.contact-form textarea {
  height: 220px;
}
@media all and (max-width: 640px) {
  .contact-form textarea {
    height: 150px;
  }
}
.contact-form a {
  position: absolute;
  color: #f6b300;
  top: 18px;
  right: 18px;
}
.contact-form a:hover {
  opacity: .5;
}
.back {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.back .container {
  position: relative;
  max-width: 1180px;
}
.back a {
  width: 50px;
  height: 50px;
  background: #f6b300;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back a:hover {
  bottom: -6px;
}
.anchor {
  display: block;
  height: 0px;
}
.logo-area {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.logo-area a.logo {
  padding-right: 10px;
  display: inline-table;
  text-decoration: none;
}
.logo-area span.phone {
  padding-left: 20px;
  display: inline-table;
  color: #888888;
  font-size: 14px;
  border-left: 1px solid #95a5a5;
}
.toggle-btn,
.toggle-btn:hover,
.toggle-btn:focus {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: right;
  position: absolute;
  top: 9px;
  right: 5px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffcd45;
  position: relative;
  z-index: 10;
  min-height: 850px;
}
#particles.inner-particle {
  min-height: 300px;
}
.cont-area-inner {
  padding: 0 0 0 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
}
.cont-area-inner h1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #ffffff;
}
.cont-area-inner .inner-rocket-img {
  padding-top: 120px;
  text-align: center;
}
.cont-area-inner .inner-rocket-img img {
  width: 90%;
  max-width: 711px;
}
.cont-area-inner .heading-area {
  padding: 35px 0;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumbs-inner {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}
.breadcrumbs-inner li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline-block;
}
.breadcrumbs-inner li:after {
  padding: 0 10px;
  margin: 0 0 0 0;
  content: ">";
}
.breadcrumbs-inner li:last-child:after {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  content: "";
}
.breadcrumbs-inner li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs-inner li a:hover,
.breadcrumbs-inner li.active a,
.breadcrumbs-inner li.active:after {
  color: #8c462a;
  text-decoration: none;
}
/* Inner Page Content Styles */
.about-pg-cont {
  padding: 100px 0;
}
.about-pg-texts {
  padding: 60px 0 0 0;
  text-align: left;
}
.about-pg-texts p {
  padding: 10px 0;
  margin: 0 0 0 0;
}
.color {
  color: #8c462a;
}
li {
  line-height: 24px;
}
/* ==================================================== */
/* 08. Call To Action Area Styles                       */
/* ==================================================== */
/* Call to action 01 */
.call-to-action {
  padding: 60px 0;
  margin: 0 0 0 0;
  background: #5c460a;
  color: #ffffff;
}
.call-to-left {
  text-align: left;
  color: #999999;
  font-size: 18px;
}
.call-to-left h3 {
  margin: 18px 0 10px 0;
  color: #ffffff;
}
.call-to-left .ico-container {
  margin: 0 30px 0 0;
  padding: 20px 0 0 0;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  border: 10px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: inline-table;
  float: left;
}
.call-to-right {
  text-align: right;
}
/* Call to action 02 */
.call-to-action-02 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url(../Content/Images/sky-bg.jpg) no-repeat center bottom fixed #1e9fb4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.call-to-action-02 .solid-bg {
  padding: 120px 0;
  margin: 0 0 0 0;
}
.call-to-action-02 .solid-bg h2 {
  font-size: 60px;
  color: #1e9fb4;
}
.call-to-action-02 .solid-bg h4 {
  padding: 10px 0 30px 0;
  margin: 0 0 0 0;
  font-weight: 400;
}
/* Button Styles */
.button-large,
.button-large:focus,
.button-large:hover {
  padding: 17px 25px;
  margin: 25px 0 20px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  background: #f20707;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.icon-list {
  padding: 0 0 0 15px;
  margin: 0 0 0 0;
  list-style: none;
}
.icon-list li {
  padding: 10px 0;
  margin: 0 0 0 0;
}
.icon-list i {
  padding-right: 10px;
  color: #f6b300;
  font-size: 18px;
}
.banner-btm-img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.banner-btm-img img {
  width: 100%;
  max-width: 1100px;
}
/* ==================================================== */
/* 09. Management Team Area Styles                      */
/* ==================================================== */
.management-team {
  padding: 100px 0 10px 0;
  margin: 0 0 0 0;
  text-align: center;
}
.manage-team-cont {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.manage-team-cont li {
  padding: 60px 0 0 0;
  margin: 0 0 0 2.5%;
  display: inline-table;
  width: 31%;
}
.manage-team-cont li:first-child,
.manage-team-cont li:nth-child(3n+1) {
  margin: 0 0 0 0;
}
.management-single {
  text-align: left;
  font-size: 14px;
}
.management-single h5 {
  margin-top: 25px;
  font-weight: 400;
}
.management-single h5 span {
  font-size: 14px;
}
.management-single .Profile-image {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
.management-single .Profile-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.management-single:hover .Profile-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.management-single .Profile-image .mask {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: table-cell;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(251, 251, 251, 0.7);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.management-single:hover .Profile-image .mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.management-single .Profile-image .mask ul {
  padding: 45% 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.management-single .Profile-image .mask ul li {
  padding: 0 1px;
  margin: 0 0 0 0;
  display: inline-table;
  width: auto;
}
.management-single .Profile-image .mask ul li a {
  padding: 4px 0 0 0;
  margin: 0 0 0 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  height: 38px;
  color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.management-single .Profile-image .mask ul li a:hover {
  color: #000000;
  border: 2px solid #000000;
}
.medium-txt {
  padding: 10px 10%;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  color: #333333;
}
/* ==================================================== */
/* 20. Footer Area Styles                               */
/* ==================================================== */
.footer-area {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: #4C4124;
  font-size: 14px;
  color: #999999;
}
.footer-area a {
  color: #999999;
  text-decoration: none;
}
.footer-area a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* Footer Top Area */
.footer-top {
  padding: 70px 0;
  margin: 0 0 0 0;
}
.footer-nav ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-nav ul li {
  padding: 2px 0;
  margin: 0 0 0 0;
}
.footer-nav ul li:before {
  padding: 0 10px 0 0;
  margin: 0 0 0 0;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #62646c;
  font-size: 14px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-address ul {
  padding: 0 0 0 15px;
  margin: 0 0 0 0;
  list-style: none;
}
.footer-address ul li {
  padding: 7px 0;
  margin: 0 0 0 0;
  width: 100%;
}
.footer-address ul li.email:before {
  padding: 0 15px 0 0;
  margin: 0 0 0 0;
  font-family: 'FontAwesome';
  content: "\f0e0";
  font-size: 14px;
}
.footer-address ul li.phone:before {
  padding: 0 15px 0 0;
  margin: 0 0 0 0;
  font-family: 'FontAwesome';
  content: "\f095";
  font-size: 14px;
}
.footer-address ul li.address:before {
  padding: 0 15px 0 0;
  margin: 0 0 0 0;
  font-family: 'FontAwesome';
  content: "\f0f7";
  font-size: 14px;
  display: block;
  float: left;
  height: 50px;
}
.footer-map {
  text-align: center;
}
.footer-map .map {
  margin-bottom: 20px;
}
.social-footer {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  font-size: 24px;
}
.social-footer li {
  padding: 0 5px;
  margin: 0 0 0 0;
  display: inline-table;
}
.social-footer li a {
  color: rgba(251, 251, 251, 0.2);
}
.social-footer li a:hover {
  color: rgba(251, 251, 251, 0.5);
}
/* Footer Bottom Area */
.footer-bottom {
  padding: 30px 0 20px 0;
  margin: 0 0 0 0;
  background: #4C4124;
}
/* Tab Content Styles */
.panel-container .tab-cont.active {
  visibility: visible !important;
}
/* Tab Navigations */
#tab-container .etabs {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
#tab-container .etabs li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 25%;
  float: left;
  border-top: 6px solid #ffffff;
}
#tab-container .etabs li.active {
  border-top: 6px solid #ffd35c;
}
#tab-container .etabs li a {
  padding: 10px 0;
  margin: 0 0 0 0;
  display: block;
  color: #999999;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-right: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#tab-container .etabs li:last-child a {
  border-right: 1px solid #cccccc;
}
#tab-container .etabs li a i {
  padding-right: 10px;
  font-size: 24px;
}
#tab-container .etabs li.active a {
  color: #666666;
  background: #ffffff;
  border-top: 1px solid #1e9fb4;
}
/* Tab Content */
.panel-container {
  padding: 30px;
  border: 1px solid #cccccc;
}
.panel-container .tab-cont {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.panel-container .tab-cont h6 {
  color: #666666;
}
.panel-container .tab-cont.active {
  display: block;
}
.tab-cont-left {
  float: left;
  width: 70%;
}
.tab-cont-right {
  padding-top: 20px;
  padding-right: 3%;
  float: right;
  width: 30%;
  text-align: right;
}
.tabs a:focus {
  outline: 0;
}
.speaker-info {
  position: absolute;
  margin: 1vw;
  top: .5vw;
  left: 4px;
  text-align: left;
  width: 240px;
  height: 100px;
  color: #FFF;
  line-height: 100%;
  font-size: 11.5pt;
}
.speaker-info a:visited {
  color: white;
}
.speaker-info a {
  color: white;
  text-decoration: none;
}
.speaker-info a:hover {
  color: #2b2b2b;
}
.speaker-image {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10px;
  bottom: 30px;
  background-size: 100%;
  border-radius: 0%;
}
.portfolio-main {
  padding: 100px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.portfolio-main.for-home-page {
  padding: 0 0 50px 0;
}
.portfolio-items {
  padding: 50px 0 0 0;
  margin: 1 1 1 1;
}
li div.portfolio-items {
  width: 340px;
  height: 180px;
  position: relative;
  margin: 4px;
  background: #6c634b;
}
.portfolio-main.for-home-page .portfolio-items {
  padding: 0 0 0 0;
}
.portfolio-link {
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
  list-style: none;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  height: auto !important;
}
.portfolio-link li {
  padding: 0 2px;
  margin: 0 0 0 0;
  display: inline-table;
}
.portfolio-link li a {
  padding: 12px 25px;
  margin: 0 0 0 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #666666;
  background: #cecbc3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.portfolio-link li a:hover,
.portfolio-link li a.is-checked {
  color: #ffffff;
  background: #f6b300;
  text-decoration: none;
}
.portfolio-content {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  min-height: 725px;
  margin-left: auto;
  margin-right: auto;
  left: 10px;
  position: relative;
  height: 3384px;
}
.portfolio-main.for-home-page .portfolio-content {
  min-height: inherit;
}
.portfolio-content li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 25%;
  float: left;
}
.portfolio-content li img {
  width: 100%;
}
.port-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.port-image .mask {
  padding: 28% 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  display: table-cell;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.port-image:hover .mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.port-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.port-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.port-image .mask a {
  padding: 20px 0 0 0;
  margin: 0 15px;
  color: #ffffff;
  font-size: 36px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #1e9fb4;
  display: inline-table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.port-image .mask a:hover {
  color: #1e9fb4;
  background: #ffffff;
}
.session-item {
  color: white;
  background: #6c634b;
  padding: 1em !important;
  text-align: left;
  width: 25em;
  height: 8em;
  border: 1px solid #fff;
  text-decoration: none;
}
.session-item i.fa {
  width: 2em;
}
.session-item a {
  color: #fff;
}
.session-item a:hover {
  color: #2b2b2b;
}
li.session-item div {
  margin-left: 0px;
}
.fa.favorite {
  color: #ffd35c !important;
}
.favorite-link:hover .fa {
  color: #ffd35c;
}
.favorite-placeholder .fa {
  color: #cecbc3;
}
.favorite-placeholder:hover .fa {
  color: #ffd35c;
}
.favorite-placeholder + .tooltip.top > .tooltip-arrow {
  border-top-color: #f6b300;
}
.tooltip-inner {
  background-color: #f6b300;
  color: #2b2b2b;
}
.handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}
@media (min-width: 360px) {
  .sponsor > h4 {
    background: #f6b300;
  }
  div.sponsor > h5 {
    background: #c39808;
    margin-top: 20px;
  }
  div.sponsor span {
    margin-left: 15px;
  }
  div.sponsor div {
    padding-left: 15px;
  }
  .clients-list-medium {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sponsor > h4 {
    background: #f6b300;
  }
  div.sponsor > h5 {
    background: #c39808;
    margin-top: 50px;
  }
  div.sponsor span {
    margin-left: 150px;
  }
  div.sponsor div {
    padding-left: 125px;
  }
  .clients-list-medium {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .sponsor > h4 {
    background: #f6b300;
  }
  div.sponsor > h5 {
    background: #c39808;
    margin-top: 50px;
  }
  div.sponsor span {
    margin-left: 150px;
  }
  div.sponsor div {
    padding-left: 125px;
  }
  .clients-list-medium {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .sponsor > h4 {
    background: #f6b300;
  }
  div.sponsor > h5 {
    background: #c39808;
    margin-top: 50px;
  }
  div.sponsor span {
    margin-left: 275px;
  }
  div.sponsor div {
    padding-left: 250px;
  }
  .clients-list-medium {
    padding-bottom: 75px;
  }
}
/* ==================================================== */
/* 12. Portfolio Area Styles                            */
/* ==================================================== */
.portfolio-main {
  padding: 100px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.portfolio-main.for-home-page {
  padding: 0 0 50px 0;
}
.portfolio-items {
  padding: 50px 0 0 0;
  margin: 1 1 1 1;
}
.portfolio-main.for-home-page .portfolio-items {
  padding: 0 0 0 0;
}
.portfolio-link {
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
  list-style: none;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  height: auto !important;
}
.portfolio-link li {
  padding: 0 2px;
  margin: 0 0 0 0;
  display: inline-table;
}
.portfolio-link li a {
  padding: 12px 25px;
  margin: 0 0 0 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #666666;
  background: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.portfolio-link li a:hover,
.portfolio-link li a.is-checked {
  color: #ffffff;
  background: #f20707;
  text-decoration: none;
}
.portfolio-content {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  min-height: 725px;
}
.portfolio-main.for-home-page .portfolio-content {
  min-height: inherit;
}
.portfolio-content li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 25%;
  float: left;
}
.portfolio-content li img {
  width: 100%;
}
.port-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.port-image .mask {
  padding: 28% 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  display: table-cell;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.port-image:hover .mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.port-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.port-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2.5s ease 0s;
  -moz-transition: all 2.5s ease 0s;
  -ms-transition: all 2.5s ease 0s;
  transition: all 2.5s ease 0s;
}
.port-image .mask a {
  padding: 20px 0 0 0;
  margin: 0 15px;
  color: #ffffff;
  font-size: 36px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #1e9fb4;
  display: inline-table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.port-image .mask a:hover {
  color: #1e9fb4;
  background: #ffffff;
}
/* ==================================================== */
/* 22. Media Query                                      */
/* ==================================================== */
@media (max-width: 1400px) {
  /* This media query is written for 1400PX resolution devices */
  .port-image .mask {
    padding-top: 23%;
  }
  .big-txt-cont {
    font-size: 200px;
    line-height: 200px;
  }
  .pg-sin-cont {
    top: 5%;
  }
  .pg-sin-img-cont {
    bottom: 18%;
  }
}
@media (max-width: 1100px) {
  /* This media query is written for 1100PX resolution devices */
  .logo-area {
    float: none;
    width: 100%;
    text-align: center;
  }
  .nav-main {
    float: none;
    width: 100%;
    text-align: center;
  }
  .call-to-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .call-to-left .ico-container {
    float: none;
    margin: 0 0 0 0;
  }
  .call-to-right {
    float: none;
    text-align: center;
  }
  .management-single h5 span {
    display: block;
  }
  .want-more-main {
    padding-top: 60px;
  }
  .want-more-left {
    padding-bottom: 0;
  }
  .features-single {
    padding-top: 20px;
  }
  .port-image .mask {
    padding-top: 20%;
  }
  .address-on-map {
    padding: 20px 0 25px 0;
    text-align: center;
  }
  .address-on-map span.logo-address {
    padding: 0 0 10px 0;
  }
  .address-on-map ul.address {
    border-left: 0;
    padding-left: 0;
  }
  .address-on-map ul.address li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  /* This media query is written for Ipad and tablets */
  h2 {
    font-size: 38px;
  }
  .banner-area h1 {
    font-size: 50px;
  }
  .cont-area {
    top: 35%;
  }
  .about-top-area .top-float-img .image-container {
    bottom: 20px;
  }
  .col-content {
    padding-top: 30px;
  }
  .story-cont {
    padding-bottom: 40px;
    text-align: center;
  }
  .want-more-left {
    text-align: center;
  }
  .want-more-left .medium-txt {
    text-align: center;
  }
  .features-icon {
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .features-icon i {
    display: inline-block;
  }
  .features-cont {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .features-cont hr {
    display: inline-block;
  }
  .want-more-right {
    height: auto;
    text-align: center;
    padding-top: 30px;
  }
  .want-more-right .big-image {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 60%;
  }
  .portfolio-content li {
    width: 50%;
  }
  .port-image .mask {
    padding-top: 25%;
  }
  .blog-home-cont {
    width: 100%;
  }
  .pricing-main {
    padding: 60px 0 30px 0;
  }
  .price-single {
    margin-bottom: 40px;
  }
  .price-single.active {
    margin-top: 0;
  }
  .map-main {
    margin: 0 0 0 0;
  }
  .address-on-map ul.address li {
    padding: 5px 0;
    width: 100%;
  }
  .footer-menu {
    text-align: center;
    padding-bottom: 30px;
  }
  .footer-about {
    text-align: center;
    padding-bottom: 30px;
  }
  .footer-address {
    text-align: center;
    padding-bottom: 30px;
  }
  .footer-address ul li.address::before {
    float: none;
    display: inline;
  }
  .footer-bottom {
    text-align: center;
  }
  /* Inner Page Styles */
  .cont-area-inner .inner-rocket-img {
    padding-top: 0;
  }
  .cont-area-inner .heading-area {
    padding: 15px 0;
    text-align: center;
  }
  .breadcrumbs-inner {
    padding: 0 0 0 0;
    text-align: center;
  }
  .blog-left {
    padding-right: 15px;
  }
  /* 404 Page */
  .pg-sin-img-cont {
    bottom: 5%;
  }
  .pg-sin-cont h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .big-txt-counter span {
    padding-right: 20px;
  }
  .big-txt-counter span.count {
    font-size: 60px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  /* This media query is written for Mobile landscape and Ipad and tablets portrait */
}
@media (max-width: 480px) {
  /* This media query is written for Mobile only */
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }
  .header-area {
    padding: 10px 0;
    position: inherit;
    top: inherit;
    left: inherit;
    background: #000000;
  }
  .header-area.navbar-fixed-top {
    position: inherit;
    padding: 10px 0;
    background: #000000;
  }
  .logo-area {
    text-align: left;
  }
  .toggle-btn,
  .toggle-btn:hover,
  .toggle-btn:focus {
    display: block;
  }
  .nav-main {
    display: none;
  }
  .nav-main .menu-cont li {
    padding: 10px 0;
    width: 100%;
  }
  .nav-main .menu-cont li ul.sub-menu {
    position: inherit;
  }
  #particles {
    min-height: 600px;
  }
  .cont-area {
    top: 10%;
  }
  .about-top-area .top-float-img .image-container {
    bottom: 70px;
  }
  .col-conts {
    padding-top: 40px;
    font-size: 16px;
  }
  .icon-container {
    padding-top: 17px;
    width: 130px;
    height: 130px;
  }
  .icon-container img {
    width: 75%;
  }
  .statistics-main .solid-bg {
    padding: 60px 0;
  }
  .about-main {
    padding: 60px 0;
  }
  .medium-txt {
    padding: 10px 5%;
    font-size: 18px;
    line-height: 30px;
  }
  .story-cont {
    font-size: 16px;
  }
  #tab-container .etabs li a {
    font-size: 12px;
    font-weight: 500;
  }
  #tab-container .etabs li a i {
    display: none;
  }
  .tab-cont-right {
    padding: 0 0 30px 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .tab-cont-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .manage-team-cont li,
  .manage-team-cont li:first-child,
  .manage-team-cont li:nth-child(3n+1) {
    margin: 0 0 40px 0;
    width: 100%;
  }
  .management-single {
    text-align: center;
  }
  .management-single h5 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .services-main {
    padding: 30px 0;
  }
  .service-single {
    padding-top: 40px;
  }
  .want-more-main {
    margin-top: 60px;
  }
  .portfolio-main {
    padding-top: 60px;
  }
  .portfolio-link li a {
    font-size: 14px;
    padding: 7px 25px;
    margin: 0 0 5px 0;
  }
  .portfolio-content li {
    width: 100%;
    line-height: 18px;
  }
  .order-main {
    padding: 60px 0;
  }
  .our-blog-home {
    padding: 60px 0;
  }
  .blog-home-cont {
    text-align: center;
    padding-bottom: 10px;
  }
  .blog-home-cont .blog-date {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .blog-home-cont .blog-texts {
    padding: 0 0 0 0;
    width: 100%;
  }
  .blog-view-more {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .testimonial-main .solid-bg {
    padding: 60px 0;
  }
  .testimonial-cont-main {
    width: 100%;
  }
  .lum-testimonial {
    padding-bottom: 60px;
  }
  .lum-testimonial .carousel-indicators {
    left: 0;
    right: inherit;
    top: inherit;
    bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #map {
    height: 560px;
  }
  .contact-area {
    padding: 60px 0;
  }
  .contact-form-main {
    padding-top: 60px;
  }
  .contact-address {
    padding-top: 60px;
  }
  .social-main {
    padding: 60px 0;
  }
  .social-main .social {
    font-size: 20px;
  }
  .social-main .social li {
    padding: 0 0 0 0;
  }
  .social-main .social li a {
    padding-top: 8px;
    width: 40px;
    height: 40px;
  }
  /* Inner Page Styles */
  #particles.inner-particle {
    min-height: 230px;
  }
  .team-boxes .team-bx-cont {
    padding: 20px 30px;
    text-align: center;
  }
  .single-page-header .header-for-blog h1 {
    font-size: 36px;
  }
  .blog-main {
    padding: 30px 0;
  }
  .blog-left h2 {
    font-size: 28px;
  }
  .comment-form #respond-inputs p {
    padding-top: 10px;
    width: 100%;
  }
  .comment-form #respond-inputs p:nth-child(2) {
    padding: 10px 0 0 0;
  }
  .big-txt-cont {
    font-size: 120px;
    line-height: 120px;
  }
  /* 404 Page */
  .pg-sin-img-cont {
    bottom: 10%;
  }
  .big-txt-counter span {
    padding-right: 10px;
  }
  .big-txt-counter {
    font-size: 10px;
  }
  .big-txt-counter span.count {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 380px) {
  /* This media query is written for Mobile only */
  .logo-area {
    text-align: center;
  }
  .logo-area span.phone {
    display: block;
    padding-left: 0;
    border-left: 0;
  }
  .toggle-btn,
  .toggle-btn:hover,
  .toggle-btn:focus {
    top: 20px;
  }
  #tab-container .etabs li a {
    font-size: 10px;
  }
  .blog-home-cont .heading-container h4 {
    font-size: 16px;
  }
  .big-txt-cont {
    font-size: 70px;
    line-height: 70px;
  }
}


/* Privacy Policy */
.privacy-policy-text {

}

.privacy-policy-text a {
    color: #B39031;
}