
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    /*margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

#sequence ol, #sequence  ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sequence-theme {
    /* background: #D9D9D9;*/
    /*background:url(../images/bg-sequence_.jpg)url(../images/bg-wood.png) #ffffff;*/
    /* background-position: 50% 50%;
     background-size: 100% auto;*/
/*    max-height: 377px;
*/    padding:0 30px;
    height:377px;
        max-height: 50%;
    bottom: 20%;
    position: absolute;
    width: 50%;
    text-align: right;
    color: #ffffff;
}

#sequence {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    float:right;    
    max-width: 563px;
    /*max-width: 1280px;*/
    //background-color: #D9D9D9;
    //background-image: url("../images/bg-sequence.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    color: white;
    font-size: 0.625em;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
#sequence > .sequence-canvas {
    height: 100%;
    width: 100%;
}
#sequence > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -50%;
}
#sequence > .sequence-canvas > li img {
    height: auto;/*96%*/
}
#sequence > .sequence-canvas li > * {
    position: absolute;
    /* only cause the left and opacity properties to transition */
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -ms-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    transition-property: left, opacity;
}

.sequence-next,
.sequence-prev {
    color: white;
    cursor: pointer;
    display: none;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    height: 75px;
    margin-top: -47.5px;
}

.sequence-pause {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
}

.sequence-paused {
    opacity: 0.3;
}

.sequence-prev {
    left: 1%;
}

.sequence-next {
    right: 1%;
}

.sequence-prev img,
.sequence-next img {
    height: 100%;
    width: auto;
}

#sequence-preloader {
    background: #C3DE2C !important;
}

.sequence-pagination {
    bottom: 0;
    padding: 0 30px;
    position: relative;
    z-index: 120;
    width: 100%;
    float: right;
    max-width: 563px;
    display: flow-root;
    text-align: center;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.sequence-pagination li {
    color:#fff;
    display: inline-block;
    cursor: pointer;
    font-size: 2em;
    margin: 0 3px;
    transition: all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;

}
.sequence-pagination li img {
    cursor: pointer;
    opacity: 0.5;

    transition: all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition-property: margin-bottom, opacity;
    -moz-transition-property: margin-bottom, opacity;
    -ms-transition-property: margin-bottom, opacity;
    -o-transition-property: margin-bottom, opacity;
    transition-property: margin-bottom, opacity;
}

.sequence-pagination li:hover {
    color:#3A3A3A/*C3DE2C*/;
}
.sequence-pagination li.current {
    color:#003b6c/*C3DE2C--a9ca25*/;
}

#sequence h2 {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
}

h3 {
    font-family: "Source Sans Pro", sans-serif;
}

.sequence-next,
.sequence-prev {
    position: absolute;

    opacity: 0.6;
    transition: all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.sequence-next:hover,
.sequence-prev:hover {
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.title {
    font-size:1.5em;
    left: 65%;
    width:100%;
    margin-left:0%;
    opacity: 0;
    bottom: -50%;
    z-index: 50;
    //font-weight:lighter;
    text-align:left;
    /*background: url(../images/bg-wood2.png);background:#242424*/
    //background:#aaca25 /*#a9ca25*/ /*url(../images/bg-wood.png)*/;
    padding:15px 25px;
    font-weight: 600;
    text-shadow: 2px 2px rgba(0,0,0,0.2);

    /*background:#013b6d;*/
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);*/
}
.title img{
    width: 100%;
    max-width: 500px;
    /*position: relative;
    bottom: -60px;*/
}
.title a{
    color:#ffffff;
}
.animate-in .title {
    left: 0%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.animate-out .title {
    left: 35%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.date {
    background:#C3DE2C;
    color:#FFF;
    font-size:0.7em;
    opacity:0;
    padding:10px;
    display:none;
    position:relative;
    top:-20px;
    z-index:50;
}
.animate-in .date {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.animate-out .date {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.subtitle {

    color: #ffffff;
    font-size: 2em;
    left: 0%;
    width: 130%;
    /*margin-left:-25%;*/
    text-align:center;
    opacity: 0;
    top: 130%;
    z-index: 50;
    font-weight:400;
    background:rgba(58,58,58,0.5) /*#3A3A3A*/;

    padding:10px;

}

.animate-in .subtitle {
    left: -15%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.animate-out .subtitle {
    left: -30%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.model {

    /*box-shadow:rgba(0, 0, 0, 0.247059) 2px 2px 5px 0;
border:5px solid #FFFFFF;*/
    bottom:-50%;
    left:0%;
    height:100%;
    width:100%;
    opacity: 0;

    /*left: 30%;
    bottom: -50%;
    opacity: 0;
    position: relative;
    height: auto !important;
    width: 50%;*/
    /*
      left: 30%;
     bottom: -48%;
     opacity: 0;
     position: relative;
     height: auto !important;
     
     width: 100%; */

    /* prevents the model from shrinking when the browser is resized 
    max-width: 266px;
      width: 30%;
    max-height: 568px !important;
     min-width: 225px;*/
}

.animate-in .model {
    /*left:10%;*/
    bottom:-50%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.animate-out .model {
    bottom: -50%;
    /* left: 25%;*/
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 992px) {
    #sequence .title { /*width: 42%;*/}
    .title{

        font-size:1.5em
    }

}
@media only screen and (max-width: 840px) {
    .sequence-theme{
        width: 100%;
        padding:0;
        color: #ffffff;
        position: relative; 
        top:0px;

    }

    .sequence-pagination{
        max-width:100%; 

    }
    #sequence {max-width:100%;
               float:none;
               margin:0px;} 
    .title{
           width: 100%;
    margin-left: 0%;
    font-size: 1.5em;
    bottom: -50%;
    }

}
@media only screen and (max-width: 600px) {
    #sequence {/*height: 350px;*/ } 
    .title{

        font-size:1.5em
    }
      .sequence-theme{
/*        display:none;*/
      }
}
@media only screen and (max-width: 400px) {
    #sequence {/*height: 350px;*/ } 
    /*.title {width:90%;margin-left:-45px;}
   .animate-in .title {left:17%;}*/
}
