.widget_wysija_cont .wysija-submit:hover {
  background: #fd4640 !important;
  color: #fff !important;
  border-radius: 25px;
  padding: 10px 45px !important;
  margin-top: 5px;
  text-transform: uppercase;
}

.wysija-submit {
  background: #fff !important;
  color: #003055 !important;
  border-radius: 25px;
  padding: 10px 45px !important;
  margin-top: 5px;
  text-transform: uppercase;
  width: 30%;
  border-bottom: TRANSPARENT;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
}

select {
  border: 1px solid #111;
  background: transparent;
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/wp-content/themes/yachtSentinel/img/dropdownlisticon.png) 96% /
    15% no-repeat #eee;
}

/* CAUTION: IE hackery ahead */

select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi select,
.wp-pagenavi option {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi select:hover,
.wp-pagenavi option.current {
  border-color: #000;
}

.wp-pagenavi option.current {
  font-weight: bold;
}

header.carousel {
  height: 450px;
}

header.carousel .carousel-caption {
  bottom: 0;
  height: 100%;
  top: 110px;
}

header.carousel .carousel-caption p {
  margin-bottom: 0;
}

header.carousel .small-line {
  margin: 20px auto;
}

.banner-box {
  padding-top: 2%;
}

.section-heading.features {
  border-bottom: 5px solid #fd4640;
  display: inline;
}

h2.alternate {
  color: #fd4640;
}

#try-for-free-modal select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  outline: 0;
  display: block;
  margin: 50px 0;
  width: 60%;
  max-width: 60%;
}

#try-for-free-modal select option {
  margin: 40px;
  background: #003055;
  opacity: 0.95;
}

.image-container {
  /*-webkit-box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);
    box-shadow: 0px 20px 80px 0px rgba(0, 48, 85, .30);*/
  margin: 0 auto;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: 0px;
}

.dropdown-menu {
  min-width: 130px;
  background: #003055 !important;
  width: 100%;
}

.video-js .vjs-big-play-button {
  position: relative;
  margin: auto;
  left: 0;
  top: 43%;
}

section {
  padding: 25px 0;
}

section#video {
  padding: 50px 0;
}

.nav-tabs.nav-justified {
  margin: 20px auto;
}

#product-info .video-box {
  height: auto;
}

.banner-box {
  background: rgba(0, 48, 85, 0.2) url(../img/header.png) top left;
  background-size: 100% 100%;
}

section#product-banner {
  padding-bottom: 0;
}

.package-block h1 {
  font-size: 45px;
}

.padding-0 {
  padding: 0px;
}

.contact-box input[type="submit"] {
  background-color: #003055;
  border-bottom: none;
}

.contact-box textarea {
  width: 372px;
}

a.added_to_cart.wc-forward {
  display: none;
}

.navbar-default.affix .menu-icon {
  background: url(../img/basket.svg) no-repeat center;
  background-size: contain;
}

#product-alarms .service-box {
  min-height: 195px;
}

#product-features .service-box {
  height: 120px;
}

#product-interactive-functions .service-box {
  height: 135px;
}

.accessories-box p {
  width: 80%;
  margin: 0 auto;
}

.accessories-box a > img {
  /*width: 100%;*/
}

#trial_account_form {
  margin-top: 50px;
}

.payment-form textarea {
  background: #fff;
  border: 0;
  height: auto;
  font-size: 16px;
  color: #003055;
  padding: 10px;
  font-weight: 500;
  width: 100%;
  max-width: 680px;
}

.payment-form p.form-row {
  margin-bottom: 0px;
}

.payment-form .input-control {
  margin: 10px 0;
}

section#features {
  padding: 0;
}

section#alarms {
  padding: 0;
  padding-top: 20px;
}

section#video .video-container {
  width: 100%;
}

section#video .video-js {
  width: 100%;
}

button[disabled],
html input[disabled] {
  background-color: lightgray;
}

@media (max-width: 991px) and (min-width: 768px) {
  #mainNav .navbar-header {
    display: none;
  }
}

@media (max-width: 480px) {
  header.carousel .carousel-caption h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  header.carousel .carousel-caption p {
    font-size: 15px;
  }
  section#video .video-box {
    height: auto;
    width: 92%;
    margin-bottom: 0px;
  }
  section#video .video-box > .video-details {
    padding-bottom: 0px;
  }
  section#video {
    padding-bottom: 0px;
  }
  section#product-info .image-container {
    text-align: center;
  }
  section#product-info .video-box {
    margin-left: 0px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  section#product-info .image-container {
    text-align: center;
  }
}

/* New media queries */

.application-box .round-btn {
  margin-top: 20px;
}

.banner-box {
  min-height: 150px;
  height: 379px;
}

section#features .service-box {
  height: 185px;
}

.image-container > img {
  margin: auto;
}

.blue-label {
  color: #003055 !important;
}

.red-label {
  color: #fd4640 !important;
}

.font-size-label {
  font-size: 70px;
}

.padding-top {
  padding-top: 50px;
}

header.carousel .carousel-caption h1 {
  font-size: 50px;
}

/*@media screen and (max-width: 1366px) and (max-height:768px){
    header.carousel .carousel-caption h1{
        margin-bottom: 22px
    }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) and (max-height:900px){
    header.carousel .carousel-caption h1{
        margin-bottom: 80px
    }
    header.carousel .carousel-caption{
        top: 145px
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) and (max-height: 1079px){
    header.carousel .carousel-caption h1{
        margin-bottom: 135px
    }
    header.carousel .carousel-caption{
        top: 200px
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) and (min-height:1081px){
    header.carousel .carousel-caption h1{
        margin-bottom: 165px
    }
    header.carousel .carousel-caption{
        top: 145px
    }
}*/

header.carousel .carousel-caption h1 {
  margin-bottom: 3rem;
}

header.carousel .carousel-caption {
  top: 10rem;
}

.alarm-box {
  padding-top: 0px;
}

header.carousel .carousel-caption {
  top: 6rem;
}

header.carousel .carousel-caption h1 {
  margin-bottom: 10rem;
}

@media screen and (min-height: 360px) and (max-height: 413px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 35px;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 5rem;
  }
}

@media screen and (min-height: 414px) and (max-height: 567px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 40px;
  }
  header.carousel .carousel-caption {
    top: 8rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 5rem;
  }
}

@media screen and (min-height: 568px) and (max-height: 639px) and (max-width: 415px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 36px;
  }
  header.carousel .carousel-caption {
    top: 11rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 8rem;
  }
}

@media screen and (min-height: 640px) and (max-height: 666px) and (max-width: 415px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 40px;
  }
  header.carousel .carousel-caption {
    top: 12rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 10rem;
  }
}

@media screen and (min-height: 667px) and (max-height: 735px) and (max-width: 415px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 42px;
  }
  header.carousel .carousel-caption {
    top: 13rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 10rem;
  }
}

@media screen and (min-height: 736px) and (max-height: 767px) and (max-width: 415px) {
  header.carousel {
    height: 100%;
  }
  header.carousel .carousel-caption h1 {
    font-size: 45px;
  }
  header.carousel .carousel-caption {
    top: 17rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 10rem;
  }
}

@media screen and (min-height: 736px) and (max-height: 767px) and (min-width: 1024px) {
  header.carousel {
    height: 415px;
  }
  header.carousel .carousel-caption {
    top: 15rem;
  }
  header.carousel .carousel-caption h1 {
    font-size: 50px;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 10rem;
  }
}

@media screen and (min-height: 768px) and (max-height: 899px) and (min-width: 1024px) {
  header.carousel {
    height: 415px;
  }
  header.carousel .carousel-caption h1 {
    font-size: 45px;
  }
  header.carousel .carousel-caption {
    top: 6rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-height: 900px) and (max-height: 1049px) and (min-width: 1024px) {
  header.carousel {
    height: 550px;
  }
  header.carousel .carousel-caption {
    top: 10rem;
  }
  header.carousel .carousel-caption h1 {
    font-size: 50px;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 10rem;
  }
}

@media screen and (min-height: 1050px) and (max-height: 1079px) and (min-width: 1024px) {
  header.carousel {
    height: 550px;
  }
  header.carousel .carousel-caption {
    top: 10rem;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 13rem;
  }
}

@media screen and (min-height: 1080px) and (min-width: 1024px) {
  header.carousel {
    height: 600px;
  }
  header.carousel .carousel-caption {
    top: 13rem;
  }
  header.carousel .carousel-caption h1 {
    font-size: 50px;
  }
  header.carousel .carousel-caption h1 {
    margin-bottom: 13rem;
  }
}

section#header {
  padding: 0;
  overflow-y: hidden;
}

section#header .header {
  background: url("../img/home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.625rem;
  height: 90vh;
  min-height: 35.625rem;
  margin: 0;
  margin-bottom: 3.125rem;
}

section#header .header.half {
  height: 67vh;
  min-height: 17.8125rem;
  margin: 0;
  margin-bottom: 0;
}

section#header .header .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 5vh;
  left: 0;
  text-transform: capitalize;
  height: 90%;
}

section#header .content-area .header .slider-caption {
  top: 40px;
  height: 90%;
}

section#header .header .slider-caption {
  display: block;
}

section#header .slider-caption > h2 {
  margin-top: 70px;
}

section#header .slider-caption > img {
  margin-top: 70px;
  width: 300px;
}

@media (min-width: 321px) {
  section#header .header .slider-caption h2 {
    font-size: 50px;
    color: white;
    font-weight: 800;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 1;
  }
}

@media (min-width: 640px) {
  section#header .header .slider-caption h2 {
    color: white;
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 1;
  }
}

@media screen and (max-height: 768px) {
  section#header .header .slider-caption {
    height: 97%;
  }
  section#header .header.half {
    height: 67vh;
  }
}

@media screen and (min-height: 769px) {
  section#header .header .slider-caption {
    height: 96%;
  }
  section#header .header.half {
    height: 75vh;
  }
}

section#header .boat-status {
  text-align: center;
  position: absolute;
  bottom: 7vh;
  width: 100%;
  left: 0;
}

section#header .boat-status .status-icon > img {
  width: 75px;
  margin: auto;
}

.arrow-design {
  z-index: 99;
}
#about .section-heading {
  margin-top: 5px;
}
.alg_currency_select {
  width: 100%;
}
@media (max-width: 767px) {
  .dropdown-menu {
    display: none;
    position: relative;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.navbar-default.affix-top {
  background-color: #003055;
}

.navbar-default.affix-top .round-btn {
  background: #fd4640;
}

header.carousel .carousel-caption {
  top: 25%;
  height: 75%;
}

.chooseYs .card strong {
  color: #fd4640;
}
.chooseYs .card p:last-child {
  margin-bottom: 0;
}


.dropdown-menu.show-submenu{
  display: block;
  left: 130px;
  top: 145px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color:#fd4640
}

@media (max-width:767px){
  .has-submenu .dropdown-menu {
    display: block;
  left: 130px;
  top: 70px;
  margin-left: 10px;
  }
}