﻿	
#gallerybar {
	background: rgb(18,30,173);
	height: 99px;
	text-align: center;
}

#buttonleft a, #buttonright a {
	background: rgb(11,17,96);
	display: block;
	width: 30px;
	height: 99px;
	text-indent: -999999px;
}

#buttonright a { background-image: url('../../styles/www/animation/histoires2015/20150131_bal_concert_andin-2/asstes/buttonright.gif'); }
#buttonleft a {background-image:url('../../styles/www/animation/histoires2015/20150131_bal_concert_andin-2/assets/buttonleft.gif') ;}
#buttonleft a:active, #buttonleft a:hover, #buttonright a:active, #buttonright a:hover {
	background-color: rgb(20,33,186);
}

/* Cube
------------------------------------*/
.cube { width: 200px; height: 150px; margin-left: 15em; }

#linksCube img { width: 160px; height: 115px; }


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */s

#container {

  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 5px;
  
}

.element {

  width: 200px;
  height: 150px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 400px;
  height: 300px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}
/* Fonts
------------------------------------*/
/* Reset Styles
------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.6;
}
p,
a,
li {
  color: black;
  line-height: 1.4;
  font-size:18px;
}
a,
a:focus,
a:hover,
a:active {
  color: #41a1cc;
  cursor: pointer;
}
a:hover {
  color: #0c7ebe;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 5px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
/* Texts
------------------------------------*/
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-normal {
  text-transform: none;
  text-decoration: none;
}
/* Fonts
------------------------------------*/
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.font-xx-smaller {
  font-size: xx-small;
}
.font-x-smaller {
  font-size: x-small;
}
.font-smaller {
  font-size: smaller;
}
.font-small {
  font-size: small;
}
.font-medium {
  font-size: medium;
}
.font-large {
  font-size: large;
}
.font-larger {
  font-size: larger;
}
.font-x-large {
  font-size: x-large;
}
.font-xx-large {
  font-size: xx-large;
}
/* Margins and Paddings
------------------------------------*/
.margin-bottom-0,
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-20,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-50,
.margin-bottom-60 {
  clear: both;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-0,
.margin-top-5,
.margin-top-10,
.margin-top-20,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-50,
.margin-top-60 {
  clear: both;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-25 {
  padding-right: 25px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-35 {
  padding-right: 35px;
}
.padding-right-40 {
  padding-right: 40px;
}
/* Alerts
------------------------------------*/
.alert-messages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 15px;
  transition: 1s linear all;
}
.alert-messages.ng-hide {
  opacity: 0;
}
.alert-messages.ng-hide-add,
.alert-messages.ng-hide-remove {
  transition: 1s linear all;
}
.message {
  position: relative;
  padding: 10px 40px 10px 12px;
  margin: 0 auto;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  background: #111;
  background: rgba(20, 20, 20, 0.9);
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  min-height: 50px;
}
.message .dismiss {
  position: absolute;
  display: table-cell;
  top: 10px;
  right: 10px;
  text-align: center;
}
.message-inside {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}
.message-text {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 16px;
}
.dismiss {
  display: block;
  color: #ccc;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}
.dismiss:hover,
.dismiss:focus {
  color: #fff;
}
/* Tables
------------------------------------*/
.table thead > tr > th {
  border-bottom: none;
}
/* Forms
------------------------------------*/
.form-control {
  box-shadow: none;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
.form-spacing .form-control {
  margin-bottom: 15px;
}
/* Button
------------------------------------*/
.btn {
  box-shadow: none;
}
.btn-u {
  border: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 13px;
  position: relative;
  background: #000000;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-u:hover {
  color: #fff;
  background: #323232;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}
a.btn-u {
  padding: 4px 13px;
  vertical-align: middle;
}
a.btn-u-small {
  font-size: 12px;
  padding: 5px 5px;
}
a.btn-u-lg {
  font-size: 18px;
  padding: 6px 25px;
}
/* Social Icons
------------------------------------*/
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  text-indent: -9999px;
}
.social-icons li:hover a {
  background-position: 0 -38px;
}
.social-icons li a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.social-icons-color li a:hover {
  opacity: 1;
}
.social-facebook {
  background: url('../../styles/img/social-facebook.png') no-repeat;
}
.social-googleplus {
  background: url('../../styles/img/social-googleplus.png') no-repeat;
}
.social-pintrest {
  background: url('../../styles/img/social-pinterest.png') no-repeat;
}
.social-twitter {
  background: url('../../styles/img/social-twitter.png') no-repeat;
}
.social-linkedin {
  background: url('../../styles/img/social-linkedin.png') no-repeat;
}
.social-youtube {
  background: url('../../styles/img/social-youtube.png') no-repeat;
}
.social-instagram {
  background: url('../../styles/img/social-instagram.png') no-repeat;
}
/* CSS 3 Hover Effects
------------------------------------*/
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
/* CMS
------------------------------------*/
#cms-dialog {
  width: 350px;
  height: 100%;
  position: fixed;
  z-index: 1000;
  vertical-align: middle;
  top: 100px;
  left: -350px;
  border: 1px #000;
  transition: 0.5s linear all;
}
#cms-dialog.on {
  left: 0px;
}
.cms-toolbar-right {
  right: 25px;
  left: inherit !important;
}
.cms-toolbar-text {
  right: -20px;
  left: inherit !important;
}
.cms-toolbar {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  z-index: 990;
}
.cms-toolbar .popover {
  color: #000;
}
.cms-wrapper {
  position: relative;
}
/*# sourceMappingURL=app.css.map */

.item2 { 
  float: left;
position: relative;
cursor: pointer;
transition: all .4s ease;
border: solid 1px rgb(41,66,148);
text-align:center;
 background: rgb(41,66,148);
  padding: 5px;
  margin-bottom: 5px;
  margin-right:5px;
  font-size:14px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.item { 
  float: left;
  height: 150px;
position: relative;
cursor: pointer;
transition: all .4s ease;
border: solid 1px rgb(41,66,148);
text-align:center;
 background: rgb(41,66,148);
  width: 305px;
  padding: 5px;
  margin-bottom: 5px;
  margin-right:5px;	  
font-size:14px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.item:hover{
opacity:0.7;
}
.item2:hover{
opacity:0.7;
}

.menubox{ 
  height: 150px;
cursor: pointer;
transition: all .4s ease;
border: solid 1px rgb(41,66,148);
text-align:center;
background: rgb(41,66,148);
width: 305px;
  padding: 5px;
  margin-bottom: 5px;
  margin-right:5px;	  
font-size:14px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.thing {
color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 400px) {
  .grid-sizer {
    width: calc(4/14*100%);
  }
  .item {
    width: calc(14/14*100%);
  }
  .item2{
	  width:calc(14/14*100%);
  }

  .gutter-sizer {
    width: calc(1/14*100%);
  }

  .packery {
    margin: calc(1.0/14*100%) calc(1.0/14*100%) calc(1.0/14*100%) calc(1.0/14*100%);
  }
}
@media screen and (min-width: 400px) {
  .grid-sizer {
    width: calc(4/19*100%);
  }

  .item {
    width: calc(9/19*100%);
  }
  .item2 {
    width: calc(9/19*100%);
  }

  .gutter-sizer {
    width: calc(1/19*100%);
  }

  .packery {
    margin: calc(1.0/19*100%) calc(1.0/19*100%) calc(1.0/19*100%) calc(1.0/19*100%);
  }
}
@media screen and (min-width: 800px) {
  .grid-sizer {
    width: calc(4/29*100%);
  }

  .item {
    width: calc(9/29*100%);
  }
   .item2 {
    width: calc(18/29*100%);
  }

  .gutter-sizer {
    width: calc(1/29*100%);
  }

  .packery {
    margin: calc(1.0/29*100%) calc(1.0/29*100%) calc(1.0/29*100%) calc(1.0/29*100%);
  }
}
@media screen and (min-width: 1200px) {
  .grid-sizer {
    width: calc(4/39*100%);
  }

  .item {
    width: calc(9/39*100%);
  }

     .item2 {
    width: calc(18/39*100%);
  }

  .gutter-sizer {
    width: calc(1/39*100%);
  }

  .packery {
    margin: calc(1.0/39*100%) calc(1.0/39*100%) calc(1.0/39*100% calc(1.0/39*100%));
  }
}
@media screen and (min-width: 1600px) {
  .grid-sizer {
    width: calc(4/49*100%);
  }

  .item {
    width: calc(9/49*100%);
  }
     .item2 {
    width: calc(18/49*100%);
  }

  .gutter-sizer {
    width: calc(1/49*100%);
  }

  .packery {
    margin: calc(1.0/49*100%) calc(1.0/49*100%) calc(1.0/49*100%) calc(1.0/49*100%);
  }
}
.packery:after {
  content: " ";
  display: block;
  clear: both;
}