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;
}

[id*='sequence'] ol, [id*='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 {
    padding:0px;
    height:100%;

    position: relative;
    width:100%;

    color: #ffffff;
}

[id*='sequence'] {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    color: white;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
[id*='sequence'] > .sequence-canvas {
    height: 100%;
 
    width: 100%;
}
[id*='sequence'] > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
[id*='sequence'] > .sequence-canvas > li img {
    height: auto;/*96%*/
}
[id*='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%;
    -webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
    z-index: 1000;
    height: 75px;
}

.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 80px;
    position: absolute;
    z-index: 120;
    width: 100%;
    height:80px;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;  
}
.sequence-pagination li {
    background-color:rgba(255,255,255,0.5);
    height:20px;
    cursor: pointer;
    margin: 0 5px;
    width:20px;
    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;
    border-radius:50%;
}
.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 {
    background-color:#274172;
}
.sequence-pagination li.current {
    background-color:#ffffff;
}
 .ctnuSlide{
      z-index: 3;
        opacity:0;
           -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-in .ctnuSlide{
    opacity:1;
}
.intCtnuSlide{
    background:#ffffff;
    width:100%;
    height:100%;
    padding:30px;
}


.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-family: "Source Sans Pro", sans-serif;
    font-size:2em;
    width:100%;
    opacity: 1;
    left:0%;
    z-index: 50;
    text-align:center;
    padding:15px 0px;
    font-weight: 600;
    
}


.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 0.5s;
    -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: 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;
}
.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:#5a5e62;
    left:0%;
    margin:0;
    padding:0 30px 30px;
    text-align:center;
    font-size:30pt;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity:1;
}
.subtitle span{
        display:block;
        overflow:hidden;
/*                            white-space:nowrap;*/
        line-height: 1.2;
    }
.subtitle:before, .subtitle:after{
        content:"";
        position:absolute;
        bottom:0;
        width:50px;
        height:50px;
        border-bottom:15px solid #b7ab7c;
    }
.subtitle:before{
        border-left:15px solid #b7ab7c;
        left:0;
    }
.subtitle:after{
        border-right:15px solid #b7ab7c;
        right:0;
    }



.animate-in .subtitle {
    left:0%;
    opacity: 1;
    transition: all 0.5s ease 1s;
    -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: 0%;
    opacity: 1;
    transition: all 0.5s ease 1s;
    -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 {

    left:0%;
    height:100%;
    width:100%;
    opacity: 0;
}

.animate-in .model {

    opacity: 1;
    transition: all 0.5s ease 0.5s;
    -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 {

    opacity: 0;
    transition: all 0.5s ease 0.5s;
    -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 (max-width: 840px) {
    .sequence-theme{
        width: 100%;
        padding:0;
        color: #ffffff;
        position: relative; 
        top:0px;

    }

    .sequence-pagination{
        max-width:100%; 

    }
    [id*='sequence'] {max-width:100%;
               float:none;
               margin:0px;} 


}
@media only screen and (max-width: 700px) {
    [id*='sequence'] {/*height: 350px;*/ } 
    .title{
        font-size:1.5em
    }
    .ctnuSlide {
        width:100%;
        min-width:auto;
       
       height:auto;
    }
    

}
@media only screen and (max-width: 400px) {
    [id*='sequence'] {/*height: 350px;*/ } 
    /*.title {width:90%;margin-left:-45px;}
   .animate-in .title {left:17%;}*/
}
