/**
 * @package   Halcyon Template - RocketTheme
 * @version   1.7 July 15, 2014
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/




/* Variables */
:root {
  --main-bg-color: #033574; 
  --main-color-light:  #F3F3F3F3; 
  --text-color:  #636363;
  --text-color-light: #ffffff;
  --icon-color-second:  #db9178;
  --border-color-light: #f8f8f8;

}


/* Core */
html {
  margin-bottom: 1px;
  height: 100%;
}

body, .button {
  height: 100%;
  margin-bottom: 1px;
  font-family: Helvetica, Arial, sans-serif;
}

.btn-info {
    background:var(--main-bg-color) !important;
}

body.component-body {
  min-width: 320px;
}

a {
  font-weight: bold;
  transition: color 0.2s ease-out;
}

 .module-title h2, h3, h4, h5{
  letter-spacing: 0px;
}

.item-page h2, .item-page h3{
  font-size: 1.4em;
  line-height: 1.1em;
  letter-spacing:0;
}

p{
    line-height:1.5em;
}

h5 {
  text-transform: uppercase;
  font-size: 100%;
}

.rt-container, #rt-sidebar-a, #rt-sidebar-b, #rt-sidebar-c {
  background: transparent;
}

.rt-container, .rt-block {
  position: relative;
}

.rt-block {
  margin: 15px 0;
}


ul {
  list-style-image: none;
}

ul.menu {
  padding-left: 0;
}

/* Fonts */
.font-family-tahoma {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.font-family-helveticaneue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

body.font-size-is-xlarge {
  font-size: 15px;
  line-height: 1.6em;
}

body.font-size-is-large {
  font-size: 14px;
  line-height: 1.6em;
}

body.font-size-is-default {
  font-size: 13px;
  line-height: 1.2em;
}

body.font-size-is-small {
  font-size: 12px;
  line-height: 1.6em;
}

body.font-size-is-xsmall {
  font-size: 11px;
  line-height: 1.6em;
}

/* Standar size of texts*/

/*headlines*/
.large-text {
  font-size: 1.4em;
  line-height: 1.1em;
  letter-spacing:0;
}

/*General text*/
.medium-text{
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing:0;
}

/* READ MORE, Create an account, Watch a welcome video, etc….*/
.small-text {
  font-size: 1em;
  line-height: 1em;
}

/*Footer text*/
.footer-text{
  font-size: 11px;
line-height: 1.8em;
}

/* text-line */
.text-line {
  line-height: 1.5em; 
}

.text-line li{
  padding-top: 20px;
}

/*Text colors class*/
.text-color{
  color: var(--main-bg-color) !important;
}

.text-color-gray{
  color: var(--text-color) !important;
}

.text-second-color{
  color: var(--icon-color-second);
}

.text-color-light{
  color: var(--text-color-light);
}

/*
 * Templates layouts 
 */ 

#rt-content-top, #rt-content-bottom {
  clear: both;
  overflow: visible;
}

     /*Nuria, modified padding on What is banner*/
.rt-block.component-block {
    padding-top: 0px;
    padding-bottom: 15px;
}

#rt-debug {
  padding-top: 20px;
  position: relative;
}


/** TOP positions **/
#rt-top .rt-block {
  margin: 5px 0;
}

#rt-top ul.menu {
  padding: 0 15px;
}




/** 
 * FIRST row
 * HEADER positions 
 * flags, menu, social icons, login, cart icon
**/
#rt-header .rt-container{

  height: 50px;
}

#rt-header .rt-alpha{
  width: 5% !important;
  margin-top: 0px !important; 
}

#rt-header .rt-grid-5{
  width: 50%;
}

#rt-header .rt-grid-3{
  width: 20%;
}

#rt-header .rt-grid-2{
  margin-top: 5px; 
  width:150px;
}

#rt-header .rt-omega{
  width: 32%;
  margin-top: 5px; 
}

#rt-header .rt-block{
  margin: 0px;
  padding: 5px 15px 0 15px;
}

 #rt-header a:hover{
   color: white !important;
 } 

/* Flags */

.mod-lang-available .rt-block{
  padding-top:0px !important ;
}


.mod-languages {
  margin-top: 10px;
}

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
div.mod-languages li {
  margin: 5px 15px 0 5px;
}

div.mod-languages ul.lang-inline li {
  display:inline;
}

div.mod-languages ul.lang-block li {
  display:block;
}

div.mod-languages img {
  border:none;
  width: 25px;
}

div.mod-languages a {
  text-decoration: none;
}


/* Navigation */
.rt-menubar {
  display: block;
  position: relative;
  margin: 0;
  float: left;
}

.rt-splitmenu .rt-menubar {
  float: right;
}

.menu-block {
  margin: 0;
  padding: 0 !important;
}

#rt-subnavigation {
  background-position: 50% 100%;
  background-repeat: repeat-x;
  height: 37px;
  overflow: hidden;
}

#rt-subnavigation,
 .menutop > li.active,
  .menutop li.root:hover, 
  .menutop li.f-mainparent-itemfocus,
  .fusion-submenu-wrapper{
  background-color: var(--main-bg-color);
}


/* Login in header */
.login-header{
  float: left;
}


#btl .btl-panel{
  min-width: 220px;
}

#btl .btl-panel > span{
  height: auto !important;
  width: 200px !important;
  box-shadow: none !important;
  padding: 0 !important;
  line-height: 14px !important;
}

.btl-content-block h3{
  background: none !important;
}

#btl-content #btl-content-login{
  width: 265px;
}



.loginm-header-text{
    font-size: 1em !important;
  padding: 15px;
  color: var(--main-bg-color);
  font-weight: bold;
  line-height: 1.2em;
}

.btl-input{
  float: left !important;
}

.btl-label{
  padding:  10px 10px 10px 0;
}

#bt_ul{
  float: left !important;
  margin-left: 25px;
}


#bt_ul li a, #bt_ul_links li a, #bt_ul_links li a:hover{
  color: var(--main-bg-color) !important;
  font-size: 1em;
}


.btl-buttonsubmit{
  border: none !important;
}

div.btl-buttonsubmit{
  text-align: left;
}

.btl-button-logout{
  margin: 0 !important;
  padding: 0 !important;  
}

.btl-buttonsubmit-logout{
  box-shadow: none !important;
  padding: 0px !important;
  background: none;
}

.btl-content-block{
  border: 2px solid var(--main-bg-color) !important;
}

#btl-content-login ul {
    font-size: 1em;
}

#bt_ul_links{
  margin: 20px;
}

.bt-icon-user{
  font-size: 25px !important;
  color: var(--main-bg-color);
  line-height: 35px !important;

}

 .btl-user-info{
  float: left;
 }

 .btl-panel .user-icon{
  width: 25px;
  cursor: pointer;
 }

 .btl-panel .user-display{
  width: 75%;
  cursor: pointer;
 }

 .overlay{
  width:100%; 
  height:100%; 
  background: rgba(255, 255, 255, 0.5);
  position:fixed;
  top:0;
  left:0;
  z-index:1000; 
  display: none;
 }

/* Cart icon  */
.number_red {
  position: relative;
  background: red;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}

.icon-number .fa-shopping-cart{
  color: var(--main-bg-color);
  font-size:25px !important;
}

/*Cart hover menu*/
#vmCartModule {
  display: none;
  position: absolute;
  width: 250px;
  left: -175px;
  background-color: var(--text-color-light);
  z-index: 99;
  border: 2px solid var(--main-bg-color);
  padding: 5px;
  top: 25px;
}



/* Second row 
** SHOWCASE positions
 logo, search and video */

#rt-showcase{
  /*border-bottom: 0.1px solid var(--text-color);*/
  background: #ffffff;
}

#rt-showcase .rt-alpha .rt-block{
  margin: 0;
}


#rt-showcase .rt-omega{
  min-width: 24%;
 padding-left: 0;
  float: right;
}

.banner-home-mobile{
    display:none;
}

  /* Logo */
#rt-logo {
  display: block;
  width: 200px;
  height: 55px;
  margin: 0;
  position: relative;
}

.centered #rt-logo {
  margin: 0 auto;
}

.logo-block {
  margin: 10px 0;
}

 .module-title .title{
    background-color: var(--main-bg-color) !important;
    line-height: 3.5em !important;
 }


/* sticker for event */
.ad-sticker{  
  -ms-transform: rotate(15deg); /* IE 9 */
  transform: rotate(9deg);  
  margin: 45px 0 0 0;
  color: var(--text-color-light);
  background: red;
  animation-name: sticker;
  animation-duration: 1s; 
  animation-timing-function: ease-out; 
  animation-delay: 2s;
  animation-direction: alternate;
  animation-iteration-count: 3;
  animation-fill-mode: none;
  animation-play-state: running; 
}

/* Nuria - changed the color of the link */
.ad-sticker a { 
    color: #033574;
    text-decoration: none;
}

@keyframes sticker{
   from {background: red}
   to {background: none;}
}



/* Search */
.magnifier {
  display: none !important;
}

#search-area390, #search-area393 {
 /* background: url(../images/blue/search-icon.png) no-repeat;*/
  background-position: 170px 12px;
  background-color: #f7f7f7 !important;
  color: #999 !important;
  border: none !important;
  height: 38px !important;
}

#ajax-search-button390, #ajax-search-button393 {
  display: none;
}

#search-results390, #search-results393 {
  visibility: hidden !important;
}


/*search results*/
.search-results{
  float: left;
  position: relative;
  margin-bottom: 20px;  
}

.container-result{
  width: 33%;
  float: left;
  text-align: center;
  border: 0.5px solid var(--border-color-light);
  padding: 5px;
}

.display-type{
  margin-bottom: 20px;
}

.search .list a{
    font-weight:normal;
    font-sise:1.2em;
}

/* Welcome video button */
.welcome-video-container .rt-block, .search-en .rt-block, .search-es .rt-block
{
  margin: 15px 0 0 0;
  padding: 0 0 0 25px;
}

.welcome-video-container .clear{
    display:none;
}

#welcome-video{
  background-color: var(--main-color-light);  
  min-height: 75px;
  width: 100%;
}

#welcome-video span{
  color: var(--text-color) !important;
}

#welcome-video .welcome-text{
  float: left;
  width: 60%;
  padding: 15px;
  }

#welcome-video .welcome-icon{
  float: right;
  width: 40%;
  }

.fa-video-camera{
  font-size:  50px !important;
  color: var(--icon-color-second);
  margin-top: 10px;
}

.mfp-bg{
  background: rgba(255, 255, 255, 0.5) !important;
}

 .welcome-video-mobile {display:none;}
 
 .showcase-block{
     margin-left:25px;
     background-color: var(--main-color-light);  
 }


/*MAIN CONTENT positions*/
.menu-item-home #rt-body-surround .component-block{
  background-color: var(--main-color-light);
  margin: 0;
}

.main-banner{
    padding-top:40px;
}

.main-banner a{
    color: var(--main-bg-color);
}

.main-banner .bottom-button{
    padding:5px;
    background-color: var(--text-color-light);
    margin:0 25%;
}

.instructions-tab .title{
    text-align: left !important;
    color: var(--text-color-light);
    
}

#rt-mainbody a{
    color: var(--main-bg-color);
}

/*FEATURE positons*/
#rt-feature{
  background: none;
}

     /*Nuria, white area around Who is WWW*/
p.text-color:nth-child(6) > span:nth-child(1) > strong:nth-child(1) {
    padding: 6px 25px;
    background-color: white;
    line-height: 30px;
}

     /*Nuria, modified title of the four blocks*/
.module-title .title {
    font-size: 1.4em;
    line-height: 1.1em !important;
    font-weight: bold !important;
    margin: 0 0 15px;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px !important;
    text-align: center;
}

     /*Nuria, modified space above fourth block*/
div.title1:nth-child(2) > div:nth-child(1) {
    margin-top: 0px !important;
}
#rt-content-bottom > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom:  0px !important;
}
#rt-content-bottom > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    padding-bottom:   0px !important;
}
/*EXTENSION positions*/

#rt-extension{
  background: none !important;  
}

#rt-extension .rt-container{
 border-top: 1px solid var(--text-color); 
}


#store_button{
  color: var(--text-color-light);
  background-color: var(--main-bg-color);
  margin: 25px;
  padding: 25px;
  cursor:pointer;
}

#store_button .fa-shopping-cart{
  font-size: 40px !important;
}

     /*Nuria, added this class to modify spacing between cart icon and text*/
#store_button > h2:nth-child(2) {
margin-top: 10px;
}

/* BOTTOM positions */

.ad-bottom-icon span{
  font-size: 40px;
}

.bottomblock-overlay-dark #rt-bottom{
    background:none !important;
    border-top:1px solid;
} 

#rt-bottom .rt-grid-4 {
  border-right: 1px solid var(--text-color); 
}

#rt-footer-surround{
  background: none !important;
 
}

#rt-footer-surround  .rt-container{
  /* border-top: 1px solid var(--text-color); */
}

#rt-footer-surround .fa{
  color: var(--icon-color-second);
}

.contact-button-mobile{
    display:none;
}

/*FOOTER positions*/

#rt-footer{
  background-color: var(--main-color-light) !important;
}

#rt-footer span, #rt-footer a, #rt-footer .title{
    color: var(--text-color) !important;
    background: none !important;
    padding: 0 !important;
    margin:0 !important; 
    font-size:11px;
    font-weight: normal;
    line-height: 1.8em;
    text-align:left;
}

.totop-desc{
    color:var(--main-bg-color);
}

/*SIDEBAR */

/*Links of news and gallery sidebar*/
.sidebar-page-links {
  margin-left: 1px;
  font-size: 16px;
  padding: 7px 0px 7px 10px;
  border: 1px solid lightgrey;
}

#rt-sidebar-a .module-title .title{
   background: none !important;
   line-height: 1.5 !important;
}

#rt-sidebar-a a{
  color: var(--main-bg-color) !important;
  line-height: 1.5 !important;
}

.adin-sidebar .fa{
  color: var(--icon-color-second);
}

#rt-sidebar-a .adin-sidebar{
  background-color: var(--main-color-light);
  line-height: 1;
  margin: 0 25px;
}

.adin-sidebar .rt-block{
  margin-top: 0;
}

.rt-sidebar-surround {
  margin: 0 -10px;
}

#rt-sidebar-a, #rt-sidebar-b, #rt-sidebar-c {
  padding: 0 10px;
  min-height: 340px;
  overflow: hidden;
}

.ad-icon-sidebar span{
  font-size: 45px;
  color: var(--icon-color-second);
}

/* Modules */
.module-title .title {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.module-title .title span, .article-header .title span {
  opacity: 0.7;
}

/* Module Variations - Title */
.title1 .title, .title2 .title, .title3 .title {
  display: inline-block;
  padding: 0px 7px;
  font-size: 1.2em;
}

/* Module Variations - Icon */
.icon-surround {
  position: relative;
  padding-left: 22px;
  display: block;
}

.module-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}

.icon1 .module-icon {
  background-position: 0 0;
}

.icon2 .module-icon {
  background-position: -17px 0;
}

.icon3 .module-icon {
  background-position: -34px 0;
}

.icon4 .module-icon {
  background-position: 0 -17px;
}

.icon5 .module-icon {
  background-position: -17px -17px;
}

.icon6 .module-icon {
  background-position: -34px -17px;
}

.icon7 .module-icon {
  background-position: 0 -34px;
}

.icon8 .module-icon {
  background-position: -17px -34px;
}

.icon9 .module-icon {
  background-position: -34px -34px;
}

.icon10 .module-icon {
  background-position: 0 -51px;
}

.icon11 .module-icon {
  background-position: -17px -51px;
}

.icon12 .module-icon {
  background-position: -34px -51px;
}

.icon13 .module-icon {
  background-position: 0 -68px;
}

.icon14 .module-icon {
  background-position: -17px -68px;
}

.icon15 .module-icon {
  background-position: -34px -68px;
}

.icon16 .module-icon {
  background-position: 0 -85px;
}

.icon17 .module-icon {
  background-position: -17px -85px;
}

.icon18 .module-icon {
  background-position: -34px -85px;
}

.icon19 .module-icon {
  background-position: 0 -102px;
}

.icon20 .module-icon {
  background-position: -17px -102px;
}

.icon21 .module-icon {
  background-position: -34px -102px;
}

.icon22 .module-icon {
  background-position: 0 -119px;
}

.icon23 .module-icon {
  background-position: -17px -119px;
}

.icon24 .module-icon {
  background-position: -34px -119px;
}

.icon25 .module-icon {
  background-position: 0 -136px;
}

.icon26 .module-icon {
  background-position: -17px -136px;
}

.icon27 .module-icon {
  background-position: -34px -136px;
}

.icon28 .module-icon {
  background-position: 0 -153px;
}

.icon29 .module-icon {
  background-position: -17px -153px;
}

.icon30 .module-icon {
  background-position: -34px -153px;
}

/* Module Standard Variations */
.rounded .rt-block {
  border-radius: 5px !important;
}

.square .rt-block {
  border-radius: 0 !important;
}

.basic .rt-block {
  background: none !important;
}

.basic .block-shadow {
  box-shadow: none !important;
}

.standardcase .module-title .title {
  text-transform: inherit;
}

.lowercase .module-title .title {
  text-transform: lowercase;
}

.uppercase .module-title .title {
  text-transform: uppercase;
}

.flush .rt-block {
  padding: 0;
}

.flushtop .rt-block {
  padding-top: 0;
}

.flushbottom .rt-block {
  padding-bottom: 0;
}

#rt-popup, #rt-popuplogin {
  display: none;
}

.shadow2 .rt-block {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.shadow3 .rt-block {
  box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.2);
}

.shadow4 .rt-block {
  box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.2);
}

.shadow5 .rt-block {
  box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.2);
}

.shadow6 .rt-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.shadow7 .rt-block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.shadow8 .rt-block {
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}

.shadow9 .rt-block {
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.2);
}

.shadow10 .rt-block {
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
}

/* Article  changed size from 2em and added color for DESCRIPTION - Nuria */
.component-content .title {
  font-size: 1.4em;
  color: #8abfe1;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  font-weight: normal;
}

.component-content .title a {
  font-weight: normal;
}

/* Side Menus */
.module-content .rt-menubar {
  display: block;
  margin: 0;
  float: none;
  position: relative;
  height: auto;
  background: none;
  border: 0;
}

.module-content ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.module-content ul.menu li>a, .module-content ul.menu li>.separator, .module-content ul.menu li>.item {
  padding: 0;
  display: block;
}

.module-content ul.menu li a span, .module-content ul.menu li .separator, .module-content ul.menu li .item span {
  padding: 10px 25px;
  display: block;
  font-weight: normal;
  background-position: 6px 11px;
  background-repeat: no-repeat;
}

.module-content ul.menu li a:hover span, .module-content ul.menu li .separator:hover, .module-content ul.menu li .item:hover span, .module-content ul.menu li.active>a span, .module-content ul.menu li.active>.separator, .module-content ul.menu li.active>.item span {
  background-position: 6px -165px;
}

.module-content ul.menu li li a span, .module-content ul.menu li li .separator, .module-content ul.menu li li .item span {
  font-size: 13px;
  padding: 5px 10px 5px 20px;
}

.module-content ul.menu ul {
  padding: 5px 0 10px 15px;
  margin: 0;
}

.module-content ul.menu .subtext em {
  line-height: 12px;
  padding-left: 0;
}

.module-content ul.menu em {
  display: block;
  font-size: 80%;
  font-style: normal;
  font-weight: normal;
}

.module-content ul.menu .image img {
  float: left;
}

.module-content ul.menu .item.image {
  background: none;
  padding-left: 8px;
}

.module-content ul.menu .daddyicon, .module-content ul.menu .arrow-indicator {
  display: none !important;
}

.module-content ul.menu li.parent li a span, .module-content ul.menu li.parent li .item span, .module-content ul.menu li.parent li .separator span {
  background-position: 5px 5px;
  background-repeat: no-repeat;
}

.module-content ul.menu li.parent li.active>a>span, .module-content ul.menu li.parent li.active>.item>span, .module-content ul.menu li.parent li.active>.separator>span {
  background-position: 5px -171px;
  background-repeat: no-repeat;
}

.module-content ul.menu li.parent li a:hover span, .module-content ul.menu li.parent li .item:hover span, .module-content ul.menu li.parent li .separator:hover span {
  background-position: 5px -171px;
}

.sidebar-right .module-content ul.menu {
  margin: 0 0 0 -25px;
}

.sidebar-left .module-content ul.menu {
  margin: 0 -25px 0 0;
}

/* Buttons and Inputs */
.readon {
  display: inline-block;
  margin: 0;
  overflow: visible;
}

.readon span {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  cursor: pointer;
  overflow: visible;
  font-weight: normal;
  position: relative;
  white-space: normal;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: 0 6px;
  font-size: 13px;
}

.readon:hover span {
  background-position: 0 -87px;
}

.readon span span {
  display: inline;
  background: none;
  margin-left: 0;
  padding: 0;
  float: none;
}

.readon .button:active {
  margin-top: 1px;
  margin-bottom: -1px;
}

.readon .button {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px 14px 6px;
  font-size: 13px;
  line-height: normal;
  border-radius: 4px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.readon .button:hover {
  background-position: 0 -15px;
  text-decoration: none;
}

.rokchecks, .rokradios {
  padding: 3px 0 3px 20px;
  line-height: 130%;
  cursor: pointer;
}

.rokradios {
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.rokradios-active {
  background-position: 0 -159px;
  background-repeat: no-repeat;
}

.rokchecks {
  background-position: 0 -344px;
  background-repeat: no-repeat;
}

.rokchecks-active {
  background-position: 0 -542px;
  background-repeat: no-repeat;
}

/* Typography */
.inputbox, #form-login .inputbox, #com-form-login .inputbox, #josForm .inputbox, .component-content .search_result .inputbox, .component-content .contact .inputbox, .component-content .user input#email, .component-content .user input#name, .component-content .user input#username, .component-content .user input#password, .component-content .user input#passwd, .component-content .user input#password2, #rokajaxsearch .inputbox, .component-content .contact .required {
  position: relative;
  z-index: 100;
  padding: 4px;
  border-radius: 3px;
  line-height: 18px;
  font-size: 13px;
}

#rt-page-surround .rt-sidebar-surround .inputbox {
  border: none;
}

.component-content .rt-article-icons a {
  display: block;
  text-align: center;
}

.component-content .user label {
  display: block;
  clear: both;
}

ul.dots {
  padding: 0;
  margin: 0 0 15px 0;
  background: none;
}

ul.dots li {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0 0 8px 0;
  background-position: 0 7px;
  background-repeat: no-repeat;
}

ul.dots li a {
  font-size: 1.2em;
  line-height: 1.3em;
}

/* Branding */
#developed-by {
  overflow: hidden;
}

#rocket {
  display: block;
  width: 120px;
  height: 18px;
  vertical-align: middle;
  margin: 0;
  float: right;
}

/* Copyright */
#rt-copyright {
  text-align: inherit;
}

#rt-copyright .rt-block {
  margin: 0;
  padding: 10px 15px;
}

.copytext {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 15px;
  display: block;
  text-align: left;
}

/* Breadcrumbs */
#rt-breadcrumbs .rt-block {
  font-size: 10px;
  margin: 0;
  padding: 10px 20px;
}

#breadcrumbs h3, .leading_separator {
  display: none;
}

.breadcrumbs a{
    color:var(--main-bg-color);
}

.rt-breadcrumb-surround {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: auto;
}

span.breadcrumbs, #rt-breadcrumbs .breadcrumbs {
  display: inline-block;
  font-size: 120%;
  overflow: hidden;
}

span.breadcrumbs img {
  float: left;
  margin-top: 6px;
}

#rt-breadcrumbs .breadcrumbs img {
  float: left;
  height: 0;
  width: 6px;
  padding-top: 12px;
  background: url(../images/arrow.png);
}

span.breadcrumbs a, span.no-link, span.showHere, .pathway, .breadcrumbs>img+span {
  padding: 5px;
  margin: 0;
  float: left;
  display: block;
  line-height: 100%;
}

.breadcrumbs .separator-item {
  float: left;
  display: inline-block;
  margin-top: 8px;
}

.breadcrumbs>img {
  margin-top: 8px;
}

/* Date Feature */
.rt-date-feature span {
  font-size: 120%;
  line-height: 130%;
  padding: 2px 0;
}

/* Fontsizer Feature */
#rt-accessibility .rt-desc {
  font-size: 120%;
}

/* Popup/Login Module Feature */
.loginbutton-block, .popupbutton-block {
  margin: 0;
}

#rt-login-button .buttontext, #rt-popup-button .buttontext {
  font-size: 130%;
  line-height: 130%;
  font-weight: normal;
}

#rt-popup .module-content, #rt-popuplogin .module-content {
  margin: 0;
}

#rt-popup .rt-block, #rt-popuplogin .rt-block {
  margin: 0;
  padding: 0;
}

#rt-popup .title, #rt-popuplogin .title {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
}

#rt-popuplogin p {
  float: left;
  margin-bottom: 10px;
}

#rt-popuplogin p:first-child {
  margin-right: 10px;
}

#rt-popuplogin ul li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

#rt-popuplogin ul li a {
  margin-left: 0;
  padding-left: 0;
}

#rt-popuplogin p#form-login-remember {
  float: none;
  clear: both;
}

#rt-popuplogin input#modlgn-remember {
  width: 10px;
}

#rt-popuplogin input.button {
  margin-left: 0;
}

/* ToTop Feature */
.totop-block {
  text-align: center;
}

#gantry-totop {
  font-size: 110%;
  line-height: 110%;
  font-weight: normal;
  padding: 4px 0 4px 20px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}

#gantry-totop:hover {
  background-position: 0 -34px;
}

/* Standard Horizontal Menu */
.horizmenu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.horizmenu ul.menu li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.horizmenu ul.menu li a, .horizmenu ul.menu li .item, .horizmenu ul.menu li .separator {
  padding: 0;
  display: inline-block;
  font-size: 1.1em;
}

.horizmenu ul.menu li a span, .horizmenu ul.menu li .item span, .horizmenu ul.menu li .separator span {
  padding: 0;
  display: inline-block;
}

.horizmenu a {
  font-weight: normal;
}

/* Cart Badge */
.cart-badge {
  position: absolute;
  top: -10px;
  right: 0;
  width: 175px;
  height: 69px;
}

.cart-badge-inner {
  position: relative;
  width: 175px;
  height: 69px;
}

.cart-count {
  position: absolute;
  top: 8px;
  left: 35px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}

.cart-title {
  position: absolute;
  top: 8px;
  left: 67px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.cart-desc {
  position: absolute;
  top: 28px;
  left: 67px;
  width: 112px;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}

.cart-desc a {
  font-weight: normal;
  color: inherit;
}

/* Custom Content */
img.feature-img {
  width: 212px;
  height: 150px;
  padding: 5px;
}

.feature-img-surround {
  width: 222px;
  height: 178px;
}

.image-block-surround {
  width: 160px;
  height: 150px;
  float: left;
  margin-right: 15px;
}

img.image-block {
  width: 150px;
  height: 122px;
  padding: 5px;
  position: relative;
}

.content-block {
  overflow: hidden;
}

.number-image {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
}

.number-image-text {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
  margin: 0 0 -8px -5px;
}

.heading1 {
  font-size: 160%;
  display: block;
  margin-bottom: 15px;
}

/* iPhone */
body #gantry-viewswitcher {
  z-index: 100;
  right: inherit;
  position: relative;
  top: inherit;
  margin: 1em auto;
}

body #gantry-viewswitcher {
  background-image: url(../../../libraries/gantry/images/iphone/switcher.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 40%;
}

body #gantry-viewswitcher.off {
  background-position: bottom left;
}

body #gantry-viewswitcher span {
  display: none;
}

/* Extras */
.tip-wrap {
  padding: 5px;
  z-index: 999;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.even, .odd {
  background: inherit;
  border-bottom: inherit;
}

/* Faqs*/
/* This rule puts the sizes of the faqs page titles*/
#article47-sliders1 a, #article43-sliders1 a {
  font-size: 15px;
}

#article47-sliders2 a, #article43-sliders2 a {
  font-size: 15px;
}

#article47-sliders3 a, #article43-sliders3 a {
  font-size: 15px;
}

#article47-sliders4 a, #article43-sliders4 a {
  font-size: 15px;
}

#article47-sliders5 a, #article43-sliders5 a {
  font-size: 15px;
}

#article47-sliders6 a, #article43-sliders6 a {
  font-size: 15px;
}

#article47-sliders7 a, #article43-sliders7 a {
  font-size: 15px;
}

#article47-sliders8 a, #article43-sliders8 a {
  font-size: 15px;
}

#article47-sliders9 a, #article43-sliders9 a {
  font-size: 15px;
}

#article47-sliders10 a, #article43-sliders10 a {
  font-size: 15px;
}

#article47-sliders11 a, #article43-sliders11 a {
  font-size: 15px;
}

#article47-sliders12 a, #article43-sliders12 a {
  font-size: 15px;
}

#article47-sliders13 a, #article43-sliders13 a {
  font-size: 15px;
}

/* Menu Footer*/
/* This rule puts the menu footer horizontal and at the center*/
.horizmenu li {
  display: inline;
  float: left;
  margin-left: 10px;
}

.horizmenu li a {
  display: inline;
  float: left;
  margin-left: 50px;
}

.horizmenu {
  margin-left: 150px;
}

/*Place a div around a book description and center image - nuria*/
.bookDescription {
  width: 100%;
}

.bookDescriptionImage {
  text-align: center
}



.menu-block .clear {
  display: none;
}

/*Changes on virtuemart*/
.ship-comb {
  margin: 15px 0 15px 0;
}

.rokaccount_type{
    display:block;
}

table.user-details {
  width: 95%;
  margin-bottom: 20px;
}

 table.user-details input{
     padding:12px !important;
 }

.error_password {
  color: red;
}

.error_username {
  color: red;
}

.error_email {
  color: red;
}

.mail_title_header {
  color: black;
  text-decoration: none;
}

.fileinput-preview img {
  width: 200px;
  height: 180px;
}

#recaptcha_widget_div {
  position: relative !important;
  top: 0;
}

.buttons-address iframe {
  margin:0 0 5px 0;
}

.buttonBar-right {
  float: none;
  text-align:left;
}

.key {
  width: 180px !important;
}

.userdata {
  float: left;
}

.width30 {
  width: auto;
}

.component-content .vm-cart-header {
  margin: 0 auto 15px auto;
}

.component-content form input {
 /* border: 1px solid var(--text-color) !important;*/
  border-radius: 3px;
  line-height: 18px;
  font-size: 13px;
  margin-top:5px;
  box-shadow: none;
  background:none;
  color: var(--text-color);
}

div.terms-of-service {
  margin: 10px 0 0 20px;
  display: inline-block;
}

.orderby-displaynumber {
  padding: 25px 0;
}

.addtocart-button {
  margin-top: 10px;
}

.component-content .width33 {
  width: 30%;
}

.productdetails-view .product-description, .product-fields {
  margin: 0 0 50px 0;
}

.product .spacer h2, .category .spacer h2, .spacer a, .product-description .title{
    letter-spacing:0px;
    color:var(--main-bg-color);
}

h2 {
  color: var(--main-bg-color);
  font-size: 155%;
}

.sprocket-tabs-text, .item-page a{
    color:var(--main-bg-color);
}

/*EVENTS FORMS - JAIRO*/ 
.eb-container h3 {
  margin: 20px 0 20px 0 !important;
   font-size: 1.2em !important;
  line-height: 1.5em;
}

.eb-container .control-label label, .eb-message{ 
  font-size: 13px !important;
}

#field_message2_ts {
  font-size: 110%;
  font-weight: normal;
}

/*#field_fillformheading{
	font-size:12px !important;
}*/
.ts_locations td {
  vertical-align: middle;
}

.intro_ts {
  font-size: 100%;
}

/*Hide fields only in event booking forms*/
#field_location_address1,
#field_location_address2,
#field_location_address3,
#field_location_address4,
#field_hotel_link {
  display: none !important;
}

.payment_information .controls{
    display:inline-block;
    margin-left:30px !important;
}

/*STUDENTS TABLE - JAIRO */
.my-students th {
  background: var(--main-bg-color);
  border-bottom: var(--main-bg-color);
  color: white;
}

.my-students th a, .my-students th a:hover {
  color: var(--text-color-light) !important;
}


.no_activ {
  background: #ebebeb;
}

/*DATALIST FOR SAFARI*/
.ui-helper-hidden-accessible {
  display: none;
}

.ui-menu {
  width: 5%;
  background-color: white;
  border: 1px solid black;
  z-index: 65558 !important;
}

.ui-menu-item:hover {
  background-color: #dddddd;
}

.ui-corner-all {
  color: black;
  text-decoration: none;
  list-style-type: none;
  font-size: 12px;
}

.ui-corner-all:hover {
  color: black;
  text-decoration: none;
  list-style-type: none;
}

.modal_create {
  display: none;
  top: 1% !important;
}

.modal_create .modal-dialog .modal-body {
  max-height: 460px !important;
}

#result-name, #result-username, #result-email, .form-errors {
  color: red;
  font-size: 10px;
}

/*avoid label Address2 to show on registration forms NURIA  */
tr[title="Address2"] label.Colonia {
  display: none;
}

#k2FrontendPermissionsNotice {
  display: none !important;
}

.tr_pass {
  border-style: solid;
  border-width: 0.1px 1px 0px 1px;
  border-color: #ddd;
}

.tr_cpass {
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #ddd;
}

.tr_pass td {
  padding-top: 25px;
}

.tr_cpass td {
  padding-bottom: 25px;
}

.title-legend {
  position: relative;
  top: 25px;
  left: 20px;
}

.login+div ul li a {
  background-image: none !important;
}

.login+div ul li {
  list-style-type: disc;
}


/* override radio buttons styles and forms  - JAIRO*/
.rokradios {
  background-image: none !important;
  padding: 0px !important;
}

.rokradios input, .rokradios-active input, .vm-payment-plugin-single input, .vm-shipment-plugin-single input {
  position: static !important;
}

.control-label {
  width: 250px !important;
}

.clearfix {
  width: 80% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.g-recaptcha div {
  width: 604px;
  float:right;
}

#adminForm .control-group .controls {
  margin-left: 300px;
}

/*BLUE TITLES IN SITE - JOOMLA*/
.blue-title {
  color: var(--main-bg-color);
}

/*TGC FORM - JAIRO*/
.key-tgc {
  width: 320px;
}

.table-tgc tr th {
  padding-top: 25px;
  border: none;
  background: none;
}

.btn-action {
  background: var(--main-bg-color) !important;
  color: white !important;
  padding: 5px 11px 5px 11px !important;
}

.input-tgc {
  width: 300px;
}

#result-name, #result-username, #result-email, .form-errors, .preparatory-errors, .sickle-errors, .primary-errors, .sharp-errors {
  color: red;
  font-size: 10px;
}

#payment_method_container label.radio {
  margin: 0px 0px 5px 25px;
  display: block;
}

#departure_date_img, #arrival_date_img {
  margin-top: 0px;
  height: 30px;
}

.process_button, .process_button:hover {
  background:var(--main-bg-color) !important;
  color: white !important;
  font-weight: bold !important;
  padding: 5px !important;
  text-shadow: none !important;
  border: none !important;
}

/* POP UP add to cart */
#facebox .content {
  display: inline-block;
  width: 450px;
  padding: 30px 30px 0 30px;
}

#facebox .content .floatright {
  margin-right: 30px !important;
}

.img-pop {
  float: left;
  width: 20%;
}

.pop-price {
  text-align: right;
}

.pop-img {
  width: auto;
  max-width: 100%;
  height: 75px;
}

.info-pop {
  width: 80%;
  float: right;
}

.links-pop {
  width: 100%;
}

.links-pop a {
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
  text-shadow: none;
}

.pop-cart {
  background: var(--main-bg-color) !important;
  color: white !important;
  font-size: 16px !important;
}

.pop-continue {
  background: #e6e6e6 !important;
  color: var(--main-bg-color) !important;
  font-size: 16px !important;
}

.pop-cart:hover, .pop-continue:hover {
  box-shadow: none !important;
}

/*Description of text of donations */
#field_other_amount .control-label #other_amount-lbl span {
  font-weight: lighter;
}



/**
* BEGIN OF STYLES FOR CART
**/


.rt-alpha .rt-block:nth-of-type(4) {
  height: 0px;
}

.show_cart a {
  background-color: var(--main-bg-color);
  padding: 8px;
  color: var(--text-color-light) !important;
}

.cart-hover-list {
  width: 100%;
}

.separate-row {
  padding-bottom: 10px;
}

/*changed the weight to bold - Nuria*/
.cart-hover-list .product_name a, .cart-hover-list .product_name a:hover,.cart-hover-list .quantity {
  color: var(--main-bg-color) !important;
  font-weight: bold;
  font-size:1em;
  line-height:1.2em;
}

.cart-hover-list .subtotal_with_tax {
  color: red;
}

.cart-empty-text {
  margin-left: 120px;
}


.row_product_name {
  max-width: 85px;
}

/*CART MAIN LAYOUT*/
.vm-cart-header h1 {
  text-align: center;
  text-transform: uppercase;
}

.vm-continue-shopping, .vm-clear-cart {
  text-align: right;
  margin-bottom: 20px;
  width: 100%;
  display: table;
}

.vm-continue-shopping a, .vm-continue-shopping a:hover {
  padding: 7px;
  background-color: #929196;
  color: var(--text-color-light) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 130px;
  float: right;
  margin-top: 20px;
  text-align: center;
}

.vm-clear-cart a, .vm-clear-cart a:hover {
  padding: 7px;
  background-color: #C8C7CC;
   color: var(--text-color-light) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 130px;
  float: right;
  margin-bottom: 10px;
  text-align: center;
}

.cart-summary {
  border: 1px solid #ddd;
}

.cart-summary th {
  background: #F6F6F6 !important;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #ddd;
}

.cart-summary tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #ddd;
}

.total-price-text {
  text-align: right !important;
  background-color: #F6F6F6;
  text-transform: uppercase;
}

.vm-cart-item-total .vm-price-value,
.total-price-text .vm-price-value,
.vm-cart-item-basicprice .vm-price-value {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.product-price .vm-price-value {
  text-align: center;
}

.PricesalesPrice {
  color: red;
}

.update-icon, .update-icon i:hover, .delete-icon {
  background: var(--main-bg-color) !important;
  border-radius: unset !important;
  color: white;
  margin: 0px;
  padding: 6px;
  font-weight: normal;
}

.checkout-button-top {
  margin: 17px 0 10px 0;
  border: none;
}

.checkout-button-top a, .checkout-button-top a:hover {
  background: var(--main-bg-color)!important;
  border-radius: unset !important;
  letter-spacing: 0px;
  color: white !important;
  font-size: 15px;
  padding: 8px 36px 8px 36px;
  font-size: 12px;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-review-cart {
  text-align: right;
  font-size: 11px;
}

/*CART PROCESS LAYOUT*/
.progress {
  background: rgba(255, 255, 255, 1);
  border: 0px solid rgba(245, 245, 245, 1);
  border-radius: 4px;
  height: 6px;
  min-width: 300px;
}

.bar {
  background: black !important;
}

#header_process {
  width: 100%;
  margin: 0 auto;
}

.bar-texts {
  margin-bottom: 20px;
  height: 3px;
  text-align: center;
}

.bar-title {
  float: left;
  width: 24%;
}

.number_black {
  background: black;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}

.cart_body_process {
  width: 100%;
}

.title-main {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.title-main h3 {
  margin-bottom: 0px;
}

.title-main .required-text {
  margin-left: 40px;
}

.block1-cart, .block2-cart, .block3-cart {
  border: 1px solid #E5E5E5;
  width: 45%;
  min-width: 350px;
  margin: 30px auto 20px auto;
  float: left;
}

.block1-cart>div {
  display: none;
}

/*changed the type size 1px down, from 12 to 11 - NURIA*/
.block-legend {
  background-color: #FAFAFA;
  color: #888888;
  font-size: 11.5px;
  padding:7px;
}

.block-legend span {
  margin-left: 10px;
}

.option-text {
  width: 40%;
  text-align: center;
  float: left;
  margin-top: 100px;
  color: var(--main-bg-color);
}

.login-checkout-button {
  background: var(--main-bg-color) !important;
  border-radius: unset !important;
  letter-spacing: 0px;
  color: white;
  font-size: 15px;
  padding: 8px 13% 8px 13% !important;
  font-size: 12px;
  text-decoration: none;
}

.login-account-button, .login-account-button:hover {
  background: var(--main-bg-color) !important;
  border-radius: unset !important;
  letter-spacing: 0px;
  color: white;
  font-size: 15px;
  padding: 8px 3% 8px 3% !important;
  font-size: 12px;
  text-decoration: none;
   margin-top: 5px;
}

#com-form-login-remember {
  margin: 10px 0 0 120px;
  text-align: left;
}

.login-vm-fieldset {
  margin-left: 20px;
}

#com-form-login-username .inputbox, #com-form-login-password .inputbox {
  width: 190px;
}

.block2-cart .block2-content, .block3-cart .block3-content {
  margin: 10px 20px 30px 10px;
  text-align: right;
}

.title_disabled {
  opacity: 0.2;
  filter: Alpha(opacity=20);
  /* IE8 and earlier */
}

#form-register {
  display: none;
}

.buttons-address {
  margin: 0 20px 10px 0 !important;
}

.buttons-address button {
  border: none !important;
  text-shadow: none !important;
}

.b-cart-step2 {
  width: 45%;
  min-width: 350px;
  border: 1px solid #E5E5E5;
  float: left;
}

.b-cart-step3 {
  min-width: 350px;
  border: 1px solid #E5E5E5;
}

.b-cart-step2 {
  margin: 40px 9px 9px 9px;
}

.b-cart-step3 {
  margin: 0px 9px 9px 9px;
}

.b-cart-step2 .details, .b-cart-step3 .details, .ship-actions a, .ship-actions a:hover, .b-cart-step2 .details:hover {
  color: var(--main-bg-color);
  text-decoration: none;
  border: none;
  background: none;
}

.choose-one {
  color: var(--main-bg-color);
  padding: 0 3px 0 6px;
  margin-top: 0px;
}

.output-shipto {
  margin-top: 0px;
}

.output-shipto span {
  margin: 0 0 10px 30px;
}

.output-shipto label {
  margin-left: 12px;
  float: left;
}

.ship-actions {
  float: right;
  margin-right: 20px;
}

.vm-payment-shipment-select {
  margin: 0 2px 5px 5px;
}

.continue-button a, .continue-button a:hover {
  display: none;
  background: var(--main-bg-color) !important;
  padding: 8px 20px 8px 20px;
  color: var(--text-color-light) !important;
  text-decoration: none;
  text-shadow: none;
}

.continue-button {
  width: 96.8%;
}

.out-title {
  width: 100%;
  margin: 30px 0 5px 15px;
}

.out-title span {
  color: var(--main-bg-color);
}

.out-title .a-title {
  margin: 0 25% 0 1%;
}

.b-cart-step3 legend {
  margin-bottom: 0px !important;
}

.table-summary {
  margin: 6px;
  min-width: 340px;
}

.table-summary th {
  background-color: white;
  border: none !important;
}

.bottom-pkey {
  padding-bottom: 10px;
}

.edit-link {
  float: right;
  margin-right: 5px;
}

#selected-ST {
  margin: 10px 0 25px 10px;
}

#fields-important {
  margin: 5px 20px 20px 20px;
}

#fields-important .intro {
  color: #239DBC;
}

#fields-important .radio input[type="radio"] {
  margin: 0 10px 0 20px;
}

.vmpayment_cardinfo {
  display: none;
}

.BT-address {
  margin: 17px;
}

.BT-address label {
  float: left;
}

.summary1, .summary2 {
  float: left;
  width: 48%;
  min-width: 350px;
}

#final-process {
  margin-left: 10px;
  text-align: right;
}

.confirm-button, .confirm-button:hover {
  background: var(--main-bg-color) !important;
  border-radius: unset !important;
  letter-spacing: 0px;
  color: white;
  font-size: 12px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  text-shadow: none;
}

.payment-required, .cart-fields-required, .cart-card-required {
  color: red;
}

#totalcheckout {
  background: none;
  border: none;
}
/*
#checkout-advertise-box {
  display: none;
}*/

.b-final div {
  margin-left: 5px;
}

.subtext-red {
  color: red;
}

.cursor-pointer {
  cursor: pointer;
}

#com-form-login-password, #com-form-login-username {
  text-align: right;
}

#com-form-login-password .inputbox, #com-form-login-username .inputbox {
  margin-right: 45px;
}

#com-form-login-remember .login-checkout-button {
  font-size: 12px;
  font-weight: bold;
}

/*Headers titles set font size 
h1 {
  font-size: 25px;
}

h3 {
  font-size: 16px !important;
}
*/
.alert {
  border: 1.5px solid #1196BA;
}

/*pagination of search */
.pagination ul li {
  float: left;
  border: none;
}

.pagination ul li span, .pagination ul li a {
  border: none;
  color: var(--main-bg-color);
  font-weight: bold;
}

/*Display of products in store*/
.addtocart-button, .addtocart-button:hover {
  background: var(--main-bg-color) !important;
  color: white !important;
  text-shadow: none !important;
  border: none !important;
  letter-spacing: 0px !important;
  /*padding: 3px !important;*/
  margin-top: 0px !important;
  font-size: 14px !important;
}

.vm-details-button a, .vm-details-button a:hover {
  padding: 0px !important;
  border: none !important;
  font-size: 12px !important;
  background: white !important;
}

.product-price {
  float: none !important;
  font-weight: bold;
  font-size: 16px !important;
}

.quantity-box .quantity-input {
  height: 25px !important;
  background: white !important;
}

div.product {
  border: 20px solid #f8f8f8;
  max-width: 241px;
}

.vm-col {
  margin: 1px;
}

.vm-product-media-container {
  margin-top: 20px;
}

.back-to-category a, .ask-a-question a {
  background: white !important;
  border: none !important;
}

.vm-pagination ul li a, .vm-pagination ul li span {
  border: none;
  background: white;
}


.blog .items-row .item {
  margin: 0 8px 0 0px;
  padding: 5px;
  width: 47%;
}

.items-leading {
  border-bottom: 1px solid lightgrey;
}

article .readmore {
  background-color: var(--main-bg-color);
  padding: 3px;
  width: 130px;
  text-align: center;
}

article .readmore a {
  color: white;
}

/* removed blue background of INSTRUCTIONS heading  */
.m_instructions .module-title .title h2 {
  background-color: #fff;
}



/***** RESPONSIVE *****/
.menutop .active a span {
  color: white;
}



.mod-lang-available .rt-block, .vm_shopping .rt-block {
  margin: 0px;
  padding: 0px;
}

.vm_shopping{
  float: right;
  margin-top: 5px;
}


.mobile-layout-home, .mobile-tgc-pdf, .mobile-anuncio-tienda, #rt-navigation, .ts-menu-item {
  display: none;
}

/*Custom styles for all search fields*/
#search-area390, #search-area393 {
  background-position: 125px 12px;
  width: 100% !important;
}

input#suggestion-area390, input#suggestion-area393, .offlajn-ajax-search-container {
  width: 100% !important;
}

#ajax-search-button390, #ajax-search-button393, #ajax-search-button468, #ajax-search-button413 {
  display: block;
  border: none !important;
  box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.search-en-mobile, .search-es-mobile {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
  .horizontal-separator {
    display: none;
  }

  div[class*="-view"] .row {
    display: ruby;
  }
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
  div.product {
    margin: 0 0 20px 3%;
  }
  
 
}


@media only screen and (max-width:1199px) {
  .menutop li.root>.item {
    font-size: 13px !important;
  }

  .menutop li.root>.item span {
    padding: 0px 5px !important;
  }

  .daddyicon {
    right: -13px !important;
  }

  .b-cart-step2, .summary1, .summary2, .b-cart-step4 {
    font-size: 12px;
    width: 95% !important;
    min-width: 95% !important;
  }

  .table-summary {
    width: 95% !important;
  }
  
  #rt-header .rt-container{
      margin:0;
      width:100%;
  }
  
  #rt-header .rt-grid-5{
      width:45%;
  }
  
  #rt-header .rt-omega{
      width:34%;
  }
  
  #welcome-video{
      min-height:100px;
  }
}

@media only screen and (max-width:1000px) {

#rt-header .rt-container .rt-alpha .menu-block  {
    display: none;
  }
  

  #rt-header .menu-block .rt-fusionmenu{
    display: none;
  } 

  #rt-header .menu-block .clear{
    height: 50px;   
  }

  #rt-header .rt-grid-5{
    width: 10%;
  }

  #rt-header .rt-grid-2 {
    width: 20%;
  }

  #rt-header .rt-omega {
    width: 45%;    
  }
  
  .menu-block .clear {
    display: block;
  }

  #rt-navigation, .ts-menu-item {
    display: block;
  }


  .mobile-logo  img {
    width: 85%;
    height: 180px;
  }

  .number_red {
    display: none;
  }

  #rt-showcase {
    display: none;
  }

  #rt-body-surround{
    margin-top: 20px;
  }
  

    .blog .items-row .item {
    width: 100%;
    padding: 0px;
  }
}


@media only screen and (min-width:960px) {

}

@media only screen and (max-width:960px) {
  .resources-tch .rt-block, .resources-lvl4 .rt-block {
    margin: 0px;
    padding: 0px;
  }

  #rt-sidebar-a {
    overflow: visible;
  }

  .sidebar-page-links {
    margin-left: 7%;
  }

  .sprocket-tabs-inner {
    padding: 0px 5px 0px 5px !important;
  }

  .sprocket-tabs-nav .active {
    padding-left: 5px !important;
  }

  #form-login-password input, #form-login-username input {
    width: 100px;
  }

  #login-form li {
    width: 54%;
  }

  table.user-details input[type="radio"] {
    border-radius: 8px;
  }

  table.user-details .vm-chzn-select {
    padding: 0px 0px 0px 5px !important;
  }

  table.user-details input, table.user-details select {
    background: none !important;
    
  }
}


@media only screen and (max-width:768px) {
  .mod-languages {
    margin-top: 0px;
  }

  .menu-btn {
    top: -60px !important;
  }

  .sidebar-page-links {
    width: 80%;
  }

  .form-horizontal .form-actions {
    padding-left: 25%;
  }

  #dynamic_recaptcha_1 div {
    float: left;
  }

  .g-recaptcha div {
    width: 0px;
  }

  #jform_captcha iframe, #dynamic_recaptcha_1 iframe {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0
  }

  .PricesalesPrice {
    width: 15%;
  }

  .form-horizontal .controls {
    margin-left: 2%;
  }

  form#contact-form .control-label {
    text-align: left;
  }

  div.product {
    margin-bottom: 5px;
  }

  .mobile-anuncio-tienda {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  #search-area390, #search-area393 {
    background-position: 170px 12px;
    width: 240px !important;
  }

  input#suggestion-area390, input#suggestion-area393, .offlajn-ajax-search-container {
    width: 200px !important;
  }

  .open-menu-link {
    right: 40px !important;
  }

  .number_cart_mobile {
    margin-right: 145px !important;
  }
}

@media only screen and (max-width:670px) {
  .menu-btn {
    top: -65px !important;
  }

  .desktop-tgc-pdf {
    display: none;
  }

  .mobile-tgc-pdf {
    display: block;
  }

  #payment_method_container label.radio {
    display: inline-block;
  }

  .key .form-controls .account_type {
    width: 50px;
  }

  #adminForm .control-group .controls {
    margin-left: 5%;
  }

  #tr_exp_date .controls>.input-small:first-child {
    margin-left: 24%;
  }
}

@media only screen and (max-width:450px) {
  .rokremember {
    background: none !important;
  }

  #modlgn-remember {
    left: 10px !important;
  }

  #rt-header .rt-alpha{
    width: 40px !important;
  }

  #rt-header .rt-grid-2{
    width: 90px;
  }

  #rt-header .rt-omega{
    width: 170px;
  }
  
  #favsocial-list{
      padding:0;
  }

  #rt-header .rt-grid-5, #rt-extension, #rt-footer .footer-menu, .logo-english, .welcome-video-container, .desktop-logo, .main-banner{
    display: none;
  }

  #rt-header .rt-container > div{
    float: left;
  }
  

  #rt-header .rt-block{
    padding: 0px !important;
  }

  #btl-content-login{
    left: 50px !important;
  }

  #btl .btl-panel{
    min-width: 130px !important;
  }
  
  .btl-panel .user-display{
     width:100%; 
  }

  #btl .btl-panel > span{
    min-width: 100px !important;
    width: 100px !important;
  }
  .menu-btn {
    top: -70px !important;
    left: 3% !important;
  }

    #vmCartModule {
        left:-250px;
    }

  #rt-showcase, .banner-home-mobile, .contact-button-mobile{
    display: block;
  }

  #rt-showcase .rt-container{ 
    margin-top: 120px;
    padding: 10px 25px 10px 25px;
  }

   #rt-showcase .rt-omega {
    /*margin-top :15px;*/
  }
  
  .ad-sticker{
      margin:0 5px 10px 5px;
      transform:none;
  }
    
   .welcome-video-mobile {
    display:block;
    float: right; 
    width: 105px;
    margin-top:5px;
    margin-left:12px;
   }

  .welcome-video-mobile .custom{
 
    background: var(--icon-color-second);
    float: right;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
  }

    .banner-home-mobile{
     margin-top:10px;
     width:190px;
    }

    
   .container-result{
      width: 100%;
  }
 
 
    .showcase-block{
        padding: 5px;
        margin: 10px;
    }

   #rt-bottom > div{
      float: left;
      width: 45%;
      padding-top: 20px;
   } 
   
    #rt-bottom .rt-prefix-4,#rt-bottom .button-bottom{
        width:100%;
    }

   #rt-bottom .rt-grid-4{
    height: 250px;
    border-right: 1px solid var(--main-color-light);
   }
   
   #rt-footer{
       margin-top:120%;
       background-color:var(--main-color-light) !important;
   }
   .contact-button-mobile{
       background-color: var(--main-color-light);
       padding: 3px;
       width: 85%;
      margin: 0 auto;
   }
   .contact-button-mobile a{
       color:var(--text-color-gray);
   }

   .menu-item-home #rt-body-surround .component-block{
     background: none;
     padding: 0 !important;
   }

  .banner-home-mobile p, .banner-home-mobile hr{
    margin: 0;
  }


  .menu-item-home .component-content article h2, .menu-item-home .component-content article .container_12 {
    display: none;
  }

  .mobile-layout-home,
  .mobile-layout-home .search-en-mobile,
  .mobile-layout-home .search-es-mobile {
    display: block;
  }

  .search-en-mobile>div, .search-es-mobile>div {
    width: 100% !important;
  }

  .mobile-layout-home input[name="searchword"] {
    background: url(../images/blue/search-icon.png) no-repeat;
    background-position: 90% 12px;
    background-color: #f7f7f7 !important;
    color: #999 !important;
    border: none !important;
    height: 38px !important;
  }

  .mobile-layout-home .offlajn-ajax-search-container {
    margin: 0 0 45px 12% !important;
    width: 75% !important;
  }

  .offlajn-ajax-search-container {
    margin: 0 !important;
  }

  #search-results468, #search-results413 {
    visibility: hidden !important;
  }

  .menu-item-home .sidebar-left {
    display: none;
  }

  .mobile-logo img {
    width: 85%;
    height: 100px;
  }

  #facebox {
    left: 0px !important;
  }

  #facebox .content {
    width: 85%;
  }

  .user-details {
    width: 100% !important;
    table-layout: fixed;
  }

  #ui-tabs .dyn-tabs {
    overflow: visible;
  }

  .user-details tr td input:not(#account_type9):not(#account_type8):not(#account_type7):not(#account_type6):not(#account_type5):not(#account_type4):not(#account_type10),
  .user-details tr td select, .fileinput-preview, .fileinput-preview img, .fileinput input {
    width: 120px !important;
    min-width: 120px !important;
    vertical-align: bottom;
  }

  #form-user-details .table tr td input:not(.account_type_usd):not(.process_button), #form-user-details .table tr td textarea,
  #form-user-details .table tr td select {
    width: 150px !important;
    min-width: 150px !important;
  }

  #form-user-details .table th, #form-user-details .table td {
    display: block;
    border-top: 0px !important;
  }

  .fileinput {
    width: 200px;
  }

  .user-details .key {
    width: 40% !important;
    padding: 13px 0px 13px 15px;
  }

  .error_email, .error_username, .error_password {    
    font-size: 10px;
  }

  .my-students, .adminlist, .cart-summary, .table-summary {
    width: 100%;
  }

  .my-students tr th, .adminlist tr th, .cart-summary tr th, .table-summary tr th {
    display: none;
  }

  .my-students tr:nth-of-type(2n), .adminlist tr:nth-of-type(2n), .cart-summary tr:nth-of-type(2n), .table-summary tr:nth-of-type(2n) {
    background-color: inherit;
  }

  .my-students tr td:first-child, .adminlist tr td:first-child, .cart-summary tr td:first-child, .table-summary tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }

  .my-students tbody td, .adminlist tbody td, .cart-summary tbody td, .table-summary tbody td {
    display: block;
    text-align: center;
  }

  .my-students tbody td:before, .adminlist tbody td:before, .cart-summary tbody td:before, .table-summary tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }

  .cart-summary tbody td {
    width: 97%;
    vertical-align: middle;
  }

  .table-summary {
    min-width: 250px !important;
  }

  .sectiontableentry1 .vm-cart-item-name, .sectiontableentry2 .vm-cart-item-name {
    height: 60px !important;
  }

  .vm-cart-item-sku, .vm-cart-item-basicprice, .vm-cart-item-total, .total-price-text {
    height: 15px;
    text-align: center !important;
  }

  .vm-cart-item-total .PricesalesPrice, .total-price-text .PricesalesPrice {
    width: 100%;
  }

  .b-cart-step2, .b-cart-step3, .b-cart-step4 {
    font-size: 11.2px;
    width: 250px !important;
    min-width: 250px !important;
  }

  .title-main {
    width: 100%;
  }

  .bar-title {
    font-size: 11px;
  }

  .b-cart-step3 fieldset .table-summary {
    margin: 0px;
  }

  .summary1, .summary2, .progress {
    width: 100%;
    min-width: 0px;
  }

  #final-process {
    margin-left: 0px;
    text-align: center;
  }

  .summary-name {
    font-size: 12px !important;
  }

  .summary-price, .summary-totals {
    text-align: center;
    width: 100%;
  }

  .summary-rprice, .summary-sku {
    background: #ffffff !important;
    font-size: 10px !important;
  }

  .menu-item-home .rt-block {
    margin: 0px !important;
    padding: 0px 15px 0px 15px !important;
  }

  #rt-copyright {
    margin-top: 10px;
  }

  #contact-form input, #contact-form textarea {
    max-width: 180px;
  }

  #contact-form .control-group, #contact-form .control-label {
    max-width: 175px;
  }


  #form-new-student input[type="text"], #form-new-student input[type="email"], #form-new-student select, #form-new-student textarea {
    width: 175px;
  }

  .speasyimagegallery-image-title {
    font-size: 12px;
  }

  .speasyimagegallery-image-description {
    font-size: 9px;
  }

  .vmpayment_cardinfo table input, .vmpayment_cardinfo table select {
    width: 135px;
  }

  #jform_captcha {
    right: 22px;
    width: 100px;
  }

  .g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.60);
    -webkit-transform: scale(0.60);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }

  #rc-imageselect {
    transform: scale(0.60);
    -webkit-transform: scale(0.60);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .g-recaptcha>div>div {
    margin: 4px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
  }

  .popover {
    display: none !important;
  }
}

@media only screen and (max-width:350px) {
  .mobile-layout-home input[name="searchword"] {
    background-position: 170px 12px;
  }
}

@media (max-height: 480px) {


  .mobile-layout-home .offlajn-ajax-search-container {
    margin-bottom: 5px !important;
    margin-left: 15% !important;
  }

  .store_item_mobile {
    margin-bottom: 0px !important;
    height: 34px !important;
  }

  .link_item_mobile {
    margin-bottom: 2px !important;
    margin-top: 5px !important;
    height: 85px !important;
    width: 43% !important;
    font-size: 1.23em !important;
  }
}

.link_item_mobile {
  background-color: var(--main-bg-color);
  width: 44%;
  float: left;
  height: 90px;
  text-align: center;
  margin: 5px 6px 5px 6px;
  font-size: 1.2em;
  color: #FFFFFF;
  border-radius: 5px;
  display: table;
}

.link_item_mobile a, .link_item_mobile a:hover, .store_item_mobile a, .store_item_mobile a:hover {
  display: table-cell;
  vertical-align: middle;
  color: var(--text-color-light) !important;
  text-decoration: none;
  font-weight: 500;
}

.store_item_mobile {
  height: 40px;
  width: 94%;
  color: var(--text-color-light);
  background-color: var(--icon-color-second);
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  display: inline-table;
  border-radius: 5px;
}

.mobile-layout-home .moduletablesearch-en h3,
.mobile-layout-home .moduletablesearch-es h3 {
  display: none;
}

.mobile-layout-home #offlajn-ajax-search390 {
  margin: 0 auto 40px auto;
  float: none !important;
}

.login-button-mobile {
  width: 100%;
  text-align: center;
  height: 38px;
  display: table;
  background-color: var(--main-bg-color);
  margin: 10px 0 4px 0;
}

.login-button-mobile a, .login-button-mobile a:hover {
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.account-button-mobile {
  background-color: #F4F4F4;
  width: 100%;
  text-align: center;
  height: 38px;
  display: table;
}

.account-button-mobile a, .account-button-mobile a:hover {
  color: var(--main-bg-color);
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.menu-btn {
  position: absolute;
  top: -100px;
  left: 5%;
  z-index: 999;
}

.menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  margin-top: -0.50em;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99;
}

.menu-btn span {
  display: block;
  width: 35px;
  height: 8px;
  margin: 4px 0 4px 0;
  background: #636363;
  z-index: 99;
}


.bar1, .bar2, .bar3 {
  transition: 0.4s;
}

/* Rotate first bar */
.icon-cross .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 8px);
  transform: rotate(-45deg) translate(-4px, 8px);
}

/* Fade out the second bar */
.icon-cross .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.icon-cross .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -12px);
  transform: rotate(45deg) translate(-8px, -12px);
}


#mobile_menu, #mobile_menu ul li h2 {
  display: none;
  background: #EEEEEE;
}

#mobile_menu ul {
  list-style: none;
  padding: 8px 0 0 0;
}

#mobile_menu ul .current, #mobile_menu ul .active {
  background-color: var(--main-bg-color);
}

#mobile_menu ul .current a, #mobile_menu ul .active a {
  color: var(--text-color-light) !important;
}

#mobile_menu ul li {
  padding: 0px;
  /*border-bottom: 0.1px solid lightgray;*/
}

#mobile_menu ul li a {
  color: #636363;
  padding: 5px;
  font-weight: 100;
}

.nav-child li:last-child {
  border: none !important;
}

.expand {
  display: block !important;
  top: 0px;
  position: relative;
  z-index: 99;
  height: auto;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.expand-height {
  height: 100% !important;
}

.open-menu-link {
  display: none;
  position: relative;
  right: 640px;
  top: 0px;
  line-height: 55px;
  font-size: 25px;
  cursor: pointer;
  float: right;
  color: #ffffff;
  opacity: unset;
}

.no-c-icon {
  color: var(--main-bg-color)
}

.active .open-menu-link .no-c-icon {
  color: var(--text-color-light)
}

li .nav-child {
  display: none;
  padding-bottom: 0px;
}

.visible {
  display: block !important;
}

.number_cart_mobile {
  float: right;
  background: #1196BA;
  border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 630px;
  text-align: center;
  width: 1.6em;
  border: 2px solid #FFFFFF;
}

#rt-navigation {
  background-color: #EEEEEE !important;
}

#rt-navigation .rt-container, #rt-navigation .rt-container .rt-omega {
  width: 100%;
  float: left;
}

#rt-navigation .rt-container .rt-omega .rt-block:nth-child(2) {
  height: 5px;
}

#rt-navigation .rt-container .rt-omega .rt-block {
  margin: 1px 0 0 0;
  background: #EEEEEE;
}


.mobile-logo p {
  margin: 0px;
}


.modal_news {
  background: var(--main-bg-color);
  border: none;
  box-shadow: unset;
  color: white;
  cursor: pointer;
  text-shadow: unset;
  font-size: 1.1em;
  border-radius: 0px;
  font-weight: bold;
}

.validate {
  background: #1196BA;
  border: none;
  box-shadow: unset;
  color: white;
  text-shadow: unset;
  border-radius: 0px;
  font-weight: bold;
}

.modal_news:hover, .validate:hover {
  background: var(--main-bg-color) !important;
  color: white !important;
}

.searchmenu-item-home {
  margin-top: 40px;
}

/*Event register calendar */
.js-calendar .calendar-container table {
  table-layout: unset;
}

/*Tune up contact forms*/
.secured-contact .title {
  color: white;
  padding: 2px 7px;
}

.cbxradio-item input {
  background: none !important;
  position: static !important;
}

.cbxcontactform-action-btn {
  background: var(--main-bg-color) !important;
}

/*Bold menu item*/
.menu-link-bold, .menu-link-bold .item {
  font-weight: bolder !important;
}