@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.otf") format("opentype"), url("../fonts/Poppins-Regular.svg") format("svg"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.otf") format("opentype"), url("../fonts/Poppins-Light.svg") format("svg"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.otf") format("opentype"), url("../fonts/Poppins-Medium.svg") format("svg"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.otf") format("opentype"), url("../fonts/Poppins-SemiBold.svg") format("svg"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.otf") format("opentype"), url("../fonts/Poppins-Bold.svg") format("svg"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/BAHNSCHRIFT1.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BAHNSCHRIFT1.eot?#iefix") format("embedded-opentype"), url("../fonts/BAHNSCHRIFT1.otf") format("opentype"), url("../fonts/BAHNSCHRIFT1.svg") format("svg"), url("../fonts/BAHNSCHRIFT1.ttf") format("truetype"), url("../fonts/BAHNSCHRIFT1.woff") format("woff"), url("../fonts/BAHNSCHRIFT1.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* fonts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 15px/30px "Poppins-Light", Arial, Helvetica, sans-serif;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

.wid {
  max-width: 1708px;
  margin: 0 auto;
  padding: 0px 15px;
}

span {
  color: #1A86CA;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/*---Additional Form resets---*/
:required {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*---Typographic Styling---*/
em, i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input[type="submit"], a.button {
  background: #85c226 url(../images/submit-arrow.png) no-repeat 93% 50%;
  border: 1px solid #85c226;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 3px 9px 3px 9px;
  display: block;
  width: 258px;
  margin: 0 auto;
  height: 37px;
  text-transform: uppercase;
  outline: none;
}

input[type="submit"]:hover {
  background-color: #293aa1;
}

/*---Misc. Element Styling---*/
img {
  -ms-interpolation-mode: bicubic;
}

.linksiz {
  font-size: 19px;
  line-height: 30px;
}

/* Proper box model */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General styles */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

a {
  text-decoration: underline;
  color: #327D9D;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

button {
  cursor: pointer;
}

caption, th, td {
  vertical-align: top;
}

h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 26px;
}

h2, h3, h4, h5, h6 {
  display: inline-block;
  font-family: "Poppins-Regular";
  font-size: 25px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

h3 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #125184;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #fb9806;
}

.heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

img {
  height: auto;
  max-width: 100%;
}

input, select, textarea {
  font-size: 13px;
}

input[type="text"], input[type="tel"], input[type="phone"], input[type="email"] {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 38px;
  padding: 4px 18px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

p {
  margin: 0 0 30px;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
}

textarea {
  outline: none;
  height: 71px;
  font-size: 14px;
  resize: none;
  width: 100%;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: normal;
  border: 1px solid #ccc;
  color: #666;
  margin: 0;
  vertical-align: top;
  font-family: "Poppins-Light";
}

ul, ol {
  margin: 0;
  padding: 0;
}

.wrap {
  border: 0;
  clear: both;
  float: none;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.ban_inn li:last-child a:hover {
  background-color: #E2B72C;
  color: #fff;
  border: 1px solid #E2B72C;
}

.ban_inn li:last-child a img {
  display: inline-block;
  vertical-align: middle;
}

.leftfl {
  float: left;
}

.rgtfl {
  float: right;
}

.tall {
  text-align: left;
}

.talr {
  text-align: right;
}

.talc {
  text-align: center;
}

.justify {
  text-align: justify;
}

.violet {
  color: #8F5E99;
}

.indigo {
  color: #4b0082;
}

.blue {
  color: #005aff;
}

.green {
  color: #5a8e00;
}

.yellow {
  color: #f87b00;
}

.orange {
  color: #FF6600;
}

.red {
  color: #ff0000;
}

.black {
  color: #000;
}

.m0 {
  margin: 0px 0px 0px 0px;
}

.wid:after, li:after, ul:after, .social:after, div:after {
  display: block;
  content: "";
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #2d2d2d;
  font-size: 16px;
  font-family: "Poppins-Light";
}

:-moz-placeholder {
  opacity: 1;
  color: #2d2d2d;
  font-size: 16px;
  font-family: "Poppins-Light";
}

::-moz-placeholder {
  opacity: 1;
  color: #2d2d2d;
  font-size: 16px;
  font-family: "Poppins-Light";
}

:-ms-input-placeholder {
  opacity: 1;
  color: #2d2d2d;
  font-size: 16px;
  font-family: "Poppins-Light";
}

*, :before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidecal {
  display: none;
}

a.phn {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
}

a.phn:hover {
  color: #ff9609;
}

.rcapcha {
  border-radius: 3px;
  height: 75px;
  margin: 0 auto 6px;
  overflow: hidden;
  width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #03143c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #03143c;
}

html {
  scroll-behavior: smooth;
}

ul.sub-menu a {
  font-size: 18px !important;
}

.aniPos ul.sub-menu a {
  font-size: 12px !important;
}

ul.level-1 .current_page_item a, ul.level-1 .current-menu-item a {
  color: #000 !important;
}

.current_page_item a, .current-menu-item a {
  color: #fff !important;
}

.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
  color: #000 !important;
}

footer .current_page_item a, footer .current-menu-item a {
  background: none;
  border-radius: 0px;
  color: #fff !important;
}

.sitmpee .current_page_item a {
  color: inherit !important;
}

footer .current_page_item a:hover, footer .current-menu-item a:hover {
  background: none;
  border-radius: 0px;
  color: #ff970a !important;
}

.current_page_item li a {
  background: none;
}

a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  height: 22px;
  width: 35px;
}

.menu-link:hover span {
  border-color: #666;
}

.menu, .menu > ul, .menu > ul ul {
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.menu.active1 {
  margin: 1em 0 1em -12px;
  max-height: 55em;
  width: 100vw;
}

.js .menu > ul ul.active1 {
  margin: 0;
  max-height: 55em;
  padding: 0;
}

.menu > ul {
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.menu li a {
  color: #fff;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0px;
  margin: 4px 24px;
  text-decoration: none;
  white-space: nowrap;
}

li.menu-item-has-children a {
  padding-right: 23px !important;
}

span.has-subnav {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 34px;
  position: absolute;
  padding: 0 0.5em;
  cursor: pointer;
  right: 7px;
  top: -2px;
  width: 30px;
  height: 30px;
  background: url(images/dpDownArrow.png) no-repeat center center;
}

/*===============  Navigation Toggle  ===================*/
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  background: #fff;
}

#nav-toggle span::before {
  top: 8px;
}

#nav-toggle span:after {
  bottom: -16px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#nav-toggle.active1 span {
  background-color: transparent;
}

#nav-toggle.active1.active1 span::before, #nav-toggle.active1.active1 span::after {
  top: 11px;
}

#nav-toggle.active1 span:before, #nav-toggle.active1 span:after {
  top: 0;
}

#nav-toggle.active1 span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active1 span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menuD {
  margin: 0px auto;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  /*############################ Menu ##############*/
  a.menu-link {
    display: none;
  }
  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
  }
  .js .menu > ul li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: -2px 0px -4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px -4px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0px 8px 8px 8px;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
  }
  nav > ul > li:last-child {
    padding-right: 0;
  }
  .menu > ul > li > a {
    position: relative;
  }
  .menu span.has-subnav {
    width: 20px;
    height: 12px;
    background: url(../images/dropdown-icon.png) no-repeat center bottom;
    position: absolute;
    right: 7px;
    top: 18px;
    text-indent: -9999px;
  }
  li.menu-dropdown-icon {
    padding-right: 12px;
  }
  .menu li.active a {
    color: #CC9933;
  }
  .menu li.active li a {
    border-bottom: none;
    color: #fff;
  }
  .menu li a:hover {
    color: #CC9933;
  }
  .menu li.active a:hover {
    color: #CC9933;
  }
  .menu ul ul {
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 1px transparent;
    height: auto;
    overflow: hidden;
    padding: 0px 0 0;
    position: absolute;
    text-align: left;
    left: 0;
    top: 30px;
    width: 296px;
    z-index: 999;
    top: 100%;
    left: 1px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    background-color: #020E2B;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu li li a {
    margin: 7px 12px;
    display: block;
  }
  header.aniPos .menu ul ul {
    padding: 8px 0 0;
  }
  .chrome .js .menu > ul ul {
    top: 43px;
  }
  .menu ul ul.wide {
    width: 300px;
  }
  .menu ul ul li {
    display: block;
    position: relative;
    background: #020E2B;
  }
  .menu > ul ul li:last-child {
    border-bottom: none;
  }
  .menu ul ul li:hover {
    background-color: #CC9933;
  }
  .menu ul ul li:hover a:hover {
    color: #fff;
  }
  .menu ul ul li a {
    display: block;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
  }
  /*Menu ends*/
  .menu li a {
    position: relative;
  }
  ul.dropdown.mg {
    width: 669px;
    left: 24px;
    background-color: #fff;
  }
  .menu ul ul.dropdown.mg li {
    background-color: transparent;
    padding: 24px 24px;
  }
  .menu span.has-subnav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .menu.active1 {
    right: 0;
  }
  .menu > ul {
    padding-top: 113px;
    background-color: #020E2B;
  }
  .menu li a {
    margin: 0px !important;
  }
  .menu, .menu > ul ul {
    display: block;
  }
  header .logo {
    position: relative;
    z-index: 999;
  }
  a.menu-link {
    position: relative;
    z-index: 999;
  }
  header .rgtMn .srcSc {
    z-index: 999;
  }
  .menu > ul {
    padding-bottom: 50px;
  }
  .aniPos .menu {
    top: 0px;
  }
  .menu {
    z-index: 99 !important;
    right: 0;
    margin: 0 0 0 !important;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
  }
  span.has-subnav {
    text-indent: -99999px;
    background: url(../images/down-arrow-of-angle.svg) no-repeat 97% 50%;
    top: 11px;
    background-size: 16px;
  }
  a.menu-link {
    float: left;
  }
  .menu, .menu > ul ul {
    margin: 0;
    max-height: 0;
    overflow: hidden;
  }
  .menu li a {
    display: block;
    padding: 10px 15px;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #fff;
    font-family: "Poppins-Medium";
    text-transform: uppercase;
  }
  .menu li li a {
    padding-left: 35px;
  }
  .menu li:last-child a {
    border: none;
  }
  .menu li li:last-child a {
    border-bottom: 1px solid #074373;
  }
  .menu li:hover {
    background: #020E2B;
  }
  .menu li:hover a {
    color: #CC9933;
  }
  .current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
    color: #000 !important;
  }
  /*Menu Ends*/
  .navigate .menu-item-has-children > span {
    display: block;
    right: 2%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/dpDownArrow.png) no-repeat center center;
    top: 8px;
    cursor: pointer;
  }
  .navigate .menu-item-has-children:hover > ul {
    display: none;
  }
  .menu ul li {
    display: block;
    float: left;
    text-align: left;
    padding: 5px 30px;
    width: 100%;
  }
  .sub-menu {
    float: left;
    margin: 0;
    padding: 0;
    position: inherit;
    top: inherit;
    width: 100% !important;
  }
  .sub-menu li {
    width: 100%;
    padding: 0%;
  }
  .menu li a {
    font-size: 18px;
  }
  .sub-menu li a {
    border-bottom: 1px solid #074373 !important;
    font-size: 17px !important;
    padding: 0px 32px !important;
    width: 100%;
  }
  .sub-menu ul li {
    background: none repeat scroll 0 0 #666;
    display: block;
    padding: 16px 10px;
  }
  .sub-menu .sub-menu {
    float: left;
    position: static;
    padding: 0;
    margin: 0;
  }
  .sub-menu .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .sub-menu .sub-menu li a {
    padding-left: 9% !important;
    background: #414141;
  }
  .sub-menu .menu-item-has-children a {
    background-image: none;
  }
  .sub-menu .menu-item-has-children a:hover {
    background-image: none;
  }
  .sitmpee .sub-menu li a {
    background-position: 0 1px;
    font-size: 16px !important;
    line-height: inherit !important;
    padding: 0 22px !important;
  }
  .sitmpee .sub-menu li a:hover {
    background-position: 0 1px !important;
  }
  .sitmpee li a {
    font-size: 16px;
    background-position: 0 2px;
  }
  .sitmpee li a:hover {
    font-size: 16px;
    background-position: 0 2px;
  }
  ul.dropdown.mg {
    width: 100% !important;
  }
  ul.dropdown.mg .mnFb a img {
    width: 100%;
  }
  ul.dropdown.mg .mnFb {
    padding: 4px 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    top: 0px;
  }
  .menu li a {
    color: #fff;
  }
  .menuD {
    padding-right: 0;
  }
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.boxshadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  border-radius: 0px;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.boxshadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top;
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
  max-width: none;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
          filter: none !important;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.html5vid.videoisplaying .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}

.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
}

.html5vid .tp-revstop {
  display: none;
}

.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}

.html5vid.videoisplaying .tp-revstop {
  display: block;
}

.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}

.html5vid:hover .tp-video-play-button {
  display: block;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/prev-arrow.png) no-Repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/next-arrow.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
  background-position: center center;
}

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

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

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: 'revicons';
  src: url("../font/revicons.eot?5510888");
  src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}

/* '' */
.revicon-picture-1:before {
  content: '\e803';
}

/* '' */
.revicon-cancel:before {
  content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}

/* '' */
.revicon-trash:before {
  content: '\e801';
}

/* '' */
.revicon-left-dir:before {
  content: '\e817';
}

/* '' */
.revicon-right-dir:before {
  content: '\e818';
}

/* '' */
.revicon-down-open:before {
  content: '\e83b';
}

/* '' */
.revicon-left-open:before {
  content: '\e819';
}

/* '' */
.revicon-right-open:before {
  content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
  content: '\e820';
}

/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}

/* '' */
.revicon-left-big:before {
  content: '\e81f';
}

/* '' */
.revicon-right-big:before {
  content: '\e81e';
}

/* '' */
.revicon-magic:before {
  content: '\e807';
}

/* '' */
.revicon-picture:before {
  content: '\e800';
}

/* '' */
.revicon-export:before {
  content: '\e80b';
}

/* '' */
.revicon-cog:before {
  content: '\e832';
}

/* '' */
.revicon-login:before {
  content: '\e833';
}

/* '' */
.revicon-logout:before {
  content: '\e834';
}

/* '' */
.revicon-video:before {
  content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}

/* '' */
.revicon-left:before {
  content: '\e836';
}

/* '' */
.revicon-right:before {
  content: '\e826';
}

/* '' */
.revicon-ccw:before {
  content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* '' */
.revicon-palette:before {
  content: '\e829';
}

/* '' */
.revicon-list-add:before {
  content: '\e80c';
}

/* '' */
.revicon-doc:before {
  content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}

/* '' */
.revicon-popup:before {
  content: '\e828';
}

/* '' */
.owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button.owl-prev {
  left: 35px;
}

.owl-nav button.owl-next {
  right: 35px;
}

.owl-dots {
  text-align: center;
  display: none;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  border: none;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-nav button:focus {
  outline: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.tabs > li {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
}

.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.tabs > li.active {
  color: #50555a;
}

.tabs > li.active:before {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: white;
}

.content__wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}

.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.colors {
  text-align: center;
  padding-top: 20px;
}

.colors > li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.colors > li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.colors > li.active-color {
  -webkit-transform: scale(1.2) translateY(-10px);
  transform: scale(1.2) translateY(-10px);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}

.colors > li:nth-child(1) {
  background-color: #2ecc71;
}

.colors > li:nth-child(2) {
  background-color: #D64A4B;
}

.colors > li:nth-child(3) {
  background-color: #8e44ad;
}

.colors > li:nth-child(4) {
  background-color: #46a1de;
}

.colors > li:nth-child(5) {
  background-color: #bdc3c7;
}

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
  font-size: 16px;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
  display: none !important;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}

@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }
  /* fullclick */
  .fr-page {
    min-height: 100%;
  }
  /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url(../images/sprite.png);
  background-color: black;
  /* border-radius: 5px; */
  /* width: 50px; */
  /* height: 50px; */
}

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }
  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

header {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 22px;
  position: absolute;
  z-index: 999;
}

header .logo {
  float: left;
  text-align: center;
}

header .logo a {
  display: inline-block;
  width: 350px;
  padding: 23px 0px;
  background-color: #fff;
}

header .hdRgt {
  float: right;
  padding-top: 39px;
  width: 59%;
}

header .hdRgt .srcBx {
  float: left;
}

header .hdRgt .srcBx form {
  position: relative;
  margin-top: 5px;
}

header .hdRgt .srcBx form button {
  position: absolute;
  right: 10px;
  top: 8px;
  border: none;
  background-color: transparent;
}

header .hdRgt .srcBx form ::-webkit-input-placeholder {
  color: #b7b7c3;
}

header .hdRgt .srcBx form :-moz-placeholder {
  color: #b7b7c3;
}

header .hdRgt .srcBx form ::-moz-placeholder {
  color: #b7b7c3;
}

header .hdRgt .srcBx form :-ms-input-placeholder {
  color: #b7b7c3;
}

header .hdRgt .srcBx input[type="text"] {
  height: 41px;
  border-radius: 60px;
  width: 300px;
}

header .hdRgt .menuD {
  float: left;
  margin-right: 10px;
}

section.banner {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

section.banner::after {
  position: absolute;
  content: '';
  width: 100%;
  margin: 0px auto;
  left: 0px;
  top: 0px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 14, 43, 0.6)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to bottom, rgba(2, 14, 43, 0.6), rgba(2, 14, 43, 0));
}

section.banner .slDv {
  width: 100%;
  margin: 0px auto;
  padding-top: 361px;
  padding-bottom: 256px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

section.banner .slDv .vtKb {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 88px;
  height: 605px;
  background-color: #020e2b;
}

section.banner .slDv .vtKb span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  width: 670px;
  height: 30px;
  right: -298px;
  position: absolute;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 15px;
  line-height: 16px;
}

section.banner .slDv .bnrTx {
  width: 322px;
  padding: 20px 30px 0px;
  margin-left: 15.5%;
  text-align: center;
  background-color: #020E2B;
  position: relative;
}

section.banner .slDv .bnrTx::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 44px;
  background-color: #CC9933;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
}

section.banner .slDv .bnrTx .ttl {
  width: 100%;
  margin: 0px auto;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-family: "Bahnschrift";
  padding-top: 72px;
}

section.banner .slDv .bnrTx .lct {
  font-size: 16px;
  line-height: 30px;
  padding-top: 32px;
  font-family: "Bahnschrift";
  color: #999eaa;
  font-weight: 500;
  letter-spacing: 3px;
}

section.banner .slDv .bnrTx .btns {
  margin-top: 37px;
}

section.banner .slDv .bnrTx .btns a {
  padding: 17px 8px;
  background-color: #CC9933;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  width: 152px;
}

section.banner .slDv .bnrTx .btns a:hover {
  letter-spacing: 2px;
}

section.banner .slick-dots li {
  display: none;
}

section.banner .slick-dots li.slick-active {
  display: block;
}

section.banner .slick-dots::after {
  content: '/2';
}

.properties {
  width: 100%;
  margin: 0px auto;
  padding-top: 148px;
  background-color: #fff;
}

.properties .ttl {
  font-size: 29px;
  line-height: 40px;
  font-family: "Poppins-SemiBold";
  color: #020E2B;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
}

.properties .prts {
  width: 100%;
  margin: 0px auto;
  padding-top: 73px;
}

.properties .prts ul li {
  width: 25%;
  float: left;
  padding: 15px 12px;
}

.properties .prts ul li a {
  display: inline-block;
  position: relative;
}

.properties .prts ul li a .im {
  width: 100%;
  margin: 0px auto;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.properties .prts ul li a .im:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a .im img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.properties .prts ul li a .im::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 14, 43, 0.9)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to top, rgba(2, 14, 43, 0.9), rgba(2, 14, 43, 0));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a .bBd {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(2, 14, 43, 0.8);
  padding: 10px 12px 8px 17px;
}

.properties .prts ul li a .bBd img {
  float: left;
  line-height: 22px;
}

.properties .prts ul li a .bBd span {
  float: left;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  font-family: "Bahnschrift";
}

.properties .prts ul li a .bBd .bth {
  float: left;
  padding-right: 15px;
}

.properties .prts ul li a .bBd .bed {
  float: left;
}

.properties .prts ul li a .prtDt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  width: 100%;
}

.properties .prts ul li a .prtDt .dtl {
  float: left;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #fff;
  line-height: 22px;
  letter-spacing: 1px;
  width: 100%;
  padding-right: 100px;
}

.properties .prts ul li a .prtDt .dtl span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #CC9933;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a .prtDt .dtBt {
  float: right;
  position: absolute;
  right: 25px;
  bottom: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-decoration: underline;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a:hover .im::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(204, 153, 51, 0.9)), to(rgba(204, 153, 51, 0)));
  background: linear-gradient(to top, rgba(204, 153, 51, 0.9), rgba(204, 153, 51, 0));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a:hover .prtDt .dtl span {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .prts ul li a:hover .prtDt .dtBt {
  color: #020E2B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.properties .vwBt {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-top: 135px;
}

.properties .vwBt a {
  display: inline-block;
  padding: 13px 10px;
  width: 302px;
  border: 1px solid #707070;
  margin: 0px auto;
  border-radius: 60px;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-family: "Poppins-Medium";
  letter-spacing: 2px;
}

.properties .vwBt a:hover {
  letter-spacing: 5px;
}

.ftr_properties {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.ftr_properties .lft {
  width: 27%;
  float: left;
  padding-top: 116px;
}

.ftr_properties .lft .ftBx {
  width: 100%;
  margin: 0px auto;
  padding: 144px 66px;
  background-size: cover;
  position: relative;
  min-height: 726px;
}

.ftr_properties .lft .ftBx::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-image: url(../images/ftr_properties_bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ftr_properties .lft .ftBx::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background: rgba(2, 14, 43, 0.9);
  width: 100%;
  height: 100%;
}

.ftr_properties .lft .ftBx .ttl {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
  margin-bottom: 61px;
}

.ftr_properties .lft .ftBx .cnt {
  width: 90%;
  position: relative;
  z-index: 1;
}

.ftr_properties .lft .ftBx .cnt p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.ftr_properties .rgt {
  width: 73%;
  float: left;
  position: relative;
}

.ftr_properties .rgt .slDv {
  width: 100%;
  position: relative;
  padding-top: 116px;
}

.ftr_properties .rgt .sdBx {
  width: 100%;
}

.ftr_properties .rgt .sdBx:hover .imbx img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ftr_properties .rgt .sdBx .im {
  position: relative;
  background-color: #f1f1f1;
  min-height: 726px;
}

.ftr_properties .rgt .sdBx .imbx {
  max-width: 70%;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.ftr_properties .rgt .sdBx .imbx img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ftr_properties .rgt .sdBx .cnt {
  width: 46%;
  float: left;
  position: absolute;
  padding: 76px 48px;
  right: 210px;
  top: 120px;
  background-color: #fff;
}

.ftr_properties .rgt .sdBx .cnt .ttl {
  font-size: 29px;
  line-height: 32px;
  font-family: "Bahnschrift";
  font-weight: 500;
  position: relative;
  padding-right: 160px;
}

.ftr_properties .rgt .sdBx .cnt .ttl .prs {
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins-SemiBold";
  font-weight: 800;
  color: #020E2B;
  position: absolute;
  right: 0px;
  top: 10px;
}

.ftr_properties .rgt .sdBx .cnt .cntbs {
  width: 100%;
  margin: 0px auto;
  padding-top: 26px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.ftr_properties .rgt .sdBx .cnt .cntbs p {
  font-size: 16px;
  line-height: 26px;
  color: #020E2B;
}

.ftr_properties .rgt .sdBx .cnt .btns {
  position: absolute;
  bottom: 0px;
  left: 380px;
}

.ftr_properties .rgt .sdBx .cnt .btns a {
  display: inline-block;
  padding: 21px 24px;
  color: #fff;
  background-color: #CC9933;
  font-size: 14px;
  line-height: 22px;
  font-family: "Bahnschrift";
  font-weight: 700;
  text-decoration: none;
}

.ftr_properties .rgt .sdBx .cnt .btns a:hover {
  background-color: #020E2B;
}

.ftr_properties .rgt .sdBx .cnt .cpB {
  position: absolute;
  left: 55px;
  bottom: 18px;
  padding: 10px 12px 8px 17px;
}

.ftr_properties .rgt .sdBx .cnt .cpB img {
  float: left;
  line-height: 22px;
  width: auto;
}

.ftr_properties .rgt .sdBx .cnt .cpB span {
  float: left;
  line-height: 22px;
  color: #020E2B;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  font-family: "Bahnschrift";
}

.ftr_properties .rgt .sdBx .cnt .cpB .bth {
  float: left;
  padding-right: 15px;
}

.ftr_properties .rgt .sdBx .cnt .cpB .bed {
  float: left;
}

.ftr_properties .rgt .vtKb {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 88px;
  height: 605px;
  background-color: #020e2b;
}

.ftr_properties .rgt .vtKb span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  width: 670px;
  height: 30px;
  right: -298px;
  position: absolute;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 15px;
  line-height: 16px;
}

.ftr_properties .rgt .slick-dots li {
  display: none;
}

.ftr_properties .rgt .slick-dots li.slick-active {
  display: block;
}

.ftr_properties .slick-dots::after {
  content: '/3';
}

.amz_properties {
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-bottom: 98px;
}

.amz_properties::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 71%;
  height: 474px;
  background-color: #e5e5e5;
  z-index: 1;
}

.amz_properties::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 35%;
  height: 706px;
  background-color: #020E2B;
}

.amz_properties .lft {
  width: 70%;
  float: left;
  position: relative;
  z-index: 2;
}

.amz_properties .lft .tSc {
  width: 100%;
  margin: 0px auto;
  padding-top: 58px;
  padding-bottom: 50px;
}

.amz_properties .lft .tSc .fBt {
  float: left;
  padding-left: 60px;
}

.amz_properties .lft .tSc .fBt a {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins-Light";
  color: #020E2B;
  letter-spacing: 10px;
  text-decoration: none;
}

.amz_properties .lft .tSc .fBt a:hover {
  letter-spacing: 5px;
}

.amz_properties .lft .tSc .tt {
  float: right;
  font-size: 18px;
  line-height: 22px;
  color: #020E2B;
  font-family: "Poppins-Medium";
  letter-spacing: 2px;
  margin-right: 229px;
}

.amz_properties .lft .amPrt {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.amz_properties .lft .amPrt:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.amz_properties .lft .amPrt img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.amz_properties .lft .amPrt .ct {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  font-size: 68px;
  line-height: 76px;
  color: #fff;
  font-family: "Bahnschrift";
  font-weight: 700;
  max-width: 80%;
  margin: 0px auto;
  margin-top: -60px;
}

.amz_properties .lft .amPrt .ct span {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins-Light";
  margin-top: 30px;
  letter-spacing: 1px;
}

.amz_properties .rgt {
  width: 30%;
  float: left;
  padding-top: 210px;
  position: relative;
  z-index: 2;
}

.amz_properties .rgt .ampDtls {
  max-width: 300px;
  float: right;
}

.amz_properties .rgt .ampDtls .ct {
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins-Regular";
  letter-spacing: 2px;
}

.amz_properties .rgt .ampDtls ul {
  width: 100%;
  margin: 0px auto;
  padding-top: 94px;
}

.amz_properties .rgt .ampDtls ul li {
  width: 100%;
  margin: 0px auto;
}

.amz_properties .rgt .ampDtls ul .ctB a {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  font-family: "Poppins-Medium";
  color: #fff;
  text-decoration: none;
}

.amz_properties .rgt .ampDtls ul .ctB a:hover {
  letter-spacing: 2px;
}

.amz_properties .rgt .ampDtls ul .spBtn a {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  font-family: "Poppins-Medium";
  padding: 19px 26px;
  width: 100%;
  text-decoration: none;
  color: #020E2B;
  margin-top: 59px;
  background: url(../images/arw_blue.png) no-repeat;
  background-color: #fff;
  background-position: 92% center;
}

.amz_properties .rgt .ampDtls ul .spBtn a:hover {
  letter-spacing: 2px;
}

.newSec {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-color: #fff;
  padding-bottom: 112px;
}

.newSec::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60%;
  height: 570px;
  background-color: #f2f2f3;
}

.newSec .lft {
  width: 71%;
  float: left;
  position: relative;
}

.newSec .lft::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 570px;
  background-color: #f2f2f3;
}

.newSec .lft .ttl {
  width: 22%;
  float: left;
  position: relative;
  z-index: 1;
}

.newSec .lft .ttl span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #020E2B;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  top: 321px;
  left: -63px;
  width: 198px;
  height: 88px;
  font-weight: 700;
}

.newSec .lft .sdNw {
  width: 78%;
  float: left;
  padding-top: 125px;
  position: relative;
  z-index: 1;
}

.newSec .lft .sdNw .slDv {
  position: relative;
}

.newSec .lft .sdNw .slDv img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .lft .sdNw .slDv:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.newSec .lft .sdNw .slDv:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .lft .sdNw .slDv:hover .sdCnt {
  background-color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .lft .sdNw .slDv .sdCnt {
  width: 48%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 44px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .lft .sdNw .slDv .sdCnt .tts {
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 15px;
}

.newSec .lft .sdNw .slDv .sdCnt .tts span {
  display: block;
  font-size: 11px;
  line-height: 22px;
  color: #000;
}

.newSec .lft .sdNw .slDv .sdCnt p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.newSec .lft .sdNw .slDv .sdCnt .dtB {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  color: #CC9933;
  letter-spacing: 3px;
}

.newSec .lft .sdNw .slDv .sdCnt .dtB span {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  display: block;
  margin-top: 4px;
  letter-spacing: 2px;
}

.newSec .rgt {
  width: 29%;
  float: left;
  padding-left: 78px;
}

.newSec .rgt .vwB {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 47px;
}

.newSec .rgt .vwB a {
  font-size: 20px;
  line-height: 20px;
  color: #020E2B;
  font-family: "Bahnschrift";
  float: right;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
}

.newSec .rgt .vwB a:hover {
  color: #CC9933;
  letter-spacing: 4px;
}

.newSec .rgt .nwRgb {
  width: 100%;
  margin: 0px auto;
}

.newSec .rgt .nwRgb .snNw {
  width: 100%;
  margin-bottom: 15px;
}

.newSec .rgt .nwRgb .snNw a {
  text-decoration: none;
}

.newSec .rgt .nwRgb .snNw a:hover .im img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .rgt .nwRgb .snNw a:hover .dtNw .Tnw {
  color: #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newSec .rgt .nwRgb .snNw .im {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.newSec .rgt .nwRgb .snNw .im img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newSec .rgt .nwRgb .snNw .dtNw {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-top: 23px;
  padding-bottom: 10px;
}

.newSec .rgt .nwRgb .snNw .dtNw .Tnw {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: "Poppins-SemiBold";
  padding-right: 107px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newSec .rgt .nwRgb .snNw .dtNw .Tnw span {
  display: block;
  font-size: 11px;
  line-height: 20px;
  color: #000;
}

.newSec .rgt .nwRgb .snNw .dtNw .dtSv {
  position: absolute;
  right: 0px;
  top: 31px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
}

.newSec .rgt .nwRgb .snNw .dtNw .dtSv span {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #FE9E0E;
  letter-spacing: 1px;
}

.newSec .slick-prev {
  right: 52px;
}

.newSec .slick-prev, .newSec .slick-next {
  top: -90px;
}

.newSec .slick-prev, .newSec .slick-next {
  width: 50px;
  height: 68px;
}

.newSec .slick-prev:before {
  width: 50px;
  height: 68px;
}

.newSec .slick-next:before {
  width: 50px;
  height: 68px;
}

.newSec .slick-dots {
  display: none !important;
}

.companies {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-bottom: 118px;
  background-color: #fff;
}

.companies::before {
  position: absolute;
  content: '';
  height: 120px;
  z-index: 1;
  width: 109px;
  background-color: #ececec;
  bottom: 0px;
  right: 0px;
}

.companies::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 109px;
  background-color: #020E2B;
  right: 0px;
  top: 0px;
}

.companies .cmpTls {
  width: 100%;
  margin: 0px auto;
  padding-top: 95px;
  padding-bottom: 121px;
  background-color: #020E2B;
}

.companies .cmpTls .ttl {
  float: left;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-family: "Bahnschrift";
  padding-left: 50px;
  border-left: 10px solid #CC9933;
  margin-top: 8px;
}

.companies .cmpTls .cpCtn {
  float: left;
  margin-left: 284px;
  color: #fff;
  font-family: "Bahnschrift";
  max-width: 372px;
  font-size: 16px;
  line-height: 26px;
}

.companies .slick-list.draggable {
  max-width: 1708px;
  margin: 0px auto;
  padding: 0px 15px;
}

.companies .cpSdr {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
}

.companies .cpSdr .slDv .cmpB {
  width: 100%;
  margin: 0px auto;
  padding: 90px 62px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.companies .cpSdr .slDv .cmpB img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.companies .cpSdr .slDv .cmpB:hover {
  background-color: #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.companies .cpSdr .slDv .cmpB:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.companies .slick-dots {
  z-index: 1;
  top: 204px;
}

.companies .slick-prev, .companies .slick-next {
  top: 294px;
  width: 54px;
  height: 66px;
}

.companies .slick-prev:before, .companies .slick-next:before {
  width: 54px;
  height: 66px;
}

.companies .slick-dots li {
  display: none;
}

.companies .slick-dots li.slick-active {
  display: block;
}

.companies .slick-prev {
  right: 55px;
}

.companies .slick-slide {
  opacity: 1;
}

.companies .slick-dots::after {
  content: '/6';
}

footer {
  width: 100%;
  margin: 0px auto;
  background-color: #f5f4f4;
  position: relative;
}

footer::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 240px;
  right: 0px;
  top: 0px;
  background-color: #00091c;
}

footer .lft {
  width: 38%;
  float: left;
  padding-top: 117px;
  padding-right: 80px;
}

footer .lft .lgSc {
  float: left;
  width: 34%;
  padding-left: 35px;
}

footer .lft .adDtl {
  float: right;
  width: 54%;
  padding-top: 73px;
}

footer .lft .adDtl .adr {
  font-size: 13px;
  line-height: 28px;
  color: #00091C;
}

footer .lft .adDtl .otD {
  padding-top: 126px;
}

footer .lft .adDtl .otD .em {
  width: 100%;
}

footer .lft .adDtl .otD .em a {
  font-size: 13px;
  line-height: 28px;
  color: #00091C;
  font-family: "Poppins-Medium";
  text-decoration: none;
}

footer .lft .adDtl .otD .em a:hover {
  color: #CC9933;
}

footer .lft .adDtl .otD .ph {
  width: 100%;
}

footer .lft .adDtl .otD .ph a {
  font-size: 13px;
  line-height: 28px;
  color: #00091C;
  font-family: "Poppins-Medium";
  text-decoration: none;
}

footer .lft .adDtl .otD .ph a:hover {
  color: #CC9933;
}

footer .lft .adDtl .otD .Scl {
  width: 100%;
  padding-top: 30px;
}

footer .lft .adDtl .otD .Scl li {
  float: left;
}

footer .lft .adDtl .otD .Scl li a {
  text-decoration: none;
  padding-right: 20px;
  margin-right: 8px;
}

footer .lft .adDtl .otD .Scl li a:hover {
  opacity: 0.6;
}

footer .rgt {
  width: 62%;
  float: left;
  padding-top: 85px;
  padding-left: 203px;
  background-color: #00091c;
  position: relative;
  z-index: 1;
}

footer .rgt .fstS {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 80px;
}

footer .rgt .fstS .prMn {
  width: 38%;
  float: left;
}

footer .rgt .fstS .prMn ul li {
  margin-bottom: 28px;
}

footer .rgt .fstS .prMn ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: "Bahnschrift";
  text-decoration: none;
}

footer .rgt .fstS .prMn ul li a:hover {
  color: #CC9933;
}

footer .rgt .fstS .nwLtr {
  width: 50%;
  float: left;
  padding-top: 0px;
}

footer .rgt .fstS .nwLtr .ttN {
  font-size: 26px;
  line-height: 36px;
  font-family: "Bahnschrift";
  color: #fff;
}

footer .rgt .fstS .nwLtr .mpL {
  width: 100%;
  margin: 0px auto;
  padding-right: 40px;
  padding-top: 16px;
}

footer .rgt .fstS .nwLtr .mpL iframe {
  width: 100%;
  height: 240px;
}

footer .rgt .fstS .nwLtr .sbN {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 10px;
}

footer .rgt .fstS .nwLtr .sbN a {
  font-size: 16px;
  line-height: 26px;
  color: #CC9933;
  text-decoration: none;
}

footer .rgt .fstS .nwLtr form {
  width: 100%;
  margin-top: 37px;
  position: relative;
}

footer .rgt .fstS .nwLtr form input {
  width: 100%;
  border-radius: 0px;
  height: 60px;
}

footer .rgt .fstS .nwLtr form button {
  height: 60px;
  background-color: #CC9933;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 10px;
  color: #fff;
  border: 1px solid #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 120px;
  font-family: "Bahnschrift";
}

footer .rgt .fstS .nwLtr form button:hover {
  background-color: #020E2B;
  color: #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .rgt .fstS .nwLtr .sbTx {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  padding-top: 10px;
  font-family: "Poppins-Light";
}

footer .rgt .scdS {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 72px;
}

footer .rgt .scdS .cpR {
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 1px;
}

footer .rgt .scdS .cpR span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  opacity: 0.6;
  font-family: "Bahnschrift";
  letter-spacing: 1px;
}

footer .rgt .scdS .aur {
  float: right;
  font-size: 14px;
  display: none;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Poppins-Light";
}

footer .rgt .scdS .aur a {
  padding-top: 1px;
  display: inline-block;
}

footer .rgt .scdS .aur a:hover {
  opacity: 0.6;
}

.inrBr {
  width: 100%;
  margin: 0px auto;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 520px;
  position: relative;
}

.inrBr::after {
  position: absolute;
  content: '';
  width: 100%;
  margin: 0px auto;
  left: 0px;
  top: 0px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 14, 43, 0.6)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to bottom, rgba(2, 14, 43, 0.6), rgba(2, 14, 43, 0));
}

.inrBr .ttBx {
  position: absolute;
  bottom: 80px;
  border-left: 12px solid #CC9933;
}

.inrBr .ttBx .tt {
  font-size: 48px;
  line-height: 48px;
  font-family: "Bahnschrift";
  text-transform: uppercase;
  color: #fff;
  padding-left: 40px;
  font-weight: 700;
}

.inrBr .vtAt {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 88px;
  height: 424px;
  background-color: #020e2b;
}

.inrBr .vtAt span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  width: 670px;
  height: 30px;
  right: -298px;
  position: absolute;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
}

.about_inr {
  width: 100%;
  margin: 0px auto;
  background-color: #e5e5e5;
  position: relative;
  padding-bottom: 150px;
}

.about_inr::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 100%;
  background-color: #020E2B;
  right: 0px;
  top: 0px;
}

.about_inr::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 230px;
  background-color: #020E2B;
  right: 0px;
  bottom: 0px;
}

.about_inr .lft {
  width: 55%;
  float: left;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.about_inr .lft .ttLsc {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 50px;
  padding-left: 70px;
  overflow: hidden;
}

.about_inr .lft .ttLsc .tt {
  font-size: 18px;
  line-height: 22px;
  font-family: "Bahnschrift";
  color: #020E2B;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.about_inr .lft .imgSc {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_inr .lft .imgSc img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_inr .lft .imgSc:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_inr .lft .imgSc .ttCt {
  position: absolute;
  left: 90px;
  right: 0px;
  top: 50%;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-family: "Bahnschrift";
  font-weight: 700;
  margin: 0px auto;
  margin-top: -60px;
  text-transform: uppercase;
}

.about_inr .rgt {
  width: 45%;
  float: left;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}

.about_inr .rgt .cntB {
  background-color: #020E2B;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Light";
  padding: 242px 78px 88px;
}

.contact_inr {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.contact_inr::after {
  position: absolute;
  content: '';
  width: 230px;
  height: 100%;
  background-color: #020E2B;
  bottom: 0px;
  left: 0px;
}

.contact_inr .cmpTls {
  width: 100%;
  margin: 0px auto;
  padding-top: 95px;
  padding-bottom: 0px;
  background-color: #020E2B;
  position: relative;
  z-index: 1;
}

.contact_inr .cmpTls .ttl {
  float: left;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-family: "Bahnschrift";
}

.contact_inr .lft {
  width: 50%;
  float: left;
  background-color: #020E2B;
  position: relative;
  z-index: 1;
  padding-right: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_inr .lft form {
  width: 100%;
  margin: 0px auto;
}

.contact_inr .lft form input {
  width: 100%;
  border-radius: 0px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #fff;
}

.contact_inr .lft form textarea {
  width: 100%;
  border-radius: 0px;
  height: 130px;
  background-color: #fff;
  border: 1px solid #fff;
}

.contact_inr .lft form button {
  background-color: #CC9933;
  color: #fff;
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  height: 70px;
  width: 200px;
  border: 1px solid #CC9933;
  letter-spacing: 2;
}

.contact_inr .lft form button:hover {
  background-color: transparent;
  color: #CC9933;
  letter-spacing: 3;
}

.contact_inr .lft form ul li {
  margin-bottom: 18px;
}

.contact_inr .rgt {
  width: 50%;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.contact_inr .rgt .mpBx {
  width: 100%;
}

.contact_inr .rgt .mpBx iframe {
  width: 100%;
  height: 986px;
}

.cntDtls {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 130px;
  position: relative;
  padding-top: 100px;
}

.cntDtls::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60%;
  height: 360px;
}

.cntDtls .ttl {
  width: 14%;
  float: left;
  position: relative;
  z-index: 1;
}

.cntDtls .ttl span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #020E2B;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  top: 294px;
  left: -63px;
  width: 198px;
  height: 88px;
  font-weight: 700;
  text-transform: uppercase;
}

.cntDtls .cntD {
  width: 86%;
  float: left;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}

.cntDtls .cntD .phBx {
  width: 33.33%;
  float: left;
  padding-right: 2px;
}

.cntDtls .cntD .phBx ul {
  width: 100%;
  background-color: #020E2B;
  padding: 70px 50px;
  min-height: 340px;
  position: relative;
}

.cntDtls .cntD .phBx ul::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  background-color: #CC9933;
  top: 0px;
}

.cntDtls .cntD .phBx ul li {
  margin-bottom: 25px;
}

.cntDtls .cntD .phBx ul li label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Bahnschrift";
  color: #CC9933;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.cntDtls .cntD .phBx ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Poppins-Light";
  display: block;
  text-decoration: none;
}

.cntDtls .cntD .phBx ul li a:hover {
  opacity: 0.6;
}

.cntDtls .cntD .emB {
  width: 33.33%;
  float: left;
  padding-right: 2px;
}

.cntDtls .cntD .emB ul {
  width: 100%;
  background-color: #020E2B;
  padding: 70px 50px;
  min-height: 340px;
  position: relative;
}

.cntDtls .cntD .emB ul::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  background-color: #CC9933;
  bottom: 0px;
}

.cntDtls .cntD .emB ul li {
  margin-bottom: 25px;
}

.cntDtls .cntD .emB ul li label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Bahnschrift";
  color: #CC9933;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.cntDtls .cntD .emB ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Poppins-Light";
  display: block;
  text-decoration: none;
}

.cntDtls .cntD .emB ul li a:hover {
  opacity: 0.6;
}

.cntDtls .cntD .adS {
  width: 33.33%;
  float: left;
  background-color: #020E2B;
  padding: 70px 50px;
  min-height: 340px;
  position: relative;
}

.cntDtls .cntD .adS::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  background-color: #CC9933;
  top: 0px;
}

.cntDtls .cntD .adS label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Bahnschrift";
  color: #CC9933;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 2px;
  display: block;
}

.cntDtls .cntD .adS .cntv {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Poppins-Light";
}

.chrmsg {
  width: 100%;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #020E2B;
}

.chrmsg .lft {
  width: 30%;
  float: left;
  padding-top: 50px;
}

.chrmsg .lft .ttl {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-family: "Bahnschrift";
  padding-left: 45px;
  border-left: 12px solid #CC9933;
  text-transform: uppercase;
}

.chrmsg .rgt {
  width: 70%;
  float: left;
}

.chrmsg .rgt .cnt {
  width: 100%;
  margin: 0px auto;
  padding: 35px 6px 0px 66px;
  position: relative;
}

.chrmsg .rgt .cnt::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 76px;
  background: url(../images/quotation-marks.svg) no-repeat center;
  left: -12px;
  top: 0px;
  background-color: #020E2B;
}

.chrmsg .rgt .cnt p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins-Light";
}

.chrmsg .rgt .cnt p img {
  float: left;
  width: 44px;
  margin-right: 18px;
}

.chrmsg .rgt .cnt .nmS {
  position: relative;
  display: inline-block;
  width: 96%;
  padding-top: 8px;
}

.chrmsg .rgt .cnt .nmS::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 40px;
  background: url(../images/quotation-marks_02.svg) no-repeat center;
  right: -42px;
  top: -3px;
  background-color: #020E2B;
  display: none;
}

.chrmsg .rgt .cnt .nmS span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
}

.chrmsg .rgt .cnt .nmS .fts {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  font-family: "Bahnschrift";
  color: #CC9933;
  text-transform: uppercase;
}

.chrmsg .rgt .cnt .nmS .scd {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  font-family: "Bahnschrift";
  color: #CC9933;
  text-transform: uppercase;
}

.msVsn {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-bottom: 130px;
}

.msVsn::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 640px;
  background-color: #f1f1f1;
  left: 0px;
  top: 0px;
}

.msVsn .lft {
  width: 66%;
  float: left;
  position: relative;
  z-index: 1;
}

.msVsn .lft .ttLB {
  width: 17%;
  float: left;
  position: relative;
  z-index: 1;
}

.msVsn .lft .ttLB span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #020E2B;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  top: 351px;
  left: -63px;
  width: 238px;
  height: 88px;
  font-weight: 700;
  text-transform: uppercase;
}

.msVsn .lft .mV {
  width: 83%;
  float: left;
  padding-top: 125px;
  background-color: #f1f1f1;
}

.msVsn .lft .mV .ttl {
  font-size: 28px;
  line-height: 44px;
  font-family: "Poppins-SemiBold";
  color: #020E2B;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.msVsn .lft .mV .ttl .ic {
  float: left;
  width: 44px;
  height: 44px;
  background-color: #020E2B;
  margin-right: 8px;
  padding: 6px;
  border-radius: 2px;
}

.msVsn .lft .mV .cnt {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Light";
  color: #000;
}

.msVsn .lft .mV .msC {
  width: 100%;
  background-color: #e5e5e5;
  padding: 50px 70px 0px;
}

.msVsn .lft .mV .vsSc {
  width: 100%;
  background-color: #e5e5e5;
  padding: 40px 70px 60px;
}

.msVsn .lft .vsImg {
  width: 100%;
  margin: 0px auto;
  height: 470px;
  background: url(../images/vsm_img.jpg) no-repeat center;
  background-size: cover;
}

.msVsn .lft .vsImg img {
  width: 100%;
}

.msVsn .rgt {
  width: 34%;
  float: left;
  padding-top: 125px;
  background-color: #f1f1f1;
}

.msVsn .rgt .vlSc {
  width: 100%;
  background-image: url(../images/vl_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 905px;
  padding: 90px 70px 60px;
  position: relative;
}

.msVsn .rgt .vlSc::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background: rgba(2, 14, 43, 0.9);
  width: 100%;
  height: 100%;
}

.msVsn .rgt .vlSc .vl {
  position: relative;
  z-index: 1;
}

.msVsn .rgt .vlSc .vl .ttl {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2px;
  font-family: "Bahnschrift";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.msVsn .rgt .vlSc .vl .cnt p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Light";
}

.msVsn .rgt .vlSc .vl .cnt ul li {
  margin-bottom: 16px;
}

.msVsn .rgt .vlSc .vl .cnt ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Light";
  float: left;
  margin-bottom: 0px;
}

.msVsn .rgt .vlSc .vl .cnt ul li span {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins-SemiBold";
  padding-right: 10px;
  float: left;
}

.msVsn .rgt .vlSc .vl .cnt ul li .ivc {
  width: 100%;
  height: 30px;
  float: left;
}

.msVsn .rgt .vlSc .vl .cnt ul li .ivc .im {
  width: 35px;
  padding-right: 8px;
  float: left;
}

ul.dropdown.mg .mnFb {
  width: 50%;
  float: left;
  padding: 0px 5px;
}

ul.dropdown.mg .mnFb a {
  margin: 0px auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

ul.dropdown.mg .mnFb a::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 90px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 14, 43, 0.9)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to top, rgba(2, 14, 43, 0.9), rgba(2, 14, 43, 0));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

ul.dropdown.mg .mnFb a .ct {
  position: absolute;
  bottom: 20px;
  left: 0px;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Bahnschrift";
  text-transform: uppercase;
}

ul.dropdown.mg .mnFb a:hover::after {
  top: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

ul.dropdown.mg .mnFb a:hover .ct {
  bottom: 50%;
  margin-bottom: -14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.prts_sc {
  width: 100%;
  margin: 0px auto;
  padding-top: 130px;
  padding-bottom: 140px;
}

section.prts_sc .prtBx {
  width: 100%;
  margin: 0px auto;
}

section.prts_sc .prtBx ul li {
  width: 50%;
  float: left;
  padding: 15px 12px;
}

section.prts_sc .prtBx ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
}

section.prts_sc .prtBx ul li a .im {
  width: 50%;
  margin: 0px auto;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  float: left;
}

section.prts_sc .prtBx ul li a .im::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(2, 14, 43, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.prts_sc .prtBx ul li a .im img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.prts_sc .prtBx ul li a .bBd {
  position: absolute;
  left: -18px;
  bottom: -50px;
  background-color: #020e2b;
  padding: 10px 12px 8px 17px;
  z-index: 4;
}

section.prts_sc .prtBx ul li a .bBd img {
  float: left;
  line-height: 22px;
  width: auto;
}

section.prts_sc .prtBx ul li a .bBd span {
  float: left;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  font-family: "Bahnschrift";
}

section.prts_sc .prtBx ul li a .bBd .bth {
  float: left;
  padding-right: 15px;
}

section.prts_sc .prtBx ul li a .bBd .bed {
  float: left;
}

section.prts_sc .prtBx ul li a .prtDt {
  width: 50%;
  float: right;
  position: relative;
}

section.prts_sc .prtBx ul li a .prtDt .pdBxs {
  width: 100%;
  padding: 35px 30px;
  background-color: #e5e5e5;
}

section.prts_sc .prtBx ul li a .prtDt .dtl {
  float: left;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #020E2B;
  line-height: 22px;
  letter-spacing: 1px;
  width: 100%;
  padding-right: 100px;
  margin-bottom: 15px;
}

section.prts_sc .prtBx ul li a .prtDt .dtl span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #CC9933;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.prts_sc .prtBx ul li a .prtDt .dtBt {
  float: right;
  position: absolute;
  right: 0px;
  bottom: -50px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-decoration: underline;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #CC9933;
  padding: 10px 20px;
}

section.prts_sc .prtBx ul li a:hover .prtDt .dtBt {
  color: #fff;
  background-color: #020E2B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.prts_sc .prtBx ul li a:hover .im::after {
  background: rgba(2, 14, 43, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.prts_sc .prtBx ul li a:hover .im img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prtDtls {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-bottom: 130px;
  background-color: #f1f1f1;
}

.prtDtls::after {
  position: absolute;
  content: '';
  left: 0px;
  width: 68%;
  height: 600px;
  background-color: #020E2B;
  top: 0px;
}

.prtDtls .lft {
  width: 62%;
  float: left;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}

.prtDtls .lft .ttlSc {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.prtDtls .lft .ttlSc .tt {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-family: "Bahnschrift";
}

.prtDtls .lft .ttlSc .tt span {
  font-size: 20px;
  line-height: 32px;
  color: #CC9933;
  font-family: "Bahnschrift";
  float: right;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  letter-spacing: 2px;
}

.prtDtls .lft .ttlSc .lcS {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-family: "Bahnschrift";
  opacity: 0.6;
  margin-top: 8px;
}

.prtDtls .lft .dtlDSpn {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  padding: 50px 52px;
}

.prtDtls .lft .dtlDSpn .dtps {
  width: 100%;
}

.prtDtls .lft .dtlDSpn .dtps .tt {
  font-size: 28px;
  line-height: 34px;
  font-family: "Bahnschrift";
  color: #020E2B;
  margin-bottom: 20px;
}

.prtDtls .lft .dtlDSpn .dtps p {
  font-size: 16px;
  line-height: 30px;
}

.prtDtls .rgt {
  width: 38%;
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 233px;
}

.prtDtls .rgt .ptDtsb {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  padding: 60px 42px;
}

.prtDtls .rgt .ptDtsb .ptId {
  font-size: 20px;
  line-height: 26px;
  color: #020E2B;
  font-family: "Bahnschrift";
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}

.prtDtls .rgt .ptDtsb .ptId span {
  font-size: 20px;
  line-height: 26px;
  color: #CC9933;
  font-family: "Bahnschrift";
  font-weight: 700;
}

.prtDtls .rgt .ptDtsb .ptId .btn {
  float: right;
}

.prtDtls .rgt .ptDtsb .ptId .btn a {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #020E2B;
  padding: 7px 14px;
  border: 1px solid #020E2B;
  text-decoration: none;
  margin-top: -10px;
}

.prtDtls .rgt .ptDtsb .ptId .btn a:hover {
  background-color: #020E2B;
  color: #fff;
}

.prtDtls .rgt .ptDtsb .dtSc {
  width: 100%;
  padding-top: 30px;
}

.prtDtls .rgt .ptDtsb .dtSc .bdDts {
  width: 100%;
}

.prtDtls .rgt .ptDtsb .dtSc .bdDts span {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: "Poppins-Light";
  color: #020E2B;
  padding-top: 10px;
}

.prtDtls .rgt .ptDtsb .dtSc .bdDts .bth {
  float: left;
  padding-right: 28px;
}

.prtDtls .rgt .ptDtsb .dtSc .bdDts .bed {
  float: left;
}

.prtDtls .rgt .ptDtsb .dtSc .ftrDv {
  width: 100%;
  padding-top: 30px;
}

.prtDtls .rgt .ptDtsb .dtSc .ftrDv .tt {
  font-size: 28px;
  line-height: 34px;
  font-family: "Bahnschrift";
  color: #020E2B;
  margin-bottom: 20px;
}

.prtDtls .rgt .ptDtsb .dtSc .ftrDv ul li {
  font-size: 16px;
  line-height: 30px;
  width: 50%;
  float: left;
  color: #000;
  padding: 5px 10px;
  padding-left: 40px;
  position: relative;
}

.prtDtls .rgt .ptDtsb .dtSc .ftrDv ul li::after {
  position: absolute;
  content: '';
  background: url(../images/check.png) no-repeat center;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 9px;
  background-size: contain;
}

.prtDtls .rgt .ptDtsb .dtSc .adDts {
  width: 100%;
  padding-top: 38px;
}

.prtDtls .rgt .ptDtsb .dtSc .adDts .tt {
  font-size: 28px;
  line-height: 34px;
  font-family: "Bahnschrift";
  color: #020E2B;
  margin-bottom: 20px;
}

.prtDtls .rgt .ptDtsb .dtSc .adDts ul li {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 5px 10px;
}

.prtDtls .rgt .ptDtsb .dtSc .adDts ul li:nth-child(even) {
  background-color: #f5f5f5;
}

.prtDtls .slick-prev, .prtDtls .slick-next {
  top: 458px;
}

.news_inr {
  width: 100%;
  margin: 0px auto;
  padding-top: 120px;
  padding-bottom: 130px;
}

.news_inr .sgNw {
  width: 50%;
  float: left;
  padding: 0px 12px;
  margin-bottom: 40px;
}

.news_inr .sgNw .bx {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

.news_inr .sgNw .bx:hover .imS {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.news_inr .sgNw .bx:hover .imS img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .bx:hover .imS::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(204, 153, 51, 0.9)), to(rgba(204, 153, 51, 0)));
  background: linear-gradient(to top, rgba(204, 153, 51, 0.9), rgba(204, 153, 51, 0));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .bx:hover .dtB span {
  color: #020E2B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .bx:hover .ttlCn .mRc span {
  color: #CC9933;
}

.news_inr .sgNw .imS {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .imS img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .imS::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 350px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 14, 43, 0.9)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to top, rgba(2, 14, 43, 0.9), rgba(2, 14, 43, 0));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .imS .dtB {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 30px;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .imS .dtB span {
  color: #CC9933;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news_inr .sgNw .ttlCn {
  width: 100%;
  margin: 0px auto;
  background-color: #020E2B;
}

.news_inr .sgNw .ttlCn .tlC {
  width: 90%;
  float: left;
  padding: 30px 26px;
  background-color: #e5e5e5;
}

.news_inr .sgNw .ttlCn .tlC .tt {
  font-size: 32px;
  line-height: 32px;
  font-family: "Bahnschrift";
  color: #020E2B;
  font-weight: 700;
  margin-bottom: 18px;
}

.news_inr .sgNw .ttlCn .tlC .tt span {
  font-family: "Bahnschrift";
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  color: #000;
  padding-top: 3px;
}

.news_inr .sgNw .ttlCn .tlC .Cnt {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.news_inr .sgNw .ttlCn .mRc {
  width: 10%;
  float: left;
  position: relative;
  background-color: #020E2B;
  height: 180px;
}

.news_inr .sgNw .ttlCn .mRc span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  width: 125px;
  height: 30px;
  right: -30px;
  position: absolute;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  top: 73px;
}

.newsDtls {
  width: 100%;
  margin: 0px auto;
  padding-top: 70px;
  padding-bottom: 130px;
  background-color: #e5e5e5;
  position: relative;
}

.newsDtls::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 68%;
  height: 500px;
  background-color: #020E2B;
}

.newsDtls .ttlNw {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: "Bahnschrift";
  letter-spacing: 5px;
  float: right;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 60px;
  padding-right: 60px;
}

.newsDtls .nxBx {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
}

.newsDtls .nxBx .lft {
  width: 50%;
  float: left;
}

.newsDtls .nxBx .rgt {
  width: 50%;
  float: left;
  background-color: #fff;
}

.newsDtls .nxBx .rgt .ctBs {
  width: 100%;
  margin: 0px auto;
  padding: 40px 60px;
}

.newsDtls .nxBx .rgt .ctBs .tt {
  font-size: 32px;
  line-height: 32px;
  font-family: "Bahnschrift";
  color: #020E2B;
  font-weight: 700;
  margin-bottom: 20px;
}

.newsDtls .nxBx .rgt .ctBs .tt span {
  font-family: "Bahnschrift";
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  color: #000;
  padding-top: 3px;
}

.newsDtls .nxBx .rgt .ctBs .Cnt {
  width: 100%;
  margin: 0px auto;
}

.newsDtls .nxBx .rgt .ctBs .Cnt p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.newsDtls .nxBx .rgt .ctBs .Cnt .dtB {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newsDtls .nxBx .rgt .ctBs .Cnt .dtB span {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}

.newsDtls .nxBx .flCt {
  width: 100%;
}

.newsDtls .nxBx .flCt p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.careers {
  width: 100%;
  margin: 0px auto;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}

.careers::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 680px;
  background-color: #f1f1f1;
  left: 0px;
  top: 0px;
}

.careers .lft {
  width: 70%;
  float: left;
  position: relative;
  z-index: 1;
}

.careers .lft .ttLft {
  width: 20%;
  float: left;
  position: relative;
}

.careers .lft .ttLft span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #020E2B;
  font-family: "Bahnschrift";
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  top: 351px;
  left: -44px;
  width: 216px;
  height: 88px;
  font-weight: 700;
  text-transform: uppercase;
}

.careers .lft .crBx {
  width: 80%;
  margin: 0px auto;
  padding: 60px 68px 50px;
  background-color: #020E2B;
  float: left;
}

.careers .lft .crBx .ttlS {
  width: 100%;
  margin: 0px auto;
  font-family: "Bahnschrift";
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #fff;
}

.careers .lft .crBx .cnt {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.careers .lft .crBx form {
  width: 100%;
  margin: 0px auto;
  padding-top: 40px;
}

.careers .lft .crBx form ul li {
  margin-bottom: 20px;
}

.careers .lft .crBx form ul li input {
  width: 100%;
  margin: 0px auto;
  height: 68px;
  border-radius: 2px;
}

.careers .lft .crBx form ul li textarea {
  width: 100%;
  margin: 0px auto;
  height: 100px;
  border-radius: 2px;
}

.careers .lft .crBx form ul li button {
  height: 68px;
  background-color: #CC9933;
  padding: 4px 10px;
  color: #fff;
  border: 1px solid #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 170px;
  font-family: "Bahnschrift";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 2px;
}

.careers .lft .crBx form ul li button:hover {
  background-color: #020E2B;
  color: #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.careers .lft .crBx form ul .flChs input {
  background-color: #fff;
  padding: 24px 20px;
}

.careers .lft .crBx form ul .flChs .flDsc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-top: 6px;
}

.careers .lft .crBx form ul .hlF {
  width: 50%;
  float: left;
}

.careers .lft .crBx form ul .hlF.lt {
  padding-right: 10px;
}

.careers .lft .crBx form ul .hlF.rt {
  padding-left: 10px;
}

.careers .rgt {
  width: 30%;
  float: left;
  position: relative;
  z-index: 1;
}

.careers .rgt .crIm {
  width: 100%;
  height: 788px;
  background: url(../images/career-img.png) no-repeat center;
}

.gallery_dv {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 130px;
  position: relative;
  background-color: #f1f1f1;
}

.gallery_dv::after {
  position: absolute;
  content: '';
  width: 60%;
  margin: 0px auto;
  height: 400px;
  background-color: #020E2B;
  left: 0px;
  top: 0px;
}

.gallery_dv .spBd {
  width: 100%;
  margin: 0px auto;
  padding-top: 120px;
}

.gallery_dv .ttlS {
  font-size: 18px;
  line-height: 25px;
  font-family: "Bahnschrift";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #020E2B;
  z-index: 1;
  position: relative;
  float: right;
}

.gallery_dv .filters {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 46px;
  position: relative;
  z-index: 1;
}

.gallery_dv .filters ul {
  float: left;
}

.gallery_dv .filters ul li {
  float: left;
  font-weight: 700;
  padding-right: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-family: "Bahnschrift";
  font-size: 16px;
  line-height: 26px;
}

.gallery_dv .filters ul li:hover {
  color: #CC9933;
}

.gallery_dv .filters ul li.active {
  color: #CC9933;
}

.gallery_dv .filters-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.gallery_dv .filters-content .thumb {
  width: 33.33%;
}

.gallery_dv .filters-content .thumb .item {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery_dv .filters-content .thumb .item:hover .p-inner {
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery_dv .filters-content .thumb .item:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery_dv .filters-content .thumb .item a.imSp {
  position: relative;
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gallery_dv .filters-content .thumb .item a.imSp::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #020E2B;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  top: 50%;
  display: none;
}

.gallery_dv .filters-content .thumb .item a.imSp figure {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.gallery_dv .filters-content .thumb .item a.imSp figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery_dv .filters-content .thumb .item .p-inner {
  position: absolute;
  left: 0px;
  bottom: -120px;
  width: 100%;
  padding: 34px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 14, 43, 0.9)), to(rgba(2, 14, 43, 0)));
  background: linear-gradient(to top, rgba(2, 14, 43, 0.9), rgba(2, 14, 43, 0));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery_dv .filters-content .thumb .item .p-inner .ct {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-family: "Bahnschrift";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery_dv .filters-content .thumb .item .p-inner button {
  font-size: 16px;
  line-height: 22px;
  color: #CC9933;
  font-family: "Bahnschrift";
  letter-spacing: 1px;
  padding-top: 2px;
  display: block;
  background-color: transparent;
  border: none;
  padding: 10px 0px;
  text-decoration: underline;
}

.wtsap {
  position: fixed;
  bottom: 74px;
  right: 28px;
  z-index: 9999;
}

/* Outer Cursor Circle */
.cursor--outer {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* Inner Cursor Circle */
.cursor--inner {
  width: 4px;
  height: 4px;
  position: fixed;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 11000;
  background: #232323;
}

/**
 * preloader
 */
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.loading {
  margin: 10% auto;
  border-top: 6px solid #CC9933;
  width: 125px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 999999;
}

.spin {
  -webkit-animation: spin .4s infinite linear;
  animation: spin .4s infinite linear;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.class {
  -webkit-animation: none;
  animation: none;
}

.up {
  background-color: #020E2B;
  width: 100%;
  height: 50%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.down {
  background-color: #020E2B;
  width: 100%;
  height: 50%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.left-text-con,
.right-text-con {
  position: absolute;
  width: 50%;
  height: auto;
  top: 35%;
}

.left-text-con {
  left: -50%;
  text-align: right;
  margin-right: 10px;
}

.right-text-con {
  right: -50%;
}

.text {
  color: #34495e;
  font-size: 4em;
  margin: 0 auto;
}

@media (max-height: 300px) {
  .text {
    font-size: 3em;
  }
  .left-text-con,
  .right-text-con {
    top: 20%;
  }
}

.anchor-user {
  font-size: 3em;
  position: relative;
  bottom: 0;
  right: 20px;
  color: #000;
}

.anchor-user:hover {
  color: #039be5;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

/**
 * MultiSelect-dropdown
 */
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cssanimations .animated {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .animated {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
 * dropdown
 */
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 20px 2px 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 47%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  border: 1px solid #ccc;
  padding: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li a {
  color: #2d2d2d;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 8px;
  display: inline-block;
  min-width: 58px;
  line-height: 20px;
}

.dd-menu li a:hover {
  background-color: #000;
}

.dd-menu li a {
  display: block;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

/**
 * Modals ($modals)
 */
.modal,
.modal-box {
  z-index: 9999;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  overflow-y: hidden;
}

.glry_im {
  padding-top: 70px;
}

.modal-box {
  position: relative;
  max-width: 760px;
  margin: 40px auto;
  -webkit-animation-name: modalbox;
          animation-name: modalbox;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
          animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

.modal-box .bxm {
  width: 100%;
  position: relative;
  padding: 40px;
}

.modal-box .bxm::after {
  width: 100%;
  content: '';
  height: 200px;
  background-color: #020E2B;
  position: absolute;
  top: 0px;
  left: 0px;
}

.modal-box .ttl {
  padding: 0px 22px 12px;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
  font-family: "Bahnschrift";
  position: relative;
  z-index: 1;
}

.modal-box form {
  width: 100%;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.modal-box form ul {
  display: inline-block;
}

.modal-box form ul li {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}

.modal-box form ul li input {
  width: 100%;
  height: 54px;
  border-radius: 2px;
  padding: 4px 23px;
  border: 2px solid #ccc;
}

.modal-box form ul li textarea {
  width: 100%;
  height: 100px;
  border-radius: 2px;
  padding: 15px 25px;
  border: 2px solid #ccc;
}

.modal-box form ul li.hfFt {
  width: 50%;
  float: left;
  padding-right: 6px;
}

.modal-box form ul li.hfSc {
  width: 50%;
  float: left;
  padding-left: 6px;
}

.modal-box form ul li button {
  height: 54px;
  border-radius: 2px;
  padding: 4px 30px;
  width: 180px;
  background-color: #CC9933;
  font-family: "Poppins-Medium";
  color: #fff;
  border: 2px solid #CC9933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-box form ul li button:hover {
  background-color: transparent;
  letter-spacing: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #CC9933;
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-box .close-modal {
  color: #fff !important;
}

.modal-body {
  background: #ECEFF1;
  border-radius: 4px;
}

.close-modal {
  text-align: right;
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 10px;
  font-size: 20px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/* Aditional Styles */
.modal-trigger, button {
  text-decoration: none;
}

.modal-trigger {
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}

.modal-box .tab_wrapper > ul li {
  padding: 21px 10px;
  margin: 0px auto;
  font-size: 15px;
  line-height: 20px;
  width: 204px;
  min-height: 89px;
  text-align: center;
}

.modal-box li.hfF {
  width: 85%;
  float: left;
}

.modal-box li.ls {
  width: 15%;
  float: left;
}

.modal-box .frmSc .frB ul li button {
  margin-top: 27px;
  height: 45px;
  width: 100%;
}

.modal-box .tab_wrapper {
  margin-top: 0px;
}

.modal-box .close-modal {
  z-index: 10;
  color: #000;
}

.modal-box li.trd {
  width: 33.33%;
  float: left;
}

.modal-box li.trh {
  width: 16.66%;
  float: left;
}

.modal-box .frmSc .frB ul li {
  margin-bottom: 14px;
  padding-right: 6px;
}

.modal-box input.form-control {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  font-family: "Poppins-Light";
  border: none;
  padding: 0px 18px;
  height: 52px;
  border: 1px solid #f2f2f2;
}

.modal-box input[type="time"] {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  font-family: "Poppins-Light";
  border: none;
  padding: 0px 18px;
  height: 52px;
  border: 1px solid #f2f2f2;
}

.modal-box .tab_wrapper > ul {
  text-align: left;
}

@media only screen and (max-width: 1780px) {
  header .logo a {
    width: 320px;
    padding: 23px 20px;
  }
  .properties .prts {
    padding-top: 58px;
  }
  .properties .vwBt {
    padding-top: 76px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    right: 170px;
    width: 49%;
  }
  .ftr_properties .rgt .sdBx .cnt .btns {
    left: 343px;
  }
  .amz_properties .rgt .ampDtls {
    max-width: 354px;
    padding-right: 20px;
  }
  .companies .cpSdr {
    padding-right: 110px;
  }
  section.companies .slick-next {
    right: -110px;
  }
  section.companies .slick-prev {
    right: -55px;
  }
  section.companies .slick-dots {
    right: -73px;
  }
  .companies .cpSdr .slDv .cmpB {
    padding: 64px 55px;
  }
  .companies {
    padding-bottom: 96px;
  }
  .companies .slick-prev, .companies .slick-next {
    top: 262px;
  }
  footer .rgt {
    padding-left: 124px;
  }
  .companies .slick-dots {
    top: 168px;
  }
  .inrBr {
    min-height: 455px;
  }
  .inrBr .vtAt {
    height: 374px;
  }
  .inrBr .vtAt span {
    top: -18px;
  }
  .gallery_dv .filters-content .thumb .item .p-inner {
    padding: 22px 30px;
  }
  .about_inr .rgt .cntB {
    padding: 200px 72px 88px;
  }
  .msVsn .rgt .vlSc {
    padding: 70px 58px 60px;
  }
  .msVsn .rgt .vlSc {
    height: 912px;
  }
}

@media only screen and (max-width: 1580px) {
  header .logo img {
    max-width: 200px;
  }
  header .logo a {
    width: 276px;
    padding: 26px 20px;
  }
  section.banner .slDv .bnrTx {
    margin-left: 7.5%;
  }
  section.banner .slDv .bnrTx .ttl {
    padding-top: 56px;
  }
  section.banner .slDv .bnrTx .lct {
    padding-top: 20px;
  }
  section.banner .slDv .bnrTx .btns a {
    padding: 12px 8px;
  }
  section.banner .slDv .bnrTx .ttl {
    font-size: 24px;
    line-height: 28px;
  }
  section.banner .slDv .bnrTx {
    width: 300px;
  }
  section.banner .slDv .vtKb {
    height: 498px;
  }
  section.banner .slick-dots {
    top: 446px;
    right: 29px;
  }
  section.banner .slick-prev, section.banner .slick-next {
    top: 526px;
  }
  section.banner .slDv {
    padding-top: 320px;
    padding-bottom: 210px;
  }
  section.banner .slDv .vtKb span {
    font-size: 14px;
    top: 26px;
  }
  .properties .prts {
    padding-top: 36px;
  }
  .properties {
    padding-top: 110px;
  }
  .properties .prts ul li {
    padding: 8px 8px;
  }
  .properties .prts ul li a .prtDt .dtl {
    padding-right: 64px;
  }
  .properties .prts ul li a .prtDt {
    padding: 16px;
  }
  .properties .vwBt {
    padding-top: 50px;
  }
  .properties .vwBt a {
    width: 262px;
    font-size: 16px;
    padding: 10px 10px;
  }
  .ftr_properties .lft .ftBx .ttl {
    font-size: 32px;
    line-height: 36px;
  }
  .ftr_properties .lft .ftBx {
    padding: 136px 50px;
  }
  .ftr_properties .rgt .sdBx .im {
    min-height: 672px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    padding: 48px 38px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl {
    font-size: 24px;
    line-height: 28px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns {
    left: 280px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl .prs {
    font-size: 22px;
    line-height: 26px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns a {
    padding: 15px 24px;
  }
  .ftr_properties .rgt .sdBx .cnt .cntbs {
    padding-right: 0px;
  }
  .ftr_properties .rgt .sdBx .cnt .cntbs p {
    font-size: 15px;
  }
  .ftr_properties .rgt .slDv {
    padding-top: 77px;
  }
  .properties {
    padding-bottom: 40px;
  }
  .ftr_properties .rgt .vtKb span {
    font-size: 14px;
  }
  .ftr_properties .rgt .vtKb {
    height: 510px;
  }
  .ftr_properties .slick-dots {
    top: 455px;
  }
  .ftr_properties .slick-prev, .ftr_properties .slick-next {
    top: 538px;
  }
  .ftr_properties .lft .ftBx {
    min-height: 633px;
  }
  .amz_properties .lft .amPrt .ct {
    font-size: 52px;
    line-height: 56px;
  }
  .amz_properties .rgt .ampDtls .ct {
    font-size: 15px;
    line-height: 28px;
  }
  .amz_properties .rgt .ampDtls ul .spBtn a {
    margin-top: 28px;
  }
  .amz_properties .rgt .ampDtls ul .ctB a {
    font-size: 16px;
    line-height: 28px;
  }
  .amz_properties .rgt .ampDtls ul .spBtn a {
    font-size: 16px;
    line-height: 28px;
    padding: 15px 26px;
  }
  .amz_properties .rgt {
    padding-top: 163px;
  }
  .amz_properties::after {
    height: 626px;
  }
  .newSec .lft .ttl span {
    font-size: 32px;
    line-height: 38px;
  }
  .newSec .lft .sdNw .slDv .sdCnt .tts {
    font-size: 22px;
    line-height: 28px;
  }
  .newSec .lft .sdNw .slDv .sdCnt {
    width: 54%;
    padding: 38px 36px;
  }
  .newSec .rgt {
    padding-left: 50px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .Tnw {
    font-size: 20px;
    line-height: 28px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .dtSv {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw {
    padding-top: 12px;
  }
  .companies .cmpTls .ttl {
    font-size: 38px;
    line-height: 40px;
    padding-left: 38px;
  }
  .companies .cmpTls {
    padding-top: 78px;
    padding-bottom: 90px;
  }
  .companies .slick-prev, .companies .slick-next {
    top: 233px;
  }
  footer .rgt .fstS .nwLtr {
    width: 60%;
  }
  footer .lft {
    padding-top: 74px;
  }
  footer .lft .adDtl {
    padding-top: 40px;
  }
  footer .rgt {
    padding-left: 90px;
  }
  footer .rgt .fstS {
    padding-bottom: 36px;
  }
  .inrBr .ttBx .tt {
    font-size: 40px;
    line-height: 40px;
  }
  .inrBr {
    min-height: 422px;
  }
  .inrBr .vtAt span {
    font-size: 14px;
  }
  section.prts_sc .prtBx ul li a .prtDt .pdBxs {
    padding: 24px 24px;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtl {
    padding-right: 0px;
  }
  .ctS {
    font-size: 15px;
    line-height: 24px;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtl span {
    margin-bottom: 4px;
  }
  section.prts_sc {
    padding-top: 109px;
    padding-bottom: 116px;
  }
  .prtDtls .lft .ttlSc .tt {
    font-size: 26px;
    line-height: 28px;
  }
  .prtDtls .lft .ttlSc .tt span {
    font-size: 16px;
    line-height: 28px;
  }
  .prtDtls .lft .ttlSc .lcS {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
  }
  .prtDtls .lft .ttlSc {
    padding-top: 80px;
    padding-bottom: 44px;
  }
  .prtDtls .slick-prev, .prtDtls .slick-next {
    top: 384px;
  }
  .prtDtls::after {
    height: 520px;
  }
  .prtDtls .rgt {
    padding-top: 189px;
  }
  .prtDtls .lft .dtlDSpn {
    padding: 32px 34px;
  }
  .prtDtls .lft .dtlDSpn .dtps .tt {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .adDts .tt {
    font-size: 24px;
    line-height: 28px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .ftrDv .tt {
    font-size: 24px;
    line-height: 28px;
  }
  .gallery_dv .filters-content .thumb .item .p-inner .ct {
    font-size: 18px;
    line-height: 20px;
  }
  .news_inr {
    padding-top: 106px;
    padding-bottom: 105px;
  }
  .news_inr .sgNw .ttlCn .tlC .tt {
    font-size: 25px;
    line-height: 27px;
  }
  .news_inr .sgNw .ttlCn .tlC .tt {
    margin-bottom: 10px;
  }
  .news_inr .sgNw .ttlCn .tlC .Cnt {
    font-size: 15px;
    line-height: 25px;
  }
  .news_inr .sgNw .ttlCn .mRc span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    top: 65px;
    right: -37px;
  }
  .news_inr .sgNw .ttlCn .mRc {
    height: 172px;
  }
  .newsDtls {
    padding-top: 58px;
    padding-bottom: 118px;
  }
  .newsDtls .ttlNw {
    padding-bottom: 40px;
  }
  .newsDtls .nxBx .rgt .ctBs {
    padding: 32px 46px;
  }
  .newsDtls .nxBx .rgt .ctBs .tt {
    font-size: 26px;
  }
  .newsDtls .nxBx .rgt .ctBs .Cnt p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .about_inr {
    padding-bottom: 77px;
  }
  .about_inr .rgt .cntB {
    padding: 138px 66px 63px;
    font-size: 15px;
    line-height: 27px;
  }
  .about_inr .lft .imgSc .ttCt {
    font-size: 50px;
    line-height: 52px;
  }
  .chrmsg .lft .ttl {
    font-size: 36px;
    line-height: 36px;
    padding-left: 38px;
  }
  .chrmsg .rgt .cnt p {
    font-size: 16px;
    line-height: 28px;
  }
  .chrmsg .rgt .cnt .nmS {
    font-size: 19px;
    line-height: 26px;
  }
  .msVsn .lft .mV .msC {
    padding: 38px 46px 0px;
  }
  .msVsn .lft .mV .vsSc {
    padding: 38px 46px;
  }
  .msVsn .rgt .vlSc .vl .cnt p {
    font-size: 15px;
    line-height: 26px;
  }
  .msVsn .rgt .vlSc .vl .cnt ul li p {
    font-size: 15px;
    line-height: 26px;
  }
  .msVsn .rgt .vlSc .vl .ttl {
    font-size: 34px;
    line-height: 38px;
  }
  .msVsn .rgt .vlSc {
    height: 876px;
    padding: 64px 50px 60px;
  }
  .msVsn .lft .ttLB span {
    font-size: 32px;
    line-height: 34px;
  }
  .careers .lft .ttLft span {
    font-size: 32px;
    line-height: 34px;
  }
  .careers .lft .crBx .ttlS {
    font-size: 28px;
    line-height: 38px;
  }
  .careers .lft .crBx {
    padding: 52px 58px 62px;
  }
  .contact_inr .cmpTls .ttl {
    font-size: 35px;
    line-height: 38px;
  }
  .contact_inr .lft {
    padding-right: 68px;
    padding-top: 60px;
    padding-bottom: 64px;
  }
  .contact_inr .rgt .mpBx iframe {
    height: 924px;
  }
  .cntDtls .ttl span {
    font-size: 32px;
    line-height: 34px;
  }
  .cntDtls {
    padding-bottom: 106px;
    padding-top: 80px;
  }
  .cntDtls .cntD {
    padding-top: 100px;
  }
  .cntDtls .cntD .phBx ul, .cntDtls .cntD .emB ul, .cntDtls .cntD .adS {
    padding: 38px 28px;
    min-height: 285px;
  }
  .ftr_properties .lft {
    padding-top: 77px;
  }
  footer .lft .adDtl .otD {
    padding-top: 156px;
  }
}

@media only screen and (max-width: 1380px) {
  header .hdRgt {
    width: 68%;
    padding-top: 26px;
  }
  header .logo img {
    max-width: 186px;
  }
  header .logo a {
    width: 248px;
    padding: 22px 20px;
  }
  section.banner .slDv .vtKb span {
    font-size: 12px;
    top: 0px;
    right: -304px;
  }
  section.banner .slDv .vtKb {
    width: 78px;
  }
  section.banner .slick-dots li button {
    font-size: 12px;
    line-height: 20px;
  }
  section.banner .slick-dots::after {
    font-size: 12px;
    line-height: 20px;
  }
  section.banner .slick-dots {
    top: 406px;
    right: 20px;
  }
  section.banner .slDv .vtKb {
    height: 460px;
  }
  section.banner .slick-prev, section.banner .slick-next {
    width: 38px;
    height: 48px;
  }
  section.banner .slick-prev:before, section.banner .slick-next:before {
    width: 100%;
    height: 100%;
  }
  section.banner .slick-prev {
    right: 39px;
  }
  section.banner .slick-prev, section.banner .slick-next {
    top: 484px;
  }
  section.banner .slDv {
    padding-top: 240px;
    padding-bottom: 150px;
  }
  section.banner .slDv .bnrTx .ttl {
    font-size: 20px;
    line-height: 26px;
  }
  section.banner .slDv .bnrTx .lct {
    font-size: 14px;
    line-height: 26px;
  }
  section.banner .slDv .bnrTx {
    width: 276px;
  }
  section.banner .slDv .bnrTx .btns a {
    font-size: 12px;
    line-height: 24px;
  }
  .properties .prts ul li {
    padding: 4px 4px;
  }
  .properties .prts ul li a .prtDt .dtl {
    font-size: 16px;
    line-height: 20px;
  }
  .ftr_properties .lft .ftBx {
    padding: 120px 30px;
  }
  .ftr_properties .lft .ftBx .ttl {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 38px;
  }
  .ftr_properties .lft .ftBx .cnt p {
    font-size: 14px;
    line-height: 24px;
  }
  .ftr_properties .rgt .vtKb span {
    font-size: 12px;
    right: -303px;
  }
  .ftr_properties .rgt .vtKb {
    width: 78px;
  }
  .ftr_properties .slick-dots li button {
    font-size: 12px;
    line-height: 20px;
  }
  .ftr_properties .slick-dots::after {
    font-size: 12px;
    line-height: 20px;
  }
  .ftr_properties .slick-dots {
    right: 24px;
  }
  .ftr_properties .slick-prev, .ftr_properties .slick-next {
    width: 38px;
    height: 48px;
  }
  .ftr_properties .slick-prev:before, .ftr_properties .slick-next:before {
    width: 100%;
    height: 100%;
  }
  .ftr_properties .slick-prev {
    right: 39px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    padding: 34px 30px;
    top: 66px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl {
    font-size: 20px;
    line-height: 24px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl .prs {
    font-size: 18px;
    line-height: 22px;
  }
  .ftr_properties .rgt .sdBx .cnt .cpB {
    left: 22px;
    bottom: 7px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns a {
    padding: 12px 18px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns a {
    font-size: 12px;
    line-height: 20px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns {
    left: 247px;
  }
  .ftr_properties .rgt .sdBx .cnt .cntbs p {
    font-size: 14px;
  }
  .ftr_properties .rgt .vtKb {
    height: 445px;
  }
  .ftr_properties .slick-dots {
    top: 406px;
  }
  .ftr_properties .slick-prev, .ftr_properties .slick-next {
    top: 469px;
  }
  .ftr_properties .rgt .sdBx .im {
    min-height: 565px;
  }
  .ftr_properties .lft .ftBx {
    min-height: 565px;
  }
  .amz_properties .lft {
    width: 65%;
  }
  .amz_properties .rgt {
    width: 35%;
  }
  .amz_properties::after {
    width: 46%;
  }
  .amz_properties::before {
    width: 66%;
  }
  .amz_properties .lft .tSc .tt {
    font-size: 16px;
    margin-right: 88px;
  }
  .amz_properties .lft .tSc .fBt a {
    font-size: 13px;
    line-height: 21px;
  }
  .amz_properties .lft .tSc .fBt {
    padding-left: 32px;
  }
  .amz_properties .lft .tSc {
    padding-top: 46px;
    padding-bottom: 32px;
  }
  .amz_properties .lft .amPrt .ct {
    font-size: 38px;
    line-height: 42px;
  }
  .amz_properties .lft .amPrt .ct span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 18px;
  }
  .amz_properties .rgt .ampDtls .ct {
    font-size: 14px;
    line-height: 26px;
  }
  .amz_properties::before {
    height: 456px;
  }
  .amz_properties .rgt {
    padding-top: 120px;
  }
  .amz_properties .rgt .ampDtls ul {
    padding-top: 64px;
  }
  .amz_properties::after {
    height: 515px;
  }
  .newSec .lft .ttl {
    width: 14%;
  }
  .newSec .lft .sdNw {
    width: 86%;
    padding-top: 86px;
  }
  .newSec .slick-prev, .newSec .slick-next {
    width: 36px;
    height: 45px;
    top: -63px;
  }
  .newSec .slick-prev:before, .newSec .slick-next:before {
    width: 100%;
    height: 100%;
  }
  .newSec .slick-prev {
    right: 38px;
  }
  .newSec .lft::after, .newSec::after {
    height: 458px;
  }
  .newSec .lft .ttl span {
    top: 268px;
  }
  .newSec .rgt .vwB a {
    font-size: 17px;
    line-height: 17px;
  }
  .newSec .rgt {
    padding-left: 36px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .Tnw {
    font-size: 16px;
    line-height: 24px;
  }
  .newSec .lft {
    width: 70%;
  }
  .newSec .rgt {
    width: 30%;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .dtSv {
    top: 16px;
  }
  .newSec {
    padding-bottom: 82px;
  }
  .companies .cmpTls .ttl {
    font-size: 32px;
    line-height: 32px;
    padding-left: 30px;
  }
  .companies .cmpTls {
    padding-top: 68px;
    padding-bottom: 58px;
  }
  .companies .cpSdr .slDv .cmpB {
    padding: 38px 18px;
  }
  .companies::after {
    width: 78px;
  }
  .companies::before {
    width: 78px;
  }
  .companies .slick-prev, .companies .slick-next {
    width: 38px;
    height: 50px;
  }
  .companies .slick-prev:before, .companies .slick-next:before {
    width: 100%;
    height: 100%;
  }
  section.companies .slick-prev {
    right: -70px;
  }
  section.companies .slick-dots {
    right: -88px;
  }
  .companies .slick-dots {
    top: 134px;
  }
  .companies .slick-dots li button, .slick-dots::after {
    font-size: 12px;
    line-height: 18px;
  }
  .companies {
    padding-bottom: 58px;
  }
  .companies::before {
    height: 90px;
  }
  .companies .slick-prev, .companies .slick-next {
    top: 194px;
  }
  footer .lft .lgSc {
    width: 18%;
    padding-left: 20px;
  }
  footer .lft .adDtl {
    width: 64%;
  }
  footer .lft .adDtl .otD {
    padding-top: 83px;
  }
  footer .rgt .fstS .prMn ul li {
    margin-bottom: 20px;
  }
  footer .rgt {
    padding-left: 50px;
  }
  footer .rgt .fstS .prMn {
    width: 34%;
  }
  footer .rgt .fstS .nwLtr .sbN {
    font-size: 14px;
    line-height: 24px;
  }
  footer .rgt .fstS .nwLtr .sbN a {
    font-size: 14px;
    line-height: 24px;
  }
  footer .rgt .fstS .nwLtr form input {
    height: 50px;
  }
  footer .rgt .fstS .nwLtr form button {
    height: 50px;
  }
  footer .rgt .scdS {
    padding-top: 32px;
    padding-bottom: 38px;
  }
  footer .rgt .scdS .cpR {
    font-size: 12px;
    line-height: 18px;
  }
  footer .rgt .scdS .cpR span {
    font-size: 12px;
    line-height: 18px;
  }
  footer .rgt .scdS .aur {
    font-size: 12px;
    line-height: 20px;
  }
  ul.dropdown.mg {
    width: 622px;
  }
  .inrBr {
    min-height: 341px;
  }
  .inrBr .ttBx .tt {
    font-size: 32px;
    line-height: 32px;
  }
  .inrBr .ttBx {
    bottom: 40px;
  }
  .inrBr .vtAt span {
    font-size: 12px;
    width: 638px;
    right: -291px;
    top: -60px;
    letter-spacing: 3px;
  }
  .inrBr .vtAt {
    width: 72px;
  }
  .inrBr .vtAt {
    height: 300px;
  }
  section.prts_sc {
    padding-top: 85px;
    padding-bottom: 108px;
  }
  section.prts_sc .prtBx ul li a .prtDt .pdBxs {
    padding: 20px 18px;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtl span {
    font-size: 11px;
    line-height: 15px;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtl {
    font-size: 16px;
    line-height: 20px;
  }
  section.prts_sc .ctS {
    font-size: 14px;
    line-height: 22px;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtBt {
    padding: 6px 18px;
  }
  section.prts_sc .prtBx ul li a .bBd {
    padding: 7px 9px 5px 9px;
  }
  .prtDtls .lft {
    padding-right: 40px;
  }
  .prtDtls .lft .dtlDSpn .dtps p {
    font-size: 14px;
    line-height: 26px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .adDts ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .ftrDv ul li {
    font-size: 14px;
    line-height: 27px;
    padding-left: 26px;
  }
  .prtDtls .rgt .ptDtsb .ptId {
    font-size: 18px;
    line-height: 22px;
  }
  .prtDtls .rgt .ptDtsb .ptId span {
    font-size: 18px;
    line-height: 22px;
  }
  .prtDtls .rgt .ptDtsb .ptId .btn a {
    font-size: 14px;
    line-height: 22px;
  }
  .prtDtls .rgt .ptDtsb {
    padding: 46px 34px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .ftrDv ul li::after {
    width: 13px;
  }
  .gallery_dv .spBd {
    padding-top: 68px;
  }
  .gallery_dv .filters ul li {
    font-size: 14px;
    line-height: 23px;
  }
  .gallery_dv .ttlS {
    font-size: 16px;
    line-height: 22px;
  }
  .gallery_dv {
    padding-bottom: 92px;
  }
  .news_inr .sgNw .ttlCn .tlC .Cnt {
    font-size: 14px;
    line-height: 22px;
  }
  .news_inr .sgNw .ttlCn .tlC {
    padding: 23px 20px;
  }
  .news_inr .sgNw .ttlCn .tlC .tt span {
    font-size: 14px;
    line-height: 20px;
  }
  .news_inr .sgNw .ttlCn .tlC .tt {
    font-size: 22px;
    line-height: 22px;
  }
  .news_inr .sgNw .ttlCn .mRc {
    height: 145px;
  }
  .news_inr .sgNw .ttlCn .mRc span {
    font-size: 12px;
    top: 51px;
    right: -39px;
  }
  .news_inr {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .newsDtls .nxBx .rgt .ctBs .tt {
    font-size: 22px;
  }
  .newsDtls .nxBx .rgt .ctBs .tt span {
    font-size: 14px;
    line-height: 22px;
  }
  .newsDtls .nxBx .rgt .ctBs .Cnt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .newsDtls .nxBx .rgt .ctBs .Cnt .dtB {
    font-size: 14px;
    line-height: 22px;
  }
  .newsDtls .nxBx .rgt .ctBs .Cnt .dtB span {
    font-size: 14px;
    line-height: 22px;
  }
  .about_inr .lft {
    padding-top: 42px;
  }
  .about_inr .lft .ttLsc {
    padding-bottom: 36px;
    padding-left: 37px;
  }
  .about_inr .lft .imgSc .ttCt {
    font-size: 42px;
    line-height: 46px;
  }
  .about_inr .rgt .cntB {
    padding: 92px 50px 63px;
    font-size: 14px;
    line-height: 24px;
  }
  .about_inr .rgt {
    padding-left: 50px;
  }
  .chrmsg {
    padding-top: 30px;
  }
  .chrmsg .lft .ttl {
    font-size: 30px;
    line-height: 30px;
    padding-left: 30px;
  }
  .chrmsg .rgt .cnt p {
    font-size: 14px;
    line-height: 24px;
  }
  .chrmsg {
    padding-bottom: 86px;
  }
  .msVsn .lft .mV .ttl {
    font-size: 24px;
    line-height: 40px;
  }
  .msVsn .lft .mV .ttl .ic {
    width: 40px;
    height: 40px;
  }
  .msVsn .lft .mV .cnt {
    font-size: 14px;
    line-height: 24px;
  }
  .msVsn .rgt .vlSc .vl .ttl {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .msVsn .rgt .vlSc {
    padding: 46px 36px 54px;
    height: 844px;
  }
  .msVsn .rgt .vlSc .vl .cnt p {
    font-size: 14px;
    line-height: 24px;
  }
  .msVsn .rgt .vlSc .vl .cnt ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .msVsn .lft .mV {
    padding-top: 92px;
  }
  .msVsn .rgt {
    padding-top: 92px;
  }
  .msVsn {
    padding-bottom: 94px;
  }
  .careers {
    padding-top: 85px;
    padding-bottom: 94px;
  }
  .careers .lft .crBx form ul li input {
    height: 60px;
  }
  .careers .lft .crBx form ul li button {
    height: 60px;
  }
  .careers .lft .crBx .cnt {
    font-size: 14px;
    line-height: 23px;
  }
  .careers .lft .crBx {
    padding: 44px 49px 48px;
  }
  .careers .rgt .crIm {
    height: 725px;
    background-size: cover;
  }
  .careers .lft .ttLft {
    width: 15%;
  }
  .careers .lft .crBx {
    width: 85%;
  }
  .careers .lft .crBx form ul .flChs .flDsc {
    font-size: 12px;
  }
  .contact_inr .cmpTls .ttl {
    font-size: 30px;
    line-height: 32px;
  }
  .contact_inr .lft form input {
    height: 60px;
  }
  .contact_inr .lft {
    padding-top: 37px;
  }
  .contact_inr .rgt .mpBx iframe {
    height: 837px;
  }
  .cntDtls .cntD {
    padding-top: 68px;
  }
  .cntDtls .ttl span {
    top: 178px;
  }
  .cntDtls .ttl {
    width: 11%;
  }
  .cntDtls .cntD {
    width: 89%;
  }
  .cntDtls .cntD .phBx ul li label, .cntDtls .cntD .phBx ul li a, .cntDtls .cntD .emB ul li label, .cntDtls .cntD .emB ul li a, .cntDtls .cntD .adS label, .cntDtls .cntD .adS .cntv {
    font-size: 16px;
    line-height: 24px;
  }
  .cntDtls .cntD .phBx ul, .cntDtls .cntD .emB ul, .cntDtls .cntD .adS {
    padding: 35px 28px;
    min-height: 256px;
  }
  .chrmsg .lft {
    width: 27%;
  }
  .chrmsg .rgt {
    width: 73%;
  }
  .chrmsg .rgt .cnt .nmS {
    width: 100%;
  }
  .chrmsg .rgt .cnt .nmS .fts, .chrmsg .rgt .cnt .nmS .scd {
    font-size: 18px;
    line-height: 26px;
  }
  .chrmsg .rgt .cnt .nmS span {
    font-size: 14px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 1200px) {
  header .hdRgt .menuD {
    float: right;
  }
  header .hdRgt .menuD {
    margin-right: 0px;
  }
  section.banner .slDv .bnrTx::after {
    width: 10px;
    height: 23px;
  }
  section.banner .slDv .bnrTx .ttl {
    font-size: 18px;
    line-height: 22px;
  }
  section.banner .slDv .bnrTx .ttl {
    padding-top: 25px;
  }
  section.banner .slDv .bnrTx .btns a {
    width: 140px;
    padding: 10px 8px;
  }
  section.banner .slDv .bnrTx .lct {
    padding-top: 11px;
  }
  section.banner .slDv .bnrTx .btns {
    margin-top: 26px;
  }
  section.banner .slDv .bnrTx {
    width: 250px;
  }
  section.banner .slDv .vtKb span {
    letter-spacing: 2px;
  }
  section.banner .slDv {
    padding-top: 210px;
    padding-bottom: 150px;
  }
  .properties {
    padding-top: 80px;
  }
  .properties .ttl {
    font-size: 26px;
    line-height: 34px;
  }
  .properties .prts ul li {
    width: 33.33%;
  }
  .properties .vwBt {
    padding-top: 32px;
  }
  .properties .vwBt a {
    width: 226px;
    font-size: 14px;
    padding: 8px 10px;
  }
  .ftr_properties .rgt .slDv {
    padding-top: 42px;
  }
  .ftr_properties .lft {
    padding-top: 42px;
  }
  .ftr_properties .lft .ftBx .ttl {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .ftr_properties .lft .ftBx {
    padding: 102px 22px;
  }
  .ftr_properties .rgt .sdBx .cnt .cntbs p {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .ftr_properties .rgt .sdBx .imbx {
    max-width: 85%;
  }
  .ftr_properties .rgt .sdBx .cnt {
    right: 111px;
    width: 53%;
  }
  .ftr_properties .rgt .sdBx .cnt {
    padding: 26px 23px;
  }
  .ftr_properties .rgt .sdBx .cnt .btns {
    left: 230px;
  }
  .ftr_properties .rgt .sdBx .im {
    min-height: 528px;
  }
  .ftr_properties .lft .ftBx {
    min-height: 528px;
  }
  .amz_properties .rgt .ampDtls {
    max-width: 300px;
    padding-right: 10px;
  }
  .amz_properties::before {
    height: 375px;
  }
  .newSec .lft .ttl span {
    font-size: 28px;
    line-height: 32px;
  }
  .newSec .lft .sdNw .slDv .sdCnt {
    width: 60%;
    padding: 16px 23px;
  }
  .newSec .lft .sdNw .slDv .sdCnt .tts {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .newSec .rgt {
    padding-left: 30px;
  }
  .newSec .rgt .vwB {
    margin-bottom: 22px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .dtSv {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .dtSv span {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .Tnw {
    padding-right: 82px;
  }
  .newSec .rgt .nwRgb .snNw .dtNw .Tnw {
    font-size: 14px;
    line-height: 20px;
  }
  .companies .cmpTls {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .companies .cmpTls .cpCtn {
    font-size: 14px;
    line-height: 24px;
  }
  .companies .cpSdr .slDv .cmpB {
    padding: 34px 13px;
  }
  .companies {
    padding-bottom: 38px;
  }
  .companies .slick-dots {
    top: 80px;
  }
  .companies .slick-prev, .companies .slick-next {
    top: 147px;
  }
  footer .lft .adDtl {
    width: 74%;
  }
  footer .lft .adDtl {
    padding-top: 16px;
  }
  footer .lft {
    padding-top: 117px;
    padding-right: 22px;
  }
  footer .lft .adDtl .otD {
    padding-top: 64px;
  }
  footer .lft .adDtl .otD .Scl li a {
    padding-right: 16px;
  }
  section.prts_sc {
    padding-top: 66px;
  }
  section.prts_sc .prtBx ul li {
    width: 33.33%;
  }
  section.prts_sc .prtBx ul li a .im {
    width: 100%;
  }
  section.prts_sc .prtBx ul li a .prtDt {
    width: 100%;
  }
  section.prts_sc .prtBx ul li a .prtDt .dtBt {
    position: relative;
    right: inherit;
    bottom: inherit;
    float: left;
    margin-top: 4px;
  }
  section.prts_sc .prtBx ul li a .bBd {
    bottom: inherit;
    top: -38px;
    right: 0px;
    left: inherit;
  }
  .prtDtls .slick-prev, .prtDtls .slick-next {
    width: 36px;
    height: 45px;
  }
  .prtDtls .slick-prev:before, .prtDtls .slick-next:before {
    width: 100%;
    height: 100%;
  }
  .prtDtls .slick-prev, .prtDtls .slick-next {
    top: 270px;
  }
  .prtDtls::after {
    height: 442px;
  }
  .prtDtls .rgt .ptDtsb {
    padding: 34px 26px;
  }
  .prtDtls .rgt .ptDtsb .ptId, .prtDtls .rgt .ptDtsb .ptId span {
    font-size: 15px;
    line-height: 20px;
  }
  .prtDtls .lft {
    padding-right: 24px;
  }
  .prtDtls .rgt .ptDtsb .ptId .btn a {
    font-size: 12px;
    line-height: 20px;
  }
  .prtDtls .rgt .ptDtsb .ptId {
    padding-bottom: 19px;
  }
  .prtDtls .rgt .ptDtsb .ptId .btn a {
    padding: 6px 11px;
  }
  .prtDtls .rgt .ptDtsb .dtSc .ftrDv ul li {
    width: 100%;
  }
  .chrmsg .rgt .cnt .nmS .fts, .chrmsg .rgt .cnt .nmS .scd {
    font-size: 14px;
    line-height: 23px;
  }
  .chrmsg .rgt .cnt .nmS span {
    font-size: 12px;
    line-height: 16px;
  }
  .chrmsg .lft .ttl {
    font-size: 28px;
    line-height: 28px;
    padding-left: 26px;
  }
  .about_inr {
    padding-bottom: 53px;
  }
  .about_inr .rgt .cntB {
    padding: 92px 10px 28px 50px;
  }
  .msVsn .lft .ttLB span {
    font-size: 28px;
    line-height: 30px;
  }
  .msVsn .lft .mV .msC {
    padding: 34px 28px 0px;
  }
  .msVsn .lft .mV .vsSc {
    padding: 38px 28px;
  }
  .msVsn .lft {
    width: 64%;
  }
  .msVsn .rgt {
    width: 36%;
  }
  .msVsn .rgt .vlSc {
    padding: 46px 32px 54px;
    height: 864px;
  }
  .careers .lft .ttLft span {
    font-size: 28px;
    line-height: 32px;
  }
  .careers .lft .crBx {
    padding: 38px 38px 48px;
  }
  .careers .lft .crBx form ul li button {
    height: 54px;
  }
  .careers .lft .crBx form ul li input {
    height: 54px;
  }
  .careers .lft .crBx form ul .flChs input {
    padding: 16px 20px;
  }
  .contact_inr .lft form input, .contact_inr .lft form button {
    height: 54px;
  }
  .cntDtls .cntD .phBx ul li label, .cntDtls .cntD .phBx ul li a, .cntDtls .cntD .emB ul li label, .cntDtls .cntD .emB ul li a, .cntDtls .cntD .adS label, .cntDtls .cntD .adS .cntv {
    font-size: 14px;
    line-height: 22px;
  }
  .cntDtls .cntD .phBx ul, .cntDtls .cntD .emB ul, .cntDtls .cntD .adS {
    padding: 32px 22px;
  }
  footer .rgt .fstS .nwLtr .mpL {
    padding-right: 0px;
  }
  span.has-subnav {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  header .logo img {
    max-width: 160px;
  }
  header .logo a {
    width: 214px;
    padding: 19px 20px;
  }
  footer .lft .adDtl .otD {
    padding-top: 43px;
  }
  section.banner .slDv {
    padding-top: 160px;
    padding-bottom: 136px;
  }
  section.banner .slDv .vtKb span {
    font-size: 10px;
    top: -25px;
  }
  .cntDtls .cntD .phBx, .cntDtls .cntD .emB {
    width: 50%;
  }
  .cntDtls .cntD .adS {
    width: 100%;
    min-height: auto;
    margin-top: 2px;
  }
  .cntDtls .cntD .phBx ul, .cntDtls .cntD .emB ul, .cntDtls .cntD .adS {
    min-height: 220px;
  }
  section.banner .slick-dots {
    top: 385px;
  }
  section.banner .slDv .vtKb {
    height: 430px;
  }
  section.banner .slick-prev, section.banner .slick-next {
    top: 453px;
  }
  .properties .prts ul li a .prtDt {
    padding: 10px;
  }
  .properties .prts ul li a .prtDt .dtl {
    font-size: 14px;
    line-height: 18px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    width: 68%;
  }
  .ftr_properties .rgt .vtKb span {
    font-size: 10px;
    letter-spacing: 1px;
    top: -50px;
  }
  .ftr_properties .slick-dots {
    top: 356px;
  }
  .ftr_properties .slick-prev, .ftr_properties .slick-next {
    top: 421px;
  }
  .ftr_properties .rgt .sdBx .im {
    min-height: 480px;
  }
  .ftr_properties .lft .ftBx .ttl {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .ftr_properties .lft .ftBx {
    padding: 88px 22px;
    min-height: 480px;
  }
  .amz_properties .rgt .ampDtls {
    max-width: 257px;
    padding-right: 0px;
  }
  .newSec .lft {
    width: 100%;
  }
  .newSec .rgt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  .newSec .rgt .nwRgb .snNw {
    width: 50%;
    float: left;
    padding: 0px 10px;
  }
  .newSec .rgt .vwB {
    padding-right: 18px;
  }
  .companies .cmpTls .cpCtn {
    margin-left: 100px;
  }
  footer .rgt .scdS .aur {
    float: left;
    width: 100%;
  }
  section.prts_sc {
    padding-bottom: 78px;
  }
  section.prts_sc .prtBx ul li {
    padding: 10px 5px;
  }
  .prtDtls .rgt .ptDtsb .ptId .btn {
    width: 100%;
    margin-top: 10px;
  }
  .prtDtls .rgt .ptDtsb .ptId .btn a {
    margin-top: 0px;
  }
  .prtDtls {
    padding-bottom: 91px;
  }
  .prtDtls .lft .ttlSc .tt {
    font-size: 22px;
    line-height: 24px;
  }
  .prtDtls .lft .ttlSc .lcS {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
  }
  .prtDtls .slick-prev, .prtDtls .slick-next {
    top: 225px;
  }
  .gallery_dv .filters-content .thumb {
    width: 50%;
  }
  .news_inr .sgNw {
    padding: 0px 5px;
    margin-bottom: 20px;
  }
  .news_inr .sgNw .ttlCn .tlC {
    min-height: 192px;
  }
  .newsDtls .nxBx .lft {
    width: 100%;
  }
  .newsDtls .nxBx .rgt {
    width: 100%;
  }
  .about_inr .lft .imgSc .ttCt {
    font-size: 38px;
    line-height: 42px;
    left: 45px;
    margin-top: -42px;
  }
  .chrmsg .rgt .cnt .nmS .fts, .chrmsg .rgt .cnt .nmS .scd {
    width: 100%;
  }
  .chrmsg .rgt .cnt .nmS .scd {
    margin-top: 20px;
  }
  .msVsn .lft {
    width: 100%;
  }
  .msVsn .rgt {
    width: 100%;
    padding-top: 0px;
  }
  .msVsn .rgt .vlSc {
    height: auto;
    background-size: cover;
  }
  .msVsn .lft .vsImg {
    display: none;
  }
  .msVsn::after {
    height: 342px;
  }
  .msVsn .lft .ttLB span {
    top: 128px;
  }
  .careers .lft {
    width: 100%;
  }
  .careers .rgt {
    display: none;
  }
  .cntDtls .cntD .phBx ul li label, .cntDtls .cntD .phBx ul li a, .cntDtls .cntD .emB ul li label, .cntDtls .cntD .emB ul li a, .cntDtls .cntD .adS label, .cntDtls .cntD .adS .cntv {
    font-size: 14px;
    line-height: 22px;
  }
  .cntDtls .ttl span {
    font-size: 28px;
    line-height: 30px;
  }
  .contact_inr .lft {
    padding-right: 42px;
  }
  .contact_inr .rgt .mpBx iframe {
    height: 736px;
  }
  .cntDtls .cntD {
    padding-top: 0px;
  }
  .cntDtls .ttl span {
    top: 113px;
  }
  ul.dropdown.mg {
    width: 100%;
  }
  ul.dropdown.mg li {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 874px) {
  section.banner .slDv .bnrTx {
    margin-left: 4.5%;
  }
  .properties .prts ul li {
    width: 50%;
  }
  .ftr_properties .lft {
    width: 100%;
  }
  .ftr_properties .lft .ftBx {
    min-height: auto;
  }
  .ftr_properties .lft .ftBx {
    padding: 46px 22px 34px;
  }
  .ftr_properties .rgt {
    width: 100%;
  }
  .ftr_properties .rgt .sdBx .im {
    min-height: auto;
  }
  .amz_properties .lft {
    width: 100%;
  }
  .amz_properties::after {
    display: none;
  }
  .amz_properties {
    background-color: #020E2B;
  }
  .amz_properties::before {
    display: none;
  }
  .amz_properties .lft .tSc .fBt a {
    color: #fff;
  }
  .amz_properties .lft .tSc .tt {
    color: #fff;
  }
  .amz_properties .rgt {
    padding-top: 40px;
    width: 100%;
  }
  .amz_properties .rgt .ampDtls {
    max-width: 100%;
  }
  .amz_properties .rgt .ampDtls ul {
    padding-top: 23px;
    max-width: 320px;
    float: left;
  }
  footer .lft {
    width: 100%;
  }
  footer::after {
    display: none;
  }
  footer .lft {
    padding-top: 54px;
  }
  footer .lft .lgSc img {
    max-width: 28px;
  }
  footer .lft .adDtl .otD {
    padding-top: 36px;
  }
  footer .rgt {
    width: 100%;
    padding-top: 30px;
  }
  section.prts_sc .prtBx ul li {
    width: 50%;
  }
  .modal-box .ttl {
    padding: 0px 12px 12px;
    font-size: 26px;
  }
  footer .lft {
    padding-bottom: 25px;
  }
  .prtDtls .lft {
    width: 100%;
    padding-right: 0px;
  }
  .prtDtls::after {
    width: 100%;
  }
  .prtDtls .rgt {
    width: 100%;
    padding-top: 20px;
  }
  .news_inr .sgNw .ttlCn .tlC {
    width: 100%;
    padding: 20px 16px;
  }
  .news_inr .sgNw .ttlCn .mRc {
    height: auto;
    width: 100%;
  }
  .news_inr .sgNw .ttlCn .mRc span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    padding: 8px 13px;
    height: auto;
    display: inline-block;
  }
  .about_inr .lft {
    width: 100%;
  }
  .about_inr .rgt {
    width: 100%;
    padding-left: 0px;
  }
  .about_inr .rgt .cntB {
    padding: 37px 10px 28px 34px;
  }
  .chrmsg .lft, .chrmsg .rgt {
    width: 100%;
  }
  .chrmsg .lft {
    padding-bottom: 30px;
  }
  .contact_inr .lft {
    width: 100%;
    padding-right: 0px;
  }
  .contact_inr .rgt {
    width: 100%;
    position: relative;
  }
  .contact_inr::after {
    display: none;
  }
  .contact_inr {
    background-color: #020E2B;
  }
  .cntDtls .cntD .phBx, .cntDtls .cntD .emB {
    width: 50%;
    margin-bottom: 12px;
  }
  .cntDtls .cntD .adS {
    width: 100%;
  }
  .cntDtls .cntD .adS {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  header .hdRgt {
    width: auto;
  }
  header .logo img {
    max-width: 130px;
  }
  header .logo a {
    width: 178px;
  }
  .companies .cmpTls .cpCtn {
    width: 100%;
    margin-left: 41px;
    padding-top: 20px;
  }
  .companies {
    padding-bottom: 16px;
  }
  .companies::before {
    display: none;
  }
  .inrBr {
    min-height: 300px;
  }
  .contact_inr .rgt .mpBx iframe {
    height: 480px;
  }
  .contact_inr .cmpTls {
    padding-top: 74px;
  }
  .contact_inr .cmpTls .ttl {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 640px) {
  section.banner .slDv .vtKb {
    display: none;
  }
  section.banner .slDv {
    padding-top: 150px;
    padding-bottom: 86px;
  }
  section.banner .slick-dots {
    display: none !important;
  }
  section.banner .slick-prev, section.banner .slick-next {
    bottom: 0px;
    top: inherit;
  }
  .properties .prts ul li {
    width: 100%;
    padding: 10px 0px;
  }
  .properties .prts ul li a {
    width: 100%;
  }
  .ftr_properties .rgt .vtKb {
    display: none;
  }
  .ftr_properties .rgt .sdBx .imbx {
    max-width: 100%;
  }
  .ftr_properties .slick-dots {
    display: none !important;
  }
  .ftr_properties .slick-prev, .ftr_properties .slick-next {
    top: inherit;
    bottom: 0px;
    display: none !important;
  }
  .ftr_properties .rgt .sdBx .cnt {
    right: 0px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    width: 100%;
  }
  .amz_properties .lft .amPrt .ct {
    font-size: 30px;
    line-height: 34px;
  }
  .newSec .lft .ttl {
    width: 100%;
    padding-top: 60px;
  }
  .newSec .lft .sdNw {
    width: 100%;
  }
  .newSec .lft .ttl span {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: inherit;
    left: inherit;
  }
  .newSec .lft .sdNw {
    padding-top: 0px;
  }
  section.companies .slick-dots {
    display: none !important;
  }
  .companies .cpSdr {
    padding-right: 0px;
  }
  .companies::after {
    display: none;
  }
  footer .rgt .fstS .prMn {
    width: 100%;
  }
  footer .rgt .fstS .nwLtr {
    width: 100%;
  }
  footer .rgt {
    padding: 30px 30px;
  }
  footer .rgt .fstS .prMn ul li {
    margin-bottom: 3px;
  }
  .companies .slick-prev, .companies .slick-next {
    display: none !important;
  }
  section.prts_sc .prtBx ul li {
    width: 100%;
    padding: 10px 0px;
  }
  .gallery_dv .filters-content .thumb {
    width: 100%;
  }
  .gallery_dv::after {
    width: 100%;
  }
  .gallery_dv .ttlS {
    display: none;
  }
  .news_inr .sgNw {
    width: 100%;
    padding: 0px;
  }
  .news_inr .sgNw .ttlCn .tlC {
    min-height: auto;
  }
  .newsDtls .nxBx .rgt .ctBs {
    padding: 28px 32px;
  }
  .msVsn .lft .ttLB {
    width: 100%;
    padding-top: 60px;
  }
  .msVsn .lft .mV {
    width: 100%;
  }
  .msVsn .lft .ttLB span {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: inherit;
    left: inherit;
  }
  .msVsn::after {
    width: 100%;
  }
  .msVsn .lft .mV {
    padding-top: 6px;
  }
  .careers .lft .ttLft {
    display: none;
  }
  .careers .lft .crBx {
    width: 100%;
  }
  .cntDtls .cntD .phBx, .cntDtls .cntD .emB {
    width: 100%;
  }
  .cntDtls .ttl {
    width: 100%;
    padding-top: 0px;
  }
  .cntDtls .ttl span {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: inherit;
    left: inherit;
  }
  .cntDtls .cntD {
    width: 100%;
  }
  .cntDtls .cntD .phBx ul, .cntDtls .cntD .emB ul, .cntDtls .cntD .adS {
    min-height: auto;
  }
  .inrBr .vtAt {
    display: none;
  }
  .inrBr {
    min-height: 270px;
  }
  .modal-box .bxm {
    padding: 22px;
  }
  .modal-box .ttl {
    font-size: 22px;
  }
  .modal-box form ul li {
    margin-bottom: 6px;
  }
  .modal-box {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 480px) {
  header .logo img {
    max-width: 104px;
  }
  header .logo a {
    width: 143px;
    padding: 12px 13px;
  }
  .wid {
    padding: 0px 8px;
  }
  section.banner .slDv .bnrTx .ttl {
    font-size: 16px;
    line-height: 18px;
  }
  section.banner .slDv .bnrTx .btns a {
    width: 134px;
    padding: 6px 0px;
  }
  section.banner .slDv .bnrTx .lct {
    padding-top: 5px;
    font-size: 12px;
  }
  section.banner .slDv .bnrTx .btns {
    margin-top: 10px;
  }
  section.banner .slDv .bnrTx {
    width: 208px;
  }
  .properties .ttl {
    font-size: 22px;
    line-height: 30px;
  }
  .properties {
    padding-top: 63px;
  }
  .properties .prts {
    padding-top: 20px;
  }
  .ftr_properties .rgt .sdBx .cnt {
    position: relative;
    top: auto;
  }
  .ftr_properties .rgt .sdBx .cnt .btns {
    left: inherit;
    right: 0px;
  }
  .amz_properties .lft .tSc .fBt {
    padding-left: 0px;
    letter-spacing: 0px;
  }
  .amz_properties .lft .tSc .tt {
    margin-right: 0px;
    font-size: 13px;
  }
  .amz_properties .lft .tSc .fBt a {
    letter-spacing: 0px;
    font-size: 12px;
  }
  .amz_properties .lft .amPrt .ct {
    font-size: 24px;
    line-height: 28px;
  }
  .amz_properties .lft .amPrt .ct span {
    font-size: 14px;
    line-height: 20px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl {
    font-size: 18px;
    line-height: 22px;
    padding-right: 0px;
  }
  .ftr_properties .rgt .sdBx .cnt .ttl .prs {
    position: relative;
    right: inherit;
    top: inherit;
    padding-top: 12px;
  }
  .newSec .lft .sdNw .slDv .sdCnt {
    width: 100%;
    position: relative;
  }
  .newSec .lft .sdNw .slDv a {
    text-decoration: none;
  }
  .newSec .lft .ttl span {
    font-size: 24px;
    line-height: 28px;
  }
  .newSec {
    background-color: #f2f2f3;
  }
  .newSec::after {
    display: none;
  }
  .newSec .rgt .nwRgb .snNw {
    width: 100%;
    padding: 10px 0px;
  }
  footer .rgt {
    padding: 30px 20px;
  }
  footer .rgt .fstS .nwLtr form button {
    width: 91px;
  }
  .companies .cmpTls .cpCtn {
    max-width: 100%;
    margin-left: 0px;
    padding-left: 31px;
  }
  .companies .cmpTls .ttl {
    font-size: 29px;
    line-height: 30px;
    padding-left: 16px;
  }
  ul.dropdown.mg .mnFb {
    width: 100%;
  }
  ul.dropdown.mg .mnFb a .ct {
    font-size: 16px;
    line-height: 26px;
  }
  header .hdRgt {
    padding-top: 20px;
  }
  .inrBr .ttBx .tt {
    font-size: 28px;
    line-height: 28px;
    padding-left: 24px;
  }
  .prtDtls .lft .ttlSc .tt span {
    width: 100%;
  }
  .prtDtls .lft .ttlSc .tt span {
    font-size: 14px;
    line-height: 22px;
  }
  .prtDtls .lft .ttlSc .tt {
    font-size: 20px;
    line-height: 22px;
  }
  .prtDtls .slick-prev, .prtDtls .slick-next {
    top: 37px;
  }
  .news_inr {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .newsDtls .ttlNw {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    padding-right: 10px;
  }
  .about_inr::before, .about_inr::after {
    display: none;
  }
  .about_inr .lft .imgSc .ttCt {
    font-size: 30px;
    line-height: 30px;
    left: 32px;
    margin-top: -25px;
  }
  .about_inr .rgt .cntB {
    padding: 32px 17px;
  }
  .chrmsg .rgt .cnt::after {
    display: none;
  }
  .chrmsg .rgt .cnt {
    padding: 32px 17px;
  }
  .chrmsg .lft .ttl {
    font-size: 25px;
    line-height: 25px;
  }
  .msVsn .lft .ttLB span {
    font-size: 24px;
    line-height: 26px;
  }
  .careers .lft .crBx .ttlS {
    font-size: 24px;
    line-height: 30px;
  }
  .careers .lft .crBx {
    padding: 35px 23px 46px;
  }
  .careers .lft .crBx form ul .hlF.lt, .careers .lft .crBx form ul .hlF.rt {
    width: 100%;
    padding: 0px;
  }
  .contact_inr .cmpTls .ttl {
    font-size: 24px;
    line-height: 24px;
  }
  .cntDtls .ttl span {
    font-size: 24px;
    line-height: 26px;
  }
  .modal-box form ul li.hfFt, .modal-box form ul li.hfSc {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .modal-box form {
    width: 100%;
    padding: 24px 15px;
  }
  .modal-box form ul li input {
    height: 48px;
  }
  .modal-box .ttl {
    font-size: 22px;
  }
  .menu ul li {
    padding: 5px 9px;
  }
  .modal-box form ul li button {
    width: 140px;
  }
  .modal-box form ul li input, .modal-box form ul li textarea {
    border: 1px solid #ccc;
  }
  .modal-box form ul li button {
    border: 1px solid #CC9933;
  }
}
/*# sourceMappingURL=style.css.map */