/* Global */
body {
      padding: 0px;
}  

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    a:hover {
	-ms-filter:
		 "progid: Mask(Color=#39F;(Opacity=150)"; /* IE 8 */
	filter: Mask(Color=#39F; /* IE7 */
	opacity: 2.6;
	text-decoration:none;
    }


/* Container */
.container-fluid {
    background: #FFFFFF;
    margin: 20px auto 10px;
    padding: 12px 20px 0;
    max-width: 1200px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/* Page Header */
.page-header {
	margin: -15px -20px 20px;
	padding: 10px 20px;
	border-top: 4px solid #ccc;
	color: #999;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #36acd2;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }



/* Thumbnail Box */
.caption h4 {
    font-size: 1rem;
    color: #444;
    }
    .caption p {
        font-size: 0.75rem;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 0.63rem;
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background-color:#BFE4FB;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 24px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }


/* Footer */
.footer {
	position:absolute;
	width:1296px;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	left: 15px;
	top: 3716px;
	height: 90px;
    }
    .footer, .footer a {
	color:#000px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-color: #F4F4F4;
        }
        p.right  { 
            float: right; 
            }


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }


::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

a, a:focus, a:active, a:hover, object, embed {
	outline: none;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
}
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }
