/*
Theme Name: atelier morales
Theme URI: http://www.ateliermorales.com
Description: atelier morales website css
Author: Fernan Morales > fernan.moralesayuso@gmail.com
Version: 1.0
License: Private
*/

#header{
    margin: 60px 20px 30px 50px;
    position:relative;
    width: 100%;
    padding: 10px 0 0;
    z-index: 3 
}

#header_mobile {
    margin: 0px 20px 10px 0px;
    position:relative;
    width: 100%;
    padding: 10px 0 0;
    z-index: 3 
}

#navigation_mobile {
    position: relative;
    padding: 8px 5px 0;
}

@media only screen and (min-width: 700px) {
    #header_mobile {
        display: none;
    }
    #nav a {
        padding:20px;
    }
    .carousel_image {
        height:380px !important; 
    }
    .carousel_view {
        height: 380px;
    }
    .button-group-mobile {
        display: none !important;
    }
    .back-link {
        margin-right: 150px; 
    }
    .title {
        margin-left: 30px;        
        margin-bottom: 30px;
    }
    #loading {    
        margin-left: 40%;
        margin-top: 3%;
    }
}

@media only screen and (max-width: 700px) {
    #header {
        display: none;
    }
    #nav li{
        margin-bottom: 2px;
    }
    #nav a {
        padding: 10px;
    }
    .carousel_image {
        height:280px !important; 
    }
    .carousel_view {
        height: 280px;
    }
    .gallery .artImg {
        height: 100%;
    }
    .gallery h4 {
        font-size: 14px;
    }
    .thumb-title {
        height: 160px;
    }
    .button-group {
        display: none !important;
    }
    .back-link {
        margin-right: 0px; 
    }
    .title {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .art-block {
        width: 100% !important;
        margin: 10px 0 25px 0 !important;
    }
    .text-block {
        margin-left: 0px !important;
        width: 100% !important;
    }
    .text-block-monet {
        position: relative !important;
    }
    #loading {
        text-align: center;
        margin: auto;
    }
}

.carousel_view { 
    width: 100%;
}

.carousel_image {
    margin:auto;
}

#logo {
    border:none;
    margin-left: 0px;
    margin-top: -2px;
}

#navigation {
    position: absolute;
    right: 150px;
    top: -10%;
    padding: 8px 5px 0;
}

#nav{
    list-style:none inside none;
    font-weight:bold;
    margin-bottom:2px;
    float:right;
    width:100%;
    position:relative;
}

#nav li{
    float:left;
    margin-right:2px;
    position:relative;
    background-color: #fff;
}

#nav a{
    display:block;
    font-family: Helvetica, sans-serif;
    color: #fff;
    background-color: #CC0150;
    text-decoration:none;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

.thumb-title {
    text-decoration: none;
    color: #337ab7;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.thumb-title:hover {
    text-decoration: none;
    color: #CC0150;
}

.exhibition-block {
    height: unset; margin-bottom:0px;
}

.thumb-image {
    width: 100%
}


#nav a:hover{
    color:rgb(0, 0, 0);
    background-color: rgb(204, 204, 204);
    text-decoration:none;
}

#nav ul{
	background:#fff;
   list-style:none;
   position:absolute;
   left: -9999px;
   padding-left: 0;
   padding-right: 0;
   opacity: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;    
}

#nav ul li{
    padding-top:2px;
    padding-right: 0; 
    float:none;
    margin-right: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

#nav ul a{
    white-space:nowrap; 
}

#nav li:hover ul{ 
    left:0;
    opacity: 1;
}

#nav li:hover a{
	color:rgb(0, 0, 0); 
    background:rgb(204, 204, 204);
    text-decoration:none;
}

#nav li:hover ul a{
    text-decoration:none;
}

#nav li:hover ul li a:hover{
	color: #fff;
    background:#333;
}

@media only screen and (max-width: 1320px) {
    #navigation {
        position: relative;
        right: 0;
    }
    #nav {
        float: left;
        position: relative;
        padding-left: 0px;
    }
}

.artImg {
    width: 100%;
    height: 150px;
}

.artImg2 {
    width: 100%;
    height: 100%;
}

.expImg {
    width: 100%;
    height: 100%;
}

.ng-invalid.ng-dirty {
    border-color: #FA787E;
}

.ng-valid.ng-dirty {
    border-color: #78FA89;
}

#toTop {
    position:fixed;
	z-index: 9999;
	font-family: Helvetica, sans-serif;
	bottom: 2em;
	padding: 20px;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgb(204, 204, 204);
	font-size: 20px;
	display: none;
	-webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

#toTop:hover {
	background-color:#333;
}

/*DARKEN*/
.brighten img {
  -webkit-filter: brightness(80%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.brighten img:hover {
  -webkit-filter: brightness(130%);
}

#copyright{
    font-family: Helvetica, sans-serif;
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    color:rgb(148, 149, 149);
    background-color: #fff;
}

#copyright a{
    font-family: Helvetica, sans-serif;
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    color:rgb(148, 149, 149);
    background-color: #fff;
    text-decoration: none;
}

.foot {
	margin: 90px auto 5px;
    position:relative;
    padding: 2px 0 0;
    height: 25px;
    z-index: -1;
}

.charlieClass {
    display: none;
    margin-top: 4760px;
}

#descript {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    
}

#descript a{
    display:block;
    font-family: Helvetica, sans-serif;
    list-style:none inside none;
    font-weight:bold;
    font-size: 20px;
    padding:2px;
    color: #CC0150;
    background-color: #fff;
    text-decoration: none;
}

#art-descript a{
    display:block;
    font-family: Helvetica, sans-serif;
    list-style:none inside none;
    font-weight:bold;
    font-size: 16px;
    padding:2px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#art-descript-2 a{
    display:block;
    font-family: Helvetica, sans-serif;
    list-style:none inside none;
    font-weight:bold;
    font-size: 16px;
    padding:0.5px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#art-descript a:hover{
     color:#CC0150;
 }
 
#art-descript-2 a:hover{
     color:#CC0150;
 }

 #art-descript-3 {
    display:block;
    font-family: Helvetica, sans-serif;
    list-style:none inside none;
    font-weight:bold;
    font-size: 16px;
    padding:2px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

#alt{
    font-family: Helvetica, sans-serif;
    font-weight:bold;
    font-size: 20px;
    color:rgb(0, 0, 0);
    background-color: #fff;
    text-decoration: none;
}

#body{
    margin: 50px auto 20px;
    position:relative;
    width: 1130px;
    padding: 0 0 0;
    z-index: 2;
}

#body-2{
	 margin: 20px auto 20px;
	 position:relative;
    width: 1200px;
    padding: 0 0 0;
    z-index: 2;
}

#fadeshow1{
	z-index: 1;
}

#fadeshow2{
	z-index: 1;
}

.title {
    color: black;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
}

.title::first-letter {
    color: #CC0150;
}

.description-text {
    color: black;
    font-weight: normal;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
}

.description-text::first-letter {
    color: #CC0150;
    font-weight: bold;
}

#content {
	/*width: 980px;*/
	width: 95%;
	margin: 0 auto;
}

.masonry-brick {
    margin: 1em;
     position: relative;
    display: none;
}

.masonry-brick2 {
    margin: 1em;
        position: relative;
    display: block;
    width: 525px;
    margin-left: 560px;
}

.masonry-brick.loaded {
    position: relative;
    display: block;
    width: 520px;
}

.project-text {
    text-align: justify;
    text-justify: inter-word;
}

.modal {
    z-index: 9999 !important;
}
.modal-backdrop {
  bottom:0;
  width: 100%;
  height: 1000%;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.modal-content {
  position: absolute;
  top:50%;
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.modal-lg .modal-dialog {
    width: 100%;
    height: 100%;
}

.modal-lg {
    width: 95% !important;
}

.modal-lg .modal-content {
    width: 100%;
    height: 100%;
}

/* @media screen and (min-height: 990px) {
    .modal-image {
        height: 73rem;
    }
} */

.modal-image {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 5px;
}

.modal-image img {
    max-width: 100%;
    max-height: 70rem;
}

.modal-header {
    text-align: left;
    padding-top: 40px;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}

.animate-if {
    opacity:0;
}

#loading {
    z-index: 10;
}

.loading {
    text-align: center !important;
    padding-left: -20px !important;
}

#loading2 {
    position: absolute;
    z-index: 10;
    margin: 3% auto 0 auto !important;
    display: none;
}

.charlieTitle {
    margin-left: 13px;
    margin-bottom: -10px;
}

.button-group-mobile {
    width: 100%;
}

.button-group {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.btn-group-justified > .btn-group {
    width: auto !important;
}

.back-link {
    float:right; 
    z-index:1;
}

.modal-navigation-link {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 20px;
    color: #337ab7;
    text-decoration: none;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
}
