/*

My Custom CSS
=============

Author:  Fern MacDonald
Updated: April 2014
Notes:	 Hand coded for Pictou-Antigonish Regional Library

*/

/*
Colors
orange #fd3f00 rgb(253,63,0)
gray #222222 rgb (34,34,34)
green #4E6B33 rgb (78 107 51)
dark green #29381B (41 56 27)
*/
/*
book feature img: 85px x 128px
image next to book feature: 250px x 90px (responsive thumbnail)
thumbnail img event features: 64px x 64px
*/
/* --------------------------------------
   Layout
   -------------------------------------- */
header {
	margin: 5px 0;
	}
header h1 {
	text-indent: -9000em;
	position: absolute;
	z-index: 5;
	display: block;
}

#top {
	text-align: right;
	}
#CatSearch {
	padding-top: 8px;
}

.alert-notice {
	background-color: #f47c3c;
	border-color: transparent;
	color: #fff;
}

#programFeature .media {
	margin-top: 15px;
	}
	
#happening {
	margin-top: 25px;
	margin-bottom: 25px;
}
#happening .media-body {
	font-size: 95%;
	}
	
#happening h4 {
	font-variant: small-caps;
	font-size: 115%;
	font-weight: bold;
	color: #585656;
	}
	
#features {
	text-align: center;
	margin-top: 20px;
	/* [disabled]margin-bottom: 5px; */
	padding-top: 5px;
	}
#rtfeature {
	margin-left: 5px;
}

.ppdetails {
	width: 55%;
	background: #0090c4 none repeat scroll 0% 0%;
	border-left: medium none;
	bottom: 0px;
	left:0px;
	padding: 26px 10px 10px;
	color:#FFFF;
	}
#main .panel {
	border: none;
	}
	
#information .caption p{
		text-align: left;
		}
#features img{
	margin: 0 auto 20px;
	}
#inputMessage {
	margin-bottom: 15px;
	}
.pull-left-img{
		float:left;
		padding-right: 5px;
		}
#services {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #dadedc;
	padding-top: 15px;
	padding-bottom: 11px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	}
#service_thumb {
	padding-bottom: 4px;
	}
	
#newsft {
	margin-bottom: 15px;
	}

#moreCourses {
	margin-top: 5px;
	}

footer {
	background: #333;
	color: #eee;
	font-size: 12px;
	padding: 20px;
	font-weight: 600;
	margin-top: 8px;
	}
#copyright {
	background: #222222;
	text-align: center;
	font-size: 11px;
	color: #eeeeee;
	}

/* --------------------------------------
   Typography
   -------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	}
	
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	font-size:14px;
	border-left:5px solid #eee
}
	
.well .page-header {
	margin-top: 0;
}
.well .page-header h1{
	margin-top: 0;
	}
ul.unstyled {
	list-style: none;
	padding: 0;
	}
#top ul {
	list-style: none;
	}
#top ul li {
	display: inline;
	padding-left: 4px;
	}

.modal {
	font-size: 1em;
	}
/* --------------------------------------
   Buttons
   -------------------------------------- */

#CatSearch .btn-adv {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
#CatSearch .btn-adv,
.btn-adv:active,
.btn-adv.active,
.btn-adv[disabled],
fieldset[disabled] .btn-adv {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#CatSearch .btn-adv,
.btn-adv:hover,
.btn-adv:focus,
.btn-adv:active {
  border-color: transparent;
}
#CatSearch .btn-adv:hover,
.btn-adv:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
#CatSearch .btn-adv[disabled]:hover,
fieldset[disabled] .btn-adv:hover,
.btn-adv[disabled]:focus,
fieldset[disabled] .btn-adv:focus {
  color: #777;
  text-decoration: none;
} 

.btn-audio {
  color: #ffffff;
  background-color: #E9335A;
  border-color: #D31F45;
}

.btn-audio:hover,
.btn-audio:focus,
.btn-audio:active,
.btn-audio.active,
.open .dropdown-toggle.btn-audio {
  color: #ffffff;
  background-color: #D31F45;
  border-color: #AE2431;
}

.btn-audio:active,
.btn-audio.active,
.open .dropdown-toggle.btn-audio {
  background-image: none;
}

.btn-audio.disabled,
.btn-audio[disabled],
fieldset[disabled] .btn-audio,
.btn-audio.disabled:hover,
.btn-audio[disabled]:hover,
fieldset[disabled] .btn-audio:hover,
.btn-audio.disabled:focus,
.btn-audio[disabled]:focus,
fieldset[disabled] .btn-audio:focus,
.btn-audio.disabled:active,
.btn-audio[disabled]:active,
fieldset[disabled] .btn-audio:active,
.btn-audio.disabled.active,
.btn-audio[disabled].active,
fieldset[disabled] .btn-audio.active {
  background-color: #E9335A;
  border-color: #D31F45;
}

.btn-success {
  color: #ffffff;
  background-color: #4E6B33;
  border-color: #5E7D41;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #29381B;
  border-color: #3A4C2A;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4E6B33;
  border-color: #5E7D41;
}

.btn-success .badge {
  color: #4E6B33;
  background-color: #fff;
}


.btn-audio {
  color: #ffffff;
  background-color: #E9335A;
  border-color: #D31F45;
}

.btn-audio:hover,
.btn-audio:focus,
.btn-audio:active,
.btn-audio.active,
.open .dropdown-toggle.btn-audio {
  color: #ffffff;
  background-color: #D31F45;
  border-color: #AE2431;
}

.btn-audio:active,
.btn-audio.active,
.open .dropdown-toggle.btn-audio {
  background-image: none;
}

.btn-audio.disabled,
.btn-audio[disabled],
fieldset[disabled] .btn-audio,
.btn-audio.disabled:hover,
.btn-audio[disabled]:hover,
fieldset[disabled] .btn-audio:hover,
.btn-audio.disabled:focus,
.btn-audio[disabled]:focus,
fieldset[disabled] .btn-audio:focus,
.btn-audio.disabled:active,
.btn-audio[disabled]:active,
fieldset[disabled] .btn-audio:active,
.btn-audio.disabled.active,
.btn-audio[disabled].active,
fieldset[disabled] .btn-audio.active {
  background-color: #E9335A;
  border-color: #D31F45;
}

.btn-ya {
  color: #ffffff;
  background-color: #E4A04F;
  border-color: #C08743;
}

.btn-ya:hover,
.btn-ya:focus,
.btn-ya:active,
.btn-ya.active,
.open .dropdown-toggle.btn-ya {
  color: #ffffff;
  background-color: #C08743;
  border-color: #A7753A;
}

.btn-ya:active,
.btn-ya.active,
.open .dropdown-toggle.btn-ya {
  background-image: none;
}

.btn-ya.disabled,
.btn-ya[disabled],
fieldset[disabled] .btn-ya,
.btn-ya.disabled:hover,
.btn-ya[disabled]:hover,
fieldset[disabled] .btn-ya:hover,
.btn-ya.disabled:focus,
.btn-ya[disabled]:focus,
fieldset[disabled] .btn-ya:focus,
.btn-ya.disabled:active,
.btn-ya[disabled]:active,
fieldset[disabled] .btn-ya:active,
.btn-ya.disabled.active,
.btn-ya[disabled].active,
fieldset[disabled] .btn-ya.active {
  background-color: #E4A04F;
  border-color: #C08743;
}

.btn-lang {
  color: #ffffff;
  background-color: #640992;
  border-color: #4a086c;
}

.btn-lang:hover,
.btn-lang:focus,
.btn-lang:active,
.btn-lang.active,
.open .dropdown-toggle.btn-lang {
  color: #ffffff;
  background-color: #4a086c;
  border-color: #A7753A;
}

.btn-lang:active,
.btn-lang.active,
.open .dropdown-toggle.btn-lang {
  background-image: none;
}

.btn-lang.disabled,
.btn-lang[disabled],
fieldset[disabled] .btn-lang,
.btn-lang.disabled:hover,
.btn-lang[disabled]:hover,
fieldset[disabled] .btn-lang:hover,
.btn-lang.disabled:focus,
.btn-lang[disabled]:focus,
fieldset[disabled] .btn-lang:focus,
.btn-lang.disabled:active,
.btn-lang[disabled]:active,
fieldset[disabled] .btn-lang:active,
.btn-lang.disabled.active,
.btn-lang[disabled].active,
fieldset[disabled] .btn-lang.active {
  background-color: #640992;
  border-color: #4a086c;
}

.btn-nsauthor {
  color: #ffffff;
  background-color: #000000;
  border-color: #4c4848;
}

.btn-nsauthor:hover,
.btn-nsauthor:focus,
.btn-nsauthor:active,
.btn-nsauthor.active,
.open .dropdown-toggle.btn-nsauthor {
  color: #ffffff;
  background-color: #4c4848;
  border-color: #828282;
}

.btn-nsauthor:active,
.btn-nsauthor.active,
.open .dropdown-toggle.btn-nsauthor {
  background-image: none;
}

.btn-nsauthor.disabled,
.btn-nsauthor[disabled],
fieldset[disabled] .btn-nsauthor,
.btn-nsauthor.disabled:hover,
.btn-nsauthor[disabled]:hover,
fieldset[disabled] .btn-nsauthor:hover,
.btn-nsauthor.disabled:focus,
.btn-nsauthor[disabled]:focus,
fieldset[disabled] .btn-nsauthor:focus,
.btn-nsauthor.disabled:active,
.btn-nsauthor[disabled]:active,
fieldset[disabled] .btn-nsauthor:active,
.btn-nsauthor.disabled.active,
.btn-nsauthor[disabled].active,
fieldset[disabled] .btn-nsauthor.active {
  background-color: #000000;
  border-color: #4c4848;
}

.btn-award {
  color: #000000;
  background-color: #FEEF00;
  border-color: #e6d90a;
}

.btn-award:hover,
.btn-award:focus,
.btn-award:active,
.btn-award.active,
.open .dropdown-toggle.btn-award {
  color: #000000;
  background-color: #e6d90a;
  border-color: #cec208;
}

.btn-award:active,
.btn-award.active,
.open .dropdown-toggle.btn-award {
  background-image: none;
}

.btn-award.disabled,
.btn-award[disabled],
fieldset[disabled] .btn-award,
.btn-award.disabled:hover,
.btn-award[disabled]:hover,
fieldset[disabled] .btn-award:hover,
.btn-award.disabled:focus,
.btn-award[disabled]:focus,
fieldset[disabled] .btn-award:focus,
.btn-award.disabled:active,
.btn-award[disabled]:active,
fieldset[disabled] .btn-award:active,
.btn-award.disabled.active,
.btn-award[disabled].active,
fieldset[disabled] .btn-award.active {
  background-color: #FEEF00;
  border-color: #e6d90a;
}

 .btn-warning {
  color: #ffffff;
  background-color: #f95822;
  border-color: #fd3f00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #fd3f00;
  border-color: #f95822;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f95822;
  border-color: #f95822;
}


.btn-facebook {
  color: #ffffff;
  background-color: #133783;
  border-color: #133783;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #0e285f;
  border-color: #0b214e;
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #133783;
  border-color: #133783;
}

.btn-twitter {
  color: #ffffff;
  background-color: #2daddc;
  border-color: #0271bf;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2095c0;
  border-color: #014d82;
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2daddc;
  border-color: #0271bf;
}


.btn-youtube {
  color: #ffffff;
  background-color: #c12126;
  border-color: #6e0610;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #a90e13;
  border-color: #340308;
}

.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  background-image: none;
}

.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #c12126;
  border-color: #6e0610;
}



/* --------------------------------------
   topNavbar
   -------------------------------------- */
   
   #top ul li a{
	color: #ffffff;
	font-size: 0.90em;
	   }
   #top a:hover{
	  	   color: #ffffff;
	   }
/* --------------------------------------
   Navbar
   -------------------------------------- */
   
#searchInput {
	width: 200px;
	}
	
.navbar-brand{
	padding: 13px 15px;
	}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #cccccc;/* CHANGE COLOR HERE*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 400;
	}
.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover{
	color: #f95822;
	}
.navbar-inverse .brand, .navbar-inverse .nav > li > ul >li a:hover{
	color: #f95822;
	font-weight:400;
	background-color: #cccccc;
	}
	
/* --------------------------------------
   Form
   -------------------------------------- */

 .formContainer {
        width: auto;
        /*max-width: 800px;*/
      }
      .form-group {
        margin-bottom: 8px;
      }
      #feedbackForm {
        font-size: 12px;
      }
	  
	  
/* --------------------------------------
   Jumbotron
   -------------------------------------- */
 .jumbotron{
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-shadow: 0px 0px 1px 0px #B2B2B2;
	box-shadow: 0px 0px 1px 0px #B2B2B2;
	/* [disabled]border-color: #EEEEEE; */
	/* [disabled]border-width: thin; */
	/* [disabled]border-style: solid; */
		 }
.jumbotron .img {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.jumbotron h2 {
	color: #FD3F00;
	font-weight: 600;
	text-shadow: 1px 1px 3px #5F5F5F;
	}  
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

   
/*#myCarousel {
  width:100%;
  max-height: 100px !important;
}
..carousel-caption h5{
	color: #5b5757;
	}
.carousel-caption{
	padding-bottom: 250px;
	}

   
#myCarousel {
	margin-top: 60px;
}
.carousel-caption{
	font-size: 24px;
	}
.carousel-caption h4{
	font-size: 32px;
	}
#myCarousel .item {height: 400px;}
#slide1 {
	background: url('../images/carousel_medium_01.jpg') top center no-repeat;
		}
#slide2 {
	background: url('../images/carousel_medium_02.jpg') top center no-repeat;
		}
#slide3 {
	background: url('../images/carousel_medium_03.jpg') top center no-repeat;
		}
		
		
.carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}

.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

.carousel-indicators li {
	background: #c0c0c0;
}

.carousel-indicators .active {
background: #333333;
}
		*/

/* --------------------------------------
   tabbed content
   -------------------------------------- */

 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
	font-weight:600;
    cursor: default;
    background-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD  #DDD;
}
.nav-tabs a {
	font-weight: 600;
	}
.tab-content {
	background-color: #eeeeee;
	padding: 10px;
	}   
 
/*
-----------------------------------
accordian styles

-----------------------------------
*/

.panel-default .panel-heading {
	background-color: #222222;
	}

.panel-heading h4 {
	color: #FFFFFF;
	}
	
.panel-heading h4 a:hover{
	color: #FD3F00;
	text-decoration: none;
}


/* --------------------------------------
	Alert Styles
	-------------------------------------*/
	
/*.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.alert-heading {
color: inherit;
}

.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}

.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}*/
/* --------------------------------------
   Global Styles
   -------------------------------------- */
 
.alert{
	margin-top: 5px;
	/*display: none;*/
}
.well{
	margin: 20px 0;
	}
.tabbable img.thumbnail{
	margin: 0 20px 10px 0;
	}
.thumbnails {
	margin: 20px 0;
	}
	
.thumbnail {
	position: relative;
	}
	
.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
	}
.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
	}
.thumbnail .price {
	font-weight: normal;
	font-size: 12px;
	}
.thumbnail span.glyphicon {
	margin-right: 5px;
	}
	
.thumbnail .month {
	 display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
	}


.thumbnail .month .caption {
  padding: 9px;
  color: #333;
}
.caption {
	text-align: center;
	}
.space {
	margin-top: 8px;
	}
	
.margin {
	margin-right: 10px;
	margin-bottom: 10px;
	}
#bookFeature {
	border: thin solid #EEEEEE;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 12px;
	box-shadow: 4px 4px 12px;
	padding-bottom: 8px;
	margin-bottom: 12px;

}

#bookFeature .img-thumbnail {
	margin-bottom: 10px;

}
#classicModalLabel {
	background-color:#39B3D7;
	padding: 5px;
	
	}
	
#audioModalLabel {
	background-color:#E9335A;
	padding: 15px;
	
	}
	
#yaModalLabel {
	background-color:#E4A04F;
	padding: 15px;
	
	}
	
#langModalLabel {
	background-color:#640A92;
	color:#ffffff;
	padding: 15px;
}

#graphicModalLabel {
	background-color:#57CC83;
	padding: 15px;
}
#shortModalLabel {
	background-color:#BD2427;
	color: #ffffff;
	padding: 15px;
}

#nsauthorModalLabel {
	background-color:#000000;
	color: #ffffff;
	padding: 15px;
}

#awardModalLabel {
	background-color:#FEEF00;
	color: #000000;
	padding: 15px;
}

.pictou h2 {
	padding-top: 10px;
	}
/*#bookFeature a:link {
	color: #f95822;
	}
#bookFeature a:hover {
	color: #f95822;
	text-decoration: underline;
	}
#bookFeature a:visited {
	color: #f95822;
	}
*/

#LocationContact {
	background-color: #EEEEEE;
	padding-top: 8px;
	}

#programFeature {
		margin-bottom: 12px;
		margin-top: 12px;
	}
#programFeature h5 {
	font-weight: 600;
	}

.panel img {
	/* [disabled]text-align: center; */
}
.julie {
	background-color: #EFDBCF;
	}


/*#catalogue img{
	border-radius: 8px;
	}*/
.copyright {
	text-align: center;

}
.panel-body .ant {
	color: #C12126;
}

#news .media {
	margin-bottom: 20px;
}


.pps {
	color: #748077;
	font-weight: 600;
	text-shadow: 0 0px;
	}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
		}
	.thumbnail .price sup {
		font-size: 10px;
		}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

.jumbotron h2 {
		font-size: 90%;
		}
		
.jumbotron h3 {
		font-size: 80%;
		}
#myCarousel .item {height: 310px;}
  #slide1 {
	  background: url('../images/carousel_small_01.jpg') top center no-repeat;
		  }
  #slide2 {
	  background: url('../images/carousel_small_02.jpg') top center no-repeat;
		  }
  #slide3 {
	  background: url('../images/carousel_small_03.jpg') top center no-repeat;
		  }
.carousel-caption{
	font-size: 16px;
	}
.carousel-caption h4{
		font-size: 22px;
		}
}

/* Large desktop */
@media (min-width: 1200px) {

#myCarousel .item {height: 500px;}
  #slide1 {
	  background: url('../images/carousel_large_01.jpg') top center no-repeat;
		  }
  #slide2 {
	  background: url('../images/carousel_large_02.jpg') top center no-repeat;
		  }
  #slide3 {
	  background: url('../images/carousel_large_03.jpg') top center no-repeat;
		  }
}
.pictou {
	background-color: #4d5c51;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-bottom: 6px;
	margin-top: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 10px;
}
