/*MAIN*/
html {
  font-size: 15px;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #383839;
}

.center {
  text-align: center;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

h4, h5, h6,
.h4, .h5, .h6 {
  line-height: 1.3;
}

h1 {
  /*50px*/
  font-size: 3.33333rem;
}

h2 {
  /*45px*/
  font-size: 3rem;
}

h3 {
  /*34px*/
  font-size: 2.26667rem;
}

h4 {
  /*24px*/
  font-size: 1.6rem;
}

h4.smaller {
  /*22px*/
  font-size: 1.46667rem;
}

h5 {
  /*20px*/
  font-size: 1.33333rem;
}

h6 {
  /*18px*/
  font-size: 1.2rem;
}

.display-4 {
  font-size: 2.125rem;
}

.btn {
  padding: 13px 28px;
  border-width: 2px;
  border-radius: 8px;
  font-weight: 700;
  /*16px*/
  font-size: 1.125rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'PT Sans', sans-serif;
}

.btn:focus {
  box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 6px 15px;
  /*14px*/
  font-size: 0.93333rem;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 30px;
  /*18px*/
  font-size: 1.2rem;
}

/*REGULAR BUTTONS*/
.btn-primary {
  color: #fff!important;
  background-color: #071338;
  border-color: #071338;
}

.btn-primary:hover {
  color: #fff;
  background-color: #16275a;
  border-color: #16275a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #16275a;
    border-color: #16275a;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-warning {
  color: #fff;
  background-color: #d11414;
  border-color: #d11414;
}

.btn-warning:hover {
  color: #fff;
  background-color: #da4b4b;
  border-color: #da4b4b;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #da4b4b;
  border-color: #da4b4b;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #da4b4b;
    border-color: #da4b4b;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #ffd01c;
  border-color: #ffd01c;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #ffd01c;
  border-color: #ffd01c;
}

.btn-success {
  color: #fff;
  background-color: #071338;
  border-color: #071338;
}

.btn-success:hover {
  color: #fff;
  background-color: #16275a;
  border-color: #16275a;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #16275a;
  border-color: #16275a;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #212529;
    background-color: #16275a;
    border-color: #16275a;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

/*OUTLINE BUTTONS*/
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
  border-width: 2px;
}

.btn-outline-success {
  background-color: transparent;
  border-color: #d11414;
  color: #fff;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #D11414;
  border-color: #D11414;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #fff;
  background-color: #D11414;
  border-color: #D11414;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #D11414;
  border-color: #D11414;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #D11414;
    border-color: #D11414;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3d9345;
  border-color: #3d9345;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
  border-color: #4db657;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #4db657;
}

.btn-outline-success {
  color: #fff;
}

/*LINKS*/
.no-underline {
  text-decoration: none;
}

.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

.no-underline a {
  /*link inside .no-underline*/
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

/*GRID*/

.container-half {
  position: relative;
  width: 600px;
  max-width: 100%;
}

.container-half-right {
  float: left;
}

.container-half-left {
  float: right;
}

.row-col-offset {
  /*compensate margin-bottom for row that includes columns with margin-bottom*/
  margin-bottom: -30px;
}

.row-col-offset > [class^="col"] {
  margin-bottom: 30px;
}

.row-offset-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.row-offset-sm > [class^="col"] {
  padding-right: 8px;
  padding-left: 8px;
}

/*OFFSETS*/
.m-1 {
  margin: 15px 15px !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mr-1 {
  margin-right: 15px !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.ml-1 {
  margin-left: 15px !important;
}

.mx-1 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-2 {
  margin: 30px 30px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mr-2 {
  margin-right: 30px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.ml-2 {
  margin-left: 30px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-3 {
  margin: 45px 45px !important;
}

.mt-3 {
  margin-top: 45px !important;
}

.mr-3 {
  margin-right: 45px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.ml-3 {
  margin-left: 45px !important;
}

.mx-3 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-1 {
  padding: 15px 15px !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pr-1 {
  padding-right: 15px !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.pl-1 {
  padding-left: 15px !important;
}

.px-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-2 {
  padding: 30px 30px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pr-2 {
  padding-right: 30px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pl-2 {
  padding-left: 30px !important;
}

.px-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-3 {
  padding: 45px 45px !important;
}

.pt-3 {
  padding-top: 45px !important;
}

.pr-3 {
  padding-right: 45px !important;
}

.pb-3 {
  padding-bottom: 45px !important;
}

.pl-3 {
  padding-left: 45px !important;
}

.px-3 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/*ALIGNMENT*/
.middle {
  display: inline-block;
  vertical-align: middle;
}

.pos-stat {
  position: static;
}

.pos-rel {
  position: relative;
}

.z1 {
  z-index: 1;
}

/*FORMS*/
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
select,
select.form-control,
select.form-control:not([size]):not([multiple]) {
  height: 51px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
select,
select.form-control {
  display: block;
  width: 100%;
  padding: 14px 15px;
  /*17px*/
  font-size: 1.13333rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #fff;
  border-radius: 6px;
  color: #636667;
  box-shadow: none;
  font-weight: 700;
  /*INPUTS STATES*/
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
select.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #fff;
  outline: none;
}


/*SELECT CUSTOM*/
.select {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
}

.select:before, .select:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}

.select:before {
  right: 37px;
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background-color: #636667;
  pointer-events: none;
}

.select:after {
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: transparent 6px solid;
  border-top: #636667 6px solid;
  pointer-events: none;
}

.select select {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select select::-ms-expand {
  display: none;
}

:-moz-any(.select):before {
  pointer-events: none;
  z-index: 1;
}

.form-control-lg,
.footer-subscribe-form [type="text"],
.footer-subscribe-form [type="email"] {
  padding: 20px 10px;
  font-weight: 700;
}

/*IMAGES*/
.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.top-section {
  background-image: url(../img/hero.jpg?v=a9b43f7);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
button:focus {
    outline: none;
}

/*TEXTS, FONTS*/
.font-main {
  font-family: "Open Sans", sans-serif;
}

.font-main h1, .font-main h2, .font-main h3, .font-main h4, .font-main h5, .font-main h6,
.font-main .h1, .font-main .h2, .font-main .h3, .font-main .h4, .font-main .h5, .font-main .h6 {
  font-family: "Open Sans", sans-serif;
}

.font-secondary {
  font-family: 'PT Sans', sans-serif;
}

.bigger {
  /*17px*/
  font-size: 1.13333rem;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 700;
}

.fw700 {
  font-weight: 700;
}

/*DIFFERENT*/
blockquote {
  padding: 0;
  font-size: inherit;
  border-left: none;
}



/*TABS*/
/*ACCORDION*/
.accordion {
  margin-bottom: 30px;
}

.accordion-item,
.panel-group .panel {
  border: none;
  background-color: #fff;
  box-shadow: none;
}

.accordion-item-header {
  position: relative;
}

.accordion-heading-link {
  position: relative;
  display: block;
  padding: 14px 32px 14px 0;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  cursor: pointer;
}

.accordion-heading-link:hover, .accordion-heading-link:focus {
  text-decoration: none;
}

.accordion-heading-link:before, .accordion-heading-link:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #071338;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordion-heading-link:before {
  top: 16px;
  bottom: 0;
  right: 9px;
  width: 2px;
  height: 20px;
}

.accordion-heading-link:after {
  right: 0;
  height: 2px;
  width: 20px;
  top: 25px;
}

.accordion-heading-link[aria-expanded="true"] {
  color: #383839;
}

.accordion-heading-link[aria-expanded="true"]:hover, .accordion-heading-link[aria-expanded="true"]:focus {
  color: #383839;
}

.accordion-heading-link[aria-expanded="true"]:before, .accordion-heading-link[aria-expanded="true"]:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.35;
}

.accordion-heading-link[aria-expanded="true"] + .accordion-heading-line {
  opacity: 0;
}

.accordion-heading-line {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  width: 80%;
  margin: 0;
  border-top-color: #e8eaec;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordion-content {
  padding-left: 35px;
}

/*COLORS-AND-BACKGROUNDS*/
.bg-blue {
  background-color: #071338;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #181819 !important;
}

.bg-main {
  background-color: #383839;
}

.bg-red {
  background-color: #D11414;
}

.white {
  color: #fff;
}

.blue {
  color: #071338;
}

.dark {
  color: #383839;
}

.yellow {
  color: #ffd01c;
}

.green {
  color: #ffd01c;
}

.red {
  color: #D11414;
}

a.yellow:hover, a.yellow:focus {
  color: red;
}

.black {
  color: #000;
}
.bg-placeholder {
    background-color: #2d2c2c;
}

/*links with color classes and inside color classes*/
a.white:hover, a.white:focus {
  color: #fff;
}

a.dark:hover, a.dark:focus {
  color: #383839;
}

a.black:hover, a.black:focus {
  color: #000;
}

a.blue:hover, a.blue:focus {
  color: #071338;
}

a.yellow:hover, a.yellow:focus {
  color: #fec93a;
}

/*VIDEO-BG*/
/*BOX-SHADOW*/
/*DROPDOWN*/
.no-triangle:after {
  /*hide bootstrap default arrow*/
  display: none;
}

/*DROPDOWNS ON HOVER*/
/*MODAL*/
/*SECTIONS*/
/*RESPONSIVE*/
/*max-width: 767px BEGIN*/
@media screen and (max-width: 1200px) {
  .btn {
    padding: 13px 7px;
  }
}
@media screen and (max-width: 767px) {
  .container,
  .container-half {
    width: 540px;
    max-width: 100%;
  }
  .container-half {
    float: none;
    margin: auto;
  }
  .row-col-offset {
    /*compensate margin-bottom for row that includes columns with margin-bottom*/
    margin-bottom: -20px;
  }
  .row-col-offset > [class^="col"] {
    margin-bottom: 20px;
  }
  /*HEADINGS*/
  h1 {
    /*35px*/
    font-size: 2.33333rem;
  }
  h2 {
    /*28px*/
    font-size: 1.86667rem;
  }
  h3 {
    /*24px*/
    font-size: 1.6rem;
  }
  h4 {
    /*18px*/
    font-size: 1.2rem;
  }
  h4.smaller {
    /*16px*/
    font-size: 1.06667rem;
  }
  h5 {
    /*16px*/
    font-size: 1.06667rem;
  }
  h6 {
    /*14px*/
    font-size: 0.93333rem;
  }
  /*BUTTONS*/
  /*SIZING*/
  /*OFFSETS*/
  .m-1 {
    margin: 10px 10px !important;
  }
  .mt-1 {
    margin-top: 10px !important;
  }
  .mr-1 {
    margin-right: 10px !important;
  }
  .mb-1 {
    margin-bottom: 10px !important;
  }
  .ml-1 {
    margin-left: 10px !important;
  }
  .mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-2 {
    margin: 20px 20px !important;
  }
  .mt-2 {
    margin-top: 20px !important;
  }
  .mr-2 {
    margin-right: 20px !important;
  }
  .mb-2 {
    margin-bottom: 20px !important;
  }
  .ml-2 {
    margin-left: 20px !important;
  }
  .mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-3 {
    margin: 30px 30px !important;
  }
  .mt-3 {
    margin-top: 30px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .ml-3 {
    margin-left: 30px !important;
  }
  .mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-1 {
    padding: 10px 10px !important;
  }
  .pt-1 {
    padding-top: 10px !important;
  }
  .pr-1 {
    padding-right: 10px !important;
  }
  .pb-1 {
    padding-bottom: 10px !important;
  }
  .pl-1 {
    padding-left: 10px !important;
  }
  .px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .p-2 {
    padding: 20px 20px !important;
  }
  .pt-2 {
    padding-top: 20px !important;
  }
  .pr-2 {
    padding-right: 20px !important;
  }
  .pb-2 {
    padding-bottom: 20px !important;
  }
  .pl-2 {
    padding-left: 20px !important;
  }
  .px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .p-3 {
    padding: 30px 30px !important;
  }
  .pt-3 {
    padding-top: 30px !important;
  }
  .pr-3 {
    padding-right: 30px !important;
  }
  .pb-3 {
    padding-bottom: 30px !important;
  }
  .pl-3 {
    padding-left: 30px !important;
  }
  .px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .form-control,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="number"],
  textarea,
  select,
  select.form-control,
  select.form-control:not([size]):not([multiple]) {
    height: 44px;
  }
  .form-control,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="number"],
  textarea,
  select,
  select.form-control {
    padding: 12px 15px;
    /*15px*/
    font-size: 1rem;
  }
  .accordion {
    margin-bottom: 20px;
  }
  .btn {
    padding: 13px 28px;
    /*16px*/
    font-size: 1.06667rem;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 6px 20px;
    /*13px*/
    font-size: 0.86667rem;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 12px 33px;
    /*17px*/
    font-size: 1.13333rem;
  }
}

/*max-width: 767px END*/


/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs
    {
        display: none !important;
    }
    .visible-xs
    {
        display: block !important;
    } 
    .order-sm-1 {
      order: 1;
    }
    .order-sm-last {
      order: 13;
    }
}

/* Breakpoint SM */
@media (min-width: 576px)
{
    .visible-xs
    {
        display: none !important;
    } 
    .hidden-xs
    {
        display: block !important;
    }
    /*.collapse:not(.show) {
       display: block; 
  }*/
}
