@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrQ.ttf) format('truetype');
}
/*------------------------------------------------------------------
[LAYOUT]

* Page body / body
	+ Page Backgrounds / .bg, .video-bg, .vimeo-bg, .youtube-bg
	+ Navigation / #top-nav, .ext-nav, .page-border
	+ Page Sections / section
		- Section Views (parallax subsections) / .view
			- View Backgrounds / .bg
			- View Content / .content
	+ Page Footer / footer

[MAIN STYLES]

Page header:			h1
Section headers:		h2, h3, h4, h5, h6
Vector icons:			i
Titles:					.title
Subtitles:				.subtitle
Captions:				.caption
Link like button:		a.button
Underlines:				.underline, .underline-dashed, .underline-dotted, .underline-text, .underline-highlight, .underline-link, .underline-heading
Lines:					.top-line, .bottom-line
Uppercase:				.uppercase
Disable Uppercase:		.non-uppercase
------------------------------------------------------------------*/
/*** HTML Elements / body, p, h1 - h6, input, textarea, ul, a, ... ***/
body,
html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}
p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 11px;
}
ul {
  margin-bottom: 11px;
}
button {
  margin: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1,
h2,
h3 {
  text-align: center;
}
h1 {
  font-size: 100px;
  line-height: 120px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
h2 {
  font-size: 70px;
  line-height: 84px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 48px;
  }
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 25x;
    line-height: 30px;
  }
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
h5 {
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 14px;
    line-height: 17px;
  }
}
h6 {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 13px;
    line-height: 16px;
  }
}
a,
a i {
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -ms-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}
.android-browser-4_3minus a,
.android-browser-4_3minus a i {
  transition: none;
  -webkit-transition: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
form {
  margin-bottom: 20px;
  margin-bottom: 10px;
}
input {
  height: 44px;
}
textarea {
  height: 220px;
}
iframe {
  border: none;
}
body,
html {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
h1 {
  font-weight: 800;
}
h2 {
  font-weight: 700;
}
h3 {
  font-weight: 700;
}
h4,
h5 {
  font-weight: 700;
}
h6 {
  font-weight: 400;
}
strong {
  font-weight: 500;
}
b {
  font-weight: 700;
}
a.button,
input.button,
.btn {
  font-weight: 400;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  font-weight: 700;
  border: 1px solid;
}
input.button {
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.android-browser-4_3minus input.button {
  transition: none;
  -webkit-transition: none;
}
input,
textarea {
  outline: 1px solid;
  -webkit-transition: outline-color .2s;
  -moz-transition: outline-color .2s;
  -ms-transition: outline-color .2s;
  -o-transition: outline-color .2s;
  transition: outline-color .2s;
}
.android-browser-4_3minus input,
.android-browser-4_3minus textarea {
  transition: none;
  -webkit-transition: none;
}
/*** Font Styles / .thin-font-weight, .medium-font-weight, ... ***/
.thin-font-weight {
  font-weight: 100 !important;
}
.extra-light-font-weight {
  font-weight: 200 !important;
}
.light-font-weight {
  font-weight: 300 !important;
}
.nirmal-font-weight {
  font-weight: 400 !important;
}
.medium-font-weight {
  font-weight: 500 !important;
}
.semi-bold-font-weight {
  font-weight: 600 !important;
}
.bold-font-weight {
  font-weight: 700 !important;
}
.extra-bold-font-weight {
  font-weight: 800 !important;
}
.ultra-font-weight {
  font-weight: 900 !important;
}
.normal-font {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.heading-font {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.small-font {
  font-size: 11px;
}
.counter .count {
  font-family: 'Helvetica', Arial, Sans-serif;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
/*** Navigation / #top-nav, .page-border, .ext-nav, .menu-toggle, .sidebar ***/
#top-nav {
  min-height: 0px;
  margin: 0 24px;
  border: none;
  border-bottom: 1px solid;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 800;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus #top-nav {
  transition: none;
  -webkit-transition: none;
}
#top-nav .nav > li > a,
#top-nav .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
#top-nav .dropdown-menu > li > a {
  font-weight: 800;
}
#top-nav li {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #top-nav li a {
    padding: 18px 12px;
  }
}
@media (max-width: 991px) {
  #top-nav li a {
    padding: 18px 8px;
  }
}
#top-nav li {
  font-size: 12px;
}
@media (max-width: 1199px) {
  #top-nav li {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #top-nav li {
    font-size: 9px;
  }
}
#top-nav .navbar-brand {
  font-weight: 800;
  font-size: 20px;
  height: auto;
}
@media (max-width: 1199px) {
  #top-nav .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #top-nav .navbar-brand {
    font-size: 16px;
  }
}
.state1 #top-nav li,
.state1 #top-nav li > a,
.state1 #top-nav .navbar-brand,
.state1 #top-nav .navbar-header,
.state1 #top-nav .dropdown-menu > li > a {
  line-height: 68px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .state1 #top-nav li,
.android-browser-4_3minus .state1 #top-nav li > a,
.android-browser-4_3minus .state1 #top-nav .navbar-brand,
.android-browser-4_3minus .state1 #top-nav .navbar-header,
.android-browser-4_3minus .state1 #top-nav .dropdown-menu > li > a {
  transition: none;
  -webkit-transition: none;
}
.state1 #top-nav li li,
.state1 #top-nav li > a li,
.state1 #top-nav .navbar-brand li,
.state1 #top-nav .navbar-header li,
.state1 #top-nav .dropdown-menu > li > a li,
.state1 #top-nav li li > a,
.state1 #top-nav li > a li > a,
.state1 #top-nav .navbar-brand li > a,
.state1 #top-nav .navbar-header li > a,
.state1 #top-nav .dropdown-menu > li > a li > a,
.state1 #top-nav li .dropdown-menu > li > a,
.state1 #top-nav li > a .dropdown-menu > li > a,
.state1 #top-nav .navbar-brand .dropdown-menu > li > a,
.state1 #top-nav .navbar-header .dropdown-menu > li > a,
.state1 #top-nav .dropdown-menu > li > a .dropdown-menu > li > a {
  line-height: 20px;
}
@media (max-width: 767px) {
  .state1 #top-nav li,
  .state1 #top-nav li > a {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .state1 #top-nav li,
  .state1 #top-nav li > a,
  .state1 #top-nav .navbar-brand,
  .state1 #top-nav .navbar-header,
  .state1 #top-nav .dropdown-menu > li > a {
    line-height: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .android-browser-4_3minus .state1 #top-nav li,
  .android-browser-4_3minus .state1 #top-nav li > a,
  .android-browser-4_3minus .state1 #top-nav .navbar-brand,
  .android-browser-4_3minus .state1 #top-nav .navbar-header,
  .android-browser-4_3minus .state1 #top-nav .dropdown-menu > li > a {
    transition: none;
    -webkit-transition: none;
  }
  .state1 #top-nav li li,
  .state1 #top-nav li > a li,
  .state1 #top-nav .navbar-brand li,
  .state1 #top-nav .navbar-header li,
  .state1 #top-nav .dropdown-menu > li > a li,
  .state1 #top-nav li li > a,
  .state1 #top-nav li > a li > a,
  .state1 #top-nav .navbar-brand li > a,
  .state1 #top-nav .navbar-header li > a,
  .state1 #top-nav .dropdown-menu > li > a li > a,
  .state1 #top-nav li .dropdown-menu > li > a,
  .state1 #top-nav li > a .dropdown-menu > li > a,
  .state1 #top-nav .navbar-brand .dropdown-menu > li > a,
  .state1 #top-nav .navbar-header .dropdown-menu > li > a,
  .state1 #top-nav .dropdown-menu > li > a .dropdown-menu > li > a {
    line-height: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .state1 #top-nav li,
  .state1 #top-nav li > a {
    line-height: 30px;
  }
}
.state2 #top-nav li,
.state1.ext-nav-show #top-nav li,
.state2 #top-nav li > a,
.state1.ext-nav-show #top-nav li > a,
.state2 #top-nav .navbar-brand,
.state1.ext-nav-show #top-nav .navbar-brand,
.state2 #top-nav .navbar-header,
.state1.ext-nav-show #top-nav .navbar-header,
.state2 #top-nav .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav .dropdown-menu > li > a {
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .state2 #top-nav li,
.android-browser-4_3minus .state1.ext-nav-show #top-nav li,
.android-browser-4_3minus .state2 #top-nav li > a,
.android-browser-4_3minus .state1.ext-nav-show #top-nav li > a,
.android-browser-4_3minus .state2 #top-nav .navbar-brand,
.android-browser-4_3minus .state1.ext-nav-show #top-nav .navbar-brand,
.android-browser-4_3minus .state2 #top-nav .navbar-header,
.android-browser-4_3minus .state1.ext-nav-show #top-nav .navbar-header,
.android-browser-4_3minus .state2 #top-nav .dropdown-menu > li > a,
.android-browser-4_3minus .state1.ext-nav-show #top-nav .dropdown-menu > li > a {
  transition: none;
  -webkit-transition: none;
}
.state2 #top-nav li li,
.state1.ext-nav-show #top-nav li li,
.state2 #top-nav li > a li,
.state1.ext-nav-show #top-nav li > a li,
.state2 #top-nav .navbar-brand li,
.state1.ext-nav-show #top-nav .navbar-brand li,
.state2 #top-nav .navbar-header li,
.state1.ext-nav-show #top-nav .navbar-header li,
.state2 #top-nav .dropdown-menu > li > a li,
.state1.ext-nav-show #top-nav .dropdown-menu > li > a li,
.state2 #top-nav li li > a,
.state1.ext-nav-show #top-nav li li > a,
.state2 #top-nav li > a li > a,
.state1.ext-nav-show #top-nav li > a li > a,
.state2 #top-nav .navbar-brand li > a,
.state1.ext-nav-show #top-nav .navbar-brand li > a,
.state2 #top-nav .navbar-header li > a,
.state1.ext-nav-show #top-nav .navbar-header li > a,
.state2 #top-nav .dropdown-menu > li > a li > a,
.state1.ext-nav-show #top-nav .dropdown-menu > li > a li > a,
.state2 #top-nav li .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav li .dropdown-menu > li > a,
.state2 #top-nav li > a .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav li > a .dropdown-menu > li > a,
.state2 #top-nav .navbar-brand .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav .navbar-brand .dropdown-menu > li > a,
.state2 #top-nav .navbar-header .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav .navbar-header .dropdown-menu > li > a,
.state2 #top-nav .dropdown-menu > li > a .dropdown-menu > li > a,
.state1.ext-nav-show #top-nav .dropdown-menu > li > a .dropdown-menu > li > a {
  line-height: 20px;
}
@media (max-width: 767px) {
  .state2 #top-nav li,
  .state1.ext-nav-show #top-nav li,
  .state2 #top-nav li > a,
  .state1.ext-nav-show #top-nav li > a {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #top-nav {
    overflow: auto;
    max-height: 100%;
  }
  #top-nav ul li a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #top-nav .nav li li {
    margin-left: 50px;
  }
  #top-nav .navbar-brand {
    font-size: 23px;
  }
}
#top-nav .menu-toggle {
  margin-left: 15px;
  margin-right: 15px;
}
.state1 #top-nav .menu-toggle {
  height: 88px;
}
@media (max-width: 767px) {
  .state1 #top-nav .menu-toggle {
    height: 48px;
  }
}
.state2 #top-nav .menu-toggle,
.state1.ext-nav-show #top-nav .menu-toggle {
  height: 48px;
}
.page-border {
  position: fixed;
  z-index: 1030;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .page-border {
  transition: none;
  -webkit-transition: none;
}
.page-border.left {
  left: 0;
  top: 0;
  bottom: 24px;
  width: 25px;
  border-right: 1px solid;
}
.page-border.left ul {
  position: fixed;
  z-index: 1030;
  width: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  padding-left: 0;
  list-style: none;
}
.page-border.left ul li {
  text-align: center;
  padding: 3px 0;
}
.page-border.right {
  right: 0;
  top: 0;
  bottom: 24px;
  width: 25px;
  border-left: 1px solid;
}
.page-border.bottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
  border-top: 1px solid;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-border.bottom a {
  line-height: 15px;
  text-decoration: none;
}
body {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 48px;
}
@media (max-width: 1249px) {
  body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .page-border {
    display: none;
  }
  #top-nav {
    margin: 0;
  }
}
.ext-nav {
  position: fixed;
  z-index: 1030;
  bottom: 0px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 49px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ext-nav.show {
  opacity: 1;
  visibility: visible;
}
.ext-nav a {
  display: block;
}
.ext-nav a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: none;
  line-height: 30px;
}
.ext-nav a div span {
  display: block;
}
.ext-nav a div .side-title {
  font-size: 30px;
  font-weight: 800;
  position: relative;
}
.ext-nav a div .side-title::before,
.ext-nav a div .side-title::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.ext-nav a div .side-title::before {
  width: 20px;
  text-align: right;
  margin-right: 5px;
  margin-left: -25px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.ext-nav a div .side-title::after {
  width: 20px;
  text-align: left;
  margin-left: 5px;
  margin-right: -25px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
[dir="rtl"] .ext-nav a div .side-title:before,
[dir="rtl"] .ext-nav a div .side-title:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.ext-nav a:hover div .side-title:before,
.ext-nav a:hover div .side-title:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
[dir="rtl"] .ext-nav a:hover div .side-title:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .ext-nav a:hover div .side-title:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.android-browser-4_3minus .ext-nav {
  transition: none;
  -webkit-transition: none;
}
@media (max-width: 1249px) {
  .ext-nav {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .ext-nav .full-height {
    height: auto;
  }
  .ext-nav .half-height {
    height: auto;
  }
  .ext-nav a {
    height: 250px !important;
  }
}
.menu-toggle {
  display: block;
  background: 0 0;
  width: 22px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
}
.android-browser-4_3minus .menu-toggle {
  transition: none;
  -webkit-transition: none;
}
.menu-toggle span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 22px;
  height: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .menu-toggle span {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .menu-toggle span {
  transition: none;
  -webkit-transition: none;
}
.menu-toggle span:before,
.menu-toggle span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .menu-toggle span:before,
.android-browser-4_3minus .menu-toggle span:after {
  transition: none;
  -webkit-transition: none;
}
.menu-toggle span:after {
  transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
}
.menu-toggle span:before {
  transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
}
.menu-toggle:hover span:after {
  transform: translateY(8px) rotate(0deg);
  -webkit-transform: translateY(8px) rotate(0deg);
  -moz-transform: translateY(8px) rotate(0deg);
  -ms-transform: translateY(8px) rotate(0deg);
  -o-transform: translateY(8px) rotate(0deg);
}
.menu-toggle:hover span:before {
  transform: translateY(-8px) rotate(0deg);
  -webkit-transform: translateY(-8px) rotate(0deg);
  -moz-transform: translateY(-8px) rotate(0deg);
  -ms-transform: translateY(-8px) rotate(0deg);
  -o-transform: translateY(-8px) rotate(0deg);
}
.menu-toggle.show span:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
}
.menu-toggle.show span:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
}
.menu-toggle.navbar-toggle {
  border: none;
  margin: 0;
}
.menu-toggle.ext-nav-toggle {
  float: right;
}
@media (min-width: 768px) {
  .menu-toggle.navbar-toggle {
    display: none;
  }
}
.sidebar .title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}
.sidebar ul.tags-list {
  list-style: none;
  padding: 0;
}
.sidebar ul.tags-list li {
  border: 1px solid;
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
  padding: 3px 9px;
}
.navbar-brand img {
  display: inline;
}
/*** Gallery / .gallery, .grid, .gallery-overlay ***/
.gallery {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .gallery {
  transition: none;
  -webkit-transition: none;
}
.gallery .filter {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.gallery .filter .button {
  margin-bottom: 5px;
  font-weight: 600;
}
.gallery .filter .nav li {
  display: inline-block;
  float: none;
}
.gallery .filter .nav li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
}
.gallery .grid {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.gallery .grid .item {
  padding: 0px;
  cursor: pointer;
}
.gallery .grid .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .grid .item > a img {
  width: 100%;
  height: auto;
}
.gallery .hover-overlay .overlay > div {
  padding: 0 25%;
}
.gallery-overlay .field {
  text-transform: uppercase;
  font-weight: 600;
}
/*** Overlays / .page-overlay, .overlay-window ***/
.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1030;
  visibility: hidden;
}
.android-browser-4_3minus .page-overlay {
  transition: none;
  -webkit-transition: none;
}
.page-overlay.show {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.overlay-window {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.android-browser-4_3minus .overlay-window {
  transition: none;
  -webkit-transition: none;
}
.overlay-window.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.overlay-window .loaded-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.android-browser-4_3minus .overlay-window .loaded-content {
  transition: none;
  -webkit-transition: none;
}
.overlay-window .loaded-content.show {
  opacity: 1;
}
.overlay-window .content-container {
  overflow: auto;
  position: absolute;
  top: 90px;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.overlay-window .content-container .field {
  text-transform: uppercase;
  font-weight: 600;
}
.overlay-zoom {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.cross {
  display: block;
  float: right;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .cross {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .cross {
  transition: none;
  -webkit-transition: none;
}
.cross:before,
.cross:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  top: 50%;
  margin-top: -1px;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .cross:before,
.android-browser-4_3minus .cross:after {
  transition: none;
  -webkit-transition: none;
}
.cross:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
}
.cross:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
}
.next {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 20px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .next {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .next {
  transition: none;
  -webkit-transition: none;
}
.next:before,
.next:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .next:before,
.android-browser-4_3minus .next:after {
  transition: none;
  -webkit-transition: none;
}
.next:before {
  top: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.next:after {
  top: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.previos {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 20px;
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 25px;
}
.android-browser-4_3minus .previos {
  transition: none;
  -webkit-transition: none;
}
.android-browser-4_3minus .previos {
  transition: none;
  -webkit-transition: none;
}
.previos:before,
.previos:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  backface-visibility: hidden;
  left: 0%;
  bottom: auto;
  right: auto;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.android-browser-4_3minus .previos:before,
.android-browser-4_3minus .previos:after {
  transition: none;
  -webkit-transition: none;
}
.previos:before {
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.previos:after {
  top: 26px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.overlay-control {
  height: 90px;
}
/*** Sliders / .slider, .carousel ***/
.slider,
.carousel {
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}
.slider > div img,
.carousel > div img {
  width: 100%;
  height: auto;
}
.slider .slick-prev,
.carousel .slick-prev,
.slider .slick-next,
.carousel .slick-next {
  top: 50%;
  margin: -35px 0 0 0;
  padding: 20px 5px;
  width: 21px;
  height: 70px;
  overflow: hidden;
  font-size: 0;
}
.slider .slick-prev:before,
.carousel .slick-prev:before,
.slider .slick-next:before,
.carousel .slick-next:before {
  font-size: 30px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .slick-prev,
.carousel .slick-prev {
  left: 0;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.slider .slick-prev:before,
.carousel .slick-prev:before {
  content: "\f104";
}
.slider .slick-next,
.carousel .slick-next {
  right: 0;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.slider .slick-next:before,
.carousel .slick-next:before {
  content: "\f105";
}
.slider .title,
.carousel .title {
  font-size: 22px;
  margin-top: 4px;
}
.slider .subtitle,
.carousel .subtitle {
  font-size: 14px !important;
  line-height: 20px !important;
  padding-bottom: 10px;
}
.carousel {
  margin-top: 33px !important;
  margin-bottom: 0 !important;
}
.carousel .slick-dots {
  padding-bottom: 5px;
  bottom: 100%;
  top: auto;
}
.carousel .slick-dots button:before {
  font-size: 14px;
}
.slider {
  margin-top: 0 !important;
  margin-bottom: 38px !important;
}
.slider .slick-dots {
  padding-top: 5px;
  bottom: auto;
  top: 100%;
}
.slider .slick-dots button:before {
  font-size: 14px;
}
/*** Counters / .counters ***/
.counters {
  margin-top: 40px;
  margin-bottom: 20px;
}
.counters .counter {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.counters .counter .count {
  font-size: 45px;
  line-height: 78px;
  font-weight: 600;
}
/*** CSS Animations / .scroll-in-animation, .scroll-animation ***/
.scroll-in-animation,
.scroll-animation {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.android-browser-4_3minus .scroll-in-animation,
.android-browser-4_3minus .scroll-animation {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.flipInY,
.scroll-animation.flipInY,
.scroll-in-animation.flipInX,
.scroll-animation.flipInX {
  -webkit-animation-duration: 2.6s;
  -moz-animation-duration: 2.6s;
  -o-animation-duration: 2.6s;
  animation-duration: 2.6s;
}
.android-browser-4_3minus .scroll-in-animation.flipInY,
.android-browser-4_3minus .scroll-animation.flipInY,
.android-browser-4_3minus .scroll-in-animation.flipInX,
.android-browser-4_3minus .scroll-animation.flipInX {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.zoomInLeft,
.scroll-animation.zoomInLeft,
.scroll-in-animation.zoomInRight,
.scroll-animation.zoomInRight {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.android-browser-4_3minus .scroll-in-animation.zoomInLeft,
.android-browser-4_3minus .scroll-animation.zoomInLeft,
.android-browser-4_3minus .scroll-in-animation.zoomInRight,
.android-browser-4_3minus .scroll-animation.zoomInRight {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation.fadeInLeft,
.scroll-animation.fadeInLeft,
.scroll-in-animation.fadeInRight,
.scroll-animation.fadeInRight {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.android-browser-4_3minus .scroll-in-animation.fadeInLeft,
.android-browser-4_3minus .scroll-animation.fadeInLeft,
.android-browser-4_3minus .scroll-in-animation.fadeInRight,
.android-browser-4_3minus .scroll-animation.fadeInRight {
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}
.scroll-in-animation {
  opacity: 0;
}
.scroll-in-animation.css-animation-show {
  opacity: 1;
}
@-webkit-keyframes zoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomInSmall {
  -webkit-animation-name: zoomInSmall;
  animation-name: zoomInSmall;
}
/*** Dot Scroll / #dot-scroll ***/
#dot-scroll {
  list-style: none;
  position: fixed;
  z-index: 1030;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 5px;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.android-browser-4_3minus #dot-scroll {
  transition: none;
  -webkit-transition: none;
}
#dot-scroll li {
  display: block;
  padding: 8px 0;
  width: 5px;
  height: 21px;
}
#dot-scroll li a {
  display: block;
  width: 100%;
  height: 100%;
}
#dot-scroll li a span {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.android-browser-4_3minus #dot-scroll li a span {
  transition: none;
  -webkit-transition: none;
}
#dot-scroll li a.active span {
  border: 1px solid;
  width: 10px;
  height: 10px;
  margin-top: -2.5px;
  margin-left: -2.5px;
}
#dot-scroll li a.target span {
  border: 0px solid;
  width: 8px;
  height: 8px;
  margin-top: -1.5px;
  margin-left: -1.5px;
}
@media (max-width: 1249px) {
  #dot-scroll {
    display: none;
  }
}
/*** Fluid Blocks / .fluid, .fluid-width, .fluid-height ***/
.fluid {
  width: 100%;
  position: relative;
}
.fluid > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.fluid-width {
  width: 100%;
  height: auto;
}
.fluid-height {
  width: auto;
  height: 100%;
}
/*** Loading / .gate, .loader ***/
.gate {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus .gate {
  transition: none;
  -webkit-transition: none;
}
.gate .gate-bar {
  position: absolute;
  top: 88px;
  height: 5px;
  width: 0%;
  float: left;
}
@media (max-width: 767px) {
  .gate .gate-bar {
    top: 48px;
  }
}
.gate .gate-count {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: right;
  width: 100px;
  margin-left: -50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 600;
}
.gate .gate-water {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
}
.gate .gate-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.android-browser-4_3minus .gate .gate-overlay {
  transition: none;
  -webkit-transition: none;
}
.gate img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -20px;
  padding: 0;
  width: 60px;
  height: 60px;
  list-style: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.android-browser-4_3minus .loader {
  transition: none;
  -webkit-transition: none;
}
.loader li {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 5px;
  box-shadow: 0px 80px 20px rgba(0, 0, 0, 0.2);
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.loader.hided {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.android-browser-4_3minus .loader.hided {
  transition: none;
  -webkit-transition: none;
}
@-webkit-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-moz-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-ms-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-o-keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@keyframes loading-animation {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
.loader li:nth-child(1) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite 0s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite 0s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite 0s;
  animation: loading-animation 0.6s ease-in-out infinite 0s;
}
.android-browser-4_3minus .loader li:nth-child(1) {
  animation: none;
  -webkit-animation: none;
}
.loader li:nth-child(2) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite -0.2s;
  animation: loading-animation 0.6s ease-in-out infinite -0.2s;
}
.android-browser-4_3minus .loader li:nth-child(2) {
  animation: none;
  -webkit-animation: none;
}
.loader li:nth-child(3) {
  -webkit-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  -moz-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  -ms-animation: loading-animation 0.6s ease-in-out infinite -0.4s;
  animation: loading-animation 0.6s ease-in-out infinite -0.4s;
}
.android-browser-4_3minus .loader li:nth-child(3) {
  animation: none;
  -webkit-animation: none;
}
/*** Google Map / .map-open, .map-canvas, .map-view ***/
.map-open {
  font-size: 13px;
}
.map-canvas {
  height: 100%;
}
.map-view {
  padding: 0 25px 25px 25px;
}
/*** Animated Text / .show-list, .textillate ***/
.show-list {
  position: relative;
  pointer-events: none;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.show-list .show-item {
  text-align: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 0px 5px;
  pointer-events: none;
  white-space: nowrap;
}
@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-moz-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-ms-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
.show-animation {
  -webkit-animation-name: show-animation;
  -moz-animation-name: show-animation;
  -ms-animation-name: show-animation;
  -o-animation-name: show-animation;
  animation-name: show-animation;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-moz-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-ms-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-o-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
.hide-animation {
  -webkit-animation-name: hide-animation;
  -moz-animation-name: hide-animation;
  -ms-animation-name: hide-animation;
  -o-animation-name: hide-animation;
  animation-name: hide-animation;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .hide-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
.mode-2 .show-animation {
  -webkit-animation-name: show-animation-2;
  -moz-animation-name: show-animation-2;
  -ms-animation-name: show-animation-2;
  -o-animation-name: show-animation-2;
  animation-name: show-animation-2;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-moz-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-ms-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-o-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
.mode-2 .hide-animation {
  -webkit-animation-name: hide-animation-2;
  -moz-animation-name: hide-animation-2;
  -ms-animation-name: hide-animation-2;
  -o-animation-name: hide-animation-2;
  animation-name: hide-animation-2;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .hide-animation {
  animation: none;
  -webkit-animation: none;
}
.textillate .texts {
  display: none;
}
/*** Icons / .icon-set, .circle, .circle-flat ***/
.icon-set {
  margin-top: 40px;
}
.icon-set .title {
  margin-top: 28px;
  margin-bottom: 10px;
}
.circle {
  display: inline-block;
  text-align: center;
  width: 145px;
  height: 145px;
  line-height: 145px;
  margin: 3px auto;
  border-radius: 50%;
  font-size: 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
.circle:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.04137931);
  -moz-transform: scale(1.04137931);
  -ms-transform: scale(1.04137931);
  transform: scale(1.04137931);
}
.circle:hover {
  border: none;
}
.circle:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid;
}
.circle.big {
  display: inline-block;
  text-align: center;
  width: 170px;
  height: 170px;
  line-height: 170px;
  margin: 3px auto;
  border-radius: 50%;
  font-size: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
.circle.big:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.03529412);
  -moz-transform: scale(1.03529412);
  -ms-transform: scale(1.03529412);
  transform: scale(1.03529412);
}
.circle.big:hover {
  border: none;
}
.circle.big:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid;
}
.circle.small {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 3px auto;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
.circle.small:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.circle.small:hover {
  border: none;
}
.circle.small:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid;
}
.circle-flat {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 130px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
/*** Skill Bars / .skillbars ***/
.skillbars .skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbars .skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: 700;
  font-size: 13px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbars .skillbar-title span {
  display: block;
  padding: 0 20px;
  height: 22px;
  line-height: 22px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbars .skillbar-bar {
  height: 22px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skillbars .skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
}
/*** Video Backgrounds / .youtube-bg, .vimeo-bg, .video-bg ***/
body > iframe.youtube-bg,
body > iframe.vimeo-bg,
body > video.video-bg {
  position: fixed;
  pointer-events: none;
}
html.mobile video.bg,
html.mobile .youtube-bg,
html.mobile .vimeo-bg {
  display: none;
}
/*** Our Process / .process ***/
.process {
  position: relative;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .process .process-row:before {
    top: 75px;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px dashed;
    z-index: 0;
  }
}
.process .process-row .process-step {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.process .process-row .process-step p {
  margin-top: 10px;
}
.process .process-row .process-step .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.process .process-row .process-step .process-box {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0;
  font-size: 36px;
  line-height: 150px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid;
  overflow: hidden;
  margin: 0 auto;
}
.process .process-row .process-step .process-box:before {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
}
.process .process-row .process-step .process-box i {
  position: relative;
  z-index: 10;
  font-size: 0px;
}
.process .process-row .process-step .process-box i:before {
  font-size: 36px;
}
/*** Box Blocks / .box ***/
.box {
  padding: 20px !important;
}
/*** Hover Effect / .hover-effect ***/
.hover-effect {
  position: relative;
}
.hover-effect::before,
.hover-effect::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.hover-effect::before {
  width: 20px;
  text-align: right;
  margin-right: 5px;
  margin-left: -25px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.hover-effect::after {
  width: 20px;
  text-align: left;
  margin-left: 5px;
  margin-right: -25px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
[dir="rtl"] .hover-effect:before,
[dir="rtl"] .hover-effect:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.hover-effect:not(.active):hover:before,
.hover-effect:not(.active):hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
[dir="rtl"] .hover-effect:not(.active):hover:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .hover-effect:not(.active):hover:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.hover-effect:focus:before,
.hover-effect:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
[dir="rtl"] .hover-effect:focus:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
[dir="rtl"] .hover-effect:focus:after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.non-mobile .button {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.android-browser-4_3minus .non-mobile .button {
  transition: none;
  -webkit-transition: none;
}
.non-mobile .button:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.android-browser-4_3minus .non-mobile .button:before {
  transition: none;
  -webkit-transition: none;
}
.non-mobile .button:hover:before {
  height: 75%;
  opacity: 1;
}
.non-mobile .button:active:before {
  height: 130%;
  opacity: 1;
}
.hover-overlay {
  position: relative;
  overflow: hidden;
}
.hover-overlay img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.android-browser-4_3minus .hover-overlay img {
  transition: none;
  -webkit-transition: none;
}
.hover-overlay:hover img {
  transform: scale(1.55, 1.55) rotate(-20deg);
  -webkit-transform: scale(1.55, 1.55) rotate(-20deg);
  -moz-transform: scale(1.55, 1.55) rotate(-20deg);
  -ms-transform: scale(1.55, 1.55) rotate(-20deg);
  -o-transform: scale(1.55, 1.55) rotate(-20deg);
}
.mobile .hover-overlay:hover img,
.ie9 .hover-overlay:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.hover-overlay:hover .overlay > div {
  transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -o-transform: translateY(-50%) scale(1, 1);
}
.mobile .hover-overlay:hover .overlay > div,
.ie9 .hover-overlay:hover .overlay > div {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hover-overlay .overlay {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.android-browser-4_3minus .hover-overlay .overlay {
  transition: none;
  -webkit-transition: none;
}
.hover-overlay .overlay:hover {
  opacity: 1;
}
.hover-overlay .overlay > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: translateY(-50%) scale(0.5, 0.5);
  -webkit-transform: translateY(-50%) scale(0.5, 0.5);
  -moz-transform: translateY(-50%) scale(0.5, 0.5);
  -ms-transform: translateY(-50%) scale(0.5, 0.5);
  -o-transform: translateY(-50%) scale(0.5, 0.5);
}
.android-browser-4_3minus .hover-overlay .overlay > div {
  transition: none;
  -webkit-transition: none;
}
.mobile .hover-overlay .overlay > div,
.ie9 .hover-overlay .overlay > div {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hover-overlay .overlay > div .title {
  font-size: 17px;
}
.hover-overlay .overlay > div i {
  font-size: 32px;
}
.hover-overlay .overlay > div a i {
  font-size: 25px;
}
@media (max-width: 991px) {
  .hover-overlay .overlay > div {
    font-size: 11px;
    line-height: 16px;
  }
  .hover-overlay .overlay > div p {
    font-size: 11px;
    line-height: 16px;
  }
  .hover-overlay .overlay > div .title {
    font-size: 12px;
    line-height: 16px;
  }
  .hover-overlay .overlay > div i {
    font-size: 16px;
  }
  .hover-overlay .overlay > div a i {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .hover-overlay .overlay > div {
    font-size: 8px;
    line-height: 10px;
  }
  .hover-overlay .overlay > div p {
    font-size: 8px;
    line-height: 10px;
  }
  .hover-overlay .overlay > div .title {
    font-size: 10px;
    line-height: 10px;
  }
  .hover-overlay .overlay > div i {
    font-size: 10px;
  }
  .hover-overlay .overlay > div a i {
    font-size: 10px;
  }
}
/*** Decorations / .button, .line, .half-height, .full-height, .uppercase, .border, ...  ***/
.button,
.list-group-item,
.icon-bar {
  -webkit-transition: color .3s, background-color .3s;
  -moz-transition: color .3s, background-color .3s;
  -ms-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}
.android-browser-4_3minus .button,
.android-browser-4_3minus .list-group-item,
.android-browser-4_3minus .icon-bar {
  transition: none;
  -webkit-transition: none;
}
.line-through {
  text-decoration: line-through;
}
.col-left-marginalia {
  float: left;
  margin-right: 10px;
}
.col-right-marginalia {
  float: right;
  margin-left: 10px;
}
.col-left-marginalia,
.col-right-marginalia {
  font-size: 24px;
  -webkit-text-stroke: 1px;
}
.col-content {
  overflow: hidden;
}
a.button,
input.button {
  padding: 13px 24px;
  font-size: 13px;
}
.line {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: margin-top, margin-bottom, padding-top, padding-bottom, background-color;
  -moz-transition-property: margin-top, margin-bottom, padding-top, padding-bottom, background-color;
  -ms-transition-property: margin-top, margin-bottom, padding-top, padding-bottom, background-color;
  -o-transition-property: margin-top, margin-bottom, padding-top, padding-bottom, background-color;
  transition-property: margin-top, margin-bottom, padding-top, padding-bottom, background-color;
}
.line:hover {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.android-browser-4_3minus .line {
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.android-browser-4_3minus .line {
  transition-property: none;
  -webkit-transition-property: none;
}
.line-wrapper {
  margin: 10px 0;
}
.position-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.position-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.position-middle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.uppercase {
  text-transform: uppercase;
}
.help-block {
  margin-top: 0;
}
.scale-width {
  width: 100%;
  height: auto;
}
.scale-height {
  width: auto;
  height: 100%;
}
.col-icon {
  font-size: 48px;
  float: left;
  padding: 20px 10px;
  text-align: left;
}
.fa.col-icon {
  margin-bottom: 10px;
  margin-top: 30px;
}
.col-content {
  padding: 0 15px;
}
.border {
  border: 1px solid;
}
.border-top {
  border-top: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.no-border {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-width: 0px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
}
.help-title,
.title,
.header-details,
.subtitle,
.caption,
.slogan,
.button,
.btn,
input.button {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.separator {
  height: 20px;
}
.separator-small {
  height: 10px;
}
.separator-large {
  height: 30px;
}
.separator-big {
  height: 40px;
}
.separator-extra {
  height: 60px;
}
.top-space {
  height: 180px;
}
.button {
  margin: 2px;
}
.caption {
  text-align: center;
  margin-top: 10px;
}
.label-border {
  outline: 1px dashed #98abb9;
  border: 1px solid;
  outline-offset: -7px;
  padding: 10px 20px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
}
a.button,
.btn,
input.button {
  border-style: solid;
  border-width: 1px;
  line-height: 22px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.title,
.header-details {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.title.text-left,
.header-details.text-left {
  text-align: left;
}
.title.text-right,
.header-details.text-right {
  text-align: right;
}
@media (max-width: 991px) {
  .title,
  .header-details {
    font-size: 11px;
  }
}
.header-details {
  margin-top: -10px;
  margin-bottom: 30px;
}
.subtitle {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.underline,
.underline-dashed,
.underline-dotted,
.underline-text,
.underline-highlight,
.underline-link,
.underline-heading {
  display: inline-block;
  border-bottom-width: 3px;
  padding-bottom: 7px;
}
.underline,
.underline-text,
.underline-highlight,
.underline-link,
.underline-heading {
  border-bottom-style: solid;
}
.underline-dashed {
  border-bottom-style: dashed;
}
.underline-dotted {
  border-bottom-style: dotted;
}
.top-line:before {
  width: 100%;
  height: 2px;
  display: block;
  content: '';
  margin-top: 18px;
}
.bottom-line:after {
  width: 100%;
  height: 2px;
  display: block;
  content: '';
  margin-top: 18px;
}
.short-underline:after {
  display: block;
  content: "";
  height: 3px;
  width: 80px;
  margin: 20px auto 30px;
}
.uppercase {
  text-transform: uppercase;
}
.non-uppercase {
  text-transform: none !important;
}
.slogan {
  text-transform: uppercase;
  font-size: 40px;
}
.big-font {
  font-size: 15px;
}
@media (max-width: 991px) {
  .big-font {
    font-size: 13px;
  }
}
.extra-font {
  font-size: 26px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .extra-font {
    font-size: 20px;
    line-height: 33px;
  }
}
.half-height {
  height: 50%;
}
.full-height {
  height: 100%;
}
ul.simple {
  padding: 0 0 0 10px;
}
ul.simple li {
  text-indent: -5px;
  list-style: none;
  display: list-item;
  text-align: -webkit-match-parent;
}
ul.simple li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.main-icon {
  font-size: 200px;
}
.pane-float-right {
  float: right;
}
.pane-float-left {
  float: left;
}
.pane-float-right,
.pane-float-left {
  width: 555px;
}
@media (max-width: 1199px) {
  .pane-float-right,
  .pane-float-left {
    width: 455px;
  }
}
@media (max-width: 991px) {
  .pane-float-right,
  .pane-float-left {
    float: none;
    width: 100%;
  }
}
.map-overlay {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.credits-overlay .content-container > ul > li {
  text-transform: uppercase;
}
.credits-overlay .content-container > ul > li li {
  text-transform: none;
}
.credits-overlay .content-container div {
  margin-left: 20px;
  margin-right: 20px;
}
.credits-overlay h3 {
  font-size: 30px;
}
.credits-overlay h4 {
  font-size: 16px;
}
.credits-overlay i {
  font-size: 120px;
}
.credits-overlay ul {
  padding: 0;
  text-align: center;
}
.credits-overlay ul li {
  list-style: none;
  display: block;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .slogan {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hide-on-small-device {
    display: none;
  }
  .slogan {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .slogan {
    font-size: 16px !important;
  }
  .subtitle {
    font-size: 14px !important;
  }
}
.alt-placeholder {
  display: none;
}
.ie9 .alt-placeholder {
  display: block;
}
.banner-cell {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.pane {
  padding: 0 !important;
}
.incut {
  height: 500px;
}
@media (max-width: 700px) {
  .incut {
    min-height: 600px;
  }
}
.incut > div {
  width: 85%;
}
.incut > div h3 {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .incut > div {
    width: 90%;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.file-protocol-alert {
  width: 600px;
  margin-left: -300px;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 2000;
}
@media (max-width: 767px) {
  .file-protocol-alert {
    width: 280px;
    margin-left: -140px;
  }
}
.label {
  margin: 2px;
}
.ajax-form-alert {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  z-index: 2000;
}
.ajax-form-alert button {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ajax-form-alert {
    width: 280px;
    margin-left: -140px;
  }
}
.control-group.success,
.control-group.warning,
.control-group.info,
.control-group.error,
.control-group.primary,
.control-group.danger {
  background-color: transparent;
}
/*** Layout / section, .view, .bg, .content ***/
.view {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.view > .content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.view > .content.border-bottom {
  border-bottom: 4px solid;
}
.view > .content.border-top {
  border-top: 4px solid;
}
.view > .content.skew-top-right,
.view > .content.skew-top-left {
  padding-top: 130px;
}
.view > .content.skew-bottom-right,
.view > .content.skew-bottom-left {
  padding-bottom: 130px;
}
.view > .content.small-top-padding {
  padding-top: 40px;
}
.view > .content.small-bottom-padding {
  padding-bottom: 50px;
}
.view.section-header .content {
  padding-top: 60px;
  padding-bottom: 20px;
}
.view.section-header .content.skew-top-right,
.view.section-header .content.skew-top-left {
  padding-top: 60px;
}
.view.section-header .content.skew-bottom-right,
.view.section-header .content.skew-bottom-left {
  padding-bottom: 60px;
}
body > section:first-of-type > .view:first-of-type > .content {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  body > section:first-of-type > .view:first-of-type > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-top-padding.skew-top-right,
.no-top-padding.skew-top-left {
  padding-top: 60px !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-bottom-padding.skew-bottom-right,
.no-bottom-padding.skew-bottom-left {
  padding-bottom: 60px !important;
}
body > footer {
  padding: 65px 0 25px 0;
  line-height: 18px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
body > footer .bottom {
  padding: 25px 0;
  margin-top: 30px;
}
body > footer .social-links {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 479px) {
  body > footer .social-links {
    font-size: 16px;
  }
}
body > footer.border-bottom {
  border-bottom: 4px solid;
}
body > footer.border-top {
  border-top: 4px solid;
}
body > footer ul.simple li {
  line-height: 29px;
}
body > footer .footer-description {
  padding: 10px 0;
}
body > footer .photo {
  margin: 10px -3px;
}
body > footer .photo > div {
  padding: 3px;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
}
body > .bg {
  position: fixed;
}
body > .bg,
body > .video-bg,
body > .vimeo-bg,
body > .youtube-bg,
body > img,
body > iframe {
  z-index: 10;
}
section,
footer {
  z-index: 100;
  position: relative;
}
section > .bg,
footer > .bg {
  z-index: 200;
}
body > .paper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 57px;
}
.grid-example {
  font-size: 67%;
}
.grid-example > .row {
  margin-bottom: 5px;
}
.grid-example > .row > div {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mobile-only {
  display: none !important;
}
.mobile .mobile-only {
  display: block !important;
}
.mobile .mobile-hide {
  display: none !important;
}
.poor-browser .view > .bg,
.poor-browser body > .bg {
  display: none;
}
.poor-browser .view > .bg:last-of-type,
.poor-browser body > .bg:last-of-type {
  display: block;
}
/**************************************************************************
* Patterns
**************************************************************************/
.pattern:before,
.pattern-dark-1:before,
.pattern-dark-2:before,
.pattern-dark-3:before,
.pattern-light-1:before,
.pattern-light-2:before,
.pattern-light-3:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: 0.8;
}
.pattern:before {
  background: url('../images/pattern.png');
}
.pattern-dark-1:before {
  background: url('../images/pattern-dark-1.png');
}
.pattern-dark-2:before {
  background: url('../images/pattern-dark-2.png');
}
.pattern-dark-3:before {
  background: url('../images/pattern-dark-3.png');
}
.pattern-light-1:before {
  background: url('../images/pattern-light-1.png');
}
.pattern-light-2:before {
  background: url('../images/pattern-light-2.png');
}
.pattern-light-3:before {
  background: url('../images/pattern-light-3.png');
}
/*** Bootstrap Elements / .lead, .pagination, .panel, .widget-tabs ***/
.lead {
  font-weight: 400;
}
ul.pagination {
  list-style: none;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
ul.pagination a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.android-browser-4_3minus ul.pagination a {
  transition: none;
  -webkit-transition: none;
}
ul.pagination li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 22px;
  font-size: 13px;
}
.lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
}
.lead.text-left {
  text-align: left;
}
.lead.text-right {
  text-align: right;
}
.widget-tabs {
  border-radius: 4px 4px 0 0;
}
.panel > .list-group {
  border-top: 1px solid;
}
.panel > .list-group .list-group-item {
  border-width: 0 0 1px 0;
  margin-bottom: 0;
}
/*** Blog / .#comments, .avatar, .comment-form, #post-author, .post ***/
#comments {
  border-top: 1px solid;
}
#comments .comment-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  margin-bottom: 65px;
}
#comments .comment-list li {
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  min-height: 85px;
}
#comments .comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.avatar {
  float: left;
  margin-right: 15px;
  padding: 4px;
  line-height: 0;
  border: 1px solid;
}
.avatar img {
  width: 54px;
  height: auto;
}
.comment-form {
  margin-bottom: 50px;
}
#post-author {
  position: relative;
  margin-bottom: 50px;
  min-height: 222px;
}
#post-author .avatar img {
  width: 110px;
}
.post {
  margin-bottom: 40px;
}
.post .post-meta {
  font-size: 11px;
  padding-bottom: 15px;
}
.post .post-meta .post-day {
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}
.post .post-meta .post-month {
  border-bottom: 1px solid;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post .post-meta > div {
  text-align: right;
}
@media (max-width: 991px) {
  .post .post-meta .post-day,
  .post .post-meta .post-month,
  .post .post-meta .post-author,
  .post .post-meta .post-comments,
  .post .post-meta .post-permalink {
    float: left;
    font-size: 12px;
    padding: 0 15px 10px 0;
    margin: 0;
    line-height: 1;
  }
  .post .post-meta .post-day {
    padding-right: 3px;
  }
  .post .post-meta .post-month {
    border-bottom: none;
  }
}
.post .post-body {
  padding: 0 25px;
  clear: both;
}
.post .post-read-more {
  text-transform: uppercase;
  font-weight: 500;
}
.post .post-image {
  margin-left: -25px;
  margin-right: -25px;
}
.post .post-image a {
  width: 100%;
}
.post .post-tags {
  margin-top: 15px;
  font-weight: 500;
}
.post .post-tags i {
  display: inline-block;
  margin-right: 4px;
}
.post .post-tags ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.post .post-tags ul li {
  display: inline-block;
}
.post .post-tags ul li:after {
  content: ' . ';
}
.post .post-tags ul li:last-child:after {
  content: '';
}
.post .comment-form {
  padding-bottom: 25px;
}
/*** Help Pages / .help-toc, .help-toc-titles, .help-credits ***/
.help-toc-titles {
  font-size: 11px;
  padding-top: 80px;
  padding-bottom: 215px;
  padding-right: 35px;
}
.help-toc-titles > div {
  text-align: right;
}
.help-toc-titles h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  text-align: right;
  margin: 0;
  text-transform: none;
}
.help-toc-titles .help-toc-title {
  border-bottom: 1px solid;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.help-toc {
  padding-left: 35px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .help-toc {
    padding-top: 30px;
  }
}
.help-toc h1 {
  font-weight: 800;
  text-transform: none;
}
.help-toc h1 span {
  font-weight: 400;
}
.help-credits ul {
  padding: 0;
  text-align: center;
}
.help-credits ul li {
  list-style: none;
  display: block;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1px;
}
/*** Examples / .example-page, .example, pre ***/
body.example-page {
  padding: 0;
}
body.example-page .content {
  padding: 40px 0;
}
.example {
  width: 100%;
}
pre.example {
  max-height: 395px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
iframe.example {
  height: 395px;
  border: none;
  border: 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  background-color: #222222;
  color: #ffffff;
  border: 1px solid #555;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 11px;
}
pre code {
  background-color: rgba(0, 0, 0, 0);
}
pre code .token.doctype,
pre code .token.comment {
  color: #787878;
}
pre code .token.tag,
pre code .token.punctuation {
  color: #ad895c;
}
pre code .token.attr-value {
  color: #919e6b;
}
/*** Hardware Optimizations / .force3d ***/
.force3d .bg {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/*** Letter Spacing ***/
#top-nav li {
  letter-spacing: 3px;
}
#top-nav .navbar-brand {
  letter-spacing: 0.9px;
}
.button,
input.button,
.btn {
  letter-spacing: 2px;
}
#upper {
  letter-spacing: 0.7px;
}
.title,
.header-details {
  letter-spacing: 2px;
}
.counter .caption {
  letter-spacing: 1px;
}
.site-caption {
  letter-spacing: 1px;
}
.site-title-small {
  letter-spacing: 5px;
}
body > footer .social-links {
  letter-spacing: 3px;
}
h4 {
  letter-spacing: 2px;
}
h5,
h6 {
  letter-spacing: 2px;
}
.select-demo h4 {
  letter-spacing: 2px;
}
.select-demo .caption {
  letter-spacing: 1px;
}
.lead {
  letter-spacing: 1.2px;
}
p {
  letter-spacing: 1.2px;
}
.gallery .filter a {
  letter-spacing: 2px;
}
/*** Home Variants / .home-angie, .home-lynda, .home-lucy, .home-alice, .home-mary, .home-suzi ***/
.home-angie .full-size {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .home-angie .full-size {
    padding-top: 90px !important;
    padding-bottom: 75px !important;
  }
}
.home-angie h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 400;
}
.home-angie h1 span {
  font-weight: 800;
}
@media (max-width: 1199px) {
  .home-angie h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .home-angie h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-angie h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.home-angie .textillate {
  font-size: 34px;
  line-height: 41px;
  font-weight: 400;
}
.home-angie .header-details {
  margin-bottom: 15px;
  margin-top: -10px;
}
.home-angie .box {
  padding: 60px 20px !important;
}
.home-angie .simple {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-lynda .textillate,
.home-lucy .textillate {
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .home-lynda .textillate,
  .home-lucy .textillate {
    font-size: 24px;
    line-height: 24px;
  }
}
.home-lynda h1,
.home-lucy h1 {
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 11px;
  font-size: 86px;
  line-height: 86px;
}
@media (max-width: 991px) {
  .home-lynda h1,
  .home-lucy h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-lynda h1,
  .home-lucy h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.home-alice .full-size,
.home-mary .full-size,
.home-suzi .full-size {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .home-alice .full-size,
  .home-mary .full-size,
  .home-suzi .full-size {
    padding-top: 90px !important;
    padding-bottom: 75px !important;
  }
}
.home-alice h1,
.home-mary h1,
.home-suzi h1 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .home-alice p,
  .home-mary p,
  .home-suzi p {
    text-align: center !important;
  }
}
.home-alice .textillate,
.home-mary .textillate,
.home-suzi .textillate {
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .home-alice .textillate,
  .home-mary .textillate,
  .home-suzi .textillate {
    font-size: 24px;
    line-height: 24px;
  }
}
.home-alice ul,
.home-mary ul,
.home-suzi ul {
  font-weight: 700;
  letter-spacing: 1px;
}
.home-mary h1,
.home-suzi h1 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.home-mary .lead,
.home-suzi .lead {
  margin-bottom: 30px;
}
.home-mary .textillate,
.home-suzi .textillate {
  font-size: 28px;
  line-height: 34px;
}
.home-suzi h1 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-suzi h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .home-suzi h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-suzi h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.home-suzi h2 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .home-suzi h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .home-suzi h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .home-suzi h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.home-suzi .title {
  font-weight: 500;
  margin-bottom: 20px;
}
/*** Customize Panel / #customize-panel ***/
#customize-panel {
  /*.options{
		.colors{
			background-image: url('../images/customize/bg.jpg');
			background-position: center center;
			background-size: cover
		}
	}*/
}
#customize-panel {
  position: fixed;
  top: 130px;
  z-index: 1040;
  left: -1200px;
  font-size: 10px;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -ms-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  pointer-events: none;
}
.android-browser-4_3minus #customize-panel {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .title {
  text-align: center;
  font-size: 18px;
  padding: 0px 10px 10px 10px;
  line-height: normal;
  border-bottom: 1px solid;
  margin: 0 10px 10px 10px;
}
#customize-panel .options {
  border-top: 10px solid;
  border-bottom: 10px solid;
  pointer-events: auto;
  width: 340px;
  height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  padding-bottom: 10px;
  position: relative;
}
#customize-panel .options .options-gate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.android-browser-4_3minus #customize-panel .options .options-gate {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .options a.button {
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#customize-panel .options a.button span {
  text-transform: none;
}
#customize-panel .options .themes {
  margin: 0 10px 10px 10px;
}
#customize-panel .options .themes select {
  width: 100%;
  font-size: 18px;
}
#customize-panel .options .themes a.button {
  width: 100%;
  text-align: center;
}
#customize-panel .options .colors,
#customize-panel .options .statuses {
  padding: 0 10px;
  margin: 0 10px;
}
#customize-panel .options .colors > div.row,
#customize-panel .options .statuses > div.row {
  margin-left: -10px;
  margin-right: -10px;
}
#customize-panel .options .colors > div.row > div,
#customize-panel .options .statuses > div.row > div {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#customize-panel .toggle-button {
  pointer-events: auto;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#customize-panel .custom-css {
  z-index: 1060;
  position: fixed;
  width: 750px;
  margin-left: -375px;
  top: 110px;
  left: 50%;
  visibility: hidden;
  padding-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.android-browser-4_3minus #customize-panel .custom-css {
  transition: none;
  -webkit-transition: none;
}
#customize-panel .custom-css h2,
#customize-panel .custom-css p {
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
#customize-panel .custom-css h4 {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  line-height: normal;
  text-transform: none;
  text-align: center;
  padding: 10px;
}
#customize-panel .controls {
  clear: both;
  text-align: center;
  margin: 0 10px 0px 10px;
  padding: 10px 0 5px 0;
}
#customize-panel .file-name {
  font-size: 14px;
  font-weight: 700;
}
#customize-panel textarea {
  font-size: 13px;
}
.factory-flag {
  display: none;
}
/*** Demo Selection / .select-demo ***/
body.select-demo {
  padding: 0px;
}
body.select-demo > section:first-of-type > .view:first-of-type > .content {
  padding-top: 60px;
}
body.select-demo .view > .content .features {
  text-align: center;
  margin-top: 20px;
}
body.select-demo .view > .content img {
  width: 100%;
  height: auto;
}
body.select-demo .view > .content a {
  text-decoration: none;
}
body.select-demo .view > .content h1 {
  font-size: 70px;
}
@media (max-width: 991px) {
  body.select-demo .view > .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  body.select-demo .view > .content h1 {
    font-size: 48px;
  }
}
body.select-demo .view > .content h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
body.select-demo .view > .content .title {
  margin-bottom: 50px;
  font-size: 18px;
}
body.select-demo .view > .content .caption {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 700;
}
/*** Colors ***/
#top-nav a:hover {
  background-color: transparent;
}
.button:before,
.button.light-hover:before {
  background-color: rgba(255, 255, 255, 0.13);
}
.button.dark-hover:before {
  background-color: rgba(0, 0, 0, 0.13);
}
.button.active:before {
  opacity: 0;
}
#gate.light {
  background-color: #fff;
  color: #222;
}
#gate.light #gate-bar {
  background-color: #222;
}
#gate.dark {
  background-color: #1c1c1c;
  color: #fff;
}
#gate.dark #gate-bar {
  background-color: #fff;
}
.loading i {
  color: #fff;
  opacity: 0.5;
}
.loading i.fa-inverse {
  color: #222;
  opacity: 1;
}
body,
html {
  background-color: #fff;
}
#customize-panel .title {
  border-color: #555;
}
#customize-panel h2 {
  background-color: #222;
  color: #efefef;
}
#customize-panel .toggle-button {
  background-color: #222;
  color: #efefef;
}
#customize-panel a.button {
  background-color: #111;
  color: #efefef;
  border-color: #fff;
}
#customize-panel a.button:hover {
  background-color: #191919;
}
#customize-panel .options {
  border-color: transparent;
  background-color: #222;
  color: #efefef;
}
#customize-panel .options .options-gate {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.8);
}
#customize-panel .options .themes select {
  background-color: #444;
  color: #efefef;
}
#customize-panel .options .disable-area span {
  background-color: #444;
}
#customize-panel textarea {
  background-color: #444;
  color: #efefef;
}
#customize-panel .custom-css {
  background-color: #222;
  color: #efefef;
}
#customize-panel .custom-css h2 {
  background-color: #444;
}
#customize-panel .custom-css h4 {
  background-color: #181818;
  color: #ccc;
}
#customize-panel .custom-css textarea {
  border-color: #656565;
}
.background-5-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.background-10-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.background-15-light {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.background-20-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.background-25-light {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.background-30-light {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.background-35-light {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
.background-40-light {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.background-45-light {
  background-color: rgba(255, 255, 255, 0.45) !important;
}
.background-50-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-55-light {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.background-60-light {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.background-65-light {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
.background-70-light {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.background-75-light {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.background-80-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.background-85-light {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.background-90-light {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.background-95-light {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.background-100-light {
  background-color: #fff !important;
}
.background-5-dark {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.background-10-dark {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.background-15-dark {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.background-20-dark {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.background-25-dark {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.background-30-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.background-35-dark {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.background-40-dark {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.background-45-dark {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.background-50-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.background-55-dark {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.background-60-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.background-65-dark {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.background-70-dark {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.background-75-dark {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.background-80-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.background-85-dark {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.background-90-dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.background-95-dark {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.background-100-dark {
  background-color: #000 !important;
}
[dir="rtl"] .slider {
  direction: ltr;
}
[dir="rtl"] .slick-next {
  left: auto;
}
html,
iframe {
  -webkit-overflow-scrolling: touch;
}
.colors-e {
  color: #474747 !important;
}
#home .lead {
  font-size: 18px;
  font-weight: 600;
}
#home .lead strong {
  font-weight: 800;
}
#process {
  background: #fff;
}
#how-it-works .banner-cell {
  font-size: 15px;
  font-weight: 500;
}
#how-it-works .video {
  margin-top: 10px;
  text-align: center;
}
#how-it-works .header-details {
  font-size: 15px;
}
#how-it-works .col-content p {
  font-size: 14px;
  line-height: 24px;
}
#how-it-works .col-icon img {
  width: 48px;
  height: 48px;
}
#how-it-works .row.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
#how-it-works .row.equal h4 {
  letter-spacing: 1px;
}
#how-it-works .row .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#how-it-works hr {
  border-style: dotted;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-header a.login {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /*padding: 9px 10px;

    margin-bottom: 18px;*/
}
.navbar-header .navbar-brand .highlight:after {
  content: '\00ae';
  font-size: 40%;
  vertical-align: super;
}
h1 sup {
  font-size: 30%;
  vertical-align: super;
  padding-left: 1px;
}
h4 sup {
  font-size: 50%;
}
.mobile #buynow div.overlay.background-90-b {
  display: none;
}
#buynow h3 span.byline {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
}
@media only screen and (max-width: 700px) {
  #buynow h3 span.byline {
    font-size: 17px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 712px) {
}
@media only screen and (min-width: 713px) {
  #buynow [class*='col-xs'] {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 630px) {
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 475px) {
}
#buynow [class*='col-xs'] .cta-row {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 120%;
}
#buynow [class*='col-xs'] .cta-row a {
  margin-bottom: 20px;
}
#buynow ul.widget-tabs {
  border-radius: 3px;
}
#buynow ul.widget-tabs li {
  -webkit-box-shadow: inset 1px 1px 5px #777;
  -moz-box-shadow: inset 1px 1px 5px #777;
  box-shadow: inset 1px 1px 5px #777;
}
#buynow ul.widget-tabs li a {
  font-size: 24px;
  font-weight: 600;
}
#buynow ul.widget-tabs li.active {
  background-color: rgba(38, 40, 51, 0.6);
  -webkit-box-shadow: inset 1px 1px 10px #333;
  -moz-box-shadow: inset 1px 1px 10px #333;
  box-shadow: inset 1px 1px 10px #333;
}
#buynow ul.widget-tabs li.active a {
  color: #fff;
  font-weight: 800;
}
#buynow .tab-pane {
  margin-top: 20px;
}
#buynow .tab-holder {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
#getting-started .title {
  font-size: 15px;
}
#getting-started p:hover {
  color: #D18080;
}
#getting-started p {
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  #getting-started .circle {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
#feature-ad {
  height: 100%;
  vertical-align: middle;
}
#feature-ad .block {
  overflow: hidden;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease-in;
  position: relative;
}
#feature-ad .block:before {
  content: '\f08e';
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 2px;
  color: #999;
}
#feature-ad .block div.img-square-wrapper img {
  float: left;
  height: 100px;
  width: 150px;
  margin-right: 20px;
}
#feature-ad .block h2 {
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
#feature-ad .article-holder {
  max-height: 115px;
}
#feature-ad .article {
  vertical-align: middle;
  max-height: 115px;
  overflow: hidden;
  margin: 0 auto;
}
#feature-ad .article h3,
#feature-ad .article h4,
#feature-ad .article span {
  margin: 0;
  padding: 0;
  line-height: 150%;
  height: 100%;
  letter-spacing: 0;
  text-transform: none;
  color: #494340;
  font-size: 14px;
  text-align: left;
  vertical-align: baseline;
}
#feature-ad .article h3.title {
  margin-bottom: 5px;
}
#feature-ad .article h3.brokerage-name,
#feature-ad .article h3.team-name {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 3px;
}
#feature-ad .article .event-details,
#feature-ad .article h4.event-date {
  letter-spacing: 0;
}
#feature-ad .article h4.brokerage-name,
#feature-ad .article span.branches {
  font-size: 12px;
  font-weight: 300;
}
#feature-ad .article .ad-excerpt {
  line-height: 140%;
  color: #494340;
}
#feature-ad .article .hosted-by {
  display: inline-block;
  float: left;
  margin-top: 3px;
}
.scout-post .container {
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0;
}
#who-we-are p {
  font-size: 14px;
  line-height: 24px;
}
#who-we-are .whopane {
  height: 700px !important;
}
@media only screen and (max-width: 575px) {
  #who-we-are .whopane {
    height: 800px !important;
  }
}
section#reviews p.big-font {
  font-size: 18px;
}
.show-list.slogan {
  line-height: 140%;
}
#top-nav.colors-e li a.highlight {
  color: #5B8CAA;
}
.subscribe-box label {
  font-weight: 400;
}
.footer-description {
  font-weight: 600;
}
body > footer ul.simple li {
  line-height: 145%;
  margin-bottom: 5px;
}
footer ul.simple li a:hover {
  color: #74a5d1;
}
.subscribe-button-inner {
  vertical-align: bottom;
}
#product .textillate,
#faq-header .textillate {
  color: #494340;
  margin-bottom: 10px;
}
#product .hidden-md .textillate,
#faq-header .hidden-md .textillate {
  color: #fff;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 135%;
}
#product ul.simple.heading li,
#faq-header ul.simple.heading li,
#product ul.simple.page-transition,
#faq-header ul.simple.page-transition {
  color: #315680;
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 130%;
}
#product ul.simple.heading li strong,
#faq-header ul.simple.heading li strong,
#product ul.simple.page-transition strong,
#faq-header ul.simple.page-transition strong {
  font-weight: 800;
}
#product ul.simple.heading li em,
#faq-header ul.simple.heading li em,
#product ul.simple.page-transition em,
#faq-header ul.simple.page-transition em {
  font-size: 14px;
  baseline-shift: 5px;
}
#product ul.simple.page-transition,
#faq-header ul.simple.page-transition {
  line-height: 175%;
}
#product h1.price sup,
#faq-header h1.price sup {
  font-size: 14px;
}
#product .button,
#faq-header .button {
  font-weight: 600;
}
.overlay-window {
  height: 100%;
}
.overlay-window .overlay-view {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.overlay-window .overlay-view .container {
  padding-bottom: 90px;
}
#features {
  /* card */
}
#features .button span.stars {
  color: #FFC700;
}
#features .content.colors-e {
  background-color: rgba(255, 255, 255, 0.6);
}
#features .process-step .container {
  position: relative;
  width: 125px;
  height: 125px;
  border: 1px solid;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  margin: 0 auto;
  border-color: #B66467;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
}
#features .swap-on-hover {
  position: relative;
  margin: 0 auto;
  max-width: 125px;
}
#features .swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 125px;
  height: 125px;
}
#features .swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity 0.5s linear;
  cursor: pointer;
}
#features .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}
#features img {
  width: 125px;
  height: 125px;
}
#features p.feature {
  color: #494340;
  font-size: 18px;
  letter-spacing: 1.3px;
}
#features .button {
  font-weight: 600;
}
#features .cta-row {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 120%;
}
#features h3 {
  margin-bottom: 30px;
}
#features .lead {
  margin-bottom: 10px;
}
#features p.title {
  font-weight: 800;
}
@media only screen and (min-width: 375px) {
  #features p.title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 475px) {
  #features p.title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 575px) {
  #features p.title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  #features p.header-details {
    font-size: 16px;
  }
}
@media only screen and (min-width: 575px) {
  #features p.header-details {
    font-size: 14px;
  }
}
#features p.text-center {
  font-size: 14px;
}
#features .process .process-row:before {
  border-top: 0px;
}
@media only screen and (min-width: 575px) {
  #features .process-row .process-step {
    padding-bottom: 40px;
  }
}
#features .band {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
}
@media only screen and (min-width: 500px) {
  #features .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 850px) {
  #features .band {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#features .card {
  min-height: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #444;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
}
#features .card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
#features .card article {
  padding: 20px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}
#features .card .thumb {
  padding-bottom: 50%;
  background-size: cover;
  background-position: top center;
}
#features .card p {
  flex: 1;
  /* make p grow to fill available space*/
  line-height: 1.4;
  font-size: 14px;
}
#features article h3 {
  font-size: 15px;
  margin: 0;
  color: #494340;
  line-height: 1.5;
  margin-bottom: 10px;
}
#features .card span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2em 0 0 0;
}
#buy p {
  font-size: 15px;
}
.stripe-buy-button {
  margin-bottom: 50px;
  margin-top: 20px;
}
.stripe-button-el {
  transform: scale(1.5);
}
.overlay-view .confirm-box p,
.overlay-view .confirm-box ul,
.overlay-view .confirm-box li {
  font-size: 16px;
}
.overlay-view .confirm-box a {
  font-weight: 800;
  text-decoration: underline;
}
.overlay-view .confirm-box strong {
  font-weight: 800;
}
.overlay-view .confirm-box ul {
  text-align: left;
}
.overlay-view .confirm-box li {
  margin-bottom: 10px;
}
.overlay-view .confirm-box #copyButton {
  color: #315680;
  font-size: 14px;
  font-weight: 400;
}
.overlay-view .confirm-box h4 span {
  font-size: 18px;
}
.overlay-view.buy-box p {
  font-weight: 500;
}
#faq-header .faq-byline,
#reviews-header .faq-byline {
  font-size: 16px;
}
div.panel-body p a,
div.panel-body a {
  font-weight: 600;
}
.reviews-byline {
  text-align: right;
  font-size: 16px;
}
#reviews-header h1 {
  font-size: 55px;
}
@media only screen and (max-width: 1300px) {
  #reviews-header h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  #reviews-header h1 {
    font-size: 40px;
  }
}
#reviews-header ul {
  font-size: 16px;
}
#reviews-header h2 {
  font-size: 24px;
  margin-top: 15px;
  line-height: 130%;
  margin-bottom: 15px;
}
#reviews-header h3 {
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 140%;
}
#reviews-header h3 a {
  color: #5B8CAA;
  font-weight: 600;
}
#reviews-summary .review-summary {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
}
#reviews-summary .review-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
}
#reviews-summary .review-label {
  width: 40px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #555;
}
#reviews-summary .review-bar {
  flex: 1;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
#reviews-summary .bar {
  height: 100%;
  background-color: #FFC700;
  transition: width 0.3s ease;
}
#reviews-summary .review-info {
  min-width: 90px;
  /* Fixed minimum width to prevent encroachment */
  text-align: right;
  /* Align text to the right for consistent appearance */
  font-weight: bold;
  color: #333;
  display: flex;
  gap: 5px;
  /* Space between the count and percentage */
  justify-content: flex-end;
  /* Ensures the text aligns at the far right */
}
#reviews-summary .review-count {
  font-size: 14px;
}
#reviews-summary .review-percentage {
  font-size: 12px;
  color: #777;
}
.star-ratings-sprite {
  background: url("../images/main/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url("../images/main/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
#reviews,
#carousel-reviews {
  /* card */
}
#reviews .band,
#carousel-reviews .band {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
}
@media only screen and (min-width: 500px) {
  #reviews .band,
  #carousel-reviews .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 850px) {
  #reviews .band,
  #carousel-reviews .band {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#reviews .card,
#carousel-reviews .card {
  min-height: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #444;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
}
#reviews .card:hover,
#carousel-reviews .card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
#reviews .card article,
#carousel-reviews .card article {
  padding: 20px;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  flex-direction: column;
}
#reviews .card .thumb,
#carousel-reviews .card .thumb {
  padding-bottom: 50%;
  background-size: cover;
  background-position: top center;
}
#reviews .card p,
#carousel-reviews .card p {
  line-height: 1.4;
  font-size: 14px;
}
#reviews .card .review-date,
#carousel-reviews .card .review-date {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 9px;
  color: #999;
  /* Light gray */
  font-weight: 400;
}
#reviews article h3,
#carousel-reviews article h3 {
  font-size: 15px;
  margin: 0;
  color: #315680;
  line-height: 1.5;
  margin-bottom: 10px;
}
#reviews .review-mark,
#carousel-reviews .review-mark {
  text-align: center;
}
#reviews .review-mark .label-info,
#carousel-reviews .review-mark .label-info {
  font-size: 14px;
  background-color: rgba(54, 112, 32, 0.2);
  font-weight: 400;
}
#reviews .review-mark .label-info strong,
#carousel-reviews .review-mark .label-info strong {
  font-weight: 800;
}
#reviews .review-author,
#carousel-reviews .review-author {
  text-align: center;
  margin-top: 5px;
}
#reviews .star-ratings-sprite,
#carousel-reviews .star-ratings-sprite {
  background: url("../images/main/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  margin: 0 auto;
  margin-bottom: 15px;
}
#reviews .star-ratings-sprite-rating,
#carousel-reviews .star-ratings-sprite-rating {
  background: url("../images/main/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
#reviews .card article h3 {
  margin-top: 5px;
}
#reviews .lead {
  margin-bottom: 25px;
}
#carousel-reviews .card article {
  padding-left: 40px;
  padding-right: 40px;
  /* p::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 8px;
        }


        p::-webkit-scrollbar-track {
            background-color: rgba(57,57,57, .2);
            border-radius: 8px;
        }

        p::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: rgba(156, 156, 156, .8);
        }*/
}
#carousel-reviews .card article p {
  margin-bottom: 10px;
}
#carousel-reviews .card {
  display: flex;
  align-items: center;
  width: 100%;
}
#carousel-reviews .slick-track {
  display: flex !important;
}
#carousel-reviews .slick-slide {
  height: inherit !important;
}
#carousel-reviews .scroll-holder {
  min-height: 120px;
  padding-bottom: 10px;
  max-height: 140px;
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 75%, transparent 100%);
  mask-image: linear-gradient(180deg, black 0%, black 75%, transparent 100%);
  height: 120px;
  overflow-y: auto;
}
#carousel-reviews .scroll-holder::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
#carousel-reviews .scroll-holder::-webkit-scrollbar-track {
  background-color: rgba(57, 57, 57, 0.2);
  border-radius: 8px;
}
#carousel-reviews .scroll-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(156, 156, 156, 0.8);
}
#activation .panel-heading,
#help .panel-heading,
#tech .panel-heading,
#guides .panel-heading,
#salesperson .panel-heading,
#humber .panel-heading {
  background-color: #fff;
}
#activation .panel,
#help .panel,
#tech .panel,
#guides .panel,
#salesperson .panel,
#humber .panel {
  margin-bottom: 20px;
}
#activation h3,
#help h3,
#tech h3,
#guides h3,
#salesperson h3,
#humber h3 {
  line-height: 1.3;
  margin-bottom: 10px;
}
#activation .content,
#help .content,
#tech .content,
#guides .content,
#salesperson .content,
#humber .content {
  padding-top: 30px;
}
#activation h4.panel-title,
#help h4.panel-title,
#tech h4.panel-title,
#guides h4.panel-title,
#salesperson h4.panel-title,
#humber h4.panel-title {
  font-weight: 600;
  line-height: 1.5;
  color: #5B8CAA;
}
#activation p.lead,
#help p.lead,
#tech p.lead,
#guides p.lead,
#salesperson p.lead,
#humber p.lead {
  margin-top: 30px;
}
.faq-detail h2 {
  text-transform: none;
  text-align: right;
  line-height: 130%;
}
.faq-detail .faq-byline {
  text-align: right;
  line-height: 120%;
}
.faq-detail .help-toc-title {
  line-height: 130%;
}
.faq-detail .answer p,
.faq-detail ul {
  color: #fff;
  letter-spacing: 1.1px;
  font-size: 16px;
  line-height: 135%;
}
.faq-detail .answer a {
  font-weight: 600;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.faq-detail .answer h2 {
  color: #fff;
  text-align: left;
}
.panel-body,
.panel-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #333333 !important;
}
.panel-body strong,
.panel-body p strong {
  font-weight: 800;
}
.panel-body li,
.panel-body p li {
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 850px) {
  .panel-body {
    font-size: 15px;
    line-height: 1.6;
  }
}
/*.scout-video + video {
    -webkit-filter: blur(10px) brightness(50%);
    -moz-filter: blur(10px)  brightness(50%);
    -o-filter: blur(10px)  brightness(50%);
    -ms-filter: blur(10px)  brightness(50%);
    filter: blur(10px)  brightness(50%);
}*/
.scout-intro p.text-center {
  font-weight: 500;
  font-size: 15px;
}
.scout-intro p.text-center strong {
  font-weight: 800;
}
.scout-intro p.text-center a {
  margin-bottom: 20px;
}
#how-it-works .scout {
  width: 100%;
}
#how-it-works .scout img {
  border: 1px solid #999;
  margin-bottom: 20px;
}
#how-it-works .scout strong,
#how-it-works .scout .highlight {
  font-weight: 800;
}
#how-it-works .scout .col-icon {
  width: 65px;
}
#how-it-works .scout .col-content ul li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.2px;
}
#how-it-works .scout .video {
  margin-bottom: 25px;
}
#how-it-works .scout a.card.open-overlay-window {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
#getting-started.scout .row {
  margin-bottom: 15px;
}
#getting-started.scout .button {
  background-color: #5B8CAA;
  color: #fff;
  font-weight: 600;
}
#pricing .scout span.highlight {
  color: #74a5d1;
  font-weight: 800;
}
#pricing .scout strong {
  font-weight: 800;
}
#pricing .scout .cta-row {
  margin-bottom: 40px;
  margin-top: 0;
}
#pricing .scout .lead {
  margin-bottom: 20px;
}
#pricing .scout a {
  font-weight: 600;
  color: #74a5d1;
}
#pricing .scout #price-table {
  /* DIRTY Responsive pricing table CSS */
  /*
        - make mobile switch sticky
        */
}
#pricing .scout #price-table * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}
#pricing .scout #price-table body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 14px;
}
#pricing .scout #price-table article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
#pricing .scout #price-table ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
#pricing .scout #price-table li {
  list-style: none;
  flex: 1;
}
#pricing .scout #price-table li:last-child {
  border-right: 1px solid #DDD;
}
#pricing .scout #price-table button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}
#pricing .scout #price-table li.active button {
  background: #60666D;
  color: #fff;
}
#pricing .scout #price-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#pricing .scout #price-table th {
  background: #60666D;
  display: none;
  font-weight: 800;
  font-size: 18px;
}
#pricing .scout #price-table td,
#pricing .scout #price-table th {
  height: 53px;
}
#pricing .scout #price-table td,
#pricing .scout #price-table th {
  border: 1px solid #DDD;
  padding: 10px;
  empty-cells: show;
}
#pricing .scout #price-table td,
#pricing .scout #price-table th {
  text-align: left;
}
#pricing .scout #price-table td + td,
#pricing .scout #price-table th + th {
  text-align: center;
  display: none;
}
#pricing .scout #price-table td {
  font-weight: 500;
  font-size: 16px;
}
#pricing .scout #price-table td i {
  color: #fff;
  margin-left: 3px;
}
#pricing .scout #price-table td.default {
  display: table-cell;
}
#pricing .scout #price-table .bg-purple {
  border-top: 3px solid #5B8CAA;
}
#pricing .scout #price-table .bg-blue {
  border-top: 3px solid #5B8CAA;
}
#pricing .scout #price-table .bg-blue em {
  font-weight: 400;
  font-size: 14px;
}
#pricing .scout #price-table .sep {
  background: #60666D;
  font-weight: bold;
}
#pricing .scout #price-table .txt-l {
  font-size: 28px;
  font-weight: bold;
}
#pricing .scout #price-table .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
#pricing .scout #price-table .tick {
  font-size: 20px;
  color: #fff;
}
#pricing .scout #price-table .quote {
  font-size: 14px;
}
#pricing .scout #price-table .charter {
  color: #74a5d1;
}
#pricing .scout #price-table .larger {
  font-size: 18px;
}
#pricing .scout #price-table .hide {
  border: 0;
  background: none;
}
@media (min-width: 640px) {
  #pricing .scout #price-table ul {
    display: none;
  }
  #pricing .scout #price-table td,
  #pricing .scout #price-table th {
    display: table-cell !important;
  }
  #pricing .scout #price-table td,
  #pricing .scout #price-table th {
    width: 210px;
  }
  #pricing .scout #price-table td + td,
  #pricing .scout #price-table th + th {
    width: auto;
  }
}
#pricing .scout .price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
}
#pricing .scout .price-table-wrapper h2 {
  line-height: unset;
  margin: unset;
}
#pricing .scout .price-table-wrapper ol,
#pricing .scout .price-table-wrapper ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 14px;
}
#pricing .scout .price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
#pricing .scout .price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  background: white;
  margin: 20px;
  transition: all 0.3s ease-in-out;
}
#pricing .scout .price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  color: #909090;
  background: #E0E0E0;
  border-radius: 10px 10px 0 0;
}
#pricing .scout .price-table-wrapper .pricing-table__price {
  color: #5B8CAA;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
#pricing .scout .price-table-wrapper .pricing-table__franchise-price {
  color: #DEA7A6;
  padding: 20px;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 11px 11px;
}
#pricing .scout .price-table-wrapper .pricing-table__button {
  display: block;
  background: #5B8CAA;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 800;
}
#pricing .scout .price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  transform: rotate(-30deg);
  background: white;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
#pricing .scout .price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#pricing .scout .price-table-wrapper .pricing-table__button:hover {
  background: black;
}
#pricing .scout .price-table-wrapper .pricing-table .permonth {
  font-size: 10px;
  vertical-align: middle;
  display: block;
}
#pricing .scout .price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #60666D;
}
#pricing .scout .price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
#pricing .scout .price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
#pricing .scout .price-table-wrapper .pricing-table__list li i {
  margin-left: 3px;
  font-size: 16px;
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-wrapper {
  /* margin: 50px auto;*/
  /*        width: 280px;
                height: 370px;
                */
  position: relative;
  z-index: 90;
  margin-top: -22px;
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-wrapper-green {
  width: 100px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  right: -3px;
}
#pricing .scout .price-table-wrapper .pricing-table.featured-table .ribbon-wrapper {
  margin-top: -3px;
}
#pricing .scout .price-table-wrapper .pricing-table.featured-table .ribbon-wrapper-green {
  top: -3px;
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-green {
  font: bold 13px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -15px;
  top: 25px;
  width: 150px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-green:before,
#pricing .scout .price-table-wrapper .pricing-table .ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-green:before {
  left: 0;
}
#pricing .scout .price-table-wrapper .pricing-table .ribbon-green:after {
  right: 0;
}
​ #pricing .scout .price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
​ #pricing .scout .price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
​ #pricing .scout .price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  transform: rotate(0deg);
  width: 100%;
}
​ #pricing .scout .price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}
.popover-content {
  font-size: 16px;
  line-height: 1.5;
}
.popover {
  background-color: rgba(0, 0, 0, 0.85);
}
.ajax-form-alert {
  font-size: 18px;
  width: 90%;
  top: 50%;
  margin-left: 0px !important;
}
.ajax-form-alert button.close {
  opacity: 1;
  font-size: 30px;
}
#scout-form input[type='text'],
#scout-form input[type='email'],
#scout-form textarea {
  font-size: 16px;
}
#scout-form input[type='submit'] {
  margin-left: 20px;
}
#scout-form .form-actions .caption {
  font-size: 11px;
  line-height: 16px;
}
#stripe-checkout-button {
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  font-weight: 800;
}
#stripe-checkout-button span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
