body{
  /* background-color: #f5f5f5; */
  font-family: "Open Sans", sans-serif;
  color: rgba(70, 104, 36, 0.6);
font-size: 12px;
line-height: 1.42857;
background-color: #F7F8F9;
}

h4, dd, .checkbox label{
  font-weight: 200;
}

h4, dd, .checkbox label span{
	color: rgba(70, 104, 36, 0.6);
}

dt{
  font-weight: 400;
}

select, textarea, input{
  font-weight: 200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
}

select:focus, textarea:focus, input:focus{
  border-color: #CCC !important;
}

.form-control {
	color: rgba(70, 104, 36, 0.6);
	border-color: rgba(70, 104, 36, 0.6);
}

option {
	color: rgba(70, 104, 36, 0.6);
}

.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

.modalbox{
    width: 900px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     overflow-y: auto;
}

.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 5% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:5% auto;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:700px;
    height:300px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
}

.NoVisible {
    display: none;
}
.Visible {
    display: block;
    float:left;
    padding:10px;
    background-color: #446A24;
    color: #fff;
    border-radius: 3px;
}

.Visible:hover {
	color:#fff;
	text-decoration: none;
}

.card-row {
    background-color: #FFF;
    margin: 0px 0px 30px;
}

.card-row-inner {
    display: table;
    width: 100%;
}

.card-row-image {
    /*background-position: center center;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    height: 200px;
    position: relative;
    width: 232px;
}

.card-row-image, .card-row-body, .card-row-properties {
    display: table-cell;
    vertical-align: top;
}

.card-row-label {
    background-color: #FFF;
color: #000;
left: 14px;
font-size: 10px;
padding: 3px 0px;
position: absolute;
top: 18px;
transform: translateX(-50%);
z-index: 2;
width: 26px;
text-align: center;
}

.EN {
	left: 16px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url("../img/en.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 17px;
}

.ES {
	left: 16px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url("../img/es.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 17px;
}

.FR {
	left: 16px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url("../img/fr.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 17px;
}

.IT {
	left: 16px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url("../img/it.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 17px;
}

.PT {
	left: 16px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url("../img/pt.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 17px;
}

nav#pagi2 {
	position: fixed;
	bottom: 60px;
	z-index: -100;
	text-align: center;
	width: 63.5%;
}

nav.ultimapagina1 {
	display: none;
}

.access_No {
	background-color: #E9E9E9;
}

.card-row-label1 {
    background-color: #714f1e;
    color: #FFF;
    left: 182px;
    font-size: 10px;
    padding: 3px 15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 2;
    width: 100px;
}

.card-row-price {
    background-color: #000;
    /*bottom: 0px;*/
    color: #FFF;
    font-size: 10px;
    left: 50%;
    padding: 3px 15px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
    top: 180px;
}

.card-row-body {
    padding: 10px;
}

.card-row-title {
    font-size: 18px;
    margin: 0px 0px 3px;
    padding: 0px;
    float:left;
    width: 100%;
}

.card-row-title a {
    color: #714f1e;
}

.card-row-properties {
    padding: 30px;
    width: 260px;
}

.card-row-properties dl {
    margin: 0px;
    padding: 0px;
}

.card-row-properties dd {
    float: left;
    line-height: 36px;
}

.card-row-properties dt {
    border-bottom: 1px dashed #E9E9E9;
    line-height: 36px;
    text-align: right;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

p {
    line-height: 24px;
}

p {
    margin: 0px 0px 10px;
    color: rgba(70, 104, 36, 0.6);
}

h1, h2, h3 {
    font-weight: 300;
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #363636;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a {
    color: #009F8B;
    transition: color 0.15s linear 0s;
}

a {
    color: #337AB7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

* {
    box-sizing: border-box;
}

.header-logo span {
    font-size: 22px;
    font-weight: 300;
    vertical-align: middle;
}

.header-wrapper {
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0px;
    position: relative;
    z-index: 200;
    margin-bottom: 30px;
}

.header-inner {
    display: table;
    position: relative;
    width: 100%;
}

.header-logo {
    display: table-cell;
    padding: 0px 45px 0px 0px;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px;
}

.header-logo a {
    color: #446a24;
    text-decoration: none;
}

.header-logo img {
    fill: #009F8B;
    color: #009F8B;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
}

.header-content {
    display: table-cell;
    vertical-align: middle;
}

.header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 6px 0px 2px;
}

.header-nav-social.nav {
    margin: 2px 20px 0px 5px;
}

.header-content .nav {
    float: right;
    padding: 12px 0px;
    list-style: outside none none;
}

.nav.social-links > li {
    border-radius: 50%;
    margin: 0px 15px 3px 0px;
}

.nav-pills > li {
    float: left;
}

.nav > li {
    position: relative;
    display: block;
}

.nav.social-links > li > a {
    padding: 0px;
}

.header-content .nav > li > a {
    border-radius: 0px;
    color: #363636;
    font-size: 13px;
    padding: 6px 20px;
}

.nav > li > a {
    position: relative;
    display: block;
}


.document-title {
    background-repeat: no-repeat;
    background-image: url("../img/tmp/proyecto.png");
    background-position: center center;
    margin: 40px -750px 40px;
    padding: 70px 750px;
    position: relative;
   }

.document-title h1 {
    color: #FFF;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
   
.pagination li a {
    border-color: #F7F8F9;
    color: rgba(54, 54, 54, 0.6);
    padding: 6px 15px;
    transition: all 0.15s linear 0s;
}

.pagination li > a, .pagination li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid rgba(70, 104, 36, 0.6);
    color: rgba(70, 104, 36, 0.6);
    border-radius: 15px;
}

.pagination li {
    margin: 0px 4px;
}

.pagination li {
    display: inline-block;
}

ul.pagination {
    margin: 0px;
    padding: 0px;
}

.pagination li a:hover {
    background-color: #714f1e;
    color: #FFF;
    text-decoration: none;
}

.pagination li.active a {
    background-color: #446a24;
    border-color: #446a24;
    color: #FFF;
}

select.per-page {
	float:right;
	box-shadow: none;
height: 40px;
line-height: 20px;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: rgba(70, 104, 36, 0.6);
background-color: #FFF;
background-image: none;
border: 1px solid rgba(70, 104, 36, 0.6);
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
text-transform: none;
}

.container{
  margin:0 auto;
}

.sidebar{
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  min-height: 600px;
  padding-left: 0;
  /* background-color: #f5f5f5; */
}

.sidebar.col-md-3{
  /*padding: 0px;*/
}

.sidebar .well{
  border-radius: 4px;
  border-color: rgba(70, 104, 36, 0.6);
  /* background-color: #EEE; */
  background-color: #FFF;
  -webkit-box-shadow: none; 
   box-shadow: none;
}

.sidebar h4{
  padding-left: 0px;
  color: #714f1e;
}

.sidebar .row{
  border-bottom: 2px solid #20B2AA;
  margin-bottom: 10px;
}

.sidebar .progress{
  margin-bottom: 0px;
  margin-top: 12px;
  float: right;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.sidebar .progress-bar{
  background-color: #F08080;
  border-radius: 0;
}

.sidebar legend{
  font-size: 18px;
  font-weight: 300;
  color: #446a24;
  border-color: #714f1e;
}

.criteria{
  background-color: #D3D3D3;
  min-height: 110px;
  margin: 20px 0px;
  padding-bottom: 5px;
}

.title{
  padding: 5px 0 ;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  width: 140px;
}

.content{
  margin-bottom: 6px;
  padding:0;
}

.thumbnail{
  /* background-color: #EEE; */
  min-height: 265px;
  border-radius: 0;
  min-height: 300px;
}

.label{
  border-radius: 0;
}

.caption .detail{
  margin-top: 15px;
}

.caption .field{
  font-weight: bold;
  float: left;
  width: 65px;
}

.caption h4{
  color: #b22222;
  min-height: 45px;
}

.field-row{
  display: block;
}

.movie{
  margin-bottom: 20px;
  padding-right: 5px;
}

.movie h4{
  margin-top: 15px;
  margin-bottom: -5px;
  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 7px;
}

.rating{
  float: right;
  font-size: 14px;
  margin-top: -5px;
  margin-right: -5px;
  background-color: #222;
}

.rating .glyphicon{
  vertical-align: middle;
  color: #fff;
  margin-top: -5px;
}

.first{
  margin-top: 10px;
}

.collection{
  margin-right: 1px;
}

.outline {
  display: block;
  position: absolute;
  left: 15px;
  height: auto;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  -webkit-transition: opacity .25s ease-in;
  -ms-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 0px;
  font-weight: 200;
}

.caption:hover .outline{
  opacity: 1;
}

.caption:hover .detail{
  opacity: 0;
}

.runtime, .open-close{
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.runtime .glyphicon{
  vertical-align: middle;
  margin-right: 3px;
}

.open-close .glyphicon{
  margin-right: 3px;
}


.ui-widget-header{
  background: none;
  background-color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-foucs{
  background-color: #000;
  border: 1px black solid;
}

.slider{
  margin: 0 20px;
}

.slider-label{
  display: block;
  text-align: center;
  font-weight: 200;
}

.search-icon{
  position: relative;
  margin-top: -25px;
  display: inline-block;
  width: 28px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  background-color: transparent;
  font-size: 20px;
  color: #222;
  float: right;
}

.movies-pagination{
  text-align: center;
  padding:0;
}

.map{
  margin-top: 15px;
  height: 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

code{
  margin-top: 5px;
  font-size: 80%;
}
