@charset "utf-8";

/* CSS Reset */
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,
strong,
sub,
sup,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End CSS Reset */
@font-face {
  font-family: "gotham_proregular";
  src: url("../fonts/gothaproreg-webfont.eot");
  src: url("../fonts/gothaproreg-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothaproreg-webfont.woff2") format("woff2"),
    url("../fonts/gothaproreg-webfont.woff") format("woff"),
    url("../fonts/gothaproreg-webfont.ttf") format("truetype"), url("../fonts/2") format("svg");
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_probold";
  src: url("../fonts/gothaprobol-webfont.eot");
  src: url("../fonts/gothaprobol-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothaprobol-webfont.woff2") format("woff2"),
    url("../fonts/gothaprobol-webfont.woff") format("woff"),
    url("../fonts/gothaprobol-webfont.ttf") format("truetype"),
    url("../fonts/gothaprobol-webfont.svg#gotham_probold") format("svg");
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_proitalic";
  src: url("../fonts/gothaproita-webfont.eot");
  src: url("../fonts/gothaproita-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothaproita-webfont.woff2") format("woff2"),
    url("../fonts/gothaproita-webfont.woff") format("woff"),
    url("../fonts/gothaproita-webfont.ttf") format("truetype"),
    url("../fonts/gothaproita-webfont.svg#gotham_proitalic") format("svg");
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_prolight";
  src: url("../fonts/gothaprolig-webfont.eot");
  src: url("../fonts/gothaprolig-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothaprolig-webfont.woff2") format("woff2"),
    url("../fonts/gothaprolig-webfont.woff") format("woff"),
    url("../fonts/gothaprolig-webfont.ttf") format("truetype"),
    url("../fonts/gothaprolig-webfont.svg#gotham_prolight") format("svg");
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}
strong,
b {
  font-family: "gotham_proregular";
}
em,
i {
  font-family: "gotham_proitalic";
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.3em;
  font-size: 14px;
  font-family: "gotham_proregular";
  background: url(../img/bg-bot.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
/* TYPOGRAPHY */
a {
}
a:hover {
  text-decoration: none;
}
p {
  padding: 6px 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  font-family: "gotham_prolight";
  padding: 6px 0;
  margin: 0 0 12px 0;
}
h3 {
  font-size: 30px;
  line-height: 1.2em;
  color: #54606d;
  font-family: "gotham_prolight";
  padding: 6px 0;
  margin: 0 0 12px 0;
}
h5 {
  font-size: 14px;
  line-height: 1.2em;
  color: #54606d;
  font-family: "gotham_probold";
  padding: 3px 0;
}
.box h2 {
  margin: 0 0 22px 0;
}
/* END TYPOGRAPHY */
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ----style-form---*/
::-webkit-input-placeholder {
  color: #959595;
}
:-moz-placeholder {
  color: #959595;
}
.placeholder {
  color: #959595;
}
.send ::-webkit-input-placeholder {
  color: #fff;
}
.send :-moz-placeholder {
  color: #fff;
}
.send .placeholder {
  color: #fff;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}
input,
textarea {
  outline: none;
}
/* ----end-style-form---*/

.top-home {
  width: 100%;
  min-width: 850px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  color: #fff;
  background: #464d56 url(../img/bg-top.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.top-home:before {
  content: "";
  display: block;
  width: 411px;
  height: 411px;
  background: url(../img/top-ov.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -205px;
  margin-left: -205.5px;
}
.container {
  width: 940px;
  margin: 0 auto;
}

.icon {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: url(../img/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.header {
  width: 100%;
  padding: 54px 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.header .logo {
  width: 200px;
  float: left;
}
.header .logo a {
  display: inline-block;
  text-decoration: none;
  width: 175px;
  height: 32px;
  background: url(../img/logo.png) 0 0 no-repeat;
  overflow: hidden;
}
.r-header {
  margin: 0 0 0 220px;
  text-align: right;
  font-size: 18px;
  line-height: 1.2em;
}
.header menu {
  text-align: right;
  font-size: 18px;
  line-height: 1.2em;
  display: inline-block;
}
.header menu li {
  display: inline-block;
}
.header menu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 3px 0 4px 0;
  margin: 0 0 4px 24px;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.header menu li a:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #f79020;
  width: 100%;
  left: 0;
  bottom: -3px;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  transition: all 0.7s;
  opacity: 0;
}
.header menu li.current a:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header menu li a:hover,
.lang a:hover {
  color: #f79020;
}

.lang {
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
.lang a {
  color: #fff;
  text-decoration: none;
}

.slogan {
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 9;
}
.slogan blockquote {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.9em;
  text-align: center;
  font-style: normal;
  position: relative;
}
.slogan blockquote div {
  width: 660px;
  margin: 0 auto;
}
.slogan h1 {
  font-size: 30px;
  line-height: 1.3em;
  color: #fff;
  padding: 8px 0;
  font-family: "gotham_prolight";
  margin: 0 0 17px 0;
}
.explore {
  display: inline-block;
  padding: 8px 66px;
  border: 1px solid #fff;
  color: #fff;
  margin: 31px 0 0 0;
  text-decoration: none;
  font-family: "gotham_proregular";
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.explore:hover {
  background: #fff;
  color: #54606d;
}

#features,
#demo {
  position: relative;
  top: -60px;
}
.fix {
  top: -100px;
  left: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  transition: all 0.4s;
  opacity: 0;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.header.fixed {
  background: #fff;
  padding: 28px 0 23px 0;
  box-shadow: 0 4px 6px -6px #8b8b8b;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header.fixed .container {
  padding: 0 5px;
}
.header.fixed .logo a {
  height: 31px;
  background: url(../img/logo.png) 0 -33px no-repeat;
}
.header.fixed menu li a,
.header.fixed .lang a {
  color: #54606d;
}
.header.fixed menu li a:hover,
.header.fixed .lang a:hover {
  color: #f79020;
}

.top-home.m-fix:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 150%;
  display: block;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.top-home.mm-fix:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 150%;
  display: block;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.middle-home {
  width: 100%;
  min-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 608px;
  color: #fff;
  background: #464d56 url(../img/bg-middle.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section {
  width: 940px;
  margin: 0 auto;
  padding: 148px 0 0 0;
}
.tabs-main {
  width: 354px;
  height: 352px;
  float: right;
  font-size: 26px;
  position: relative;
  line-height: 1.2em;
  color: #fff;
  background: url(../img/circle.png) no-repeat;
  font-family: "gotham_probold";
  text-transform: uppercase;
}
.tabs-main li {
  position: absolute;
}
.tabs-main li a {
  color: #fff;
  text-decoration: none;
}
.tabs-main li a:hover {
  color: #54606d;
}
.tabs-main li.active a {
  color: #54606d;
}
.tabs-main li span {
  position: relative;
  z-index: 10;
}
.ccmc {
  position: absolute;
  z-index: 9;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -54px;
}
.ccmc a {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.ccmc a:hover,
.ccmc.active a {
  background: #d0d0d0;
}
.crm {
  width: 169px;
  height: 149px;
  line-height: 250px;
  right: 6px;
  top: -26px;
}

.ip {
  width: 169px;
  height: 149px;
  line-height: 250px;
  left: 53px;
  top: -27px;
}
.crm span {
  margin-left: 46px;
}
.crm a:after {
  content: "";
  width: 169px;
  height: 250px;
  position: absolute;
  left: -1px;
  top: 0;
  background: url(../img/ic-circle.png) 0 0 no-repeat;
  display: none;
}
.crm a:hover:after {
  display: block;
}
.cch {
  width: 169px;
  height: 249px;
  line-height: 250px;
  right: 24px;
  bottom: -26px;
  text-align: center;
}
.cch a:after {
  content: "";
  width: 169px;
  height: 249px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/ic-circle.png) -170px 0 no-repeat;
  display: none;
}
.cch span {
  margin-left: 16px;
}
.cch a:hover:after {
  display: block;
}
.faq {
  width: 256px;
  height: 163px;
  line-height: 127px;
  left: -33px;
  bottom: 1px;
  text-align: center;
}
.faq a:after {
  content: "";
  width: 256px;
  height: 127px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(../img/ic-circle.png) 0 -251px no-repeat;
  display: none;
}
.faq a:hover:after {
  display: block;
}
.active a:after {
  display: block;
}
.l-box {
  width: 442px;
  float: left;
}
.l-box ul {
  padding: 6px 0;
}
.box {
  display: none;
  line-height: 1.8em;
}
.box.visible {
  display: block;
}

.section-tabs {
  width: 100%;
  background: #fff;
  padding: 0 0 32px 0;
  position: relative;
  z-index: 3;
  clear: both;
  font-size: 13px;
  line-height: 1.5em;
}
.container-tabs {
  width: 940px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  border-bottom: 4px solid #f79020;
}
.tabs {
  color: #54606d;
  white-space: nowrap;
  margin: 0;
  position: relative;
  z-index: 2;
  left: -1px;
}
.tabs li {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  white-space: normal;
  vertical-align: top;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-bottom: 4px solid #f79020;
  padding: 28px 19px;
  margin: 0 10px 0 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tabs li:first-child {
  margin-right: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tabs li:last-child {
    right: -1px;
  }
}
.tabs li:before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 11px;
  background: url(../img/icon.png) 0 0 no-repeat;
  bottom: -2px;
  left: 50%;
  margin-left: -22px;
  display: none;
}
.tabs li strong {
  display: block;
  text-align: left;
  float: left;
  font-size: 25px;
  line-height: 1em;
  text-transform: uppercase;
}
.tabs li p {
  width: 115px;
  margin: 0 0 0 70px;
  padding: 0;
}

.tabs li:hover {
  background: none;
  background: #54606d;
  color: #fff;
  border-color: #f79020;
  border-color: #f79020;
}
.tabs li.active {
  cursor: default;
  background: none;
  color: #54606d;
}
.tabs li.active:hover {
  cursor: default;
  background: none;
  color: #54606d;
}
.tabs li.active:before {
  display: block;
}
.tabs li.active,
.tabs li.active:hover {
  border: 1px solid #f5f5f5;
  padding-bottom: 50px;
  border-bottom: 0;
  background: #fff;
}
.tabs li.active:after {
  content: "";
  height: 4px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  width: 84%;
  bottom: 19px;
  left: 8%;
}
.box-tabs {
  color: #54606d;
  display: none;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  margin: -1px;
}
.box-tabs.visible {
  display: block;
}
.black {
  color: #54606d;
}
.box-tabs article {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 0 10px;
  padding: 18px 0;
}
.a-cch article,
.a-faq article {
  width: 330px;
  margin: 0 22px;
}
.box-tabs article.al-article {
  width: 100%;
}
.box-tabs article figure {
  height: 67px;
}
.box-tabs article figure img {
  max-height: 58px;
}

.icon.i1 {
  width: 50px;
  height: 48px;
  background-position: -37px 0;
}
.icon.i2 {
  width: 50px;
  height: 50px;
  background-position: -105px 0;
}
.icon.i3 {
  width: 49px;
  height: 50px;
  background-position: -159px 0;
}
.icon.i4 {
  width: 48px;
  height: 50px;
  background-position: -209px 0;
}
.icon.i5 {
  width: 48px;
  height: 50px;
  background-position: -264px 0;
}
.icon.i6 {
  width: 55px;
  height: 50px;
  background-position: -316px 0;
}
.icon.i7 {
  width: 51px;
  height: 50px;
  background-position: 0 -50px;
}
.icon.i8 {
  width: 53px;
  height: 52px;
  background-position: -57px -50px;
}
.icon.i9 {
  width: 46px;
  height: 50px;
  background-position: -118px -50px;
}
.icon.i10 {
  width: 49px;
  height: 50px;
  background-position: -170px -50px;
}
.icon.i11 {
  width: 38px;
  height: 51px;
  background-position: -7px -99px;
}
.icon.i12 {
  width: 26px;
  height: 52px;
  background-position: -343px -51px;
}
.icon.i13 {
  width: 51px;
  height: 52px;
  background-position: -229px -50px;
}
.icon.i14 {
  width: 39px;
  height: 51px;
  background-position: -294px -50px;
}

.icon.i15 {
  width: 45px;
  height: 48px;
  background-position: -167px -100px;
}
.icon.i16 {
  width: 48px;
  height: 48px;
  background-position: -269px -100px;
}
.icon.i17 {
  width: 55px;
  height: 46px;
  background-position: -319px -102px;
}
.icon.i18 {
  width: 55px;
  height: 46px;
  background-position: -214px -102px;
}
.icon.i19 {
  width: 42px;
  height: 48px;
  background-position: -62px -101px;
}
.icon.i20 {
  width: 50px;
  height: 48px;
  background-position: -112px -102px;
}

.section-bot {
  width: 100%;
  min-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  height: 100%;
  color: #fff;
}

.main-send {
  width: 940px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  min-height: 400px;
}
.main-send article {
  width: 390px;
  float: left;
  padding: 0 0 30px 0;
  line-height: 1.4em;
}
.main-send article p {
  padding: 10px 0;
}
.send {
  width: 410px;
  float: right;
  padding: 10px 0 30px 0;
}
.send input[type="text"],
.send input[type="tel"],
.send input[type="email"],
.send input[type="password"] {
  border: 1px solid #fff;
  background: transparent;
  width: 368px;
  padding: 14px 20px;
  margin: 8px 0;
  color: #fff;
  font-size: 13px;
  font-family: "gotham_proregular";
  text-align: center;
}
.send input[type="submit"] {
  border: 0;
  background: #fff;
  width: 410px;
  padding: 13px 20px;
  margin: 8px 0;
  color: #54606d;
  font-size: 13px;
  font-family: "gotham_proregular";
  cursor: pointer;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.send input[type="submit"]:hover {
  background: #732612;
  color: #fff;
}

.bot {
  width: 100%;
  background: #fff;
  min-width: 850px;
  margin: 0 auto;
  color: #54606d;
  padding: 30px 0;
}

.fel-free {
  width: 940px;
  margin: 0 auto 20px auto;
}
.l-free {
  width: 390px;
  float: left;
  line-height: 1.5em;
}
.contact {
  margin-left: 528px;
}
.contact address {
  font-style: normal;
  padding: 6px 0;
  margin: 0 0 7px 0;
}
.contact address p {
  padding: 0;
}

.footer {
  width: 940px;
  margin: 0 auto;
  color: #54606d;
  font-size: 13px;
  line-height: 1.2em;
  padding: 30px 0;
}
.footer p {
  padding: 0;
}
.copy {
  width: 330px;
  float: left;
  padding: 18px 0 0 0;
}
.r-footer {
  margin-left: 350px;
  text-align: right;
  color: #92979d;
}
.r-copy span,
.r-copy a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.r-copy img {
  height: 30px;
}
