/* Eric Meyer Reset CSS File */

@import url("reset.css");

@import url("menu.css");

/* Template Layout CSS */

@font-face {
 font-family: 'nm';
 src: url('fonts/Neue Haas Grot Disp-65 Medium.eot');

 font-family: 'nl';
 src: url('fonts/Neue Haas Grot Disp-45 Light');

 font-family: 'nb';
 src: url('fonts/Neue Haas Grot Disp-75 Bold');
}



body
{
	background: #FFF;
	font-family: nl, sans-serif;
	color: #424242;
	font-size: 12px;
        line-height: 17px;
        letter-spacing: 1px;
        list-style-type: none;
}

a 
{
    text-decoration: none;
    font-weight: bold;
    color: #424242;
}
a:hover { 
    color: whitesmoke; 
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



/*a:visited{
     color: #424242 !important;
}
*/
p { margin: 0 0 15px 0; }



h1, h2, h3, h4, h5 { font-weight: bold; font-size: 24px; margin: 0 0 15px 0; color: #FFF; text-shadow: 2px 2px 2px #000000; }


.wrapper-44 {
    width: 90%;
margin: 0 auto;
margin-right: 25px;
padding-top: 100px;

    
    -webkit-animation: innis 0.7s; /* Chrome, Safari, Opera */
    animation: myfirst 0.7s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}


.js-masonry {
    width: 100%!important;
    margin: 0 auto;
    padding-top: 35px;
}

.place {  
    font-size: 9px;
    padding-top: 50px;
}

.container{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10%;
    
    -webkit-animation: innis 0.7s; /* Chrome, Safari, Opera */
    animation: myfirst 0.7s;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}


#container {
    display: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}


.container2{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10%;
    
    -webkit-animation: innis 0.7s; /* Chrome, Safari, Opera */
    animation: myfirst 0.7s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}


.artist-name {
    position: fixed;
        top: 19px;
        left: 40%;
        margin: 0 auto;
        font-size: 15px;
        font-family: nb, sans-serif;
        z-index: 499;
}

.show-title {
        padding-top: 0px;
        font-size: 15px;
        font-family: nl, sans-serif;
        font-style: italic;
        z-index: 499;
        font-weight: lighter;
}

.note {
    font-size: 10px;
    font-style: italic;
}
.gallery-thumb {
	width: 45%;
       
   
}


.gallery-thumb img {
    cursor:crosshair;
	width: 100%;
        height: auto;
        -moz-border-radius: 2px;

}

.gallery-title {
    padding-top: 8px;
    padding-bottom: 15px;
        font-size: 9px;
}

.bold {
    font-weight: bold;
    padding-right: 10px;
}


.item {  
    display: inline-block;
  
}*


.wrapper {
    width: 95%;
    margin: 2em auto;
}


body, html {
  width: 100%;
  height: 100%;
  @include box-sizing(border-box);
}


.imga {
  max-width:94%;
  height:auto;
  display: block;
  border:  solid 1px black;
}
  



.wdice {
  max-width: 450px;
  height:auto;
  display: block;
}




header h1 a
{
	color: #FFF;
}

header h1 a:hover
{
	color: #9C0;
}*

/* End Header Styles */

/* Start Main Styles */
.mdd {
	
    max-width : 450px;
        position: absolute;
        top: 17%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%) ;
        -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
        
        -webkit-animation: innis 1s; /* Chrome, Safari, Opera */
        animation: myfirst 1s;
}


.artcon {
	max-width : 1170px;
        position: absolute;
        top: 15%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%) ;
        -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
        
        -webkit-animation: innis 1s; /* Chrome, Safari, Opera */
        animation: myfirst 1s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}



section#main
{
	width: 940px;
        border: 1px solid red;
/*	line-height: 24px;*/

    -webkit-animation: innis 0.7s; /* Chrome, Safari, Opera */
    animation: myfirst 0.7s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes innis {
    from {opacity: 0;}
    to {opacity: 1;}
}

section#content
{
	float: left;
/*	width: 560px;*/
	padding: 20px;
        border: 1px solid black;
        margin-left: auto;
        margin-right: auto;
/*        position: absolute;
        top: 60%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%); */
}



section#templatecopy
{
	clear: both;
	width: 900px;
	padding: 20px;
	line-height: 22px;
	text-align: right;
	font-size: 12px;
	border-top: 1px dotted #333;
}

section#templatecopy a
{
	font-weight: bold;
}


.whoop {
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #424242;
	font-size: 2em;
	font-weight: 900;

}

.top {
    float: left; 
    position: fixed;  
    top: 0px;
    left: 20px;
    font-family: Times-Bold;
    font-size: 57px;
    line-height: 25px;
    letter-spacing: -6.2px;
    z-index: 1002;
    color: black;
    -webkit-animation: myfirst 15s;/* Chrome, Safari, Opera */
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
    animation: myfirst 15s;
animation-iteration-count: infinite;
animation-direction: alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {color: black;}
    25%  {color: gray;}
    55%  {color: white;}
    85%  {color: gray;}
    100% {color: black;}
}

/* Standard syntax */
@keyframes myfirst {
   0%   {color: black;}
    25%  {color: gray;}
    55%  {color: white;}
    85%  {color: gray;}
    100% {color: black;}
}


.bread {
    float: left; 
    position: fixed;  
    position: fixed;
        top: 19px;
        left: 20%;
        margin: 0 auto;
        font-size: 15px;
        font-family: nb, sans-serif;
        z-index: 499;

}


@media screen and (max-width: 500px){
        .artcon {
	max-width : 400px;
        position: absolute;
        top: 15%;
        left: 0%;
        margin-right: 0%;
        transform: translate(0%, 0%) ;
}
}
        
 

@media only screen and (max-width: 550px) {
    .gallery-thumb {
        width: 95%;
    }
}


    @media only screen and (max-width: 550px) {
        .artist-name {
        position: absolute;
        top: 70px;
        left: 20px;
        font-size: 15px;
        font-weight: bold;
        margin-left: 2px;
    }

    .show-title {
        padding-top: 0px;
        font-size: 15px;
        font-family: nl, sans-serif;
        font-style: italic;
        z-index: 499;
        font-weight: lighter;
}
    
    .wrapper-44 { 
        margin-left: 5px;
        padding-left: 15px;
    }

        .container{
        margin-top: 30%;
    }

    .bread {
        display: none;
    }

}


@media only screen and (min-width: 1480px) {
    .wrapper {
        width: 1260px;
    }
}

