/* Global */
/*html { font-size: 100% !important; }*/
/*body {*/
    /*background: #3399cc;*/
    /*padding: 40px;*/
/*}*/

img { max-width:100%; }

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:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}


/* Container */
/*.container {*/
    /*background: #FFFFFF;*/
    /*margin: 40px auto;*/
    /*padding: 20px 40px 50px;*/
    /*max-width: 960px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
/*}*/



/*!* Page Header *!*/
/*.page-header {*/
    /*background: #f9f9f9;*/
    /*margin: -30px -40px 40px;*/
    /*padding: 20px 40px;*/
    /*border-top: 4px solid #ccc;*/
    /*color: #999;*/
    /*text-transform: uppercase;*/
/*!*}*!*/
/*.page-header h3 {*/
    /*line-height: 0.88rem;*/
    /*color: #000;*/
/*}*/



/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.caption-box h4 {
    font-size: 0.94rem;
    color: #444;
}
.caption-box p {
    font-size: 0.75rem;
    color: #999;
}
.btn.btn-mini {
    font-size: 0.63rem;
}

.btn-success {
    font-size: 1.6rem;
}

.btn-custom {
    background-color: hsl(201, 100%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fabff", endColorstr="#006da8");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#0fabff), to(#006da8));
    background-image: -moz-linear-gradient(top, #0fabff, #006da8);
    background-image: -ms-linear-gradient(top, #0fabff, #006da8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fabff), color-stop(100%, #006da8));
    background-image: -webkit-linear-gradient(top, #0fabff, #006da8);
    background-image: -o-linear-gradient(top, #0fabff, #006da8);
    background-image: linear-gradient(#0fabff, #006da8);
    border-color: #006da8 #006da8 hsl(201, 100%, 28%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    white-space: normal !important;
    word-wrap: break-word;
}



.thumbnail {
    background-color: #FFFFFF;
    border: #2aabd2;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 4px 4px 4px 4px;
    transition: border 0.2s ease-in-out 0s;
}



/* Control box
------------------------------------------------ */
.control-box {
    width: 100%;
}
.carousel-control{
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 50px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 60px 10px;
    margin: 30px -35px 0;
    height: 30px;
    width: 30px;
}

.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}



/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header { text-align: center; }
}
@media (max-width: 479px) {
    .caption-box { word-break: break-all; }
    ul.thumbnails li { margin-bottom: 30px; }
}


/* Footer
------------------------------------------------ */
footer.info { text-align: center; color: #888; margin: 30px 0; }
footer.info a { color: #fff; }
footer.info p { color: #ccc; margin: 10px 0; }



/* ADD-ON
------------------------------------------------ */
body:after{content:"less than 320px";font-size:1rem;font-weight:bold;position:fixed;bottom:0;width:100%;text-align:center;background-color:hsla(1,60%,40%,0.7);color:#fff;height:20px;padding-top:0;margin-left:0;left:0}@media only screen and (min-width:320px){body:after{content:"320 to 480px";background-color:hsla(90,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:480px){body:after{content:"480 to 768px";background-color:hsla(180,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:768px){body:after{content:"768 to 980px";background-color:hsla(270,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:980px){body:after{content:"980 to 1024px";background-color:hsla(300,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:1024px){body:after{content:"1024 and up";background-color:hsla(360,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}

::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; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }