/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Globals
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.flip {display: none;}
.moblogo {display:none;}
h1 {
    font-size: 40px
}
h2 {
    margin-bottom: 10px
}
hr {
    margin: 30px 0;
    border: none;
    height: 1px;
    background-color: #c8c8c8;
}
p {
    margin-bottom: 30px
}
p:last-child {
    margin-bottom: 0
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Navigation
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
nav {
    background-color: red;
    padding: 10px 0 6px 0;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav li {
    display: inline-block;
    line-height: 1;
}
nav a {
    display: block;
    margin-bottom: 4px;
    padding: 10px;
    background-color: #fff;
    color: #ff3c3c;
}
nav a.active,
nav a:hover {
    background-color: #6f0000;
    color: #fff;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Demo 2
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */

.main { border:0px solid #000; margin-top: -50px;}
 .two .one .main .container {
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}

.two .content {
    float: left;
    width: 25%;
 }
.two #faces { 
background: url(../images/lac6.jpg)  center center fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.three .content {
    float: left;
    width: 25%;
  background: url(../images/lac6.jpg)  center center fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.one .content {
    float: left;
    width: 33%;
}

.one #music1 {
    background: url(../images/3_PublicImage_live.jpg) center center fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.one #space1 {
    background: url(../images/la1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.one #music2 {
   background: url(../images/pnk/4_Lydon_Levene_Pil_live.jpg) no-repeat 85% 75%; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.one #space2 {
  background: url(../images/h206312x2lr.jpg)repeat-y 0; 
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  -o-background-size:40%;
  background-size:30% 40%;
   background-color: #;
}
.one #space3 {
  background: url(../images/ny78/sw532.jpg) no-repeat -570px 0px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size:cover;
  background-size:30% cover;
   background-color:cover;
}
.one #misc1 {
  background: url(../images/misc/MBhydra3.jpg) no-repeat -570px 0px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size:cover;
  background-size:30% cover;
   background-color:cover;
}
.one .sidebar {
    float: right;
    margin-right: 0px;
    width: 67%;
    background-color: none;
    margin-bottom: 50px;
}
.two .sidebar {
    float: right;
    margin-right: 0px;
    width: 75%;
    background-color: fff;
}
.three .sidebar {
    float: right;
    margin-right: 0px;
    width: 75%;
    background-color: fff;
}
/* CONTROL FLOAT COLUMNS */
 .one .content:after{
    display: block;
   position:absolute;
    height: 100%;
    content: "";
    background-color: none;
    z-index: -1;
} 
 .one .sidebar:after {
    display: block;
    position: absolute;
    height: 100%;
    content: "";
    background-color:none;
}

 .one .content:after{
    left: 0px;
    top:0px;
    width: 100px;
  
     z-index: 1;
}

 .one .sidebar:after {
    right: 0px;
    width:200px;
    height:0px;
  

}
.one section,
.one aside {
    padding: 30px
}
.two .content:after{
    display: block;
    position: absolute;
    height: 100%;
    content: "";
    background-color: none;
} 
 .two .sidebar:after {
    display: block;
    position: absolute;
    height: 100%;
    content: "";
    background-color: none;
}

.two .content:after {
    left: 0px;
    top:0px;
    width: 100px;
     z-index: 1;
}
 .two .sidebar:after {
    right: 0px;
    width:200px;
     height:0px;
}
.two section,
.two aside {
    padding: 30px
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* thumbnailINtro
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.thumb {
position:relative;
margin-left: auto;
margin-right: auto;
width: 90%;
max-width:1110px;
height:100%;

}

/*.thumb {
position:relative;
margin-left: auto;
margin-right: auto;
width: 90%;
max-width:1110px;
height:100%;
background: url(../images/h206312x2lr.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}*/
ol li img{
width: 31%;
float:left;
margin:2px 2px;
}

.slides li img:hover {
	opacity: 1.0;

}
ul.nav i {
	font: normal 10px Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	display: block;
	letter-spacing: 0.05em;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width: 800px) { 
.one .content  {
    float: left;
    width: 20%;
}
.two .content {
    float: left;
    width: 20%;
 }
.one .sidebar {
    float: right;
    margin-right: 0px;
    width: 78%;
    background-color: none;
    margin-bottom: 50px;
}
.two .sidebar {
    float: right;
    margin-right: 0px;
    width: 78%;
    background-color: fff;
    margin-bottom: 50px;
}
.one section,
.one aside {
    padding: 0px
}
.two section,
.two aside {
    padding: 0px
}
}
@media all and (max-width: 670px) {
.moblogo {display:block; float:right;}
.moblogo img {float:right; width:30%;}
#twoface {float:right; width:50%;}
.moblogo p {display:block;margin:20px; padding: 20px; width:60%;   font-family: "Open Sans", sans-serif; line-height:100%; } 
 .one .main .container {
      padding: 0 0px;
      overflow: visible;
  }
 .one .content {
     display:none;
  }
 .one .sidebar {
      float: none;
      margin-right: 0;
      width: 100%;
      }

 .one .content:after,
 .one .sidebar:after {
       display: none
  }
  

 .two .main .container {
      padding: 0 0px;
      overflow: visible;
  }
 .two .content {
     display:none;
  }
 .two .sidebar {
      float: none;
      margin-right: 0;
      width: 100%;
  }
 .two .content:after,
 .two .sidebar:after {
       display: none
  }
 .thumb {width:100%; margin-left: 0;
margin-right: 0;}



 @media screen and (orientation: landscape) {
 body {  background:transparent url(../images/fa/capoteflip.jpg) repeat top left;}

   
   .flip {display:block; width:60%; margin:auto; margin-top: -40px; font-size:3em; color:  #0c0a3f; text-align:center;}
  .moblogo {display:none;}
  .main {display:none;}

      }
}
