.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.site-header-inner {
  padding: 0 0 33px;
}
.logo {
  float: left;
  width: 271px;
  position: relative;
  padding-top: 27px;
}
.logo > a {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.logo > a,
.logo > a > img  {
  display: block;
}
.logo > a:hover {
    opacity: 0.8;
}

.search-col {
  float: left;
  width: 370px;
  margin-left: 130px;
  padding-top: 54px;
}
.search-group {
  position: relative;
}
input.search-input {
  padding: 0 50px 0 15px;
  height: 37px;
  border: 1px solid #18406d;
}
button.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  padding: 0;
  width: 32px;
  height: 37px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
button.search-btn:hover {
  opacity: 0.8;
}

.header-right {
  float: right;
  width: 360px;
}
nav.top-nav {
  padding: 20px 0 0;
}
nav.top-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
nav.top-nav > ul > li {
  display: inline-block;
  margin-left: 12px;
}
nav.top-nav > ul > li:first-child {
  margin-left: 0;
}
nav.top-nav > ul > li > a {
  color: #4d6068;
  text-decoration: none;
  display: block;
  line-height: 1;
  border-bottom: 1px solid #b5bbbd;
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
nav.top-nav > ul > li > a:hover {
  opacity: 0.8;
}
nav.top-nav > ul > li > span {
  color: #4d6068;
  text-decoration: none;
  display: block;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.mini-cart {
  line-height: 1;
  padding: 28px 0 0;
  text-align: right;
}
.mini-cart > a {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #1a2b33;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.mini-cart > a:hover {
  opacity: 0.8;
}
span.cart-icon {
  display: inline-block;
  padding: 5px 0;
  margin-right: 12px;
  margin-top: -4px;
  vertical-align: middle;
}
span.cart-icon:after {
  content: "";
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  display: block;
}

span.cart-items {
  background-color: #dd2036;
  color: #fff;
  font-weight: normal;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 28px;
  vertical-align: middle;
  font-size: 12px;
  overflow: hidden;
  padding-top: 2px;
  margin-left: 12px;
}

.otp-navbar {
  border-top: 1px solid #073263;
  border-bottom: 1px solid #073263;
}
nav.main-nav {
  float: left;
}
nav.main-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-nav > ul > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
nav.main-nav > ul > li > a {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #1a2b33;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  position: relative;
  /*-webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;*/
}
nav.main-nav > ul > li.dropdown > a {
  padding-right: 40px;
}
nav.main-nav > ul > li.dropdown:hover > a,
nav.main-nav > ul > li > a:hover {
  background-color: #ebf0f6;
}
nav.main-nav > ul > li.dropdown > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #42525a transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -5px;
}
nav.main-nav > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
  margin: 0;
  list-style: none;
  width: 200px;
  background-color: #ebf0f6;
  border-top: 1px dotted #c4c9cf;
  z-index: 10000;
}
nav.main-nav > ul > li > ul > li {
  border-bottom: 1px dotted #c4c9cf;
}
nav.main-nav > ul > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  font-size: 13px;
  color: #1a2b33;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
nav.main-nav > ul > li > ul > li > a:hover {
  background-color: #d6dce4;
}
nav.main-nav > ul > li.dropdown:hover > ul {
  display: block;
}
.nav-login {
  float: right;
}
.nav-login > a {
  display: block;
  padding: 16.5px 20px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a2b33;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.nav-login > a > span.lock-icon {
  display: inline-block;
  width: 17px;
  height: 21px;
  background-image: url(../images/login.png);
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.nav-login > a:hover {
  background-color: #ebf0f6;
}

.footer-upper {
  background-color: #eef3f9;
  padding: 45px 0;
}
.footer-widgets {
  margin: 0 -15px;
}
.footer-widget {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.footer-widget h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 25px;
}

.footer-widget p {
  color: #4f5051;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.3px;
  line-height: 1.8;
  margin: 0 0 25px;
}
ul.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer-social > li {
  display: inline-block;
  margin-right: 10px;
}
ul.footer-social > li > a {
  display: block;
  color: #4f5051;
  font-size: 18px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #4f5051;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
ul.footer-social > li > a:hover {
  opacity: 0.8;
}
.footer-blogpost {
  margin: 0 0 25px;
}
.footer-blogpost .post-date {
  color: #4e4f50;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 5px;
}
.post-title a {
  color: #4e4f50;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.post-title a:hover {
  opacity: 0.8;
}

.footer-widget ul.tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget ul.tag-list li {
  display: inline-block;
  border: 1px solid #9ea1a4;
  margin: 0 5px 5px 0;
}
.footer-widget ul.tag-list li a {
  color: #4e4f50;
  font-size: 12px !important;
  line-height: 1;
  font-weight: normal;
  display: block;
  padding: 10px 9px 8px 9px;
  letter-spacing: 0.01em;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.footer-widget ul.tag-list li a:hover {
  opacity: 0.8;
}

input.fn-email {
  padding: 0 15px;
  background-color: #d1d9e3  !important;
  border: none;
  height: 40px;
  width: 100%;
  margin: 0 0 15px;
}
input.fn-email::-webkit-input-placeholder {
	color: #1f191d;
}
input.fn-email:-moz-placeholder {
	color: #1f191d;
}
input.fn-email::-moz-placeholder {
	color: #1f191d;
}
input.fn-email:-ms-input-placeholder {
	color: #1f191d;
}
button.fn-submit {
  background: #dd2036;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 12px;
  max-width: 170px;
  width: 100%;
  height: 38px;
  cursor: pointer;
  margin: 0;
  border: none;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
button.fn-submit:hover {
  background-color: #073263;
}
.footer-lower {
  background-color: #073263;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
.footer-lower p {
  margin: 0 0;
  letter-spacing: 0.01em;
}
p.footer-copyright {
  color: #ebf0f6;
}

.tablet-menu {
  display: none;
  float: right;
  padding-top: 54px;
}
.tablet-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tablet-menu > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.tablet-menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: #18406d;
  line-height: 36px;
  width: 38px;
  text-align: center;
  border: 1px solid #18406d;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.tablet-menu > ul > li > a:hover {
  opacity: 0.8;
}
.nav-close {
  margin: 20px 0;
  padding: 0 20px;
  text-align: right;
  display: none;
}
.close-otp-navbar {
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #18406d;
  border: 2px solid #18406d;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  display: none;
}
.menu-overlay {
  display: none;
  background-color: rgba(6,25,46,0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.products-heading {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #073263;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
}
.products-heading:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4c1d0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.products-heading > span {
    display: inline-block;
    padding-right: 25px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

@media(max-width: 1279px) {
  .container {
    max-width: 1024px;
  }
  .search-col {
    width: 290px;
    margin-left: 50px;
  }
}
@media(max-width: 1023px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
  .container {
    max-width: 768px;
  }
  .header-right {
    display: none;
  }
  .tablet-menu {
    display: block;
  }
  .tablet-menu > ul > li.mob-login {
    display: none;
  }
  .otp-navbar {
    display: none;
  }
  .site-header-inner {
    border-bottom: 1px solid #073263;
  }
  .footer-widget {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .footer-widget:last-child {
    margin-bottom: 0;
  }
  .footer-blogpost {
    margin: 0 0 15px;
  }

  .otp-navbar {
    display: block;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #d1d9e3;
    border: none;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .nav-close {
    display: block;
  }
  nav.main-nav {
    float: none;
  }
  nav.main-nav > ul > li {
    margin: 0;
    float: none;
  }
  nav.main-nav > ul > li > ul {
    display: block;
    position: static;
    width: 100%;
  }
  nav.main-nav > ul > li > ul > li > a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .nav-login {
    float: none;
    margin: 0 0 20px;
  }
  .close-otp-navbar {
    display: inline-block;
  }
  body.menu-open .otp-navbar {
    left: 0;
  }
}
@media(max-width: 767px) {
  .logo {
    padding: 15px 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  .logo > a,
  .logo > a > img {
    display: inline-block;
    width: 200px;
  }
  .search-col {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 0;
    float: none;
  }
  .tablet-menu {
    padding: 20px 0 0;
    float: none;
  }
  .site-header-inner {
    padding-bottom: 20px;
  }
  .tablet-menu > ul > li {
    margin: 0;
    float: left;
    width: 33.333%;
    text-align: center;
  }
  .tablet-menu > ul > li > a {
    display: inline-block;
  }
  .tablet-menu > ul > li.mob-login {
    display: block;
  }
  .menu-open {
    overflow: hidden;
  }
  .footer-lower .footer-contact span{
	  color:#fff !important;
  }
}

/*
breadcrumbs
------------------------*/
.breadcrumbs,
#breadcrumbs {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 35px;
    font-weight: 300;
}

.breadcrumbs,
#breadcrumbs li {
  display: inline;
  font-size: 12px;
}
.breadcrumbs,
#breadcrumbs li a span{
  color: #1a2b33 !important;
}
.breadcrumbs a,
#breadcrumbs a {
    display: inline-block;
    color: #1a2b33;
    text-decoration: none;
    border-bottom: 1px solid #a8abad;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.breadcrumbs a:hover,
#breadcrumbs a:hover {
  opacity: 0.8;
}
.breadcrumbs strong,
#breadcrumbs strong {
    font-weight: 300;
}
/*
woocommerce overrides
------------------------*/
.woocommerce-message {
    border-top-color: #4fbd52;
}
.woocommerce-message:before {
    color: #4fbd52;
}
.woocommerce td.product-name dl.variation dt.variation-Type {
    padding-top: 3px;
}


/*
Subscription
------------------------*/
section.otp-nl {
    padding: 0;
    background-color: #dd2036;
    color: #fff;
    position: relative;
    overflow: hidden;
}
section.otp-nl .container {
  position: relative;
  z-index: 10;
}
.otp-nl-left,
.otp-nl-right  {
  padding: 44px 0;
}
.otp-nl-left {
    float: left;
    width: 440px;
    position: relative;
    z-index: 10;
}
.otp-nl-left:before {
    content: "";
    width: 350px;
    height: 207px;
    display: block;
    background-color: #dd2036;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
}
.otp-nl-right {
    float: right;
    width: 730px;
    padding-left: 160px;
    padding-top: 90px;
}
.otp-nl-right:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 207px 400px 0 0;
    border-color: #dd2036 transparent transparent transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 350px;
}
.otp-nl-right:after {
    content: "";
    background-image: url(../images/nl_bg.png);
    /*background-repeat: repeat-x;*/
    background-repeat: repeat;
    display: block;
    width: 3000px;
    height: 207px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.otp-nl h2 {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
section.otp-nl p.otp-nl-note {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1em;
}
.otp-nl-form {
    margin: 0 -15px;
    position: relative;
    z-index: 20;
}
.otp-nl-field {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}
.otp-nl-field input::-webkit-input-placeholder { color: #1f191d; }
/* Firefox 19+ */
.otp-nl-field input::-moz-placeholder { color: #1f191d; }
.otp-nl-field input:-ms-input-placeholder { color: #1f191d; }
.otp-nl-field input {
    padding: 0 15px;
    height: 38px;
    font-size: 11px;
}
.otp-nl-field button.otp-btn {
    height: 38px;
    width: 100%;
    line-height: 38px;
    background-color: #dd2036;
    font-size: 12px;
    font-weight: 300;
}
@media(max-width: 1279px) {
    .otp-nl-left {
        width: 410px;
    }
    .otp-nl-right:before {
        border-width: 207px 220px 0 0;
        left: 385px;
    }
    .otp-nl-left:before {
        width: 385px;
    }
    .otp-nl-right {
        padding-left: 80px;
        width: 565px;
    }
}
@media(max-width: 1023px) {

    section.otp-nl .container {
      padding: 0;
    }

    .otp-nl-left:before,
    .otp-nl-left:after,
    .otp-nl-right:before,
    .otp-nl-right:after { display: none; }

    .otp-nl-left {
      float: none;
      width: 100%;
      padding: 30px 15px;
    }
    .otp-nl-right {
      float: none;
      width: 100%;
      background-image: url(../images/nl_bg.png);
      background-size: cover;
    }
    .otp-nl-right {
        float: none;
        width: 100%;
        background-image: url(../images/nl_bg.png);
        background-size: cover;
        padding: 60px 15px;
    }
}
@media(max-width: 767px) {
    .otp-nl-left {
        text-align: center;
    }
    .otp-nl-field {
        float: none;
        width: 100%;
        padding: 5px 15px;
    }
    .otp-nl-right {
        padding: 30px 15px;
    }
}

/*************
*Others
***************/
.simpe_page #breadcrumbs{
	margin-top: 35px;	
}
.no_found_page{
	margin-bottom: 60px;
}
.no_found_page .otp-blog-body-left h2{
	text-align:left;
	margin-top:15px;
	color:#dd2036;	
}
.no_found_page .otp-blog-body-left a{
	text-decoration:none;
}
.no_found_page .otp-blog-body-left p{
	font-size: 16px;
	font-weight: 300;	
}
.no_found_page .otp-blog-body-left strong,
.no_found_page .otp-blog-body-left b{
	color: #073263;
	font-size: 16px;
	font-weight: 600;	
}
.no_found_page .otp-blog-body-left .much_more{
	text-decoration: none;
	color: #073263;
	font-weight: bold;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	display: block;
	margin-top: 35px;
}
.no_found_page .otp-blog-body-left ul{
	list-style: none;
	margin-left: 0px;
}
.no_found_page .otp-blog-body-left ul li{
	border-left: 5px solid #073263;
	padding-left: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.no_found_page .otp-blog-body-left ul li:nth-child(even){
	border-left: 5px solid #dd2036;
}
.no_found_page .otp-blog-body-left h3{
	margin-bottom: 15px;
	color: #dd2036;
	font-size: 20px;
	font-weight: 600;
	text-align: left !important;
	line-height: 1.3;
}
.no_found_page .otp-blog-body-left .interested_links a{
	text-decoration: underline;
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 500;	
}


/**
* 1.0 - Hero Slider
*/
section.home-hero {
    margin: 0 0 0;
}
.slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.slider-item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 800px;
    border-color: transparent transparent #dd2036 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.slider-item-img {
    float: left;
    width: 400px;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.slider-item-img img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    width: auto !important;
    height: auto !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slider-item-info {
    float: right;
    /*width: 770px;*/
    width: 760px;
    height: 440px;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 50px;
    padding-right: 125px;
    color: #fff;
}
.slider-item-info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}
.text-devider {
    width: 60px;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 15px;
    margin-bottom: 33px;
}
.slider-item-info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.slider-item-info .slide-description p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.slider-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
    padding-right: 30px;
    z-index: 100;
}
.slider-bottom a {
    display: inline-block;
    text-decoration: none;
    line-height: 11px;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 20px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.slider-bottom a:hover {
  opacity: 0.8;
}
.slider-bottom a.book-action-buttons {
    background-color: #fff;
    color: #073263;
    padding-left: 50px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.flexslider.otp-flex {
  margin: 0;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.otp-flex .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    opacity: 0.7;/*reduced from 0.8*/
    font-size: 0;
}
.otp-flex .flex-direction-nav a:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.otp-flex .flex-direction-nav .flex-next:before {
    background-image: url(../images/slider-right.png);
    content: "";
}
.otp-flex .flex-direction-nav .flex-next,
.otp-flex:hover .flex-direction-nav .flex-next {
  right: -80px;
  left: auto;
}
.otp-flex .flex-direction-nav .flex-prev:before {
    background-image: url(../images/slider-left.png);
    content: "";
}
.otp-flex .flex-direction-nav .flex-prev,
.otp-flex:hover .flex-direction-nav .flex-prev {
  left: -80px;
}
.loading-state {
  opacity: 0;
}
@media(max-width: 1439px) {
  .home-hero .otp-flex .flex-direction-nav a {
      width: 50px;
      height: 50px;
      margin: -25px 0 0;
  }
  .home-hero .otp-flex .flex-direction-nav .flex-prev,
  .home-hero .otp-flex:hover .flex-direction-nav .flex-prev {
      left: 20px;
  }
  .home-hero .otp-flex .flex-direction-nav .flex-next,
  .home-hero .otp-flex:hover .flex-direction-nav .flex-next {
    right: 20px;
  }
}
@media(max-width: 1279px) {
  .slider-item-info h2 {
    font-size: 30px;
  }
  .text-devider {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .slider-item-info h4 {
    font-size: 16px;
  }

  .slider-item-img {
      width: 340px;
      height: 459px;
  }
  .slider-item-info {
      width: 620px;
      height: auto;
      padding-top: 50px;
  }
}
@media(max-width: 1023px) {
  .slider-item {
      background-image: none !important;
      background-color: #073263;
  }
  .slider-item-img {
      display: none;
  }
  .slider-item-info {
      float: none;
      width: 100%;
      padding: 30px;
      text-align: center;
  }
  .slider-item:after {
      display: none;
  }
  .slider-bottom {
      position: static;
      padding: 30px;
      text-align: center;
      background-color: #dd2036;
  }
  .slider-item-info h2 {
      font-size: 42px;
  }
  .text-devider {
      margin-left: auto;
      margin-right: auto;
      margin-top: 27px;
  }
  .home-hero .hero-slider.otp-flex .flex-direction-nav a {
      bottom: 25px;
      top: auto;
      opacity: 1;
      background-color: #dd2036;
  }
  .home-hero .hero-slider.otp-flex .flex-direction-nav .flex-prev:before {
      background-image: url(../images/slider-left-w.png);
  }
  .home-hero .hero-slider.otp-flex .flex-direction-nav .flex-next:before {
      background-image: url(../images/slider-right-w.png);
  }
  .slider-bottom a {
      margin: 0 10px;
      min-width: 150px;
  }
}
@media(max-width: 767px) {
    .slider-item-info {
        padding: 30px 15px;
    }
    .slider-item-info h2 {
        font-size: 30px;
        min-height: 84px; 
    }
    .slide-description {
        display: none;
    }
    .slider-item-info h4 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .text-devider {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .slider-bottom {
      padding:  15px;
    }
    .slider-bottom a {
      display: block;
      max-width: 150px;
      margin: 0 auto;
    }
    .slider-bottom a.book-action-buttons {
        margin-top: 10px;
    }
    .hero-slider.otp-flex .flex-direction-nav a {
        width: 36px;
        height: 36px;
        bottom: 40px;
    }
    .otp-flex .flex-direction-nav .flex-prev,
    .otp-flex:hover .flex-direction-nav .flex-prev {
        left: 10px;
    }
    .otp-flex .flex-direction-nav .flex-next,
    .otp-flex:hover .flex-direction-nav .flex-next {
        right: 10px;
    }
}
/**
* 2.0 - Product Search
*/
.product-search-inner {
  padding: 35px 0;
  background-image: url(../images/product_search.png);
  background-repeat: no-repeat;
  background-position: left 25px;
}
.alternate-search-message {
  text-align: center;
  margin: 35px 0 0;
  line-height: 1.5;
  cursor: pointer;
}
.prod-adv-search-form .search-input.blue-ph {
  height: 36px;
  padding: 0 15px;
}
.ps-col.ps-product {
    width: 590px;
    width: calc(100% - 404px);
}
.alternate-search-message span {
  color: #dd2036;
}
.ps-col {
    float: left;
}
.ps-label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #073263;
    line-height: 40px;
    margin-right: 30px;
}
.ps-selectbox {
    width: 369px;
    margin-right: 30px;
}
.ps-selectbox select {
  display: none;
}
.ps-selectbox .select2-container {
    display: block;
    width: 100% !important;
}
.ps-selectbox .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid #073263;
    height: 38px;
}
.ps-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding: 0 15px;
    padding-top: 1px;
}
.ps-selectbox .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 12px;
}
.ps-selectbox .select2-container .select2-selection--single .select2-selection__arrow b {
      border-color: #1a2b33 transparent transparent transparent;
}
.ps-selectbox .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #1a2b33;
}
.ps-searchbtn {
  float: right;
  width: 186px;
}
.ps-searchbtn button {
    line-height: 38px;
    width: 100%;
}
@media(max-width: 1279px) {
    .ps-selectbox {
      width: 281px;
    }
}
@media(max-width: 1023px) {
    .ps-label {
        margin-right: 15px;
    }
    .ps-col.ps-product {
      width: calc(100% - 330px);
    }
    .ps-selectbox {
        width: 186px;
    }
    .ps-searchbtn {
        width: 135px;
    }
    .product-search-inner {
      padding: 30px 0;
      background-position: left -15px;
    }
}
@media(max-width: 767px) {
    .ps-label {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ps-col.ps-product {
      float: none;
      width: 100%;
      margin: 0 0 15px;
    }
    .alternate-search-message {
      margin: 20px 0 0;
    }
    .ps-selectbox {
        float: none;
        width: 100%;
        margin: 15px 0;
    }
    .ps-searchbtn {
        float: none;
        width: 100%;
    }
    .product-search-inner {
        padding: 25px 0;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
#wl-wrapper {
  padding-bottom: 30px;
}
.bold_cart{
	font-weight: bold;
	color: #dd2036;
}

/*Product Video Player Controls*/
.vplp-bottom-bar{
  width: 100% !important;
  background-color: #43a646 !important;
}
.vplp-contr-bar-i{
    color: #ffffff !important;
}
.vplp-contr-bar{
    width: 50px !important;
    background-color: #43a646 !important;
}


/* Discounts modal
--------------------------------------- */
#otp-discounts-modal .modal-dialog {
  margin-top: 10%;
}
#otp-discounts-modal .modal-content {
  border-radius: 0;
  border: none;
}
#otp-discounts-modal .close {
  font-size: 30px;
  line-height: 18px;
  display: block;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none;
  color: #999;
}
#otp-discounts-modal h2 {
  font-size: 30px;
  padding-top: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #073263;
  font-weight: bold;
  margin: 0 0 20px;
}
#otp-discounts-modal .discounts-modal-cta {
  margin: 30px 0 10px 0;
}
#otp-discounts-modal .discount-btn {
  background: #dd2036;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 15px;
  width: 100%;
  height: 38px;
  cursor: pointer;
  margin: 0;
  border: none;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: block;
  text-decoration: none;
  line-height: 38px;
  padding: 0 15px;
  text-align: center;
}
#otp-discounts-modal .discount-btn:hover {
    background-color: #073263;
}

/* Embed tool: Responsive video emebed
--------------------------------------- */
.embedtool {
    position: relative;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 30px;
}
.embedtool iframe,
.embedtool object,
.embedtool embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* WooCommerce Currency Switcher Styles
--------------------------------------- */
.woocommerce-currency-switcher-form {
    float: left;
    margin-left: 0;
    margin-top: -10px;
    visibility: hidden;
}
.woocommerce-currency-switcher-form .dd-container,
.woocommerce-currency-switcher-form .dd-container .dd-select,
.woocommerce-currency-switcher-form ul.dd-options{
    min-width: 200px;
    width: 200px;
    text-align: left;
}
.woocommerce-currency-switcher-form ul.dd-options li a.dd-option.dd-option-selected{
    display: none;
}
.woocommerce-currency-switcher-form .dd-selected {
    padding: 7px 10px !important;
}
.woocommerce-currency-switcher-form .dd-selected label{
    margin-top: 2px;
    display: block;
}
.woocommerce-currency-switcher-form .chosen-container-active .chosen-single{
    border-color: #aaa !important;
}
#currency-switcher-mobile{
    display: none;
}

.woocommerce-info.checkout-currency-info span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #1e85be;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-style: italic;
    font-family: sarif;
    font-weight: 600;
    margin-right: 10px;
    display: none;
}
.woocommerce-checkout .woocommerce-info.checkout-currency-info {
    padding-left: 1.5em !important;
    border-left: 3px solid #1e85be;
    border-top: none;
}
img.dd-selected-image {
    max-width: 64px;
    max-height: 31.188px;
}

@media (max-width: 1023px){
    .tablet-menu {
        padding-top: 33px;
    }
    .woocommerce-currency-switcher-form {
         float: none !important; 
         margin-left: 0  !important; 
         margin-top: 0 !important; 
         margin-bottom: 7px;
    }
    .tablet-menu > ul > li:first-child {
        /*margin-left: 0 !important;*/
    }
}

@media (min-width: 768px) and (max-width:1023px){
    .logo {
        padding-top: 16px;
    }
    .search-col {
        width: 245px;
        margin-left: 25px;
        padding-top: 21px;
    }
    .tablet-menu {
        padding-top: 33px;
        width: 165px;
    }
    .woocommerce-currency-switcher-form {
        float: left !important;
    }
    .woocommerce-currency-switcher-form .dd-container,
    .woocommerce-currency-switcher-form .dd-container .dd-select,
    .woocommerce-currency-switcher-form ul.dd-options {
        min-width: 60px;
        width: 60px !important;
        text-align: left;
        max-height: 45.1875px;
    }
    .woocommerce-currency-switcher-form .dd-selected {
        padding: 3px 5px 0 !important;
    }
    img.dd-selected-image {
        max-width: 34px;
    }
    .woocommerce-currency-switcher-form .dd-selected label {
        margin-top: 0px;
        line-height: 14px;
        clear: both;
        font-size: 0.75em;
        width: 35px;
        font-weight: 500;
        padding-top: 1px;
    }
    .dd-selected-description-truncated {
        display: none !important;
    }
    .dd-pointer {
        right: 5px !important;
    }
    
    
    ul.dd-options {
        max-height: none !important;
    }
    .woocommerce-currency-switcher-form a.dd-option {
        padding: 3px 0 3px 5px !important;
        line-height: 1.2;
    }
    ul.dd-options li a.dd-option .dd-option-image,
    ul.dd-options li a.dd-option .dd-selected-image {
        margin-left: 0;
        margin-right: 3px;
        max-width: 48px;
        margin-top: 5px;
        float: left;
    }
    label.dd-option-text {
        font-size: 0.75em;
        font-weight: 500;
    }
    label.dd-option-text {
        font-size: 0.75em;
        font-weight: 500;
        line-height: 14px;
        display: none;
    }
    small.dd-option-description {
        display: block !important;
        clear: both;
        font-size: 0.65em;
        padding-top: 5px;
        color: #000;
    }
}
@media (max-width: 767px){
    .tablet-menu {
        padding-top: 25px;
    }
    .tablet-menu > .woocommerce-currency-switcher-form {
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto !important;
        float: none !important;
    }
    .woocommerce-currency-switcher-form .dd-selected label {
        margin-top: 0px; 
        display: block;
        line-height: 18px;
    }
    .woocommerce-currency-switcher-form .dd-container, .woocommerce-currency-switcher-form .dd-container .dd-select, .woocommerce-currency-switcher-form ul.dd-options {
        min-width: 100%;
    }
    
    .tablet-menu > ul {
        margin-top: 25px !important;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
    .tablet-menu > ul li:first-child{
        text-align: left;
    }
    .tablet-menu > ul li:last-child{
        text-align: right;
    }
}

.otp-sidebar-ad {
    width: 100%;
    margin: 60px 0;
    min-height: 1px;
}
.otp-sidebar-ad:first-child {
  margin-top: 0;
}
.otp-post-ad {
  width: 100%;
  margin: 35px 0;
  min-height: 1px;
}
.adsbygoogle {
  width: 100%;
}

/*@media (max-width: 767px){
    .tablet-menu > .woocommerce-currency-switcher-form {
        display: none;
    }
    #currency-switcher-mobile{
        display: block;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto !important;
        float: none !important;
    }
    .tablet-menu > ul > li{
        width: 25% !important;
    }
    .woocommerce-currency-switcher-form{
        line-height: 36px;
    }
    .woocommerce-currency-switcher-form .chosen-container{
        min-width: 70px !important;
        width: 70px !important;
    }
    .woocommerce-currency-switcher-form .dd-selected label {
        margin-top: 0px; 
        display: block;
        line-height: 18px;
    }
    .woocommerce-currency-switcher-form .dd-container, .woocommerce-currency-switcher-form .dd-container .dd-select, .woocommerce-currency-switcher-form ul.dd-options {
        min-width: 100%;
    }
    
    .tablet-menu ul {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        display: flex;*/
        /* align-items: stretch; */
/*        justify-content: space-between;
    }
}*/


