/*
 * Put all your css customization codes here so that you can easily update version later
 */
.oculto {display: none;}
.btn-group > .btn {
  padding: 0;
}
.btn-group > .btn > a {
  padding: 4px 14px;
  display: inline-block;
}
.retecenter {
  text-align: center;
}
.modal {
  padding: 0 1%;
}
/*  SECTIONS  */
.group {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin-left: 1.6%;
}

.col.invord {
	float:right;
	margin-left:0%;
  margin-right: 1.6%;
}
.nosep.col, .nosep.col.invgrow, .col:first-child, #content.col {
  margin-left: 0;
}

.col.invord:first-child {
	margin-right:0;
}

.col.invgrow, .nosep.col.invgrow {
  margin-left: 0%;
  width: 100%;
  float: none;
}
.bigsep.col {
  margin-left: 2.1%;
}
/*  GROUPING  */
.group:before,
.group:after {
  content:"";
  display:table;
}
.group:after {
  clear:both;
}

.c12_12, .c8_8, .c5_5, .c4_4, .c3_3, .c2_2, .c1_1 {
  float: none;
  margin:0;
}

/* nosep GRID OF TWELVE  */
.nosep.c12_12 {
  width: 100%;
}
.nosep.c11_12 {
  width: 91.66%;
}
.nosep.c10_12 {
  width: 83.33%;
}
.nosep.c9_12 {
  width: 75%;
}
.nosep.c8_12 {
  width: 66.66%;
}
.nosep.c7_12 {
  width: 58.33%;
}
.nosep.c6_12 {
  width: 50%;
}
.nosep.c5_12 {
  width: 41.66%;
}
.nosep.c4_12 {
  width: 33.33%;
}
.nosep.c3_12 {
  width: 25%;
}
.nosep.c2_12 {
  width: 16.66%;
}
.nosep.c1_12 {
  width: 8.333%;
}

/* .nosep GRID OF ELEVEN  */
.nosep.c11_11 {
  width: 100%;
}
.nosep.c10_11 {
  width: 90.90%;
}
.nosep.c9_11 {
  width: 81.81%;
}
.nosep.c8_11 {
  width: 72.72%;
}
.nosep.c7_11 {
  width: 63.63%;
}
.nosep.c6_11 {
  width: 54.54%;
}
.nosep.c5_11 {
  width: 45.45%;
}
.nosep.c4_11 {
  width: 36.36%;
}
.nosep.c3_11 {
  width: 27.27%;
}
.nosep.c2_11 {
  width: 18.18%;
}
.nosep.c1_11 {
  width: 9.090%;
}


/* GRID OF EIGHT  */
.c8_8 {
  width: 100%;
}
.c7_8 {
  width: 87.5%;
}
.c6_8 {
  width: 75%;
}
.c5_8 {
  width: 62.5%;
}
.c4_8 {
  width: 50%;
}
.c3_8 {
  width: 37.5%;
}
.c2_8 {
  width: 25%;
}
.c1_8 {
  width: 12.5%;
}
/*  GRID OF FIVE  */
.c5_5 {
  width: 100%;
}
.c4_5 {
  width: 79.68%;
}
.c3_5 {
  width: 59.36%;
}
.c2_5 {
  width: 39.04%;
}
.c1_5 {
  width: 18.72%;
}
/* nosep GRID OF FIVE  */
.nosep.c5_5 {
  width: 100%;
}
.nosep.c4_5 {
  width: 80%;
}
.nosep.c3_5 {
  width: 60%;
}
.nosep.c2_5 {
  width: 40%;
}
.nosep.c1_5 {
  width: 20%;
}


/*  GRID OF FOUR  */
.c4_4 {
  width: 100%;
}
.c3_4 {
  width: 74.6%;
}
.c2_4 {
  width: 49.2%;
}
.c1_4 {
  width: 23.8%;
}
/* nosep GRID OF FOUR  */
.nosep.c4_4 {
  width: 100%;
}
.nosep.c3_4 {
  width: 75%;
}
.nosep.c2_4 {
  width: 50%;
}
.nosep.c1_4 {
  width: 25%;
}

/*  GRID OF THREE  */
.c3_3 {
  width: 100%;
  float: none;
}
.c2_3 {
  width: 66.13%;
}
.c1_3 {
  width: 32.26%;
}
/*  nosep GRID OF THREE  */
.nosep.c3_3 {
  width: 100%;
  float: none;
}
.nosep.c2_3 {
  width: 66.66%;
}
.nosep.c1_3 {
  width: 33.33%;
}
/*  nosep GRID OF THREE  */
.bigsep.c3_3 {
  width: 100%;
  float: none;
}
.bigsep.c2_3 {
  width: 65.96%;
}
.bigsep.c1_3 {
  width: 31.93%;
}

/*  GRID OF TWO  */
.c2_2 {
  width: 100%;
}
.c1_2 {
  width: 49.2%;
}
/*  nosep GRID OF TWO  */
.nosep.c2_2 {
  width: 100%;
}
.nosep.c1_2 {
  width: 50%;
}

.coln {display: block; float:left; width: 100%;}
.max2, .max3, .max5, .max4 {width: 100%;}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col.grow, .nosep.col.grow, .bigsep.col.grow {
    margin-left:0;
    width: 100%;
    float: none;
  }
  .col.invord.grow {
  	margin-right: 0;
    width: 100%;
    float: none;
  }
  
  .col.mb {
    margin-bottom: 3%;
  }
  .col.invgrow, .nosep.col.invgrow, .bigsep.col.invgrow {
    display: block;
    float:left;
    margin-left: 1.6%;
  }
  .bigsep.col.invgrow {
    margin-left: 2.1%;
  }
  .nosep.col.invgrow {
    margin-left: 0;
  }
  /*  GRID OF TWO  */
  .nosep.invgrow.c2_2 {
    width: 100%;
    float: none;
  }
  .nosep.invgrow.c1_2 {
    width: 50%;
  }
  .max2, .max3 {width: 50%;}
}
@media only screen and (max-width: 640px) {
  .col.grow6 {
    margin-left: 0%;
    width: 100%;
    float: none;
  }
 .max3 {width: 33.33%;}
}
@media only screen and (max-width: 900px) {
  .col.grow8 {
    margin-left: 0%;
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
  .col.invgrow {
    display: block;
    float:left;
    margin-left: 1.6%;
  }
  .nosep.col.invgrow {
    margin-left: 0;
  }
  .bigsep.col {
    margin-left: 2.1%;
  }
  /*  GRID OF THREE  */
  .invgrow.c3_3 {
    width: 100%;
    float: none;
  }
  .invgrow.c2_3 {
    width: 66.13%;
  }
  .invgrow.c1_3 {
    width: 32.26%;
  }
  .invgrow.col:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 640px) {
  .max5, .max4 {width: 25%;}
  .max3 {width: 33.33%;}
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html .clearfix{height:1%;}*:first-child + html .clearfix{min-height:1%;}
.green {
  color: #529228 !important;
}
.h1 {
  font-size: 36px;
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 24px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 17px;
}
.h6 {
  font-size: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 140%;
  font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: inherit;
  line-height: 1;
  text-rendering: optimizelegibility;
}
.bigger {
  font-size: 1.2em;
}

#zone2 .node-events .block {
  border-bottom: 1px solid #E2E2E2;
  margin: 0 10px 25px;
  padding: 0 0 25px;
}
#zone2 .node-events .block .content {
  padding: 0 15px;
}

.trig, .tthis {
  cursor: pointer;
}
.node img {
  margin-bottom: 0;
}
.node-teaser a.product-title {
  display: block; width:90%; padding:0.5em 5%; color:#FFFFFF;
}
.node-teaser .product-descriptions {
  margin-bottom: 15px;
}
.node-teaser a.trainer-title {
  font-size:2em;
}
.node.node-teaser {  
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.node-teaser .links .tax {
  padding-right: 7px;
}
.views-row .node-teaser, .search-results .node-teaser {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 15px;
  padding: 0 0 10px;
  width: 100%;
}
/*findp*/
.p_elem {width:100%; max-height:310px; margin:0.5em 0;}
.p_ibx {height:120px; text-align:center;}
.p_ibx {width:100%; max-height:120px;}
.p_dbx {height:190px;}
.p_tbx, .edhldr {line-height:1.3em; font-size:0.9em;}
.p_tbx {color:#d32327; height:67px; overflow:hidden;}
.edhldr {margin-top: 1em;}
.p_tbx a {text-decoration:none; color:#464646; display:inline-block; height:46px; overflow:hidden;}
.p_tbx p {margin:0; padding:0;}
.lautor {color:#C20E1A;}
.pphldr {min-height:51px; line-height:1.125em;}
.p_pbx {font-weight:bold; color:#00a4e4; font-size:1.2em; margin-bottom:0.3em;}
.p_sbx {font-size:0.85em; color:#464646;}
.p_save {color:#FF0000;}
.p_bbx img {vertical-align:middle; margin-right:0.5em;}
.pphldr .psymb, .pphldr .pdec, .p_sabx {font-size:0.8em;}
.row-findp {width:16%; min-width:130px; float:left; margin:0 0.3% 2em;}
.p_bbx .btn {
  display: inline-block;
  font-size: 0.9em;
  margin-top: 5px;
  min-width: 50%;
  padding: 3px 10px;
  text-transform: uppercase;
}
.p_bbx .btn.nbtn {
  cursor:default;
}
/*
.node-type-page .node.node-trainer {
  padding: 0;
}
*/
.page-node-11 .portfolio-image {
  display: block;
  text-align: center;
}

.view-archive.view-display-id-block ul {
  padding: 0;
  margin: 0 0 10px;
  border: medium none;
  list-style: none outside none;
  text-align: left;
}
.view-archive.view-display-id-block ul li {
  border-bottom: 1px solid #E6E6E6;
  border-color: #E6E6E6;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 20px;
  background: url("img/leaf.png") no-repeat scroll left top transparent;
}
.view-archive.view-display-id-block ul li a {
  color: #5F5F5F;
  padding: 8px 0;
  display: inline-block;
}
.view-archive.view-display-id-block ul li a:hover {
  color: #14327C;
}
#zone2 #block-block-34 {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
#block-block-34 .view  {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 25px;
  padding: 0 25px 25px;
}
.black {
  color: #000000;
}
.videoWrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
img.loc_img {
  margin: 0.5em 0;
  display: block;
  width: 100%;
}
.pbtn.aod {
  margin-top: 13px;
  background: none repeat scroll 0 0 #FF6600;
  border: 1px solid #FF6600;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.1em;
  padding: 5px 0;
  width: 100%;
}
.pbtn.aod p {
  margin: 0 !important;
}
.hasCountdown {border:none;}
.cddiv {width:115px; height:25px; padding:5px 35px 5px 5px;background:url("img/clock.png") no-repeat scroll right 0 transparent; margin: 0 auto; font-size: 1.1em;}
.tcs, .tcss {width:25px; line-height:11px; color:#FFFFFF; font-family:Arial; font-size:11px; font-weight:bold;display: block; float: left;font-size: 75%;text-align: center;}
.tcss {width:5px;}
 .tcy {width:25px; text-align:right;}
.tca {font-size:18px;}
/*
.aod {
  margin: 1em 0 0;
}
.aod p {
  text-align: center;
  margin: 0 0 0.5em !important;
}
.countdown_section, .countdown_amount {
  display: inline-block;
  text-align: center;
}
.countdown_section {
  width: 31%;
  margin: 0 1%;
  text-transform: uppercase;
}
.countdown_amount {
  font-size: 2.5em;
  min-width: 50px;
  background: #000000;
  color: #FFFFFF;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  width: 92%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -wemozbkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
*/
.fwidth {
  width: 100%;
  text-align: center;
  padding: 0.8em 0 0.5em;
  margin-top: 13px;
  color: #ffffff;
  font-size: 1.3em;
}
.fwidth.date, .fwidth.extral {
  background: #0792be;
  border: 1px solid #0792be;
}

.extral {
  display:block;
}
a.extral, a:hover.extral {text-decoration:none; color:#FFFFFF;}

.right-sidebars .fprice, .right-sidebars .save, .prodprice .nprice, .prodprice .oprice {
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 0.9em;
  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;
}
.right-sidebars .fprice span, .right-sidebars .save span, .prodprice .nprice span, .prodprice .oprice span {
  font-weight: normal !important;
}
.right-sidebars .fprice .pint, .right-sidebars .save .pint, .prodprice .nprice .pint, .prodprice .oprice .pint{
  letter-spacing: -1px;
}

.right-sidebars .fprice .pbnpt, .right-sidebars .save .pbnpt, .prodprice .nprice .pbnpt, .prodprice .oprice .pbnpt {
  font-size: 1.35em;
  padding: 0.5em 0;
}

.prodprice .nprice, .prodprice .oprice {
	min-height:70px; display:block;  padding:10px 0 0;
}

.prodprice .nprice .pbnpt, .prodprice .oprice .pbnpt {
 font-size: 1.25em;
  padding: 0.5em 0;
}

.right-sidebars .fprice {
  background: #0a5ea1;
}
.right-sidebars .save, .prodprice .oprice {
  background: #ff6600;
}
.prodprice .nprice {
  border:3px solid #d2d1d1;
  background: #a0abad;
  text-decoration: line-through;
}

.btn.btn-green, .btn-green:focus {
  background-color: #529228 !important;
}
.btn.btn-redw, .btn-redw:focus {
  background-color: #7a0026 !important;
  font-size:1.5em;
}

.btn-redw:hover {
  -webkit-box-shadow:  0 0 9px rgba(122, 0, 38, 0.8) !important;
  -wemozbkit-box-shadow:  0 0 9px rgba(122, 0, 38, 0.8) !important;
  box-shadow: 0 0 9px rgba(122, 0, 38, 0.8) !important;
}

#zone2 .region-right-sidebar .btn, .right-sidebars .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-green:hover {
  -webkit-box-shadow:  0 0 9px rgba(82, 146, 40, 0.8) !important;
  -wemozbkit-box-shadow:  0 0 9px rgba(82, 146, 40, 0.8) !important;
  box-shadow: 0 0 9px rgba(82, 146, 40, 0.8) !important;
}
.right-sidebars .span6 {
  margin-top: 1em;
}
.right-sidebars .span6.sidebar {
  margin-top: 2em;
}
.pbox {
  margin-top: 13px;
  padding: 0.6em 0;
  cursor: default;
  width: 99%;
}
a.pbox {
  padding: 0.6em 0;
  font-size: 1.3em;
  cursor: pointer;
}
.psymb, .pint, .pdec {
  font-weight: bold;
  font-size: 1.4em;
}
.psymb, .pint {
  font-size: 2.3em;
}
.pbnpt, .bvat {
  display: block;
  line-height: 1em;
}
.promo_t {
  font-size: 1.3em;
  margin: 1em 0 0;
}
.einfo {
  font-size: 1.2em;
}
.einfo .i_tit {
  font-size: 1.5em;
  margin: 1em 0 0.2em;
}
.einfo .dur span, .einfo .time span {
  font-weight: bold;
  text-transform: uppercase;
}
.einfo a.btn {
  margin-top: 8px;
}
.einfo a, .einfo a:hover {
  color: #000000;
  text-decoration: none;
}
.einfo .date, .einfo .indays {
  font-weight: bold;
}
.einfo .date, .einfo .indays, .einfo .tra {
  line-height: 1em;
}
.np, .op {
  text-align: right;
  font-size: 1.5em;
  line-height: 1.8em;
}
.np {
  text-decoration: line-through;
}

.block .view-testimonials.view-display-id-block_3 .views-row {
  margin-bottom: 25px;
}

.block .view-testimonials.view-display-id-block_3 .views-row-5 {
  margin-bottom: 5px;
}

.block .view-id-testimonials a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}
#zone2 #block-block-64 {
  border-bottom: none;
  padding-bottom: 0;
}
#zone2 #block-views-banners-block-2, #zone2 #block-views-banners-block-2 .content, #zone2 #block-views-banners-block-3, #zone2 #block-views-banners-block-3 .content {
  padding-left: 0;
  padding-right: 0;
}

.node-trainer.node-findp {
  padding: 20px;  margin-bottom: 20px;  background: #e7dcdc;  min-height: 230px;  -webkit-border-radius: 10px;  -moz-border-radius: 10px;  border-radius: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(231,220,220,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(231,220,220,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(231,220,220,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(231,220,220,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(231,220,220,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(231,220,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7dcdc',GradientType=0 );
}
.node-trainer.node-findp .row-fluid {
  margin-bottom: 1em;
}
.node-trainer.node-findp .row-fluid .btn {
  margin-top: 1em;
}
.node-product .videoWrapper {
  margin-bottom: 2em;
}
.page-node .node-trainer .pull-left {
  margin: 0 1em 1em 0;
}
#page-wrapper p.limpia {
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  height: 0 !important;
}
.nptype.nptype-2, .nptype-2, .nptype.nptype-113, .nptype-113 {background-color:#cb4f24 !important;} 
.nptype.nptype-112, .nptype-112, .nptype.nptype-114, .nptype-114, .nptype.nptype-1, .nptype-1 {background-color:#c4007a !important;}
.nptype.nptype-112, .nptype-112, .nptype.nptype-111, .nptype-111 {background-color:#6aa842 !important;}
.nptype.nptype-93, .nptype-93 {background-color:#003366 !important;}
.nptype.nptype-115, .nptype-115, .nptype.nptype-117, .nptype-117, .nptype.nptype-116, .nptype-116, .nptype.nptype-118, .nptype-118 {background-color:#FF6600 !important;}
.nptype.nptype-4, .nptype-4 {background-color:#006600 !important;}

.nptype.nptype-2:hover, .nptype-2:hover, .nptype.nptype-113:hover, .nptype-113:hover {box-shadow: 0 0 9px rgba(203,79,36, 0.8) !important;}
.nptype.nptype-112:hover, .nptype-112:hover, .nptype.nptype-114:hover, .nptype-114:hover, .nptype.nptype-1:hover, .nptype-1:hover {box-shadow: 0 0 9px rgba(196,0,122, 0.8) !important;}
.nptype.nptype-112:hover, .nptype-112:hover, .nptype.nptype-111:hover, .nptype-111:hover {box-shadow: 0 0 9px rgba(106,168,66, 0.8) !important;}
.nptype.nptype-93:hover, .nptype-93:hover {box-shadow: 0 0 9px rgba(0,51,102, 0.8) !important;}
.nptype.nptype-115:hover, .nptype-115:hover, .nptype.nptype-117:hover, .nptype-117:hover, .nptype.nptype-116:hover, .nptype-116:hover, .nptype.nptype-118:hover, .nptype-118:hover {box-shadow: 0 0 9px rgba(255,102,0, 0.8) !important;}
.nptype.nptype-4:hover, .nptype-4:hover {box-shadow: 0 0 9px rgba(0,0,102, 0.8) !important;}

.btn-theme.ncat-133, .ncat-133 {background-color:#cb4f24 !important;} 
.btn-theme.ncat-109, .ncat-109 {background-color:#c4007a !important;}
.btn-theme.ncat-107, .ncat-107 {background-color:#6aa842 !important;}
.btn-theme.ncat-52, .ncat-52 {background-color:#003366 !important;}
.btn-theme.ncat-106, .ncat-106 {background-color:#FF6600 !important;}
.btn-theme.ncat-110, .ncat-110 {background-color:#7742A5 !important;}

.btn-theme.ncat-133:hover, .ncat-133:hover {box-shadow: 0 0 9px rgba(203,79,36, 0.8) !important;}
.btn-theme.ncat-109:hover, .ncat-109:hover {box-shadow: 0 0 9px rgba(196,0,122, 0.8) !important;}
.btn-theme.ncat-107:hover, .ncat-107:hover {box-shadow: 0 0 9px rgba(106,168,66, 0.8) !important;}
.btn-theme.ncat-52:hover, .ncat-52:hover {box-shadow: 0 0 9px rgba(0,51,102, 0.8) !important;}
.btn-theme.ncat-106:hover, .ncat-106:hover {box-shadow: 0 0 9px rgba(255,102,0, 0.8) !important;}
.btn-theme.ncat-110:hover, .ncat-110:hover {box-shadow: 0 0 9px rgba(119,66,165, 0.8) !important;}

.bcrmbhldr {background:#f5f5f5; }
.bcrmbhldr .rteright {padding-top:5px; padding-right:28px;}

#zone2 #block-block-62.block {padding:0 0 25px;}
#zone2 .node-events #block-block-62.block .content {padding:0;}

.ptable .bvat {
  font-size: 0.5em;
  margin-top: 0.5em;
}
/*
.block .view-testimonials a, .block .view-testimonials a:visited, #footer-region .view-testimonials p {
  color: #8e9598;
  font-style: italic;
  font-weight: normal;
  font-size: 1.4em;
  display: block;
}
.block .view-testimonials a {
  padding-top: 1em;
}
.block .view-testimonials p {
  margin-top: 1em;
  font-size: 1em;
}
*/
#footer1 .inner {
  padding-left: 0;
  padding-right: 0;
}
.node-product.node-teaser .product-images .field-type-image {
	width:100%; padding:4px 0; border:0;
}

.e_body {
  margin-bottom: 2em;
}
.btn.tab {
  cursor: pointer;
}
.btn.tab.act {
  display: none;
}

#zone1 p.gprev, #zone2 p.gprev, #zone3 p.gprev {margin:0;}
.gprev span img {margin: 5px 0 5px 50px;}

.cardhldr, .strCardHldr {width: 80%;margin: 0 auto;border: 1px solid #E1E2E3;padding: 20px;border-radius: 5px;}
.cardPayment {clear: both;padding: 0px;margin: 0px;}
.cardPayment:before,.cardPayment:after {content:"";	display:table;} .cardPayment:after {clear:both;}
.cardPayment label, .cardPayment .inpthldr {display: block; float:left;	margin: 1% 0 1% 1.6%;}
.cardPayment label {clear:both; width:32.2%; margin-left:0; padding:0.2em 0; font-size:1.2em; font-weight:bold;}
.cardPayment .inpthldr  {width:65.61%;}
.cardPayment input {width: 95%; padding-left: 10px;} .cardPayment .nwf input {width:auto !important;}
.cardPayment input.erred {border:1px solid #990000; background:#fdc1c1;}
.btnhldr button {color: #FFFFFF; cursor: pointer;font-size: 1.4em;margin-right: 10px;padding: 0.35em 1.1em 0.55em;font-family: 'Open Sans',sans-serif;background: #14327c;border: 0;}
.errorMessage {clear:both; width:100%; margin:5px 0; color:#990000; text-align:right;}
.cardPayment .btnhldr {text-align:center; width:100%; margin-left:0;}
.semtit {font-size:1.4em;}

#payhldr #total{font-weight:bold;}
.quantity {text-align:right;}
.pr-discounted {text-align:center; font-size:0.8em; color:#666666;}

@media only screen and (min-width: 739px) and (max-width: 979px) {
 .row-findp {width:24%; min-width:124px; float:left; margin:0 0.5%;}
}

@media only screen and (max-width: 319px) {
  .row-findp {min-width:90%; float:left; margin:0 auto;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .row-findp {width:40%; min-width:130px; float:left; margin:0 2.3%;}
  .node-trainer.node-findp .row-fluid .btn {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .row-findp {width:30%; min-width:130px; float:left; margin:0 1.5%;}
}

@media only screen and (min-width: 600px) and (max-width: 739px) {
  .row-findp {width:24%; min-width:126px; float:left; margin:0 0.5%;}
}
@media only screen and (min-width: 740px){
  .span8 .row-findp {width:43%; min-width:130px; float:left; margin:0 0.5%;}
    #block-menu-menu-nlplife-footer ul.menu {text-align:center; margin:0; padding:0;}
  #block-menu-menu-nlplife-footer ul.menu li {display:inline; text-decoration:none; border:0; padding:0;}
  #block-menu-menu-nlplife-footer ul.menu li a {display:inline-block; padding:5px; text-decoration:none; border:0;}
  #block-menu-menu-nlplife-footer ul.menu li a:hover, #block-menu-menu-nlplife-footer ul.menu li a:active {color:#FFFFFF;}
}
@media only screen and (min-width: 780px){
  /*
  .block .view-testimonials a {
    padding: 0.5em 0 0 1em;
  }
  .block .view-testimonials p {
    float: right;
  }
  */
  .block .view-testimonials .span3, .block .view-testimonials .span4, .block .view-testimonials .span6, .block .view-testimonials .span12 {
    background: url("img/footer_vertical_sep.png") repeat-y scroll left center transparent;
    padding-left: 2em;
  }
  .block .view-testimonials [class*="span"]:first-child {
    background: transparent;
  }
}
@media only screen and (min-width: 980px){
  .span8 .row-findp {width:24%; min-width:130px; float:left; margin:0 0.5%;}
}

@media only screen and (max-width: 480px) {
	.cardPayment .customLabel, .cardPayment .customSelect, .cardPayment .customInput { margin: 1% 0 1% 0%; width:100%;}	
}
.bar , .hr {
  margin: 50px 0 60px;
}
.bar {
  color: #ffffff;
  background: #37559a;
  font-size: 24px;
  padding: 9px 20px;
  font-weight: 300;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hr {
  height: 1px;
  border-top: 1px solid #e3e3e3;
}
.babo .row-fluid {
  height: 19px;
}
.babo span {
  float: right;
  font-size: 12px;
}
.babo span, .babo span i {
  color: #ffffff;
}
.babo span i {
  padding: 0 5px;
  font-size: 21px;
  vertical-align: bottom;
}
.bloc, .bvid {
  margin-bottom: 0;
}
.bloc span {
  font-size: 0.7em;
}
.i_hldr {
  float: right;
  padding: 0 0 10px 10px;
  width: 50%;
}
.i_hldr img {
  width: 100%;
}
.cajas {
  text-align: center;
  color: #495462;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cajas .row {
  margin-left: 0;
}
.countd {
  padding-bottom: 10px;
}
.cntdn, .prhldr .cntdn p, .cntdn span {
  background: #37559a;
  color: #ffffff;
}
.node-full.node-events-v2 .cntdn, .node-full.node-events-v2 .prhldr .cntdn p, .node-full.node-events-v2 .cntdn span {
  background: #6f6f6f;
}
.cntdn .fprices {
  padding-top: 5px;
  padding-bottom: 10px;
}
.cajas .fprice, .cajas .fprices, .cajas .sprice, .cajas .sprices {
  display: inline-block;
}
.cajas .fprice, .cajas .sprice {
  text-align: right;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: top;
}
.cajas .fprice {
  line-height: 36px;
}
.cajas .sprice {
  line-height: 22px;
}
.cajas .fprices, .cajas .sprices, .cdt_list_left {
  text-align: left;
}
.cajas .through, .cajas .through span {
  text-decoration: line-through;
}
.cajas .through span {
  font-size: 36px;
  line-height: 36px;
}
.cajas .sprices span.pdec {
  font-size: 29px;
}
.cajas .sprices span {
  font-size: 45px;
  line-height: 45px;
}
.cajas .through span.pdec {
  font-size: 23px;
}
.cajas .sprices span.bvat {
  font-size: 12px;
  line-height: 12px;
}
.cajas .save, .cajas .sprices div {
  margin-top: -7px;
}
.cajas .save span {
  font-size: 16px;
  font-weight: bold;
  color: #2160ad;
}
.cajas .save .pbnpt {
  color: #495462;
  font-weight: normal;
}
.cajas .sprices span {
  font-weight: bold;
  color: #fe4800;
}
.cajas .sprices .bvat {
  color: #495462;
  font-weight: normal;
}
.cajas .sprice span {
  font-size: 20px;
  font-weight: bold;
}
.cajas .pbtn.aod {
  color: #ffffff;
  background: transparent;
  border: none;
  margin-top: 0;
  padding: 0;
  font-size: 13px;
}
.cajas .pbtn.aod p {
  margin-bottom: 10px !important;
}
.cajas .pbtn.aod p span {
  font-weight: bold;
  text-transform: uppercase;
}
.cajas .tcs, .cajas .tcss {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.cajas .tcs {
  color: #ececec;
  min-width: 45px;
}
.cajas .tcss {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  min-width: 15px;
}
.cajas .tca {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.cajas .cntdn .tcs, .cajas .cntdn .tcss, .cajas .cntdn .tca {
  color: #ffffff;
  line-height: 1em;
}
.cajas .cntdn .cddiv {
  height: auto;
}
.cajas .cntdn .tcs {
  font-size: 0.74em;
}
.cajas .cntdn .tcss {
  font-size: 2.4em;
}
.cajas .cntdn .tca {
  font-size: 3.5em;
  margin-bottom: 4px;
}
.cajas .cddiv {
  padding: 0;
  background: transparent;
  width: 100%;
  min-height: 25px;
}
.cajas .tcy {
  text-align: center;
}
.countd {
  background: #fe4800;
}
.cajas .multi {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.cajas .fa-tags, .cajas .multi span, .bgg .fa-calendar, .fdate, .bgg .fa-comments {
  display: inline-block;
}
.cajas .fa-tags, .bgg .fa-calendar, .bgg .fa-comments {
  margin-right: 10px;
  font-size: 40px;
}
.cajas .fa-tags {
  color: #2160ad;
  vertical-align: middle;
}
.cajas .multi span {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.cajas .multi span a {
  color: #2160ad;
}
.cajas .cards img {
  max-width: 100%;
  margin-top: 5px;
}
.row-fluid .nosep {
  margin-left: 0;
}
.row-fluid .span6.nosep {
  width: 51.3%;
  *width: 51.3%;
}
.row-fluid .span6.nosep[class*="span"]:last-child {
  width: 48.7%;
  *width: 48.7%;
}
.row-fluid .span4.nosep {
  width: 34.2%;
  *width: 34.2%;
}
.row-fluid .span4.nosep[class*="span"]:last-child {
  width: 31.6%;
  *width: 31.6%;
}
.bgg {
  margin-top: 25px;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-full.node-events-v2 .bgg {
	margin-top:10px;
}

.bgg .grow {
  color: #495462;
  text-align: center;
  padding: 20px 0;
}
.bgg1 {
  background: #eaedee;
}
.bgg2 {
  background: #f3f3f3;
}
.bgg3 {
  background: #fafafa;
}

.match {
  display: table !important;
}
.match .padded, .match .va{
  display: table-cell;
  vertical-align: middle;
}
.bgg.stream .bgg3 {
  font-size: 1.2308em;
  line-height: 1.1em;
}
.bgg.stream .bgg3 strong {
  color: #2763ab;
  font-size: 1.0625em;
}
.bgg.stream .bgg2 {
  font-size: 1.3846em;
  line-height: 1.1em;
}
.bgg.stream .bgg2 em {
  font-size: 0.7222em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  display: block;
}
.bgg.stream .bgg2 span {
  font-size: 1.2222em;
  line-height: 1em;
}
.bgg.stream .bgg1 {
  font-size: 1.2308em;
  line-height: 1em;
}
.bgg.stream .bgg1 .row {
  margin-left: 0;
}
.bgg.stream .bgg1 .span7 {
  text-align: right;
}
.bgg.stream .bgg1 .span4 {
  text-align: center;
}
.bgg.stream .bgg1 .span4 a {
  background: #2763ab;
  padding: 10px;
  display: block;
  color: #ffffff;
  font-size: 1.4706em;
}
.bgg.stream .bgg1 strong {
  color: #2763ab;
  text-transform: uppercase;
  font-size: 1.2500em;
}
.bgg.stream .bgg1 span {
  font-size: 1.0625em;
  font-weight: bold;
}
.padded {
  padding: 0 10%;
}

.bgg3.callback .padded {
	text-align:right;
}


div.bgg3, div.bgg3 .padded, .bgg.stream div.bgg3 strong {
  background:#fe4800; color:#ffffff;
}

.bgg3.callback {
  background: #fafafa url("img/request-callback.png") 0 0 no-repeat;
  background-size: contain;
  text-shadow: 1px 1px 1px #f3f3f3,
    -1px -1px 1px #f3f3f3,
    1px -1px 1px #f3f3f3,
    -1px 1px 1px #f3f3f3,
    1px 1px 1px #f3f3f3;
}

.bgg3.callback .padded {
  background:transparent;
 color:#495462;
}
.bdate, .fdate .sep {
  color: #2160ad;
  font-size: 39px;
  line-height: 26px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: 0 0 0 0.5em;
}
.bdate .th {
  color: #2160ad;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  display: inline-block;
}
.bdate br {
  line-height: 1px;
}
.fdate .sep {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}
.mdate {
  text-align: left;
  color: #3e454d;
  font-size: 18px;
  text-transform: uppercase;
}
.bgg .fa-calendar {
  vertical-align: top;
  margin: 8px 20px 0 0;
}
.bgg2 {
  font-size: 28px;
  line-height: 41px;
  color: #3e454d;
}
.bgg2 span {
  font-size: 41px;
  color: #2160ad;
  font-weight: bold;
}
a.bgg3, .bgg3.trig {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #495462;
  line-height:41px;
  padding: 31px 0 !important;
}
a.bgg3:hover, .bgg3.trig:hover {
  color: #495462;
}
.bgg .fa-comments {
  vertical-align: sub;
}
.node-full.node-events .buy, 
.node-full.node-events-v2 .buy, 
#ilstxt .buy,
.buy-otitle .buy {
  background: #fe4800;
  color: #ffffff;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  display: block;
  text-align: center;
  padding: 13px 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 25px;
}
.cajas .multi span.buy.buy-header-box {
  text-align: center;
  width: 100%;
}
.node-full.node-events-v2 .buy, .node-full.node-events .buy.buy1t {
  min-height: auto;
  padding: 20px 5%;
  font-size: 32px;
  line-height: 1em;
}
.node-full.node-events-v2 .buy {
  background: #eaedee;
  color: #990000;
}
.node-full.node-events-v2 .buy.buy1t, .node-full.node-events .buy.buy1t, .node-full.node-events-v2 .buy.buy2t, .node-full.node-events-v2 .buy.buym2t {
  background: #990000;
  color: #ffffff;
}

.node-full.node-events .buy.blue, .node-full.node-events-v2 .buy.blue, #ilstxt .buy.blue,
.node-full.node-events-v2 .buy.buy1t.blue, .node-full.node-events .buy.buy1t.blue, .node-full.node-events-v2 .buy.buy2t.blue, .node-full.node-events-v2 .buy.buym2t.blue {
  background: #37559a;
  color: #ffffff;
}
.node-full.node-events .buy span, #ilstxt .buy span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-top: 4px;
}
.node-full.node-events .pbnpt,  .node-full.node-events-v2 .pbnpt {
  display: initial;
}
.node-full.node-events .fprice .pbnpt,  .node-full.node-events-v2 .fprice .pbnpt {
  vertical-align: super;
}
.node-full.node-events .field-name-body, .node-full.node-events-v2 .field-name-body, .node-full.node-events-v2 .section {
  color: #6b7684;
  font-size: 14px;
  line-height: 21px;
}

.node-full.node-events-v2 .field-name-body, .node-full.node-events-v2 .section {
  font-size:15px;
  margin-bottom:15px;
}

.node-full.node-events-v2 h2, .node-full.node-events h2 {
	 color: #37559a;
	 font-weight:bold;
}

.node-full.node-events .field-name-body h2, .node-full.node-events-v2 .field-name-body h2, .node-full.node-events-v2 .section ul {
  color: #37559a;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin: 5px 0;
}

.node-full.node-events-v2 .section ul { 
	font-weight:normal; color:#6b7684;
}

.node-full.node-events .field-name-body ul, .node-full.node-events-v2 .field-name-body ul, .node-full.node-events-v2 .section ul {
  margin-left: 35px;
  list-style: none;
}
.node-full.node-events .field-name-body ul li:before,
.node-full.node-events-v2 .field-name-body ul li:before, 
.node-full.node-events-v2 .section ul li:before {
  content: "\f111";
  font-size: 11px;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 3px;
}

.msept {
	margin-top:1em;
}

.msept .span4, .msept .span3, .msept .coln {margin-bottom:1em;}
.msept .span4 img, .msept .span3 img, .msept .coln img {margin:0 auto;}

#map_canvas {
  width: 100%;
  min-height: 345px;
}
.faqt {
  color: #495462;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
.cdtacc {margin-bottom: 25px;}
.span12 .cdtacc:last-child {margin-bottom: 0px;}
.cdtaccordion-group {
  margin-bottom: 10px;
}
.num {
  float: left;
  padding: 10px 0;
  width: 40px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  background: #37559a;
  border: 1px solid #37559a;
}
.cdtcollapsed .num {
  color: #6b7684;
  background: #ffffff;
  border: 1px solid #ebeaea;
}
.cdtaccordion-body {
  height: auto;
  color: #6b7684;
  padding: 0 10px 10px;

}
.cdtcollapsed .cdtaccordion-body {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.numred {
  margin-left: 50px;
  border: 1px solid #ebeaea;
}
.cdtaccordion-heading h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  font-weight: bold;
  color: #37559a;
}
.cdtaccordion-toggle {
  cursor: pointer;
}
.test_hldr {
  width: 80%;
  margin: 0 auto 1em;
  text-align: center;
  font-size: 15px;
  color: #6b7684;
}
.node-events-v2 .test_hldr {
  width: 95%;
}
.tt_hldr {
  line-height: 21px;
}

.hour_hldr {
  color: #1d397c;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.title_hldr {
  color: #14327c;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.testimonials .tt_hldr {
  font-style: italic;
}
.trainers .tt_hldr a, .trainers .tt_hldr em {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.trainers .tt_hldr a {
  font-size: 18px;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ti_hldr {
  padding-bottom: 10px;
  height: 100px;
  font-size: 100px;
}
.node-events-v2 .ti_hldr {
  margin-bottom: 10px;
}
.trainers .ti_hldr {
  padding-bottom: 20px;
  height: 190px;
  font-size: 19px;
}
.ti_hldr img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  vertical-align: inherit;
}
.node-full.node-events .bord {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  margin-top: 20px;
}
#node-14.node-full.node-events .bord.countd {
  padding-top: 5px;
  padding-bottom: 10px;
}
.cajas:first-child .bord:last-child {
  padding-top: 0;
}
.node-full.node-events .bord:first-child {
  border-top: 0;
}
.w100 {
  width: 100%;
}
.node-story.node-full img.w100 {
  margin-bottom: 20px;
}
.vplist {
  margin-top: 30px;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
}

.ipromo, .ibullet {padding-bottom:1.5em;} .ipromo {text-align:right;}
.ibullet span {color: #2160ad;font-size: 1.6em;padding-bottom: 1em;display: inline-block;font-weight: bold;}
#zone1 .ibullet p, #zone2 .ibullet p {margin: 0 0 1em 0;font-size: 1.4em;}
.ibullet i {color:#fe4800; font-size:1.1em;}

.lrs {text-align: center;font-size: 2.5em;  padding: 0.5em;  margin-bottom: 0.5em;  color: #ffffff;background: #37559a;}
.mptxt, .cajas .multi.mptxt {margin-top: 5px; line-height: 26px;font-size: 24px;} .mptxt strong {color:#2160ad;} .mptxt em {font-size:15px;}
.fxtratxt {color: #6b7684; font-size: 14px;  line-height: 21px;}
.fxtratxt strong {color: #37559a; font-size: 18px;font-weight: bold;}
#lstxt {display:none;} #ilstxt {font-size: 2.2em;line-height: 1.2em; color:#000000; max-width:800px;} .inlscol {padding: 0.3em 0.8em;}
.lshead {color: #2160ad;font-size: 1.6em;  padding-bottom: 0.2em; display: block; font-weight: bold;text-align: center;}
#ilstxt strong {color: #2160ad;} .lsrtxt {padding-top: 1em;display: inline-block;}
.shimport .btn.trig {  font-size: 14px;
  line-height: 22px;
  margin: -5px -20px 15px 0px;
  padding: 4px 14px;
}
.rec {
  border: 4px solid #ffffff;
  padding: 5px 0;
  margin: 5px 0;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
}
.rec strong {
  display: block;
  font-size: 20px;
  line-height: 23px;
}

.desctext {font-weight:normal; font-size:0.8em;}

.prhldr {width:60%; margin:0 auto 1em; border:1px solid #eaedee; background:#eaedee; color:#37559a;}
.prhldr p {margin:0 !important; font-size:18px; height:48px; padding:1em 0 0; background:#eaedee; color:#37559a;}
.prhldr p.through, .prhldr p.dprice {background:#f3f3f3; color:#999999;}
.cajas.prhldr p.through span, .cajas.prhldr p.dprice span {
  font-size: 32px;
  line-height: 32px;
}
.cajas.prhldr p.through span.pdec, .cajas.prhldr p.dprice span.pdec {
  font-size: 20px;
}

.prhldr .col {text-align:center;}
.defintxt {
  padding: 0.3em 1.5em;
  text-align: justify;
}
.node-events-v2 .ibimage_left, .node-events-v2 .ibimage_right {
  margin: 0 10px 10px;
}
.node-events-v2 .ibimage_left {
  margin-left: 0;
}
.node-events-v2 .ibimage_right {
  margin-right: 0;
}

.vislink .btn {margin-bottom:0.5em;}

.view-events-bydate .btn.btn-theme, #block-block-82 .btn.btn-theme{background-color:#990000 !important; font-size:1.4em;}
.view-events-bydate .btn.btn-theme:hover, #block-block-82 .btn.btn-theme:hover {
	-webkit-box-shadow: 0px 0px 9px rgba(153,0,0, 0.8) !important;
    -moz-box-shadow: 0px 0px 9px rgba(153,0,0,0.8) !important;
    box-shadow: 0px 0px 9px rgba(153,0,0, 0.8) !important;
}


@media only screen and (max-width: 640px) {
  .oculto6 {display: none;}
  .mostrar6 {display:block;}
  #fbgive {
    min-width: inherit;
  }
  #map_canvas {
    min-height: 200px;
  }
  .prhldr {width:98% !important;}
  
}
@media only screen and (max-width: 800px) {
  .oculto8 {display: none;}
  .mostrar8 {display:block;}
  .prhldr {width:80%;}
  .i_hldr {
    float: inherit;
    padding: 10px 0 20px;
    text-align: center;
    width: 100%;
  }
  .test_hldr {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeaea;
  }
  .carousel-inner .item div:last-child .test_hldr {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; 
  }
  .hformhldr div.txt-hldr {display: inline-block; width:100%;}
}

@media (min-width: 768px) {
  .row-fluid.cajas [class*="span"] {
    margin-bottom: 20px;
    min-height: 60px;
  }
  .node-full.node-events-v2 .row-fluid.cajas [class*="span"] {
  	margin-bottom:10px;
	}
  .countd {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .row-fluid.cajas .row [class*="span"] {
    margin-bottom: 0;
    min-height: initial;
  }
  .node-full.node-events .bord {
    border-left: 1px solid #e3e3e3;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .node-full.node-events .bord:first-child {
    border-left: 0;
  }
  .bgg .nosep.bgg2 {
    padding: 29px 0;
  }
  .bgg .nosep.bgg3 {
    padding: 32px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .node-full.node-events .bord {
    padding-left: 2.7624309392265194%;
    *padding-left: 2.709239449864817%;
  }
  .node-full.node-events .bord:first-child {
    padding-left: 0;
  }
  .bdate, .fdate .sep {
    font-size: 30px;
    line-height: 25px;
    padding-left: 5px;
  }
  .mdate {
    font-size: 15px;
  }
  .cajas .multi span {
    text-align: center;
  }
  .bgg .nosep.bgg1 {
    padding: 23.5px 0px;
  }
  .bgg .nosep.bgg3 {
    padding: 22.5px 19px;
  }
  .bgg .fa-calendar {
    vertical-align: top;
    margin: 8px 10px 0 0;
  }
  .cajas .tcs, .cajas .tcss {
    min-width: 25px;
  }
  .cajas .cntdn .tcs {
    min-width: 45px;
  }
  .cajas .cntdn .tcss {
    min-width: 15px;
  }
  .cajas .tca {
    font-size: 22px;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .node-full.node-events .bord {
    padding-left: 2.127659574468085%;
    *padding-left: 2.074468085106383%;
  }
  .node-full.node-events .bord:first-child {
    padding-left: 0;
  }

}
@media (min-width: 1200px) {
  .node-full.node-events .bord {
    padding-left: 2.564102564102564%;
    *padding-left: 2.5109110747408616%;
  }
  .node-full.node-events .bord:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .row-fluid .grow {
    float: none;
    display: block;
    width: 100% !important;
  }
  .bar , .hr {
    margin: 25px 0 30px;
  }
  .babo .row-fluid {
    height: auto;
  }
  .oculto767 {display: none !important;}
  .node-full.node-events-v2 .cajas .match {
    margin: 1em 0;
  }
}
.node-full.node-events-v2 .field-name-body .node-multi-order-page, .node-full.node-events-v2 .node-multi-order-page .section {
  font-size: 17.5px;
}
.tbyadv {border:4px solid #fff; cursor:pointer; text-align:center;}
.tbyadv:hover {border-color:#ccc;}
.tbyadv.activo {border-color:#00a4e4} .tbyadv {padding:0.5em 0;}
.tbyadv p {padding:0.15em 0;} .tbyadv .wpb_button, .tbyadv .wpb_content_element, .tbyadv ul.wpb_thumbnails-fluid>li {margin-bottom:5px;}
#acsch, .gmt {display: none;}
.row-fluid.cajas .infusion-radio [class*="span"] {
    margin-bottom: 0;
    min-height: auto;
}
.infusion-radio input, .infusion-radio label {
    display: inline-block;
}
#title-region > .span12 {
  position: relative;
}
/*
.sello {
  display: block;
  background: url(img/10-years-200.png);
  height: 120px;
  width: 120px;
  position: absolute;
  right: 0;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
*/
.sello {
  border-radius: 50%;
}
/*
body.node-type-events .sello, body.node-type-events-v2 .sello {
  height: 200px;
  width: 200px;
}
*/
#title-region .inner {
  position: relative;
}

/*
#title-region .inner, .bcrmbhldr .rteright{
  padding-right: 120px;
}
body.node-type-events #title-region .inner, body.node-type-events-v2 #title-region .inner, body.node-type-events .bcrmbhldr .rteright, body.node-type-events-v2 .bcrmbhldr .rteright {
  padding-right: 200px;
}
*/

#title-region h1{
  word-break: break-word;
}
.scrolltoid {
  cursor: pointer;
}

.tel {
  font-size: 2.25em;
  line-height: 1em;
  padding: 10px 0 25px;
  text-align: center;
  display: block;
}
.tel strong {
  color: #14327c;
}


.bar  {
  text-transform: uppercase;
}

.cdt_justify  {
    text-align: justify;
}


.multigr {
    margin: 1em 0;
}
.multhldr {
    margin: 0.5em 0.5em 1em;
    position: relative;
}

.multhldr span {
    display: block;
    margin: 0.5em 0;
    font-size:1.2em; font-weight:bold;
}

.multhldr i {
    position: absolute;
    display: block;
    background: transparent url(/sites/all/themes/icompany/img/yticon.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    top: 0;
}

.iwidth img{
    width: 100%;
}

.ticket-discount {
  margin: 2em 0;
}

.ticket-discount img {
  margin: 1em 0;
}

.ticket-discount .ten-year-tit {
  font-size: 1.6em;
  text-align: left;
  line-height: 1em;
  color: #2160ad;
  display: inline-block;
  font-weight: bold;
  font-family: PT Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page-home-main #zone2 #content-area.span12 #content-region .breadcrumb,
.page-home-main #zone2 #content-area.span12 #content-region .page-title {
  display: none;
}

