@charset "utf-8";
/* VD CSS Document */

/*** Common Styles ***/
.title {
}

.title h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #454545;
    margin: 0 !important;
}

.title h2 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

/*** Contact Page ***/

.contact {
    padding: 50px 0;
}

.contact-input {
    width: 100%;
    background-color: #f0f0f0;
    padding: 15px;
    height: 50px;
    margin-bottom: 20px;
}

.contact-captcha {
    width: 150px;
    float: right;
    background-color: #f0f0f0;
    padding: 15px;
    height: 50px;
    margin-bottom: 20px;
}

.captcha-label {
    font-weight: 400;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.contact-textarea {
    width: 100%;
    background-color: #f0f0f0;
    padding: 15px;
    height: 50px;
    margin-bottom: 20px;
    //border: none;
    box-shadow: none;
}

.btn-form {
    color: #22eee5 !important;
    background-color: #3C3C3C;
    border-color: #22eee5;
    border-width: 2px;
    border-radius: 6px;
    padding: 6px 20px;
    min-width: 180px;
}

/*** Videoteca ***/

/* Filter */
.filter {
    padding: 50px 0;
}

.filter .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.filter p {
    font-size: 12px;
    font-weight: 700;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}


.filter .form-control {
    box-shadow: none;
}

.filter select {
    border: 1px solid #f0f0f0;
    font-size: 14px;
    min-width: 160px;
    background-color: #f0f0f0;
}

.filter input.form-control {
    border: 1px solid #f0f0f0;
    font-size: 14px;
    min-width: 160px;
}

.filter button.btn-default {
    border-color: #f0f0f0;
}

.filter select:focus {
    border-color: #22eee5;
    box-shadow: none;
}

ul.filter-order {
    list-style: none;
}

ul.filter-order li {
    font-size: 12px;
    font-weight: 700;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
}

ul.filter-order li a {
    font-weight: 400;
}

ul.filter-order li a.active, ul.filter-order li a:hover {
    text-decoration: underline !important;
}

/* List */

ul.videoteca-list {
    list-style: none;
    margin-left: -40px;
}

ul.videoteca-list li {
    float: left;
    width: 240px;
    margin-right: 36px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 25px;
}

ul.videoteca-list li.last {
    margin-right: 0;
}

ul.videoteca-list li img {
    width: 100%;
    margin-bottom: 5px;
}

ul.videoteca-list li p {
    text-transform: uppercase;
}

@media (max-width: 767px) {

    ul.videoteca-list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

/*** Category / Itinerarios ***/

/* Featured */
.featured {
    padding: 50px 0;
}

.featured .container {
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.featured h1 {
    margin-top: 0;
    text-transform: uppercase;
}

.featured p {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}

.featured img {
    width: 100%;
}

/* List */
.category {
    margin-bottom: 0;
}

.category .container {
    border-bottom: 1px solid #f0f0f0;
}

ul.category-list {
    list-style: none;
    margin-left: -40px;
}

ul.category-list li {
    float: left;
    //width: 345px;
    margin-right: 36px;
    bottom: 25px;
    //min-height: 335px;
    
}

ul.category-list li.last {
    margin-right: 0;
}

ul.category-list li img {
    width: 100%;
    margin-bottom: 5px;
}

ul.category-list li p {
    text-transform: uppercase;
    font-weight: 600;
    color: #3f3f3f;
}

.category-meta {
    //display: inline-block;
    height: 35px;
    width: 100%;
}

.category-meta ul {
    list-style: outside none none;
    margin-left: -40px;
    margin-top: 15px;
}

.category-meta ul li {
    float: left;
    font-size: 12px;
    height: 20px;
    margin-right: 15px;
    width: auto;
}

/* Pagination */
.category-pagination {
    margin-top: 0;
    padding-top: 0;
}

.category-pagination nav {
    float: right;
}

.category-pagination .pagination > li > a, .category-pagination .pagination > li > span {
    border-left: none !important;
    border-bottom: none;
    border-top: none;
    border-right: none;
    color: #353535;
    font-weight: 300;
    padding: 6px 10px;
}

.category-pagination .pagination > li > a:hover {
    background-color: transparent !important;
    color: #b3b3b3;
}

.category-pagination .pagination > .active > a, .category-pagination .pagination > .active > a:focus, .category-pagination .pagination > .active > a:hover, .category-pagination .pagination > .active > span, .category-pagination .pagination > .active > span:focus, .category-pagination .pagination > .active > span:hover {
    background: transparent;
    color: #353535;
    font-weight: 700;
}

.category-pagination .pagination > .disabled > a {
    color: #b3b3b3;
}

.category-pagination .pagination > .first > a {
    border-left: none !important;
}

/*** Account ***/

.account {
    padding: 50px 0;
}

.account-nav {
    padding-right: 30px;
}

.account-panels {
    border-left: 1px solid #f0f0f0;
    padding-left: 30px;
}

.account h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.account .tab-pane .form-group {
    margin-bottom: 30px;
}

.account .tab-pane .form-control {
    width: 50%;
}

.account .tab-pane .btn {
    margin-top: 30px;
}

/* Pills */
.account .nav > li > a {
    border-bottom: 1px dotted #ccc;
    border-radius: 0;
    color: #353535;
    padding-left: 0;
    font-weight: 700;
}

.account .nav > li > a:hover {
    background-color: transparent;
    color: #22eee5;
}

.account .nav-pills > li.active > a, .account .nav-pills > li.active > a:focus, .account .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #22eee5;
}

.header-caption {
     margin-top: 20px !important;
}

.header-caption h5 {
    color: #22eee5;
    font-weight: 600;
    text-align: right;
}

.toUp {
    text-transform: uppercase;
}

/*** Video player ***/

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #22eee5
}

.vjs-default-skin .vjs-play-progress {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #22eee5
}

.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}

.minH10 {
    min-height: 25px;
}

.filter_tag {
    margin-right: 15px;
    background-color: #22eee5;
    color: #fff !important;
}

.filter_tag a {
    color: #fff !important;
}

/* Sticky */

#sticky {
    z-index: 999;
}

#sticky.affix {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
}

#sticky.affix form, #sticky.affix .sticky-hide, #sticky.affix .think1-menu .col-sm-4 {
    display: none;
}

#sticky.affix .think1-menu {
    margin-top: 0 !important;
}

#sticky.affix .navbar-header {
    text-align: center;
}

#sticky.affix .navbar-brand {
    display:inline-block;
    //padding-top:10px;
    //float:none;
}



#sticky.affix .navbar-brand img {
    max-height: 40px;
    display: inline-block;
}

@media (max-width: 767px) {
    #sticky.affix .navbar-brand {
    }
    
}



.navbar {
    margin-bottom: 0px !important;
}

.navbar-header {
    margin-top:-10px;
}

.navbar-brand {
    height:auto;
}

header.menu .think1-menu ul li {
    padding-right:0 !important;
}
.navbar-nav > li > a {
    padding:15px 25px 15px 10px !important;
}

#sticky.affix .header-caption{
    margin-top: 10px !important;
}

@media only screen and (max-width: 991px) {
    .header-caption {
        display:none;
    }
}

.profile-image{
    max-width: 136px;
    cursor: pointer;
}

.alert_profile{
    display: none;
}
.delete-itinerary-title{
    font-weight: 700;
    color: #22eee5;
}

.itinerary-image{
    max-width: 350px;
    cursor: pointer;
}


#sortable .panel{
    margin-bottom: 2px  !important;
    cursor: pointer;
}

.display-msg{
    position: absolute;
    top:5px;
    right: 0px;
}

.btn-form:hover {
  color: #fff !important;
  background-color: #22eee5;
  border-color: #fff;
}

.btn-light:hover {
  color: #fff !important;
  background-color: #22eee5;
  border-color: #fff;
}



button.close-popup {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.video .shar .tags{
    line-height: 12px !important;
   
}

.tag{
    background:#F3F3F3;
    border-radius: 20px;
    color:#333;
    display: block;
    text-decoration: none;
    padding: .6ex 1.4ex;
    margin-bottom: 5px;
}

.text-black-bold{
    color: #454545;
    font-weight: 600;
}

.itinerary-header{
   background-color: #272727;
   color: #fff;
}

.itinerary-header img{
    border: 10px solid #1D1D1D;
    float: left;
}

.itinerary-header .btn-light {
  color: #22eee5 !important;
  border-color: #22eee5;
}

.itinerary-header .btn-light:hover {
  color: #fff !important;
  border-color: #fff;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 20px;
	font-size: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
        border: 2px solid #22eee5;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
    margin: 0;
    color: #000;
    left: -179px;
    top: 0;
    height: 100%;
    /* line-height: 300px; */
    background-color: rgba(255,255,255,0.1);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 74px;
    transition:opacity 0.2s linear;
}

.owl-theme .owl-controls .owl-buttons .owl-prev::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2000px;
    background-color: rgba(255,255,255,0.1);
    /* width: 1000px; */
    margin-left: -2000px;
    left: 0;
    z-index: 100;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2000px;
    background-color: rgba(255,255,255,0.1);
    /* width: 1000px; */
    margin-right: -2000px;
    right: 0;
    z-index: 100;
    top: 0;
}


.owl-prev:hover, .owl-prev:hover::before, .owl-next:hover ,.owl-next:hover::before{
    background: rgba(0,0,0,0.1) !important;
}


.owl-theme .owl-controls .owl-buttons .owl-next{
    margin:0;
    color: #000;
    right: -179px;
    top: 0;
    height: 100%;
    /* line-height: 300px; */
    background-color: rgba(255,255,255,0.1);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 74px;
    transition:opacity 0.2s linear;
}

.player-btn{
    position: absolute; 
    top: 37%; 
    left: 37%; 
    display: block; 
    margin: auto;
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

.player-btn svg:hover{
    -moz-transform:scale(1.5); 
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}

.text-20{
    font-size: 20px !important;
}

.text-40{
    font-size: 40px !important;
}

.fa-twitter:hover, .fa-facebook-official:hover, .fa-youtube-square:hover{
    color: #fff;
}


#double li{
    width:50%;
    line-height:1.5em;
    float:left;
    display:inline;
}

#sticky.affix .think1-menu .form-group{
    margin-top: 12px !important;
}

#tags{
    display: none;
    margin-top: 15px;
}


#temas-popup .nav-tabs{
  border: none;
}
#temas-popup .tab-content{
    padding:5px
}
#temas-popup .nav-tabs > li > a{
    border:  none;
    border-radius: 20px;
    color:#333;
    display: block;
    text-decoration: none;
    padding: .6ex 1.4ex;
    margin-bottom: 5px;
}

#temas-popup .nav-tabs > li > a:hover{
    border-radius: 20px;
    color:#333;
    display: block;
    text-decoration: none;
    padding: .6ex 1.4ex;
    margin-bottom: 5px;
}
#temas-popup .nav-tabs > li.active > a,
#temas-popup .nav-tabs > li.active > a:focus,
#temas-popup .nav-tabs > li.active > a:hover{
    border-radius: 20px;
    color:#22eee5;
    display: block;
    text-decoration: none;
    padding: .6ex 1.4ex;
    margin-bottom: 5px;
}

#quad li{
    width:50%;
    line-height:1.5em;
    float:left;
    display:inline;
}
.user-access{
    margin-top: 4px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.primary_color{
    color: #22eee5;
}

p{
    text-align: justify;
}

.center-text{
    text-align: center !important;
}

.cBibloosIcon{
    height: 20px;
    vertical-align: middle;
}

.claim p{
    text-align: center !important;
}

#video_author{
    background-color:#f0f0f0;
    padding: 20px;
}

#video_author .description{
    font-size: 14px !important;
}

.border-color{
     border-color: #22eee5 !important;
}

.alert-success ul{
    padding: 0px;
     max-width: 177px;
}

.alert-success ul li{
            list-style: none;
            line-height: 20px;
            display: table-row;
            font-size: 18px;
           
        }

.alert-success ul li:before{
    font-family: 'FontAwesome';
    content: '\f164';
    margin:5px 5px 0 -10px;
    color: #fff;
    display: table-cell;
    font-size: 22px;
}
