@charset "utf-8";
/* CSS Document */
/* bootstrap overwrites */

body {
    background-image: url(../images/background_IMG_9624.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container {
    margin-left:5%;
    margin-right:5%;
	width: 90%;
}
.navbar-default {
    background-color: #B21F25;
    background-image: url(../images/navbar-background.gif);
    background-repeat: repeat-x;
    border-top: #000 solid 4px;
    border-bottom: #000 solid 4px;
    height: 52px;
    padding-top: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fcff00;
    background-image: url(../images/navbarItems_background.jpg);
    background-repeat: repeat-y;
    background-color: #BD1A1F;
    border-right: #001F84 3px solid;
    height: 40px;
    margin-top: 5px;
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fcff00;
    background-color: #001F84;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #001F84;
    background-color: #DEC329
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #F5FF00;
    background-color: #253F1C
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #ffffff;
    background-color: transparent
}
.navbar-default .navbar-brand {
    color: #fcff00;
    margin-top: -0px;
}
@media (max-width: 768px) {
    .navbar-default .navbar-brand,
    .navbar-brand h1 {
        background-color: transparent;
        color: #F5FF00;
        width: 200px;
        margin: 4px 0 0 0;
        padding: 2% 0 0 0;
        font-size: 1em;
        line-height: 1em;
    }
}
@media (max-width: 768px) {
    .navbar-collapse .navbar-nav > li > a {
        font-size: 13px;
        border: none;
        margin: 2px;
        padding: 6px;
        background-image: none;
        height: auto;
    }
}
@media (max-width: 768px) {
    .navbar-collapse {
        z-index: 1001;
        color: #001F84;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#b21f25', endColorstr '#220607');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b21f25', endColorstr = '#220607')";
        background-image: -moz-linear-gradient(top, #b21f25, #220607);
        background-image: -ms-linear-gradient(top, #b21f25, #220607);
        background-image: -o-linear-gradient(top, #b21f25, #220607);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#b21f25), to(#220607));
        background-image: -webkit-linear-gradient(top, #b21f25, #220607);
        background-image: linear-gradient(top, #b21f25, #220607);
        opacity: 0.88;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity 88);
        filter: alpha(opacity 88);
    }
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#253f1c', endColorstr '#080d06');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#253f1c', endColorstr = '#080d06')";
    background-image: -moz-linear-gradient(top, #253f1c, #080d06);
    background-image: -ms-linear-gradient(top, #253f1c, #080d06);
    background-image: -o-linear-gradient(top, #253f1c, #080d06);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#253f1c), to(#080d06));
    background-image: -webkit-linear-gradient(top, #253f1c, #080d06);
    background-image: linear-gradient(top, #253f1c, #080d06);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity 100);
    filter: alpha(opacity 100);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 7px 8px;
    font-weight: normal;
    line-height: 1.42857143;
    font: normal 10px/1 "arimo", Helvetica, sans-serif;
    color: #FCFF00;
    border: #080d06 solid 1px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #FCFF00;
    background-color: #001F84;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #001F84;
    background-color: #DEC329;
    border: none;
    cursor: context-menu;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 7px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: #FCFF00;
    background-image: none;
    border: 2px solid #000;
    border-radius: 25px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #FCFF00;
}
.dropdown-menu {
    z-index: 1001;
    padding: 5px 0;
    margin: 2px 0 0 12px;
    font: "arimo", Helvetica, sans-serif;
    color: #FCFF00;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 2px solid #000000;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#253f1c', endColorstr '#080d06');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#253f1c', endColorstr = '#080d06')";
    background-image: -moz-linear-gradient(top, #253f1c, #080d06);
    background-image: -ms-linear-gradient(top, #253f1c, #080d06);
    background-image: -o-linear-gradient(top, #253f1c, #080d06);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#253f1c), to(#080d06));
    background-image: -webkit-linear-gradient(top, #253f1c, #080d06);
    background-image: linear-gradient(top, #253f1c, #080d06);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0.75;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity 75);
    filter: alpha(opacity 75);
}
.dropdown-menu > li > a {
    padding: 7px 8px;
    font-weight: normal;
    line-height: 1.42857143;
    font: normal 10px/1 "arimo", Helvetica, sans-serif;
    color: #FCFF00;
    border: #080d06 solid 1px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FCFF00;
    background-color: #001F84;
    text-transform: uppercase;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #001F84;
    background-color: #DEC329;
    border: none;
    cursor: context-menu;
}



/*  from grid template example */
.row {
    margin-bottom: 10px;
}
.row .row {
    margin: 1%;
}
[class*="col-"] {
    padding: 1%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


/* page container includes everything*/
#page_container {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


/* page content the center content all images and text
excludes footer and nav */
#page_content {
    background-color: rgba(128, 92, 19, 0.5);
    margin-top: 55px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    height: auto;
    max-height: 78%;
}
@media (max-width: 768px) {
    #page_content {
        height: auto;
    }
}
.page-header {
    margin: 6px 0 12px 0;
    border-bottom: none;
    text-align: center;
    padding: 1px;
    color: #2A1D67;
    background-color: #0CF;
    width: 100%;
    transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    z-index: 55;
}
@media (max-width: 768px) {
    .page-header {
        font-size: .8em;
        margin: 0 0 4% -3.5%;
        padding: 1%;
        color: #2A1D67;
	margin: 0 0 -4% 0;
    }
}
.page-header h1 {
    padding: 0;
    margin: -2px 0 3px 0;
    color: #892097;
    text-shadow: #e0e0e0 1px 1px 0;
    font-size: 2.2em;
    transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
}
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 1.6em;
        margin: 0 0 4% -3.5%;
        padding: 1%;
        color: #2A1D67;
    }
}


/* album slideshow controls*/
#iControl {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2px  4px  2px;
    background-color: rgba(139, 33, 151, 1);
    border-top: solid #800084 1px;
    border-bottom: none;
    width: 100%;
    transform: rotate(359deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(359deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(359deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(359deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(359deg) scale(1) skew(1deg) translate(0px);
    -moz-box-shadow: 0px 5px 5px #000000;
    -webkit-box-shadow: 0px 5px 5px #000000;
    box-shadow: 0px 5px 5px #000000;
    color: #FCFF00;
	letter-spacing: 1px;
    font-size: 20px;
}
@media (max-width: 768px) {
#iControl {
    font-size:  .9em;
	margin: -1% 0 -4% 0;
}}
.smallerText {
    font-size: 12px;
}
@media (max-width: 768px) {
.smallerText {
    font-size: 7px;
}}
#iControl a:link,
#iControl a:visited,
#iControl a:hover,
#iControl a:active {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 4px 3px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid rgba(247, 247, 247, 1);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    font: normal normal bold 7px/normal Verdana, Geneva, sans-serif, Helvetica, sans-serif;
    color: #3F0A07;
    background: #FCFF00;
    text-decoration: none;
    text-transform: uppercase;
}
#iControl a:hover {
    background-color: #001F84;
    color: #FCFF00;
    text-decoration: none;
}
#iControl a:active {
    top: 1px;
    position: relative;
    color: #FCFF00;
    text-decoration: none;
}
@media (max-width: 768px) {
    #iControl a:link,
    #iControl a:visited{
        font-size: 5px;
        margin: 1px;
        padding: 1px ;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
        color: #3F0A07;
        background: #FCFF00;
        text-decoration: none;
        text-transform: uppercase;
    }
}
@media (max-width: 768px) {
    #iControl a:hover,
    #iControl a:active {
        font-size: 5px;
        margin: 1px;
        padding: 1px ;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
    background-color: #001F84;
    color: #FCFF00;
    text-decoration: none;
    }
}
@media (max-width: 768px) {
    #iControl img {
		width: 15px;
		padding: 0;
		margin: 0;
		
	}	
}

/* MAIN IMAGE */
#main_image {
    color: #264C09;
    font-size: 10px;
    text-align: center;
    margin: -4px 0 -15px 0;
    max-height: 93%;
    height: auto;
    max-width: 100%;
	padding: 1px 1px 10px 1px;
    background-color: #333;
    border: solid 2px #232323;
    /* working */
}
#main_image img {  
    padding: 2px;
    background-color: #000;
        width: auto;
        max-width: 90%;
		height: auto;
		max-height: 78vh;
}
@media (min-width: 768px) {
    #main_image img {
        width: auto;
        max-width: 90%;
		height: auto;
		max-height: 78vh;
    }
}
@media (min-width: 992px) {
    #main_image img {
        width: auto;
        max-width: 90%;
		height: auto;
		max-height: 78vh;
    }
}
@media (min-width: 992px) {
    #main_image {
        width: auto;
        max-width: 90%;
		height: auto;
		max-height: 80vh;
    }
}



/* cool slideshow css */
#slide_page {
	/* the brown transparent backing
	working perfectly */
	overflow: hidden;
    background-color: rgba(128, 92, 19, 0.5);
    margin-top: 55px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    height: 91vh;
	z-index: 2;
}	
.slidePage-header {
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
	margin-bottom: -20px;
    border-bottom: none;
    text-align: center;
    color: #2A1D67;
    background-color: #0CF;
    width: 50%;
    z-index: 55;
}
.slidePage-header h2 {
    padding: 0;    
	margin: 2px;
    font-size: 1.8em;
	}
@media (max-width: 768px) {
    .slidePage-header, .slidePage-header h2 {
    font-size: .9em;    
	margin: 2px;
    width: 99%;
    }
}
	
#slide {
	/* the slide column formating.  the parent div
	working perfectly */
	height: 84vh;
	margin:0, auto;
	text-align:center;
	padding: 10px;
    background-color: #333;
    border: solid 2px #232323;
	overflow: hidden;
    z-index: 41;
}	
	



#slideContent {
	/* slide layout control. NEEDED to center image on page. it's the div holding the pictureholder */		
    color: #A27E4C;
    text-align: center;
	width: 100%;
	height: 100%;
	margin:0 auto; 
	overflow: hidden;
    z-index: 42;
	
    background-color:#232323 ;
    border: solid 2px #333;
}

#pictureholder {	
/* div directly from the coolslide script. where the pictures are loaded into*/
	position: relative;
        width: auto;
        max-width: 100%;
		height: 100%;
    	z-index: 43;
}

#pictureholder img {
	/* slide backing
	NOT WORKING RIGHT */
    margin-right: auto;
    margin-left:  8%;
	margin-bottom:10px;
	margin-top: 10px;
	height: 100%;
    width: auto;
	max-width: 100%;
    border: solid 2px #000;
    z-index: 44;
}


.captionholder {
/* working right */
	position: relative;
    margin-right: auto;
    margin-left: auto;
	margin-top: -8%;
    padding: 3px;
	min-height: 55px;
	width: 100%;
    height: auto;
    color: #A27E4C;
    text-align: center;
	font-size: 1.2em;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    border-bottom: solid #000000 1px;
    border-top: solid #000000 1px;
    -moz-box-shadow: 0px 2px 0px #000000;
    -webkit-box-shadow: 0px 2px 0px #000000;
    box-shadow: 0px 2px 0px #000000;
    z-index: 999;
}
@media (max-width: 768px) {
.captionholder {
	font-size: 1em;
    }
}

/* END slideshow css */






/* album photo captions */
#iDescription {
    margin-right: auto;
    margin-left: auto;
    margin-top: -2px;
	width: 67%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    color: #A27E4C;
    padding: 5px;
    text-align: center;
	font-size: 1.6em;
    border-bottom: solid #000000 2px;
    border-top: solid #000000 2px;
    z-index: 999;
    transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
    -moz-box-shadow: 0px 2px 0px #000000;
    -webkit-box-shadow: 0px 2px 0px #000000;
    box-shadow: 0px 2px 0px #000000;
}
@media (max-width: 768px) {
#iDescription {
	font-size: 1em;
    }
}



/* Thumbnail controls */
.thumbnail_row {
    background-color: #b90147;
    height: auto;
    text-align: left;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.9);
    margin: 5% 1% 1% 1%;
    padding: 5px 5px 10px 5px;
    z-index: 40;
}
@media (min-width: 768px) {
    .thumbnail_row {
        margin: -1% 1% 1% 1%;
    }
}


/* bootstrap overwrite */
.thumbnail {
	display: inline-block;
	padding: 0;
	line-height: auto;
	background-color: #000;
	border-radius: 0;
	-moz-box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #000;
	height: 55px;
	width: 50px;
	margin: 2px;
	text-align: left;
	transition: transform 0.20s linear;
}
/* removed transperancy
	filter: alpha(opacity=80);
	opacity: 0.80;
 */
/* END bootstrap overwrite */


@media (max-width: 480px) {
    .thumbnail {
        height: 25px;
        width: 20px;
		margin: 1px;
    }
}
.thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1000;
    border: none;
}

.thumbnail_center {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    z-index: 5;
}
.thumbnail_center.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 3px solid #FF0;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    padding: 0;
    z-index: 4;
}
.thumbnail_center.selected:hover {
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #FF0;
    transition: none !important;
    padding: 0;
}





/* footer */
.footerMenu {
    margin-right: 23%;
    margin-left: 23%;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    height: 69px;
    padding: 1.3% 0 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    color: #A27E4C;
    font-size: .8em;
    text-align: left;
}
@media (max-width: 768px) {
    .footerMenu {
        font-size: 9.5px;
        width: 100%;
        margin: 0 auto;
        padding: 2%;
    }
}
.FooterRight {
    margin-top: -2%;
    text-align: left;
    padding-left: 10%;
	width: 47%;
}
.FooterLeft {
    margin-top: -2%;
    padding-left: 2%;
    text-align: left;
	width: 52%;
}





/* Cycle2   http://jquery.malsup.com/cycle2/ */
.clear {
    clear: both
}
.cycle-slideshow {
    position: relative;
	display: inline-block;
    width: 230px;
    margin: 10px;
    padding: 0;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
	
		background: -moz-linear-gradient(left,  #b21e23 0%, #b21e23 87%, #f78513 88%, #021885 89%, #097c25 90%, #fed600 91%, #097c25 92%, #021885 93%, #6e38b4 94%, #f78513 95%, #b21e23 96%, #b21e23 99%);
	background: -webkit-linear-gradient(left,  #b21e23 0%,#b21e23 87%,#f78513 88%,#021885 89%,#097c25 90%,#fed600 91%,#097c25 92%,#021885 93%,#6e38b4 94%,#f78513 95%,#b21e23 96%,#b21e23 99%);
	background: linear-gradient(to right,  #b21e23 0%,#b21e23 87%,#f78513 88%,#021885 89%,#097c25 90%,#fed600 91%,#097c25 92%,#021885 93%,#6e38b4 94%,#f78513 95%,#b21e23 96%,#b21e23 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21e23', endColorstr='#b21e23',GradientType=1 );
	
	-moz-box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 7px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #000;
    color: #A27E4C;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* slideshow images (for most of the demos, these are the actual "slides") */

.cycle-slideshow img {
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 35px 10px 10px;
    display: block;
    xxdisplay: none;
    height: auto;
    color: #A27E4C;

}

@media only screen and (max-width: 600px) {
    .cycle-slideshow {
        width: 31%;
        margin: 2px;
    }
    .cycle-slideshow + .cycle-slideshow + .cycle-slideshow + .cycle-slideshow {
        display: none
    }
}
@media only screen and (max-width: 500px) {
    .cycle-slideshow {
        width: 48%;
        margin: 2px;
    }
    .cycle-slideshow + .cycle-slideshow + .cycle-slideshow {
        display: none
    }
}
/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/
/* set border-box so that percents can be used for width, padding, etc (personal preference) */

.cycle-slideshow,
.cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .cycle-slideshow {
        width: 70px;
    }
	@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
	    .cycle-slideshow img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2px 10px 10px 2px;
    height: auto;
		
    }}

    .cycle-caption {
        bottom: 4px;
        right: 4px
    }
}


/* overlay */
.cycle-overlay {
    font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
    position: relative;
    bottom: 0px;
	left: 0;
	width: 100%;
    z-index: 600;
    background: black;
    color: #F5FF00;
    padding: 5px;
    opacity: .5;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	margin:0;
}


/* my additions */
      a:link.cycle-overlay,     a:visited.cycle-overlay, a:hover.cycle-overlay,
    a:active.cycle-overlay {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
    position: absolute;
    bottom: 0px;
	left: 0;
	width: 100%;
    padding: 5px;
	margin:0;
	font-size: 1.2em;
    text-align: center;
    text-decoration: none;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
		opacity: .7;
    }	
	
	
	a:hover.cycle-overlay,
    a:active.cycle-overlay  {
	margin:0;
		color: #fcff00;
		background-color: #001F84;
    }
	@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .cycle-overlay, a:link.cycle-overlay, a:visited.cycle-overlay, a:hover.cycle-overlay, a:active.cycle-overlay {
        padding: 0;
		margin: 0;
		font-size: 7px;
		opacity: .5;
    }
}
	



/* cycle2 elements not using yet */

/* pager */

/* 
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px;
    overflow: hidden;
}
.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.cycle-pager > * {
    cursor: pointer;
}


/* caption */

/* 
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
}
*/

/* 