@charset "utf-8";

/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700italic,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}
body {
	 color: #777; font-size: 16px;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
    margin: 0;
    padding: 0; 
	background-attachment: fixed;
	background-image:url(../imgaes/img-head/modular-bk.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	clear: both;
    height: 100%;
}
h1 { font-family:'Satisfy', cursive;
      margin: 0px 0px 1em 0px; 
     color: red;
     font-size: 3.3em;
	 }
h1 span {
	color: rgba(213,0,0,1);
	text-transform: lowercase;
	background-color: rgba(255,255,255,1);
}
span h3{
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	position: relative;
}
h3 {
	font-family: 'Montserrat', sans-serif; 
	margin: 0px 0px 1.5em 0px;
	color:coral;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3 span{
	color: rgba(0,102,0,1);
	background-color: rgba(255,255,255,1);
}
h3 a{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(204,0,0,1);
	letter-spacing: 2px;
	text-decoration: none;
}
h4{
	font-family: sans-serif;
	color: #777;
	font-size: 11px;
	margin: 0; padding: 0; 
	}
h5{
	font-family:'Satisfy', cursive;
     margin: 0px 0px 1em 0px; 
     color:rgba(0,0,255,1);
     font-size: 2em;
}
h4 span{
	font-family: 'Satisfy', cursive;
	font-size: 2.7em;
	color: rgba(255,0,0,1);
	text-align: center;
	padding: 7px;
}


header {
	height: 350px;
	background-size: cover;
	box-shadow: 0px 5px 10px #888;
	margin-bottom: 50px;
	position: relative;
	background-color:rgba(199,199,190,0.3);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
header img{
	padding-top: 0px;
	padding-left: 30px;
	
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 20px;
}
.logo a{
font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 0px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	color: rgba(204,0,0,1);
    background-color: #fff;
	color: #7accc8;
}

header a.logo span { display: none; }
.container{
	width: 90%;
	font-family: "Montserrat",sans-serif;
	size: 1em;
	color: white;
	background-color: rgba(19,34,39,0.80);
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	border: 5px dashed red;
}
.container .firstcharacter {
	font-family: "Finger Paint", cursive;
	float: left;
	color: cornflowerblue;
	text-shadow: 0px 3px 2px #999;
	font-size: 3em;
	line-height: 30px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 35px;
  }
.container h1{
	font-family:'Satisfy', cursive;
     margin: 0px 0px 1em 0px; 
     color: red;
     font-size: 2em;
}
 .container h2{
font-family: "Finger Paint", cursive;
font-size: 1.4em;
color:cornflowerblue;
  }
.container blockquote p{
	font-family:'Satisfy', cursive;
	padding: 10px;
	font-size: 2em;
	color:red;
}
.container blockquote h4{
	font-family:'Satisfy', cursive;
	padding: 10px;
	font-size: 1em;
	color:white;
	
}
article {
	width: 50%;
	padding: 10px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	background-color: rgba(255,255,255,0.3);
	float: left;
	margin-right: 5px;
	height: auto;
}
article h2{
	 font-family:'Satisfy', cursive;
     margin: 0px 0px 1em 0px; 
     color: red;
     font-size: 2em;
	 }

article p{
   text-align: left;
    color: white;
    font-size: 1em;
    padding: 25px;
}
article a{
	font-family: "Architects Daughter", cursive;
	font-size: 20px;
	font-weight: bolder;
	color: red;
    text-decoration: none;
}
article a:hover {
	font-family: "Architects Daughter", cursive;
	font-size: 20px;
	font-weight: bolder;
	color:rgba(0,0,255,1);
    text-decoration: none;
}

aside {
	width: 45%;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	position: relative;
	padding: 0px;
}
aside p{
   color:  white;
   font-size: 1.2em; 
    
}
aside span div {
	background-color: rgba(211,76,15,0.9);
	box-shadow: 0px 5px 10px #888;
    width: 100%;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}
aside span div h1{
		font-family: "Architects Daughter", cursive;
	font-size: 20px;
	font-weight: bolder;
	color: white;
}
aside span div h2{
font-family: "Architects Daughter", cursive;
	font-size: 1.3em;
	font-weight: bold;
	color:cyan;
}
aside span div img{
	padding: 5px;
	position: relative;
	width: 90%;
}

article .first {
	background-color: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
	padding: 20px;
	width: 90%;
}
/*css document*/

div .artwork {
	background: rgba(255,255,204,1);
	box-shadow: 0px 5px 10px #888;
	position: relative;
	float: left;
	margin-right: auto;
	margin-bottom: 3px;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	margin-left: auto;
	width: 80%;
}
div.artwork img {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
div.artwork p {
	line-height: 32px;
	background: url(../_images/diag_pattern.png);
	color: white;
	font-size: .8em;
	text-align: right;
	padding: 0;
	margin:0;
}
div.artwork status{
	position: relative;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	background: rgb(120, 120, 120);
	padding: 12px 12px 0 12px;
}
/* new */
.status {
	position: absolute;
	top: 0;
	height: 80%;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	left: 13px;
}
.status h3 {
	margin-top: 40px;
	padding: 5px 0;
	background-color: rgba(117,117,117,1);
	color: white;
	text-align: center;
}
.status:hover {
	opacity: .8;	
}

/*status widths*/
.status.490 {
	width: 490px;
}
.status.489 {
	width: 489px;
}
.status.485 {
	width: 485px;
}
.status.480{
	width: 480px;
}
.status.499 {
	width: 499px;
}
.status.496 {
	width: 496px;
}
.status.487 {
	width: 487px;
}
.status.483 {
	width: 483px;
}
.status.492 {
	width: 492px;
}
.status.494{
	width: 494px;
}
.status.488 {
	width: 488px;
}
.status.498 {
	width: 498px;
}
.satus.486 {
	width: 486px;
}
.status.491 {
	width: 491px;
}
.status.492 {
	width: 492px;
}
.status.497 {
	width: 497px;
}
.status.493{
	width: 493px;
}
.status.502 {
	width: 502px;
}
.status.501 {
	width: 501px;
}
.satus.503 {
	width: 503px;
}

.satus.505 {
	width: 505;
}
aside {
	width: 33%;
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	padding: 0px;
}
aside div span {
	width: 100%;
	float: left;
	padding: 5px;
	background-color: rgba(7,5,5,0.7);
	box-shadow: 0px 3px 5px #888;
	margin-top: px0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
	position: relative;
}
div span section p span{
    color: red;
    font-size: 1em;
}
aside div span h3  {
	font-family: "Architects Daughter", cursive;
	font-size: 19px;
	font-weight: bolder;
	color: rgba(204,0,0,1);
}
aside div span h3 a {
	font-family: "Architects Daughter", cursive;
	font-size: 19px;
	font-weight: bolder;
	color: rgba(204,0,0,1);
}
aside div span h3 a:hover {
	font-family: "Architects Daughter", cursive;
	font-size: 19px;
	font-weight: bolder;
	color: rgba(0,0,255,1);
	text-decoration: none;
}

aside div span section {
	background-color: rgba(120,64,8,1.00);
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 40px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
aside div span section p{
    padding: 3px;
	font-size: 1em;
}

aside div span h1 {
	font-family: "Architects Daughter", cursive;
	font-size: 18px;color: white;
    
}
aside div span section  h3 {
	font-family: "Architects Daughter", cursive;
	font-size: 18px;
	font-weight: bolder;
	color: white;
}
aside div span section  h3 a {
	font-family: "Architects Daughter", cursive;
	font-size: 18px;
	font-weight: bolder;
	color: white;
}
aside div span section h3 a:hover {
	font-family: "Architects Daughter", cursive;
	font-size: 18px;
	font-weight: bolder;
	color: rgba(0,0,255,1);
	text-decoration: none;
}
aside div span p{
	color: white;
	font-size: 1em;
	
}
article div h1{
	text-align: center;
	padding: 5px;
	width: 30%;
}
aside div span h2{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: rgba(232,191,18,1.00);
}
aside div span img{

	position: relative;
	padding: 3px;
}
article h3 a {
	font-family: "Architects Daughter", cursive;
	font-size: 20px;
	font-weight: bolder;
	color: rgba(204,0,0,1);
}
article h3 a:hover{
	color:rgba(0,0,255,1);
}

@media screen and body, article,header,footer(min-width:320px){width:100%;float:none}}

@media screen and body, article,header,footer(max-width:767px){width:100%;float:none}}
@media screen and body, article,header,footer(max-width:1000px){width:100%;float:none}}

/*the two codes below are for the images of the site to be responsive*/


[if lt IE 9]><script>
jQuery(function($) {
    $('img').each(function(){
        // .removeAttr supports SSVs in jQuery 1.7+
        $(this).removeAttr('width height');
    });
});


img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
.eliot {
	background-color: rgba(235,235,235,0.3);
	box-shadow: 0px 5px 10px #888;
	padding: 30px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	width: 80%;
}
eliot h1{
		font-family: "Architects Daughter", cursive;
	font-size: 20px;
	font-weight: bolder;
	color: rgba(102,102,102,1);
}
eliot h2{
	font-family: "Architects Daughter", cursive;
	font-size: 18px;
	font-weight: bold;
	color: rgba(102,102,102,1);
}
.eliot img{
	padding: 5px;
	position: relative;
	width: 90%;
}
.eliot h1 a{
	color: rgba(213,0,0,1);
	text-transform: lowercase;
	background-color: rgba(255,255,255,1);
	text-decoration: none;
	font-size: 24px;
	text-align: center;
}
.eliot h1 a:hover{
	color: rgba(0,0,255,1);
	text-transform: lowercase;
	background-color: rgba(255,255,255,1);
	font-size: 24px;
	text-decoration: none;
	text-align: center;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */

footer{
	background-color: none;
	height: auto;
	background-size: cover;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
footer img{
	padding: 7px;
}
.container{
	padding: 10px;
}

ul.social{
	display: block;
	margin: 5% 0;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	 font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #666;
	font-size: .7em;
}
 
 footer #privacy {
	 font-family: 'Montserrat', sans-serif; 
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	 font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(204,0,0,1);	
}
footer #privacy p {
	font-size: .5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
footer #privacy p:hover {
	font-size: 1em;
}
h4 a{
	 font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #666;
	font-size: 0.8em;
	padding: 5px;
	text-decoration: none;
}
h4 a:hover{
	 font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: rgba(255,0,0,1);
	font-size: 0.8em;
	padding: 5px;
	text-decoration: none;
}