@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400');

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding-top: 116px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

a {
  text-decoration: none;
  outline: 0;
  color: #1286AD;
}

a:hover {
  color: #555;
  text-decoration: none;
}

.button{
    background-color: #c3423f !important;
    padding: 8px 15px;
    color: white;
    border-radius: 0px;
}

p {
  line-height: 1.7;
}

.main-header {
  background: #fff;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.main-header a {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.main-header .navbar-brand {
  width: 148px;
  height: 50px;
  background: url(../images/logo-risq.png) no-repeat center;
  text-indent: -9999px;
}

.main-header .navbar-nav .nav-link {
  color: #333;
}

.dropdown-item {
  padding: .50rem 1.2rem;
  font-size: 13px;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #1D5F78;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand-lg .navbar-text {
  margin-top: -3px;
}
.navbar-expand-lg .navbar-text li {
  margin-left: 18px;
}

.navbar-expand-lg .navbar-text .badge {
  position: relative;
  top: -10px;
  right: 5px;
}

.main-header.scrolled {
  background: #f5f5f5;
  border-bottom: solid 1px #ddd;
}
/*.main-header.scrolled .navbar-brand {
  background: url(../images/logo-risq2.png) no-repeat center;
}*/
.main-header .navbar-brand {
  text-indent: -9999px;
}
.navbar-custom .navbar-nav > li > a {
  color: #333;
}
.navbar-custom a {
  color: #1286AD !important;
}
.main-header .navbar-nav .nav-link:hover {
  color: #666 !important;
}
.main-header .navbar-dark .navbar-toggler {
  border: none;
  background-color: #1286AD;
}

.carousel-caption {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.carousel-caption .display-5 {
  max-width: 620px;
  margin: 0 auto;
  font-family: Arial;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 40px;
}
.carousel-caption .lead {
font-weight: bold;
padding: 0 20% 30px 20%;
}

.carousel-caption {
  top: 25%;
}
.carousel-caption .btn-outline-secondary {
  background: rgba(0,0,0,0.3);
  text-shadow: none;
}
.carousel-caption .btn-outline-secondary:hover {
  background: rgba(0,0,0,0.6);
}

.main-content-internal {
  background: url(../images/wave03.png) top center no-repeat;
  padding-top: 100px;
}

#main-content .container {
  padding: 80px 0;
}

.title-main {
  font-size: 36px;
  margin-bottom: 25px;
}

.title-main::after {
  content: "";
  width: 90px;
  margin: 15px auto;
  height: 2px;
  background: #1286AD;
  display: block;
}

#homeCarousel {
  margin-top: -10px;
}

#homeCarousel img {
  width: 100%;
  max-height: 1193px !important;
}

.featured-section .container {
  padding: 80px 0;
}

.featured-section h2 {
  padding-bottom: 40px;
}

.featured-section .btn-outline-secondary {
  color: #1286AD;
  padding-bottom: 10px;
}

.featured-section .btn-outline-secondary:hover {
  background: rgba(0,0,0,0.1);
}

.bg-01 {
  background: #1286AD url(../images/bg-security.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-weight: 300;
}

.wave-bg-01 {
  background: url(../images/wave01.png) center top no-repeat, url(../images/wave02.png) center bottom no-repeat;
  background-size: 100%;
  padding-top: 11%;
  padding-bottom: 6%;
}

.btn-white {
  color: #fff !important;
  border-color: #fff;
}

.bg-02 {
  background: #1286AD url(../images/bg-security.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.wave-bg-02 {
  background: url(../images/wave01.png) center top no-repeat;
  background-size: 100%;
}

.bg-02 .title-main {
  color: #fff;
}
.bg-02 .title-main::after {
  background: #fff;
}

.featured-products .container {
  padding: 160px 0 40px 0;
}

.card {
  margin-bottom: 30px;
  border-color: rgba(0,0,0,0.1);
}
.card-p .card-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.card-p .card-title::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #1286AD;
  display: block;
  margin-top: 10px;
}
.card-p .card-info-text {
  height: 153px;
  overflow: hidden;
}

.thumb-image-card {
  height: 100%;
  margin-left: 3%;
  width: 47%;
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-p .img-fluid {
  border-radius: 0 2px 2px 0;
}

#main-footer {
  background: #2E2F33;
  color: #ddd;
  padding: 40px 0 20px 0;
  font-weight: 300;
  font-size: 13px;
}
#main-footer a {
  color: #fff;
}
#main-footer a:hover {
  text-decoration: underline;
}
#main-footer h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(255,255,255,0.3);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#main-footer ul li {
  padding-bottom: 8px;
}

#main-footer .copy-r div {
  border-top: solid 1px rgba(255,255,255,0.3);
  padding-top: 20px;
  margin-top: 20px;
}
#main-footer .copy-r p {
  margin: 0;
}

.section-about {
  margin-top: -220px;
}

/*** FORMS ***/
.btn-primary {
  background-color: #09566F;
  border-color: #09566F;
}

.btn-primary:hover {
  background-color: #1286AD;
  border-color: #0D6D8D;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 9px 15px;
}

input[type="number"] {
  height: 42px;
}

.btn {
cursor: pointer;
padding-left: 25px;
padding-right: 25px;
font-weight: 300;
}

::-webkit-input-placeholder {
  font-weight: 300 !important;
}
::-moz-placeholder {
  font-weight: 300 !important;
}

fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  padding: 20px 25px 5px 25px;
  position: relative;
  background: #f7f7f7;
}
legend {
  font-size:14px;
  margin-bottom: 0px;
  width: auto;
  border: 1px solid #ddd;
  padding: 10px 20px;
  background: #ffffff;
}


/*** TABLE ***/
.table thead th {
background: #f2f2f2;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

/*** OTHERS ***/
.close {
  cursor: pointer;
}

.box-accordion-b {
  border: solid 1px #ddd;
  padding: 15px;
}

.box-accordion-b .form-check-label {
  display: block;
  width: 100%;
}

.box-accordion-b .form-check-label a {
  font-weight: bold;
  display: block;
  position: relative;
  left: -20px;
  padding-left: 20px;
  color: #333;
}

.help-block {
  display: block;
  margin-top: .25rem;
  font-size: 80%;
  text-align: right;
  width: 97%;
}
.form-error {
  color: #dc3545 !important;
}

/* PASSWORD SCORE */
#ppbar {
  display: block;
  background:#CCC;
  width:95px;
  height: 10px;
}
#pbar {
  display: block;
  width:0px;
  background:#c11117;
  height: 100%;
}
#ppbartxt {
  display: block;
  text-align:right;
  font-size: 10px;
}
span.password-score-box {
  position: absolute;
  right: 25px;
  top: 8px;
}

/*** MEDIA QUERIES ***/
@media (max-width: 575px) { 
  .featured-section .container, .main-content-internal .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .carousel-caption .btn-outline-secondary, .carousel-caption .lead {
    display: none;
  }
  .section-about {
    margin-top: -80px;
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  .carousel-caption .display-5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 80px;
  }
  .carousel-caption {
    top: 20%;
  }

  .main-header .navbar-nav  {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-header .navbar-text {
    padding-left: 10px;
  }
}

@media (max-width: 1199px) { 
  
}

/* CUSTOM */
.original-price{
  display: none;
}



/* VIDEO SLIDER */


/* VIDEO SLIDER */
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0;
}
.csslider {
  display: block;
  text-align: center;
  width: 100%;
}
.csslider input {
  display: none;
}
.csslider ul {
  z-index: 1;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.csslider ul li {
  width: 100%;
  height: 100%;
  font-size: 15px;
  overflow: hidden;
  font-size: initial;
  position: relative;
  white-space: normal;
  vertical-align: top;
  line-height: normal;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
}
.csslider ul li .scrollable {
  overflow-y: scroll;
}
.csslider > .arrows {
  left: 37%;
  z-index: 0;
  width: 26%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: absolute !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .arrows label {
  top: -50%;
  padding: 8px;
  display: none;
  cursor: pointer;
  position: absolute;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  margin: 0 0;
  box-shadow: inset 3px -3px 0 2px #2d7a9c;
}
.csslider > .arrows label:before {
  content: '';
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  position: absolute;
}
.csslider .navigation {
  left: 50%;
  z-index: 10;
  font-size: 0;
  
  line-height: 0;
  text-align: center;
  position: absolute;
  margin-top: 120px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider .navigation > div {
  margin-top: -200%;
  margin-left: -100%;
}
.csslider .navigation label {
  padding: 4px;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  background: #3a3a3a;
  display: inline-block;
}
.csslider .navigation label:hover:after {
  opacity: 1;
}
.csslider .navigation label:after {
  top: 50%;
  left: 50%;
  opacity: 0;
  content: '';
  padding: 6px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  position: absolute;
  background: #2d7a9c;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .csslider > .arrows {
    left: 29%;
    width: 42%;
  }
}
@media only screen and (max-width: 690px) {
  .csslider > .arrows {
    left: 25%;
    width: 50%;
  }
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after, .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after, .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after, .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after, .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after {
  opacity: 1;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last, .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(5), .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1), .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2), .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3), .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4) {
  left: 0;
  right: auto;
  display: block;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first, .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2), .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3), .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4), .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5), .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(1) {
  right: 0;
  left: auto;
  display: block;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}


@media (min-width: 320px) and (max-width: 480px) {
ul li div video{
    width: 100%;

}
}

form#form_contact {
    width: 50%;
    margin: 0 auto;
}

.programmeform{
    background-color: #58595b;
    padding: 20px;
    text-align: center;
    color: white;
}