/*------------------------------------------------------------------
[Table of contents]

01. Fonts Import
02. General
04. Buttons
05. Header
06. Footer
07. Media Query
-------------------------------------------------------------------*/


/*****************************************
01. Fonts Import
*****************************************/
@font-face {
  font-family: ChronicleDisplay;
  src: url(../fonts/chronicle-display-roman/Chronicle-Display-Roman.otf);
  font-weight: 400;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-HeavyOblique.otf);
  font-weight: 900;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Heavy.otf);
  font-weight: 900;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ExtraBoldOblique.otf);
  font-weight: 800;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ExtraBold.otf);
  font-weight: 800;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-BoldOblique.otf);
  font-weight: 700;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-DemiBoldOblique.otf);
  font-weight: 600;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-DemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-MediumOblique.otf);
  font-weight: 500;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-RegularOblique.otf);
  font-weight: 400;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-LightOblique.otf);
  font-weight: 300;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ThinOblique.otf);
  font-weight: 100;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Thin.otf);
  font-weight: 100;
}
/*****************************************
02. General
*****************************************/
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span,
hr,
input,
textarea,
button,
:after,
:before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
html {
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1.35em;
  background: #f5f9fc;
  background: url(../images/grain-background.png) top left repeat;
  font-family: "ChronicleDisplay", Arial, sans-serif;
}
body.content-white .logo-page .logo-white {
  display: none;
}
body.content-white .logo-page .logo-black {
  display: block;
}
body .loading-fast {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: fixed;
  z-index: 10000000;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
img {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
a,
a:focus,
a:active {
  color: #2c2c2c;
}
a:hover {
  color: #ee6b14;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2c2c;
  margin: 15px 0;
  font-weight: 500;
  line-height: 1em;
}
h1 {
  font-size: 92px;
}
h2 {
  font-size: 55px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
p {
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.75em;
}
p a {
  color: #ee6b14;
}
p a:hover {
  color: #ee6b14;
  border-bottom: 1px solid #ee6b14;
}
blockquote {
  padding: 0;
  border: none;
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.75em;
}
b,
strong {
  font-weight: 700;
}
/* Form */
input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
  margin: 0;
  width: 100%;
  border: none;
  height: 40px;
  color: #6e6e6e;
  font-size: 1.1em;
  font-weight: 500;
  box-shadow: none;
  padding: 11px 10px;
  line-height: 1.3em;
  border-radius: inherit;
  background: transparent;
  border-bottom: 1px solid #6e6e6e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="password"]:hover {
  border-color: #000000;
}
textarea {
  width: 100% !important;
}
.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 26px;
}
.form-group:hover:after {
  width: 100%;
}
.form-group:after {
  left: 0;
  width: 0;
  bottom: 0;
  float: left;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
}
.hidden-element {
  display: none !important;
}
.grain.animated:after {
  top: -50%;
  left: -50%;
  z-index: 1;
  width: 200%;
  height: 200%;
  -webkit-animation: grain 2s steps(8) infinite;
  animation: grain 2s steps(8) infinite;
}
.grain:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(../images/grain.png) top left repeat;
}
@-webkit-keyframes grain {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -15%);
    transform: translate(7%, -15%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 25%);
    transform: translate(3%, 25%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@keyframes grain {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -15%);
    transform: translate(7%, -15%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 25%);
    transform: translate(3%, 25%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
/*****************************************
04. Buttons
*****************************************/
.btn {
  margin: 0;
  height: 60px;
  cursor: pointer;
  font-size: 18px;
  min-width: 197px;
  box-shadow: none;
  font-weight: 400;
  line-height: 56px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-family: "Visby", Arial, sans-serif;
}
.btn-default,
.btn-primary,
.btn-secondary,
.btn-third,
.btn-forth,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  outline: none;
  color: #ffffff;
  padding: 0 14px;
}
.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-third:active,
.btn-forth:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active,
.btn-third.active,
.btn-forth.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: none;
  outline: none !important;
}
.btn-default {
  border: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}
.btn-default:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.btn-primary {
  color: #000000;
  background: #ffffff;
  border-color: #ee6b14;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #000000;
  background: #ffffff;
  border-color: #ee6b14;
}
.btn-primary:hover {
  color: #ffffff;
  background: #ee6b14;
  border-color: #ee6b14;
}
.btn-secondary:focus {
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-success {
  background: #2ecc71;
  border-color: #2ecc71;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active {
  color: #2ecc71;
  background: #ffffff;
  border-color: #2ecc71;
}
.btn-info {
  background: #3498db;
  border-color: #3498db;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active {
  color: #3498db;
  background: #ffffff;
  border-color: #3498db;
}
.btn-warning {
  background: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
  color: #f1c40f;
  background: #ffffff;
  border-color: #f1c40f;
}
.btn-danger {
  background: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
  color: #e74c3c;
  background: #ffffff;
  border-color: #e74c3c;
}
.btn-link {
  padding: 0;
  color: inherit;
  border: none;
  position: relative;
  background: transparent;
}
.btn-link:before {
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #4aa3df;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-link:hover,
.btn-link:active,
.btn-link.active {
  color: #4aa3df;
}
.btn-link:hover:before,
.btn-link:active:before,
.btn-link.active:before {
  left: 0;
  right: 0;
}
.svg-wrapper {
  padding: 0;
  width: 170px;
  border: none;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: transparent;
}
.svg-wrapper.white .text {
  color: #ffffff;
}
.svg-wrapper:hover .shape {
  stroke-dasharray: 640;
  stroke-dashoffset: 180;
  stroke-width: 2px;
}
.svg-wrapper:hover .text {
  color: #ffffff;
}
.svg-wrapper .shape {
  stroke: #ee6b14;
  fill: transparent;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 120 340;
  stroke-dashoffset: -230;
  -webkit-transition: all 0.5s, stroke-width 0.5s;
  -moz-transition: all 0.5s, stroke-width 0.5s;
  -o-transition: all 0.5s, stroke-width 0.5s;
  transition: all 0.5s, stroke-width 0.3s;
}
.svg-wrapper .text {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #2c2c2c;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  position: absolute;
}
.svg-wrapper .text:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 0.01%;
  color: #ffffff;
  position: absolute;
  background: #ee6b14;
  clip: rect(auto, auto, auto, auto);
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}
button[type="submit"].svg-wrapper .text:before {
  z-index: 1;
  content: "send";
}
/*****************************************
05. Header
*****************************************/
#header {
  height: 647px;
  overflow: hidden;
  position: relative;
  background: #1c1d25;
  margin-bottom: -180px;
  /* Logo Page */
  /* Button Buy */
}
#header .logo-page {
  margin: 0;
  top: 36px;
  left: 87px;
  z-index: 10;
  position: absolute;
}
#header .logo-page .logo-white {
  display: block;
}
#header .logo-page .logo-black {
  display: none;
}
#header .logo-page a {
  display: block;
}
#header .logo-page img {
  max-width: 200px;
  max-height: 200px;
}
#header .ct-button-right {
  margin: 0;
  top: 36px;
  right: 87px;
  z-index: 10;
  display: none;
  position: absolute;
}
#header .content-header {
  z-index: 5;
  position: relative;
}
#header .content-header .container {
  padding-top: 120px;
}
#header .content-header .container .ct-center {
  text-align: center;
}
#header .content-header .container .ct-center .ct-logo {
  margin-bottom: 67px;
}
#header .content-header .container .ct-center .title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 67px;
}
#header .content-header .container .ct-center .title span {
  color: #ee6b14;
}
/*****************************************
05. Contain Item
*****************************************/
.container-items {
  width: 100%;
  z-index: 10;
  display: block;
  position: relative;
  margin-bottom: 100px;
}
.container-items .item {
  z-index: 10;
  overflow: hidden;
  min-height: 570px;
  position: relative;
  background: #ffffff;
  margin-bottom: 110px;
}
.container-items .item:last-child {
  margin-bottom: 0;
}
.container-items .item:hover:after {
  opacity: 0;
}
.container-items .item:hover .background-item {
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 0.6s, transform 8s ease-in-out;
}
.container-items .item:hover .content .ct-text .tags,
.container-items .item:hover .content .ct-text .title,
.container-items .item:hover .content .ct-text .description {
  color: #ffffff;
}
.container-items .item:hover .content .ct-button .btn {
  border-color: #ffffff;
}
.container-items .item:hover .bottom-number {
  opacity: 0.2;
  color: #ffffff;
}
.container-items .item:after {
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  background: url(../images/grain-item.png) top left repeat;
}
.container-items .item .background-item {
  top: 0;
  left: 0;
  zoom: 1;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.4s, transform 1s ease-in-out;
  -moz-transition: opacity 0.4s, transform 1s ease-in-out;
  -o-transition: opacity 0.4s, transform 1s ease-in-out;
  transition: opacity 0.4s, transform 1s ease-in-out;
}
.container-items .item .background-item:after {
  top: -50%;
  left: -50%;
  z-index: -1;
  content: '';
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-animation: grain 2s steps(8) infinite;
  animation: grain 2s steps(8) infinite;
  background: url(../images/grain.png) top left repeat;
}
.container-items .item .top-bar {
  z-index: 1;
  width: 100%;
  height: 36px;
  padding: 14px 18px;
  position: relative;
  background: #ebebeb;
}
.container-items .item .top-bar span {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 8px;
  background: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.container-items .item .content {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 135px 100px 150px 200px;
}
.container-items .item .content.opacity .ct-text {
  opacity: 0.2;
}
.container-items .item .content.opacity .ct-button .btn {
  height: 64px;
  margin: -2px;
  font-size: 19px;
  min-width: 201px;
  padding: 2px 14px;
}
.container-items .item .content.opacity .ct-button .btn:hover {
  border-color: #ee6b14;
}
.container-items .item .content .ct-text {
  display: block;
}
.container-items .item .content .ct-text .tags {
  color: #1c1d25;
  line-height: 1em;
  margin: 0 0 15px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.container-items .item .content .ct-text .title {
  color: #1c1d25;
  font-size: 51px;
  line-height: 1em;
  margin: 0 0 8px 0;
}
.container-items .item .content .ct-text .description {
  margin: 0;
  color: #6e6e6e;
  max-width: 280px;
  font-size: 1.15em;
}
.container-items .item .content .ct-button {
  padding: 35px;
  margin: 0 0 0 -35px;
  display: inline-block;
}
.container-items .item .bottom-number {
  bottom: 0;
  z-index: 1;
  right: 15px;
  color: #f5f9fc;
  font-size: 232px;
  position: absolute;
  line-height: 1.05em;
}
/*****************************************
06. Footer
*****************************************/
#footer {
  background-color: #16191b;
}
#footer .container {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
}
/*****************************************
07. Media Query
*****************************************/
@media (max-width: 992px) {
  .btn {
    height: 50px;
    font-size: 16px;
    min-width: 180px;
    line-height: 47px;
  }
  #header {
    /* Logo Page */
    /* Button Buy */
  }
  #header .logo-page {
    left: 60px;
  }
  #header .ct-button-right {
    right: 60px;
  }
  #header .content-header .container {
    padding-top: 150px;
  }
  #header .content-header .container .ct-center .title {
    font-size: 55px;
  }
  .container-items .item {
    min-height: 400px;
  }
  .container-items .item .content {
    padding: 135px 100px;
  }
  .container-items .item .content.opacity .ct-button .btn {
    height: 54px;
    margin: -2px;
    font-size: 17px;
    min-width: 184px;
    padding: 2px 14px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
  .btn {
    height: 40px;
    font-size: 15px;
    min-width: 130px;
    line-height: 36px;
  }
  #header {
    height: 560px;
    /* Logo Page */
    /* Button Buy */
  }
  #header .logo-page {
    top: 20px;
    left: 20px;
  }
  #header .logo-page img {
    height: 40px;
  }
  #header .ct-button-right {
    top: 20px;
    right: 20px;
  }
  #header .content-header .container {
    padding-top: 150px;
  }
  #header .content-header .container .ct-center .ct-logo {
    margin-bottom: 25px;
  }
  #header .content-header .container .ct-center .ct-logo img {
    max-width: 50%;
  }
  #header .content-header .container .ct-center .title {
    font-size: 40px;
  }
  .container-items .item {
    min-height: inherit;
    margin-bottom: 60px;
  }
  .container-items .item:after {
    opacity: 0;
  }
  .container-items .item .background-item {
    opacity: 1;
  }
  .container-items .item .content {
    padding: 50px 20px;
  }
  .container-items .item .content.opacity .ct-button .btn {
    margin: 0;
    height: 40px;
    padding: 0 14px;
    font-size: 15px;
    min-width: 130px;
    line-height: 36px;
  }
  .container-items .item .content .ct-text .tags,
  .container-items .item .content .ct-text .title,
  .container-items .item .content .ct-text .description {
    color: #ffffff;
  }
  .container-items .item .content .ct-text .title {
    font-size: 30px;
  }
  .container-items .item .content .ct-button {
    padding: 0;
    margin: 30px 0 0 0;
  }
  .container-items .item .content .ct-button .btn {
    border-color: #ffffff;
  }
  .container-items .item .bottom-number {
    opacity: 0.2;
    color: #ffffff;
    font-size: 90px;
  }
}
