@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #999999;
  font: 400 20px/32px "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #3f4040;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 80px;
  line-height: 92px;
}

h3 {
  font-size: 64px;
  line-height: 72px;
}

h3 em {
  font-size: 30px;
  line-height: 35px;
  color: #999999;
  margin-top: 11px;
  display: inline-block;
  margin-left: 7px;
}

h4 {
  font-size: 50px;
  line-height: 55px;
}

h5 {
  font-size: 40px;
  line-height: 45px;
}

h5 a:hover {
  color: #14cef5;
}

h6 {
  font-size: 20px;
  line-height: 32px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

blockquote {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  max-width: 490px;
  padding: 70px 50px 30px 29px;
  background: #ffffff;
  text-align: left;
  position: relative;
}

blockquote span {
  font: 400 120px "Montserrat", sans-serif;
  color: #14cef5;
  position: absolute;
  left: 27px;
  top: -6px;
}

blockquote .box_cnt__no-flow {
  padding-left: 25px;
  padding-top: 20px;
}

blockquote .box_cnt__no-flow p {
  font-size: 14px;
}

blockquote .box_cnt__no-flow * + p {
  margin-top: -6px;
}

@media (max-width: 767px) {
  blockquote .box .box_cnt__no-flow {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 390px) {
  blockquote .box_aside {
    margin: 0;
  }
  blockquote .box_cnt__no-flow {
    padding: 0;
  }
}

.primary-color {
  color: #14cef5;
}

.center {
  text-align: center;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .mailform {
  margin-top: 25px;
}

* + .wr {
  margin-top: 28px;
}

h3 + h2 {
  margin-top: 9px;
}

* + .btn {
  margin-top: 50px;
}

h2 + p {
  margin-top: 42px;
}

h4 + .row {
  margin-top: 24px;
}

h4 + .off {
  margin-top: 80px;
}

.row + .row {
  margin-top: 0;
}

p + .box {
  margin-top: 18px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-left: 45px;
}

.brand:before {
  content: '\e894';
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 64px;
  color: #ffffff;
  left: -25px;
  top: 55%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Material Icons';
}

.brand_name {
  overflow: hidden;
  color: #ffffff;
}

.brand_slogan {
  line-height: 22px;
}

@media (max-width: 1790px) {
  .brand {
    padding-left: 55px;
  }
  .brand:before {
    left: -10px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #14cef5;
}

.bg-primary h3, .bg-primary h2, .bg-primary p {
  color: #ffffff;
}

.bg-primary h3 em {
  font-size: 30px;
  vertical-align: baseline;
  color: #ffffff;
}

.bg-primary h3 + h2 {
  margin-top: -7px;
  margin-left: -50px;
}

.bg-primary * + p {
  margin-top: 35px;
}

.bg-primary .btn {
  background: #ffffff;
  color: #3f4040;
  padding: 19px 90px;
}

.bg-primary .btn:hover {
  background: #3f4040;
  color: #ffffff;
}

.bg-primary .btn:active {
  background: #262626;
}

.h-bg {
  background: url("../images/h-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-sec {
  background: #f4fbfc;
}

.bg-sec2 h1, .bg-sec2 h2, .bg-sec2 h3, .bg-sec2 h4, .bg-sec2 h5, .bg-sec2 h6, .bg-sec2 p,
.bg-sec3 h1,
.bg-sec3 h2,
.bg-sec3 h3,
.bg-sec3 h4,
.bg-sec3 h5,
.bg-sec3 h6,
.bg-sec3 p {
  color: #ffffff;
}

.bg-sec2 h2,
.bg-sec3 h2 {
  font-weight: 700;
}

.bg-sec2 {
  background: url("../images/bg-s.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-sec3 {
  background: url("../images/bg-s2.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1199px) {
  .h-bg {
    background: transparent url("../images/h-bg.jpg") no-repeat scroll 75% 0%/cover;
  }
  .bg-sec2,
  .bg-sec3 {
    background-attachment: scroll;
  }
}

@media (max-width: 479px) {
  .bg-primary h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .bg-primary h2 {
    font-size: 70px;
    line-height: 72px;
  }
  .bg-primary h3 + h2 {
    margin-left: 0;
  }
  .bg-primary .btn {
    padding: 19px 70px;
  }
  .bg-sec2 h3, .bg-sec3 h3 {
    font-size: 29px;
    line-height: 42px;
  }
  .bg-sec2 h2, .bg-sec3 h2 {
    font-size: 50px;
    line-height: 52px;
  }
}

/*==================    Wrapper    ======================*/
.main_wr {
  max-width: 518px;
  display: inline-block;
}

.main_wr h3 span {
  text-transform: uppercase;
  font-weight: 700;
}

.main_wr * + h2 {
  margin-top: -25px;
}

.main_wr .wr {
  padding: 30px;
  background: #ffffff;
  max-width: 490px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.main_wr .wr h6 {
  font-size: 24px;
  line-height: 32px;
  color: #3f4040;
  font-weight: 700;
  padding-left: 9px;
}

.main_wr .wr p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.main_wr .wr * + p {
  margin-top: 13px;
}

.main_wr2 {
  max-width: 800px;
  display: inline-block;
}

.main_wr3 {
  max-width: 1120px;
  position: relative;
  display: inline-block;
  margin-top: -5px;
}

.main_wr3.off {
  margin-left: 25px;
}

@media (min-width: 1200px) and (max-width: 1650px), (max-width: 767px) {
  .main_wr h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .main_wr h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .main_wr * + h2 {
    margin-top: 0;
  }
}

@media (max-width: 1095px) {
  h3 em {
    display: block;
  }
  .main_wr * + h2 {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .main_wr .wr {
    padding: 15px;
  }
  .main_wr h3 {
    font-size: 35px;
    line-height: 32px;
  }
  .main_wr h2 {
    font-size: 53px;
    line-height: 62px;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: #14cef5;
  color: #ffffff;
  padding: 23px 98px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn:hover {
  background: #3f4040;
}

.btn:active {
  background: #262626;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}

.index-list li {
  padding-left: 160px;
  text-align: left;
  position: relative;
}

.index-list li h5 {
  font-size: 30px;
}

.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  left: 6px;
  top: 12px;
  display: inline-block;
  height: 112px;
  width: 112px;
  font-size: 50px;
  line-height: 112px;
  text-align: center;
  background: #14cef5;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.index-list li * + p {
  margin-top: 29px;
}

.index-list li:nth-child(n+3) {
  margin-top: 58px;
}

.index-list li.col-md-6.col-md-6:nth-child(2n + 3) {
  clear: left;
}

@media (max-width: 479px) {
  .index-list li {
    padding-left: 10px;
  }
  .index-list li:before {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
}

/*==================      Box      ======================*/
.box {
  text-align: left;
}

.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
  position: relative;
}

.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box_aside .mini {
  position: absolute;
  right: -2px;
  top: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 55px;
  padding-top: 70px;
}

.box_cnt__no-flow * + p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
  .box_cnt__no-flow {
    text-align: left;
    padding-left: 0;
  }
}

@media (max-width: 390px) {
  .box_aside {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -40px;
  }
  .box_cnt__no-flow {
    padding-right: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}

.inline-list li + li {
  margin-left: 15px;
}

.inline-list a:hover {
  color: #ffffff;
  background: #14cef5;
}

.info-box {
  color: #ffffff;
  padding-top: 9px;
}

.info-box a {
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}

.info-box a:before {
  position: absolute;
  content: '\e551';
  left: -44px;
  top: -9px;
  font-family: 'Material Icons';
  font-size: 34px;
  line-height: 40px;
}

.info-box a:hover {
  color: #3f4040;
}

.info-box time {
  font-size: 14px;
  margin-top: -4px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #3f4040;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #14cef5;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .banner {
  padding-top: 12px;
  padding-bottom: 10px;
}

header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}

header .banner:after {
  clear: both;
}

header .banner * + p {
  margin-top: 0;
}

header .brand {
  float: left;
}

header .info-box {
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  header .banner {
    padding-top: 10px;
    text-align: center;
  }
  header .banner .brand, header .banner .info-box {
    float: none;
  }
  header .banner .brand {
    display: inline-block;
    padding-left: 0;
    padding-top: 10px;
  }
  header .banner .brand:before {
    position: relative;
    left: auto;
  }
  header .banner .info-box {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  header .banner .info-box a {
    margin-left: 20px;
  }
  header .banner .info-box time {
    margin-left: -15px;
  }
}

@media (max-width: 479px) {
  header .well {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 116px;
  padding-bottom: 130px;
}

.well2 {
  padding-top: 200px;
  padding-bottom: 178px;
}

.well3 {
  padding-top: 90px;
  padding-bottom: 93px;
}

.well4 {
  padding-top: 79px;
  padding-bottom: 97px;
}

.well__ins1 {
  padding-top: 83px;
}

.well3__ins1 {
  padding-bottom: 111px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 110px;
  padding-bottom: 130px;
}

footer .inline-list li a {
  display: inline-block;
  height: 76px;
  width: 76px;
  background: whitesmoke;
  color: #14cef5;
  font-size: 32px;
  line-height: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

footer .copyright {
  font-size: 14px;
}

footer * + .copyright {
  margin-top: 34px;
}

/*
* Form styles
*/
.rd-form {
  position: relative;
  text-align: left;
}

.rd-form .button {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

* + .rd-form {
  margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}

.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
  border-color: #14cef5;
}

.form-wrap + * {
  margin-top: 23px;
}

.form-input,
.form-input[type='email'],
.form-input[type='text'] {
  display: block;
  width: 100%;
  min-height: 57px;
  padding: 12px 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #ececec;
  border-radius: 2px;
}

.form-input:focus {
  outline: 0;
}

textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
}

.form-label,
.form-label-outside {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 400;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #999999;
}

.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
}

[data-x-mode='true'] .form-label {
  pointer-events: auto;
}

.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}

.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: .3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #f5543f;
}

.form-output.success {
  color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio,
.radio-inline {
  padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999999;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #2c343b;
  border-radius: inherit;
}

.checkbox,
.checkbox-inline {
  padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #999999;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  content: '\f222';
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #cccccc;
}

.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #14cef5;
  transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #f5f5f5;
  cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #999999;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: .22s;
}

.rd-form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px;
}

.rd-form-inline > * {
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.rd-form-inline > * {
  margin-top: 0;
}

.rd-form-inline .form-wrap {
  flex-grow: 1;
  min-width: 185px;
}

.rd-form-inline .form-wrap-select {
  text-align: left;
}

.rd-form-inline .form-button {
  flex-shrink: 0;
  max-width: calc(100% - 10px);
  min-height: 50px;
}

.rd-form-inline .form-button .button {
  min-height: inherit;
}

@media (min-width: 576px) {
  .rd-form-inline .button {
    display: block;
  }
}

.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}

.form-sm .form-validation {
  top: -16px;
}

.form-sm .form-label {
  top: 20px;
}

.form-sm * + .button {
  margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 58px;
}

.form-lg .form-button {
  min-height: 60px;
}

.form-lg .form-label {
  top: 30px;
}

/*
*
* Select 2
*/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.select2-container-active {
  border: 1px solid #14cef5;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
		Force border-box so that % widths fit the parent
		container without overlap because of margin/padding.
		More Info : http://www.quirksmode.org/css/box.html
	*/
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  position: relative;
  color: #999999;
  background-color: transparent;
  padding: 15px 19px;
  border-radius: 0;
  text-decoration: none;
}

.select2-container .select2-choice > .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-arrow {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.select2-arrow b:before {
  display: inline-block;
  font-weight: 400;
  content: "";
  font-family: "Material Design Icons";
  font-size: 22px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
  display: none;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  /* styles required for IE to work */
  background-color: #ffffff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 100;
  top: 100%;
  background: #ffffff;
  color: #999999;
  border: 1px solid #f5f5f5;
  border-top: 0;
  border-radius: 0 0 0 0;
}

.select2-drop-active {
  border: 1px solid #14cef5;
  border-top: 0;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #14cef5;
}

.select2-search {
  display: inline-block;
  width: 100%;
  padding: 4px 4px 0;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search:before {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 4px));
  transform: translateY(calc(-50% + 4px));
  display: inline-block;
  content: '\f43b';
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 1;
}

.select2-search input {
  width: 100%;
  padding: 5px 35px 5px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  background-color: #f5f5f5;
  color: #999999;
  border: 1px solid #f5f5f5;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #f5f5f5;
  border-top-color: transparent;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  padding: 4px 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result {
  border-radius: 0;
  transition: .1s;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  color: #ffffff;
  background: #14cef5;
}

.select2-results li em {
  background: #ffffff;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #ffffff;
  color: #000000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #ffffff;
  background: #14cef5;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #999999;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi {
  display: flex;
  align-items: stretch;
  height: auto;
  min-height: 50px;
}

.select2-container-multi .select2-choices {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 0;
  cursor: text;
  overflow: hidden;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 5px 4px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  cursor: default;
  border: 1px solid gainsboro;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: gainsboro;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #2c343b;
}

.select2-search-choice-close:before {
  display: inline-block;
  content: '\f24c';
  font-family: "Material Design Icons";
  font-size: 12px;
  line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #dddddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #151515;
  box-shadow: -4px 4px 10px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  border-radius: 6px;
}

.snackbars .icon {
  display: none !important;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 0;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 13px 22px;
    font-size: 15px;
  }
}

button.btn {
  transition: .3s ease-out all;
}

/*========================================================
                     RD Style Switcher
=========================================================*/
.styleswitcher {
  position: fixed;
  top: 22%;
  width: 295px;
  padding: 25px 20px 30px;
  background: #232323;
  color: #A5BFD2;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transform: translateX(-295px);
  -ms-transform: translateX(-295px);
  -o-transform: translateX(-295px);
  -webkit-transform: translateX(-295px);
  transform: translateX(-295px);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 9998;
}

.styleswitcher.active {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.tablet .styleswitcher.active,
.mobile .styleswitcher.active {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

@media (max-width: 1199px) {
  .tablet .styleswitcher,
  .mobile .styleswitcher {
    width: 315px;
    -moz-transform: translateX(-315px);
    -ms-transform: translateX(-315px);
    -o-transform: translateX(-315px);
    -webkit-transform: translateX(-315px);
    transform: translateX(-315px);
  }
}

@media (max-width: 479px) {
  .styleswitcher {
    width: 235px;
    -moz-transform: translateX(-235px);
    -ms-transform: translateX(-235px);
    -o-transform: translateX(-235px);
    -webkit-transform: translateX(-235px);
    transform: translateX(-235px);
  }
}

.styleswitcher_title {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.styleswitcher_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #232323;
  color: #A5BFD2;
  font: 400 32px/60px "FontAwesome";
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.styleswitcher_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.styleswitcher_toggle:hover {
  color: #FFF;
}

.styleswitcher_toggle:before {
  content: "";
}

.styleswitcher_toggle.active:before {
  content: "";
}

.styleswitcher_cnt {
  word-spacing: 6px;
}

.styleswitcher_scheme {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.styleswitcher_scheme::-moz-focus-inner {
  border: none;
  padding: 0;
}

.styleswitcher_scheme:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.styleswitcher_scheme.active, .styleswitcher_scheme:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.styleswitcher_title + .styleswitcher_cnt {
  margin-top: 25px;
}

/*# sourceMappingURL=style.css.map */