body {
    padding-top: 0px;
    padding-bottom: 0px;
}
@font-face {
	font-family: 'Conv_FuturaStd-BoldOblique';
	src: url('../fonts/FuturaStd-BoldOblique.eot');
	src: url('../fonts/FuturaStd-BoldOblique.woff') format('woff'), url('../fonts/FuturaStd-BoldOblique.ttf') format('truetype'), url('../fonts/FuturaStd-BoldOblique.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaStd-MediumOblique';
	src: url('../fonts/FuturaStd-MediumOblique.eot');
	src: url('../fonts/FuturaStd-MediumOblique.woff') format('woff'), url('../fonts/FuturaStd-MediumOblique.ttf') format('truetype'), url('../fonts/FuturaStd-MediumOblique.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaStd-Book';
	src: url('../fonts/FuturaStd-Book.eot');
	src: url('../fonts/FuturaStd-Book.woff') format('woff'), url('../fonts/FuturaStd-Book.ttf') format('truetype'), url('../fonts/FuturaStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.navbar {
    border: 0px solid transparent;
    margin-bottom: 0px;
    min-height: 50px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}
.navbar-form > .form-group{
    list-style-type: none;
    display: inline-flex;
    padding-left: 0px;
}
@media all and (max-width: 600px) {

    .navbar-form > .form-group{
        list-style-type: none;
        display: inline-block;
        padding-left: 0px;
    }
    .notes {
    background-color: #118ca2;
    height: 550px;
    }
}

@media all and (max-width: 768px) and (min-width: 600px){

    .navbar-form > .form-group li {
        margin-right: 35px !important;
        text-align: center;
    }

    .carousel-caption {
        left: 0 !important;
        padding-bottom: 30px;
        right: 0;
    }
    .notes {
    background-color: #118ca2;
    height: 550px;
    }
}
.navbar-right {
    float: none !important;
    margin-right: -15px;
    font-family: 'Conv_FuturaStd-Book';
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 0px;
}
.navbar-form > .form-group a{
    color: #FFF;
}
.navbar-form > .form-group a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
.navbar-form > .form-group li{
    margin-right: 70px;
}
.navbar-header {
    float: none;
    height: 260px;
    background-image: url(../img/brasil_texture.png);
    background-position: center top;
}
.navbar-brand {
    list-style-type: none;
    font-size: 17px;
    line-height: 40px;
    padding-top: 35px;
    float: none;
    text-align: center;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #bd0051;
    border-color: #bd0051;
}
.navbar-collapse {
    padding: 10px;
}
.navbar-inverse {
    background-image: none;
    background-repeat: repeat-x;
    background-color: #0c2b3d;
}

.copy{
    font-family: 'Conv_FuturaStd-MediumOblique';
    color: #FFF;
    padding-top: 5px;
}
.brand{
    font-family: 'Conv_FuturaStd-BoldOblique';
    color: #FFF;
    float: none;
    font-size: 60px;
}


.carousel, .grid, .notes-txt, .breviario, .cbp-so-scroller, .related-notes{
    margin-bottom: 60px;
}
.jk-slider{
    width:100%;
}

.footer-brand {
    list-style-type: none;
    font-size: 18px;
    line-height: 40px;
    padding-top: 35px;
    float: none;
    text-align: center;
}
footer{
    background-color: #118ca2;
    color: #FFF;
    text-align: center;
}


/*          Hero Headers        */
/********************************/

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.note, .related{
    padding-top: 60px;
}

.margin {
    margin-bottom: 50px;
}
.title{
	font-family: 'Conv_FuturaStd-BoldOblique';
	color: #118CA2;
	text-align: center;
    
}
.title-white{
	font-family: 'Conv_FuturaStd-BoldOblique';
	color: #FFFFFF;
	text-align: center;
    
}

.subtitle{
	font-family: 'Conv_FuturaStd-MediumOblique';
	color: #000000;
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 3px solid #BD0051;
    
}
.subtitle-magenta{
    font-family: 'Conv_FuturaStd-MediumOblique';
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid #118CA2;
  
}
.blockquote {
  border-left: 10px solid #BF0051;
  margin: 1.5em 0px;
  padding: 7px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 18px;
font-style: oblique;
}
.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  display: inline;
}
.historico{
    font-family: 'Conv_FuturaStd-Book';
    font-size: 16px;
    color: #ffffff;
}
.historico-dot{
    font-family: 'Conv_FuturaStd-MediumOblique';
    font-size: 20px;
}

.block{
	font-family: 'Conv_FuturaStd-Book';
	padding-top: 12px;
 
}
.breviario-img{
    max-width: 120px;
}

.redes {
    margin-top: 20px;
    display: inline-flex;
    width: 100%;
}
.count{
    text-align: left;
    font-family: 'Conv_FuturaStd-BoldOblique';
    text-transform: uppercase;
    font-size: 80px;
    color: #118CA2;
    float: left;
    padding-right: 10px;
}
.count-sidebar{
    text-align: left;
    font-family: 'Conv_FuturaStd-BoldOblique';
    text-transform: uppercase;
    font-size: 60px;
    color: #118CA2;
    float: left;
    padding-right: 10px;
}
.magenta-btn {
	text-align: center;
    display: block;
}
button {
    background: #bd0051 none repeat scroll 0 0;
    overflow: visible;
}
.btn-text {
    -ms-transform: skewX(20deg); 
    -webkit-transform: skewX(20deg); 
    transform: skewX(20deg);
    padding: 10px;
    text-align: center;
    background-color: #BD0051;
}
.btn {
    text-align: center;
    display: block;
}
.btn-social{
    border-radius: 0px;
    float: left;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.notes{
	background-color: #118CA2;
	height: 370px;
}
.notes-txt{
	height: 210px;
}
.breviario{
	background-color: #163548;
}
.related-notes{
    background-color: #ffffff;
    height: 450px;
}

.demo-2 {
    position:relative;
    width:100%;
    height:280px;
    overflow:hidden;
    float:left;
    margin-right:20px;
    margin-top: 15px;
    background-color:rgba(26,76,110,0.5)
}

.demo-2 p,.demo-2 h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:20px;
    position:relative;
    text-align:right;
}

.demo-2 p {
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0
}

.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    margin:0;
    font-family:'Lato'
}

.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:0px;
    -webkit-transition:left .3s ease-in-out;
    -moz-transition:left .3s ease-in-out;
    -o-transition:left .3s ease-in-out;
    transition:left .3s ease-in-out
}

.effect img.top:hover {
    left:-200px;
    padding-top:100px
}

h2.zero,p.zero {
    margin:0;
    padding:0;
    width: 170px;
    left: 63%;

}

/* ----------------- scroll left ---------------------*/

.cbp-so-scroller {
    margin-top: 3em;
    overflow: hidden;
}

.cbp-so-section {
    margin-bottom: 4em;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}

.cbp-so-section:after {
    clear: both;
}

/* Text styling */
.cbp-so-section h2 {
    font-size: 5em;
    font-weight: 300;
    line-height: 1;
}

.cbp-so-section p {
    font-size: 2em;
    font-weight: 300;
}

/* Sides */
.cbp-so-side {
    width: 50%;
    float: left;
    margin: 0;
    padding: 3em 2%;
    overflow: hidden;
    min-height: 12em;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}

.cbp-so-side:after {
    clear: both;
}

.cbp-so-side-right {
    text-align: left;
}

.cbp-so-side-left {
    text-align: right;
}

.cbp-so-side-right img {
    float: inherit;
    margin-top: 50px;
}

.cbp-so-side-left img {
    float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
    .cbp-so-scroller {
        font-size: 65%;
    }

    .cbp-so-section h2 {
        margin: 0;
    }

    .cbp-so-side img {
        max-width: 120%;
    }
}

@media screen and (max-width: 41.125em) {
    .cbp-so-side {
        float: none;
        width: 100%;
    }

    .cbp-so-side img {
        max-width: 100%;
    }
}


/*----------------------------------- Parallax ----------------------------------------*/
.jumbotron {
    background-image: url(../img/backs/back_azul.png);
    color: inherit;
    margin-bottom: 30px;
    background-attachment: fixed;
    background-size: cover;
    padding: 48px 0 60px 0;
}

.jumbotron_rosa {
    background-image: url(../img/backs/back_rosa.png);
    color: inherit;
    margin-bottom: 0px;
    background-attachment: fixed;
    background-size: cover;
    padding: 48px 0px;
}


/*----------------------------------- Comentarios -----------------------------------*/

table {
    background-color: transparent;
    margin: 10px;
}
td, th {
    padding: 5px;
}
.datos {
    font-family: 'Conv_FuturaStd-MediumOblique';
    padding: 5px;
    background-color: #E8E8E8;
}

.comments{
    background-color: #0c2b3d;
    margin: 0px;
    padding: 50px 0 60px 0;
    
}
.comments .field{
    font-family: 'Conv_FuturaStd-MediumOblique';
    font-size: 18px;
    margin: 0px;
    color: #ffffff;
}
#comentarios {
    color: #000;
    background-color: #ffffff;
    font-size: 12px;
    height:250px;
    overflow-y:scroll;
    padding: 15px;
    position: relative;
    text-align: left;
}
#comentarios .hr {
    color: #83c23c;
}
.publicados .usuario{
    font-family: 'Conv_FuturaStd-Book';
    font-size: 18px;
    margin: 0px;
}
#advertencia{
    font-size: 12px;
    margin: 0px;
}
.formulario {
    text-align: center;
}
.top{
    margin-bottom: 10px;
}


/*----------------- FadeInRight/Left ---------------------- */

.revealOnScroll { opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 2;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 2;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 2;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 2;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
} 

/*-------------------- mascotas ------------------------*/

.content .repeat-bg {
  height: 350px;
  margin-bottom: 100px;
  width: 100%;
  background-repeat: repeat;
  background-size: 300px;
  background-position: 50% 100%;
  background: #FFE066;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  margin-top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .repeat-bg .bg-area {
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  margin: 0 auto;
}
.content .repeat-bg .bg-area .column {
  margin-top: 120px;
  height: auto;
  background: transparent;
}
.content .repeat-bg .bg-area .column h1 {
  font-weight: 200;
}
.content .mascot .column {
  border-radius: 2px;
  margin: 50px 0;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.content .mascot .column .img-wrap {
  height: 250px;
  width: 60%;
  overflow: hidden;
}
.content .mascot .column .img-wrap img {
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
}
.content .mascot .column .paragraph {
  position: relative;
  height: auto;
  width: 53%;
  padding: 10px;
}
.content .mascot .column .paragraph h1,
.content .mascot .column .paragraph p {
  font-weight: 200;
  color: #50514f;
}
.content .mascot .column .paragraph p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .mascot .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .mascot .column .img-wrap {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
  }
  .content .mascot .column .paragraph {
    width: 100%;
    height: auto;
  }
}
.content .mascot .column .add-info {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -50px;
  width: 250px;
  height: 80px;
  background: rgba(210, 210, 210, 0.35);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.content .mascot .column .add-info:before {
  content: attr(data-title);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
  margin-left: 40px;
  color: rgba(195, 18, 78, 0.75);
  font-family: "Lobster", cursive;
  font-size: 30px;
  z-index: -1px;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
@media screen and (max-width: 768px) {
  .content .mascot .column .add-info:before {
    height: 75%;
    margin-top: -10px;
  }
}
.content .mascot .column:hover {
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  box-shadow: 0px 3px 6px #000000;
}
.content .mascot .column:hover .add-info {
  bottom: -50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}


.blue-btn {
  color: #C7F8F9;
  background: #6AB1C9;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.blue-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.red-btn {
  color: #EDA39A;
  background: #ED6A5A;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.red-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.green-btn {
  color: #D0F9C7;
  background: #78C98D;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.green-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}


/*----------------------------------- Timeline -------------------------------------*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #bd0051;
    left: 20%;
    margin-left: -10px;
}

.cbp_tmtimeline > li {
    position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #118CA2;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #0C2B3D;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #118CA2;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #0C2B3D;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #118CA2;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #0C2B3D;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #bd0051;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #8d0021;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }   
}

/*------------------------------------------- table -------------------------------------*/
@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

body {
  color: #444;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.rwd-table {
  background: #0C2B3D;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th,
.rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th,
.rwd-table td:before {
  background-color: #bd0051;
}
