/*---ORANGE COLOR  #cf6d17---*/
/*-------------------------*/
/* BASIC SETUP */
/*-------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

img {max-width: 100%; height: auto;}

.action {border: 1px solid #cf6d17; }

html {
    background-image: url(img/flames_seamless.jpg);
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

a#rotator img {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}
/*-----
a#rotator img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}-----*/


.animated {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
}


#outer {
    width: 1140px;
    margin: 0 auto;
    background-color: #000;
    
}

#wrapper {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #000;
    
}



.sign {
    text-align: center;
    
}
/*-------HEADER--------*/

.main-header {
    background-image: none;
    width: 100%;
    height: 76px;
    top: 0;
    left: 0;
    z-index: 100;
}

.main-header-gallery {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(img/photo-collage.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #f4c242;
}

.store-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(img/porterfield.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #f4c242;
   
}

.blog {
   background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(img/elaine-at-desk.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center; 
    
}

.bio {
   background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/bio-page.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #f4c242;
    
}

.audio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/bb-front-lights.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

/*----audio player----*/

.player {
    background: transparent url("../images/spr.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    z-index: 2px;
}
.title, .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #eeeeee;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
>pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../data/cover-1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left:  20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("../images/spr.png") no-repeat scroll 00;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -17px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}
.controls .play:hover {
    background-position: -8px -170px;
}
.controls .pause:hover {
    background-position: -8px -197px;
}
.controls .rew:hover {
    background-position: -54px -170px;
}
.controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("../images/spr.png") no-repeat scroll 5px -222px;
    height: 100%;
    position; absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../Images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 326px;
    z-index: 1;
}
.playlist li {
    color: #eeeeee;
    cursor: pointer;
    margin: 0 0 5px 5px;
}
.playlist li.active {
    font-weight: bold;
}

/*----end of audio player----*/


  


/*-----TITLE BOXES-----*/

.title-box {
    position: absolute;
    width: 1140px;
    top: 30%;
    left: 60%;
    transform: translate(-30%, -60%);
}

.title-box-photo {
    position: absolute;
    width: 1140px;
    top: 35%;
    left: 70%;
    transform: translate(-30%, -60%);
}

.bb-text-box {
    position: absolute;
    width: 1140px;
    top: 30%;
    left: 60%;
    transform: translate(-30%, -60%);
}

.elaine-text-box {
    position:absolute;
    width: 1140;
    top: 30%;
    left: 40%;
    transform: translate();
}

/*-----END TITLE BOXES-----*/

/*-----------------*/
/*REUSABLE COMPONENTS*/
/*-----------------*/
.row {
    width: 1140px;
    max-width: 100%;

}

.row img { max-width: 100%; height: auto;}

.box {
    padding: 1%;
    
}

.box-a { padding: 1%;
   
}

/*-----SLIDER-----*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.caption { text-align: center;}
/*-----END OF SLIDER-----*/




/*-----SECTIONS------*/

.section-one {
    margin: 250px auto 0 auto;
}

.section-two {
    margin: 10px auto 0 auto;
}


.section {
    clear: both;
    padding: 0;
    margin: 0;

}

section {
    width: 1140px;
    max-width: 90%;
    max-height: auto;
    margin: 10px auto 0 auto;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-top: 1px solid #f4c242;
    border-bottom: 1px solid #f4c242;
}


.section-feature {
    content: "";
    display: table;
    clear: both;

}

.section-features {
    width: 1140px;
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.section-three {
    width: 1140px;
    max-width: 90%;
    background-color: rgba(147, 94, 1, 0.5);
    margin: 30px auto 30px auto;
    border-top: 1px solid #f4c242;
    border-bottom: 1px solid #f4c242;
}

.show-wrapper {
    display: table;
    box-sizing: border-box;
    width: 80%;
    background-color: #000;
    border-radius: 5px;
    margin: 10px auto;
    padding: 15px;
}

.date,
.venue,
.location {
    display: table-cell;
    color: #fff;
    line-height: 1.5em;
}

.date {
    color: #d50f00;
    font-size: 1.5em;
    width: 25%;
}

.venue {width: auto;}

.location { width: 40%;}





/*-----END OF SECTIONS-----*/

#logo { margin: 10px 0;
    text-align: center;}



.pic {
    border: 2px solid #f4c242;
    border-radius: 3%;
    box-shadow: 0 60px #f4c242

}


.container {
    max-width: 1140px;
    max-height: auto;
    margin: 25px auto 0 auto;
    background: rgba(0,0,0, 0.5);
}

/******
body {
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}******/

.background-wrap {
    position: fixed;
    z-index: -1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

#video-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    
}

.controls {
    display: block;
}

#demo-wrap {
    position: fixed;
    background-image: url(img/theatre-stage.jpg);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.demo {
   
    margin-left: auto;
    margin-right: auto;
    display: block;
    
   
    
}



/*.logo {
   
    float: left;
    margin-top: 20px;
    max-width: 100%; height: auto;
}*/

.logo {
    margin: 20px;
    float: left;
    width: 200px;
    max-width: 90%;
    height: auto;
    display: block;
}
/*-----NAVIGATION------*/

nav {
    float: right;
    padding: 20px;
}

#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: url(img/menu-icon.png) center #cf6d17;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #444;
}

a:hover#menu-icon {
    background-color: #f4ae10;
    border-radius: 4px 4px 0 0;
}
/*.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;*/
}

#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: url(../css/img/menu-icon.png) center; 
}

.main-nav-tour {
    float: right;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.main-nav-tour li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav-tour li a:link,
.main-nav-tour li a:visited {
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}


.main-nav li a:link,
.main-nav li a:visited {
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav-tour li a:hover,
.main-nav-tour li a:active {
    border-bottom: 2px solid #cf6d17;
    color: #f6ceab;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #cf6d17;
    color: #f6ceab;
}

/*-----END OF NAVIGATION-----*/

/*-------Global---------*/

h1,
h2,
h3,
h4{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    margin: 0;
    color: #fff;
    font-size: 200%;
    word-spacing: 4px;
    
}

h2 {
    color: #e67e22;
    font-size: 180%;
    text-align: center;
    padding: 10px;
}

h2:after {
    display: block;
    height: 4px;
    background-color: #f6ceab;
    content: " ";
    width: 200px;
    margin: 10px auto 10px auto;
}

h3 {
    font-size: 110%;
    color: #f6ceab;
    text-align: center;
    margin-bottom: 10px;
}

h4 {
    font-size: 110%;
    text-align: center;
    margin-bottom: 10px;
    color: #c0392b;
}

.thumb { color: #000;
    padding-right: 20px;}
/*---------------------*/
/*-----PARAGRAPH-------*/
/*---------------------*/
.highlight {
    text-align: center;
}

.long-copy {
    line-height: 145%;
    width: 90%;
    
    margin-left: 5%;
}

p {
    color: #fff;
    text-indent: 20px;
}

.boxed { border: 2px solid #e67e22;
    background-image: url(img/boxed-background.jpg);
    text-align: center;
    margin-top: 20px;
    color: #f7af53}

.box p {
    font-size: 90%;
    line-height: 145%;
}

.second-copy {
    margin-left: 30px;
}

strong {font-weight: bold;}

/*-------Buttons--------*/
.btn:link,
.btn:visited {
    display: inline-block;
    padding: 5px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #bf6516;
    color: #f6ceab;
    border-color: #64350b;
}

.btn-epk:link,
.btn-epk:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
    margin-left: 25%;
}

.btn-epk:hover,
.btn-epk:active {
    background-color: #bf6516;
    color: #f6ceab;
    border-color: #64350b;
  
}
/*-----END OF BUTTONS-------*/
form {
    text-align: center;
}



/*-----content-----*/



figure {
    text-align: center;
}

.img:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.75);
  -ms-transform: scale(1.75); /* IE 9 */
  -webkit-transform: scale(1.75); /* Safari and Chrome */

}

/*------GROUPING------*/
.group:before,
.group:after {
    content:"";
    display:table;
}

.group:after {
    clear: both;
}

.group {
    zoom:1; /*For IE 6/7 */
}

/*-----COLUMNS-------*/

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {margin-left: 0;}

.col-left {
    float: left;
    margin-left: 40px;
    max-width: 50%;
}

.col-right {
    float: right;
    margin-right: 40px;
    margin-top: 80px;
    border: 1px solid #bf6516;
   /* background-image: url(img/bb-in-action.png);*/
    width: 400px;
    height: 356px;
}



.left-side {
    float: left;
    margin-left: 40px;
    max-width: 70%;
}

.right-side {
    float: left;
    width: 30%;
  
    
}

.column-left {
    float: left;
    max-width: 60%;
}

.column-right {
    float: right;
    max-width: 35%;
}

/*-----GRID OF THREE----*/
.span_3_of_3 {
    width: 100%;
}

.span_2_of_2 {
    width: 66.1%;
}

.span_1_of_3 {
    width: 32.2%;
}

/*-----GRID OF TWO-----*/

.span_2_of_2 {width: 100%;}

.span_1_of_2 {width: 49.2%;}

.epk {
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    
    content: "";
    display: block;
}

clearfix:after {
    clear: both;
}

.textwrap {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #b95309;
    padding: 2px;
}

.container {
    content: " ";
    display: table;
    clear: both;
    border-top: 1px solid #f4c242;
}

table {
    text-align: center;
}

footer {
    background: rgba(147, 94, 1, 0.5);
    width: 100%;
    border-top: 1px solid #f4c242;
    overflow: hidden;
    
    
}



footer p {
    color: #fff;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-icon { padding-left: 12%; }

li {
    display: inline-block;
    float: left;
    padding: 10px;
    

}

ul li img {
    padding: 4px;
}

.current {
    color: #2262ad;
}

.box-a {
    text-align: center;
}

.sign {
    margin-left: 200px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}











