﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #e2e0e4;
}

.logo {
	/*margin-top:-40px;*/
	z-index:99999 !important;
	
}

body,td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
}

p {
 padding:10px 0; 
 font-family: 'Open Sans', sans-serif;
 text-align: justify;	
}

a:link {
	color: #54b7b6;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	color: #0576A7;
	text-decoration: none;
}

a img {
	border: none;
}

li {
	list-style: none;
}

.productList productSmall, .catalogueItemNotFound  {
			list-style: none;
		}

h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Monda', sans-serif;*/
	text-rendering: optimizeLegibility;
	letter-spacing:1px;	
}

h1 {
	font-size: 24px;
	/*font-family: 'Monda', sans-serif;*/
	font-family: 'Fredericka the Great', cursive !important;
	color: #343434;		
	text-transform: uppercase;
}


h2 {
	font-size: 22px;
	color: #343434;
	font-family: 'Fredericka the Great', cursive !important;
	text-transform: uppercase;
	letter-spacing:2px;
	font-weight:400;
	clear:both;
}

h3 {
	font-size: 14px;
	color: #343434;
	font-family: 'Oxygen', sans-serif !important;
	clear:both;
	text-transform: uppercase;
	padding:0 0 20px;
}

h4 {
	font-size: 14px;
	color: #343434;
	font-family: 'Oxygen', sans-serif !important;
	clear:both;
	text-transform: uppercase;
	padding:10px 0;
}

h5 {
	font-size: 14px;
	color: #343434;
	font-family: 'Oxygen', sans-serif !important;
	clear:both;
	text-transform: uppercase;
	padding:0 0 20px;
}



h6 {
	font-size: 20px;
	/*font-family: 'Oxygen', sans-serif;*/
	/*text-transform: uppercase;
	font-family: 'Exo', sans-serif;*/
	font-family: 'Telex', sans-serif;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	margin: 10px;
}	

.catalogued {
	opacity:1;	
	transition: all .5s ease-in-out;
}
		
.catalogued:hover {
	opacity:0.8;			
}
		
.catalogued h3 a {			
	font-family: 'Fredericka the Great', cursive !important;
	color:#000;
	font-size:16px;
}



#wrapper {
	width: 980px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#top_nav {
	width: 970px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	margin: 0 auto;
	color: #FFFFFF;
}


.header .top {
	position: relative;
	/*z-index: 10;*/
	background-color: #343434;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	color: #FFF;
	display:block;	
	padding:5px 0;
	height:auto;
}



.header .bottom {
	background-color: #ffffff;
	padding: 0;
	-webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
	-moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
	/* color: @arguments; */
}

footer {
	position: relative;
	z-index: 10;
	background-color: #474948;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	color: #FFF;
	display:block;	
	padding:20px 0;
	height:auto;
}

#navbar {
	width: 980px;
	height: auto;
	
}

#content {
	width: 960px;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

#content_portfolio {
	width: 980px;
	height: 600px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../images/patmac_portfolio.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.content_misc {
	width: auto;
	height: auto;
	padding: 0px;
	vertical-align: top;
	float: left;
}




.logo_push {
	margin-top:40px;
}


.bio li {
text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	list-style-type: circle;
	margin: 0 0 0 15px;
	padding: 0;	
}



.bg_box {
	background-color: #051a22;
	border: 1px solid #082c3a;
	float: left;
	width: 465px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 310px;
}

.bg_box h1 {
	font-size: 16px;
	
	font-family: 'Telex', sans-serif;
	text-shadow: 0px 1px 1px #aaa;
}

.bg_box p {
	text-align: justify;	
}

.bg_box_full_width {
	background-color: #051a22;
	border: 1px solid #082c3a;
	float: left;
	width: 100%;
	margin:10px 0;
	
}

.bg_box_full_width h2 {	
	display: inline-block;
	position: relative;
	top: 80px;
	margin-left:20px;
}

.bg_box_full_width ul {
/*margin: 60px 0 0 0;*/
	display:inline-block;
	float:right;	
}

.bg_box_full_width p {
	text-align: justify;	
}

.bg_box_clear {
	float: left;
	width: 588px;
	padding: 5px;
	margin: 5px;
	height: auto;
	clear: both;
	background-repeat: no-repeat;
}

.img_right {
	padding: 10px;
	float: right;
	height: auto;
	width: auto;
}

.img_left {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
}

.form_fields {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #00486e;
	border: 1px solid #005E91;
}

.urls {
	background-color: #051a22;
	border: 1px solid #082c3a;
	float: left;
	width: 340px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.urls li {
	list-style-image: url(../images/arrow_urls.gif);
	font-size: 10px;
}

.urls h1 {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	color: #FFFFFF;
	margin: 5px;
	background-color: #0C3D50;
}

.urls p {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 5px;
	line-height: 0.7em;
}



.latest_projects img {
	margin: 0px;
	padding: 0px;
}

.latest_projects_header {
	padding: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	clear: both;
	font-weight: bold;
	margin: 0px;
}

.latest_projects li, .latest_projects_FrontPage li, .bg_box_full_width li {
  /*border: 1px solid #434142;*/
  display: inline-block; 
  margin: 5px 5px 20px;
  overflow: hidden;
 position: relative;
  opacity:0.5;
 /* float:left;*/ /* *****n taken out as it was removing the link off the thumbs */
  padding:0;
  -webkit-transition: all 0.8s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.8s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.8s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.8s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.latest_projects_FrontPage li a {
  float:left;	
}

.bg_box_full_width li {
	 margin: 10px;
}

.latest_projects li:first-child {
  left:40px;
  margin-right:45px !important; /* 5px from the parent style above + the 40px on this style = 45*/
}
/*@media (max-width:320px) {
.latest_projects li:first-child {
  padding: 0 0 0 40px;
}*/

.latest_projects li a { 
  /*display: inline-block;*/  
  float:left;
}

.latest_projects li:hover, .latest_projects_FrontPage li:hover, .bg_box_full_width li:hover { 
  opacity:1;
}

#splash {
	height: 240px;
	width:465px;
	clear:both;
}





/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:465px;
	height:220px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:right;
		height:28px;
		line-height:28px;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#006699;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
		outline:none;

}


.mini-cart {
  padding: 0;
}
@media (max-width: 767px) {
  .mini-cart {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mini-cart a {
  display: block;
  line-height: 40px;
  float: right;
  height: 40px;
  width: 40px;
  background: url('../../img/cart_white.png') no-repeat left center;
  position: relative;
}
.mini-cart a > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  background-color: #1abc9c;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0px;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}


	
/* // Easy Slider */

/* ************************* overwriting bootstrap ************************************* */
.dropdown:hover .dropdown-menu {
    display: block;
 }
.navbar-brand {
    /*float: none !important;*/ /* this is commented out to allow the logo to sit over the content area*/
	min-height:160px;
}


.navbar-static-top {  
  width:100%;
}

@media only screen and (min-width: 768px) {

.navbar-nav {
    float: right;
    /*margin: 66px 0 0 20px;*/
    margin: 0;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
	.navbar-nav {
    float: right;
    margin: 0 0 0 60px;
}
  
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .navbar-nav {
    float: right;
   /* margin: 66px 0 0 60px;*/
	  margin: 0;
}
}

.navbar-default {
	background-color: transparent;	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #04171e;
  color: #FFF;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 102, 153, 1); /* value is the RGB for #006699*/
	/*background-color: #7ec55b;*/
    color: #fff;
	transition: all .3s ease-in-out;
}

.navbar ul li li a:hover {
  transition: all 0.5s ease 0s;
}

.navbar > .container .navbar-brand {
	margin-top: 28px;
	margin-left: -15px;
}

.dropdown-menu {
  font-size: 12px;  
}

.navbar-default .navbar-collapse {
  border-color: #4e0002;
}

.navbar {  
  margin-bottom: 0px; /* overwriting the 20px spacing a tthe bottom fo teh navbar to push the content area up, it had a 20px gap on line 5 of bootstrap.min.css*/
}




/* ************************ FOOTER ******************************* */


#footer {
	height: auto;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #051A22 !important;
	line-height: 1.8em;
	padding: 10px;
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a {
	color: #FFF;
	font-weight: bold;
}

#footer p {
	color: #FFF;
	font-weight: bold;
	font-size:11px;
	text-align:center;
}

footer .footer-below a {
    color: #FFF;    
}

footer .footer-below a:hover {
	color: #f1e7dd;
}

footer .footer-above {
  background: #04171e;
  padding: 20px 0;
  border-top: solid 1px #015681;
}
footer .footer-below {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006699+0,04171e+100 */
background: #006699; /* Old browsers */
background: -moz-linear-gradient(top,  #006699 0%, #04171e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #006699 0%,#04171e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #006699 0%,#04171e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#04171e',GradientType=0 ); /* IE6-9 */

  padding: 25px 0;
}

.btn-social {
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  width: 50px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #04171e; /* changes the colour of the social icon rollOvers*/
    background: #fff;
}

.navbar-default {  
  border-color: transparent;
  border:0;
}


.announcement-list {
	background-attachment: scroll;
	background-image: url(/images/calendar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
.announcement-list h2 {	
	margin: 0 9px 0 20px;	
}

.announcement-list span.date {
  margin: 0 9px 0 20px;
}

.newsletter-form h3 {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #4e0002;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 10px 10px 0 0;	
	display: block;
	padding: 10px;
}

.tp-banner-container {
    margin-bottom: 20px;
}

.form-control {
    width: 90%;
}


/* styles just overwiriting the caption text in the /rs-plugin/settings.css file*/
.tp-caption.large_bold_grey {
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
}

.tp-caption.medium_thin_grey {
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	}
	
.tp-caption.small_thin_grey {
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}	

.btn-primary {
    background-color: #04171e;
    border-color: #FFF;
    color: #fff;
	border:0 #FFFFFF solid;
}

.btn-primary:hover {
	color: #fff;
	background-color: #54b7b6;
	border-color: #54b7b6;
}

.btn-success {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

.btn-success:hover {
	color: #fff;
	background-color: #54b7b6;
	border-color: #54b7b6;
}
	
/* end of styles just overwiriting the caption text*/

/* ---------------------------------------- end of overwriting bootstrap styles ------------------------------------------------------- */

/*  ---------------- css for the bootstrap Tool Tips  ---------------- */
.bs-example{
    	margin: 200px 100px;
    }
    .bs-example a{
        margin: 25px;
        font-size: 20px;
    }
    /* Styles for custom tooltip template */
    .tooltip-head{
        color: #fff;
        background: #000;
        padding: 10px 10px 5px;
        border-radius: 4px 4px 0 0;
        text-align: center;
        margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
    }
    .tooltip-head .glyphicon{
        font-size: 22px;
        vertical-align: bottom;
    }
    .tooltip-head h3{
        margin: 0;
        font-size: 18px;
    }

/*  ---------------- end of css for the bootstrap Tool Tips  ---------------- */

.carousel-inner > .active {
	/* just to centre it with the size of the thumbnails */
  /*left: 10px;*/ 
}

/* ********************************* this style is what is combatting the images with links disappearing for some reason*/
.span3 .thumbnail a {
	display: block !important;
	
}

.caption {
	text-align: center;
	display: block;
	clear:both;
	padding: 5px 0;
}

.caption h4 {
	font-size:14px; 
}

.caption p {
  line-height:15px;
}


/* ********************************* end of style is what is combatting the images with links disappearing for some reason*/
.thumbnail {
  background-color: transparent;
  border: medium none !important;
  border-radius: 4px;
  display: block;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}

.thumbnail img {
 clear:both;
}
	
.thumbnails {
    list-style: outside none none;
   /* margin-left: -20px;*/
}
.thumbnails::before, .thumbnails::after {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}
/*overwriting boostrap style*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  margin-top: 100px;
  border:none !important;
}

.navbar-brand > img {
  display: block;
  margin: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  
  .navbar-brand > img {
  display: block;
 /* margin: -40px 0 0 0;*/
}
}


.carousel-control {
  font-size: 40px;
  border: 3px solid #ffffff;
  border-radius: 23px;
  color: #ffffff;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 22px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 40px;
}

.carousel-control:focus, .carousel-control:hover {
  font-size: 40px;
}

.span3 {
border:none;
background: transparent;
padding:10px;
margin: 0 0 0 20px !important;
width:150px;	
}

.latest_projects .page-header {
  border-bottom: 1px dotted #eee;
  margin: 40px 0 40px;
  padding-bottom: 10px;
}

hr {
	border-bottom: 1px dotted #54b7b6;
	border-top: 1px solid #e5e3e9;
	display: block;
	clear: both;		
}

.fields {
	background-color: #908e94;
	border: 1px solid #FFF;
	padding: 5px 3px 5px 2px;
	color: #FFF;	
	margin: 5px 0;
	width: 100%;
}
}

/*overwriting the muted text on the form, it was #777 , line 2069 on bootstrap.min.css*/
	.form-control::-moz-placeholder {
	color: #FFF;
}

/* added 3 css style to make the lightbox images responsive */
		
 #outerImageContainer {
    max-width: 90%;
    overflow: hidden;
    height: auto !important;
	font-size:0 !important;
}

#imageDataContainer {
    max-width: 90%;
    overflow: hidden;
}

#lightboxImage {
    max-width: 100%;
	height: auto !important;
}
		


/* ************** makes the image gallery responsive ************************** */
@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {

.photogalleryTable { 
display: block; 
}
.photogalleryTable td { 
/*display: block;
float: left; */ /* removed to make the last child not drop down to the lin by itself*/ 
/*margin: 0 1%;*/ 
/*width: 48%;*/ /* commenting this out as it makes the thumbnail images shrink*/
}
.photogalleryTable td img { 
display: block; width: 100%; }
  
}
/* end of responsive css for the image gallery tables*/

table.photogalleryTable td {
  padding: 7px !important;
}

table.photogalleryTable td a {
	padding-right: 7px !important;
}

table.photogalleryTable td a:first-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}

.photogalleryItem a {
	border:0 !important; /* takes border away that was created by the style above */
}

/* *************************************************************** */



/* **********my styles to overwrite the BC gallery buttons *********** */
#prevLink:hover, #prevLink:visited:hover, #prevBLink:hover, #prevBLink:visited:hover, #prevBLink {
	background: url(/images/arrow_photogallery_left.png) left 15% no-repeat !important;
}

#nextLink:hover, #nextLink:visited:hover, #nextBLink:hover, #nextBLink:visited:hover, #nextBLink {
	background: url(/images/arrow_photogallery_right.png) right 15% no-repeat !important;
}



#prevBLink, #nextBLink {
	width: 40px !important; 
	height: 32px;
	display: table-cell !important;
	float: none !important;
}

#nextBLink {
	/* width: 63px; */
	height: 32px;
	display: table-cell !important;
	float: right !important;
}

#imageData #bottomNavClose {
	width: 40px;
	float: right;
	height: 42px !important;
	margin: -5px 0pt 0pt 5px;
	padding-bottom: 0pt;
	background-image: url(/images/arrow_photogallery_close.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bottomNav img {	
    opacity: 0; /* my coding to make BC's close button image invisible and my close bg image as the clsoe*/
}

.artspace_logo {
	margin:25px;
}

@media only screen and (max-width : 420px) {
	.artspace_logo {
	margin:10px 25px;
}
}


.system-message, .system-error-message {
	background-color: transparent;
	border: none !important;
	color: #FFF;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message h1, .system-error-message h1 {
	color: #FFF;
	margin: 0 0 18px 0;
}

.item p {
	text-align:center !important;
}

.list-inline .fa-fw {
  line-height: 40px;
}

.list-inline li {
	float:left;
	margin:10px;
}









@media (max-width: 479px) {
  .flex-control-nav {
    display: none;
  }
}
/*--
| CAPTIONS (used with Flex)
---*/
.caption {
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 100%;
	margin-top: -85px;
	padding: 0;
	background-color: transparent;
	overflow: visible;
	font-family: inherit !important;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .caption {
    display: none !important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.caption h3, .caption h1 {
  display: inline-block;
    font-size: 42px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #f9a01b;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 54px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .caption h3, .caption h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.caption p, .caption h2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(71, 73, 72, 0.8);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .caption p, .caption h2 {
    font-size: 12px;
    line-height: 18px;
  }
}
.caption .btn {
  display: inline-block !important;
  border-bottom: none !important;
}

.span6 {
    width: 570px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
.span6 {
    width: 460px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.flexslider .flex-progress span { 
  background-color: #f9a01b; 
}

.flexslider .flex-progress span {
  display: block;
  height: 5px;
  background-color: #f9a01b;
  width: 0%;
}
@media (max-width: 479px) {
  .flex-control-nav {
    display: none;
  }
}

.btn_search {
	display: inline-block;
	padding: 5px 12px;
	margin: -2px -7px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;	
	height: 34px;
	color:#FFF;
	background-color: #474948;
}



/*overwriting font-awesome css*/
.fa-fw {
	width: 1.28571429em;
	text-align: center;
	line-height: 45px !important;
}
		
.caption h1 {
	font-size: 24px;
	/* font-family: 'Monda', sans-serif; */
	font-family: 'Fredericka the Great', cursive !important;
	color: #FFF;
	text-transform: uppercase;
}

/*---
| WIDGET
---*/
.widget {
  background-color: #ffffff;
  border-top: 5px solid #1abc9c;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  /*color: @arguments;*/

}
.widget h3.widget-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.widget.Categories ul,
.widget.Menu ul {
  list-style: none;
  margin: 0;
}
.widget.Categories > ul,
.widget.Menu > ul {
  margin: -20px -20px;
}
.widget.Categories a,
.widget.Menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #797d7b;
  text-decoration: none;
  font-size: 12px;
}
.widget.Categories a:hover,
.widget.Menu a:hover,
.widget.Categories a:focus,
.widget.Menu a:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.widget.Categories a:hover .count,
.widget.Menu a:hover .count,
.widget.Categories a:focus .count,
.widget.Menu a:focus .count {
  background-color: #ffffff;
  color: #1abc9c;
  text-shadow: none;
}
.widget.Categories ul ul a,
.widget.Menu ul ul a {
  padding-left: 40px;
}

.carousel-caption h1 {
	color: #fff !important;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	font-size: 36px;
}

.carousel-caption p {
	color: #fff !important;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	font-size: 14px;
}

@media screen and (max-width: 480px) {
	.carousel-caption {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.55);
	top: -50px;
	width: 75%;
}
}

.patmac {
	background-color: #051a22;
}

.charcoals {
background-color: rgba(0, 0, 0, 0.7);
width:auto;
padding:5px;	
}




	

	

		
	