p {
    margin: 0px 0px 10.5px;
line-height: 1.8em;
}

.img-responsive, .overlay-zoom, .zoom-icon {
  	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

blockquote h4 {
margin: 0 0 10px 0;
font-size: 16px;
}

.album-name {
color: rgb(52, 152, 219);
margin: 4px 0 4px 0;

    text-align: center;
    padding: 6px;
    background-color: rgb(236, 247, 254);
    border-right: 1px solid rgb(236, 240, 241);
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color rgb(236, 240, 241) rgb(236, 240, 241);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
  	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
    border-image: none;
    overflow: hidden;
height: 35px;
line-height: 1.6em;
}

.album-name h5 {
    margin: 0px;
    position: relative;
}


}
.album-name a:hover {
text-decoration: none;
}

.purchase h3 {
color: rgb(52, 152, 219);
border: 0;
padding: 0;
margin: 5px 0 10px 0;
    font-size: 1.6em;
}


@media (max-width: 1000px) {
    .purchase h3 {
    font-size: 1.2em;
    }

}

input, textarea {
    display: block;


    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input:focus, textarea:focus {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(247, 198, 1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: rgb(92, 104, 112);
}
.da-slide h2 {
border: 0;
line-height: 1.5;
margin-top: 0;
}

.color-white {
color: #fff;
line-height: 1.5em;
}

.navbar-nav {
}

.pagenavigation {
padding: 0;
margin-bottom: 30px;
}

.recent-galleries {
padding-top : 0;
margin-top: 0;
}
.pagelinks a{
margin: 0 5px 0 5px;
}

.gallerycomment {
margin-bottom: 15px;
}

.portfolio-details h6 {
padding: 0;
margin: 0;
}

.shadowed-box {
    box-shadow: 0 0 5px #ecf0f1;
    border: 1px solid #ecf0f1;
max-height: 310px;
overflow: hidden;
}

.shadowed-box h1, .shadowed-box h2, .shadowed-box h3  {
font-size: 1.2em;
margin-top: 0;
margin-bottom: 8px;
}

.contact-form {
margin: 0px 0 10px 0;
}

.contact-form label {
width: 150px;
}

.contact-form div {
padding: 2px 0 2px 0;
}

.contact-form legend {
 color: #7E1B51;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
   font-size: 1.5em;
}


#map_canvas {
padding: 0;
height: 300px;
border: 1px solid #F7C601;
margin: 5px 8px 2px 0px;
}



/*
.shadowed-box:not(:first-child,:last-child) {
  margin-right:7px;
  margin-left:7px;
}
*/



.yellow-text {
color: #8B699F;
}

.contactform {
width: 95%;
}
.contactform td {
padding: 5px;
}

.table-bordered h1, .table-bordered h2, .table-bordered h3, .table-bordered h4 {
margin: 0 0 5px 0;
padding: 0;
line-height: 20px;
} 

@import url(http://fonts.googleapis.com/css?family=Courgette);

.graysection h1 {
font-size: 2.1em;
} 

.dashed-top {
border-top: 1px #ccc dashed;
padding-top: 5px;
margin-top: 20px;
color: #bfbfbf;
}
.dashed-top p {
padding: 0px;
margin: 0px;
}

.cms_submit {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 12px;
  margin-bottom: 0;
    margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #F7C601;
  border-color: #F7C601;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  *background-color: #F7C601;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #F7C601;
  *border: 0;
  border-bottom-color: #F7C601;
  *margin-left: .3em;
  
  	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
  
}
.cms_submit:hover,
.cms_submit:focus,
.cms_submit:active,
.cms_submit.active,
.cms_submit.disabled,
.cms_submit[disabled] {
  color: #fff;
  background-color: #3498db;
  *background-color: #3498db;
}
.cms_submit:active,
.cms_submit.active {
  background-color: #3498db \9;
}
.cms_submit:first-child {
  *margin-left: 0;
}
.cms_submit:hover,
.cms_submit:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.cms_submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cms_submit.active,
.cms_submit:active {
  background-image: none;
  outline: 0;
}


.cms_submit {
	color:#fff !Important;
	font-size:13px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background-color: #F7C601;
}
.error_message{
color: #ee0000;
font-weight: bold;
}

.cms_submit {
	text-shadow:none;
}
.cms_submit:hover {
	background:#3498db;
}

.signupform{
margin: 20px 0 0 0;
}

.signupform textarea {
width: 95%;
}

.signupform div {
margin: 0 0 10px 0;
}
.signupform .tickboxes input {
float: left;
}
.signupform .tickboxes label {
display: inline-block;
}


.quote-box  {
padding: 10px;
font-family: "Courgette", times, "times new roman";
color: #8B699F;
text-align: center;
}

.quote-box p {
margin:0;
padding:0;
}

.quote {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
 /*   background-color: green;*/
    width: 90%;
    height: 90%;
text-align: center;
color: #c4b9e5;
font-family: "Courgette", times, "times new roman";
font-size: 1.5em;
padding: 5px;
}

#center-middle {
    position: absolute;
    height: 150px;
    width: 140px;    
    left: 50%;
    top: 50%;
   /* background: red;*/
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
border: 1px solid #f8f8f8;
}

.loading-thought {
min-width: 260px;
max-width: 75%;
  margin-left: auto ;
  margin-right: auto ;

}
.loading-thought p {
width: 90%;
margin: 0;
}

.loading-thought img {
/*max-width: 130px; */
float: right;
padding: 0 0px 0px 0;
}


.centre-text {
text-align: center;
}
td.centre-text, th.centre-text {
text-align: center;
}

.center-hightlight {
text-align: center; 
font-size: 1.5em; 
font-weight: bold;
color: #f6ae00;
}

.thought-bubble 
{
position: relative;
width: 300px;
height: 120px;
padding: 0px;
background: #daf2ed;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
color:#54b6a2;
font-family: "Monda",Sans-Serif;
font-size: 1.3em;
}

.thought-bubble:after 
{
content: "";
position: absolute;
bottom: -23px;
left: 43px;
border-style: solid;
border-width: 23px 16px 0;
border-color: #daf2ed transparent;
display: block;
width: 0;
z-index: 1;
}

.thought-bubble  p {
padding: 10px;
display: block;
margin: 5px;

 }

.thought:after {
    border-color: #bcabc6 transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
.thought {
    background: #bcabc6 repeat scroll 0 0;
    border-radius: 10px 10px 10px 10px;

    margin: 1em 15px 2em 0;
    padding: 15px;
    position: relative;
width: 35%;
float: left;
color:#fff;
font-size: 1.15em;
line-height: 1.4em;
}


.featured-box .alignright-no-shadow  {
margin: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
border: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}


.table-striped th td, .table-striped thead td {
    background-color: #89719c;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
border-color: #794380;
}

.table-bordered table td {
border: 0;
padding: 0;
background-color: none;
}

/* turn off nested table styling */
.table-striped table tbody td, 
.table-striped table tbody tr, 
.table-striped table tbody th,
.table-striped table tbody > tr:nth-child(2n+1) > td, 
.table-striped table tbody > tr:nth-child(2n+1) > th 
{
background-color: transparent;
}

.thumb-gallery img {
}


/*
.fb-like-box span[style] {width: 80% !important;}

.fb-like-box  {
width: 80% !important;
background: #ffffff;
}
*/
.fb-like-box iframe[style] {
/*width: 80% !important;*/
background: #ffffff;
margin-top: 15px;
height: 40px;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

.NewsPostDetailDate {
font-size: .6em;
display: block;
}
#NewsPostDetailTitle {

}



.news-color {
margin-bottom: 20px;
}


ul.newsposts {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0px 0px;
}
.widget p, .widget ul, .widget ol {
    font-size: 90%;
}

.news-color ul.newsposts a {
	text-decoration: none;
}

.summary-content {
padding: 0px 0 5px 60px;

}

.newsposts li {
border-bottom: 1px SOLID #e3e7e8 /*B9BDAD*/;
padding: 0 0 3px 0;
margin: 0px 0 20px 0;
}

.summary-date {
display: inline-block;
color: #afb5bc;
padding: 2px 0 0px 0px;
	text-transform: uppercase;
}
.NewsSummarySummary, .NewsSummaryContent, .NewsSummarySummary p, .NewsSummaryContent p {
font-size: 1.0em;
color: #666666;
/*line-height: 1.1em;*/
padding: 5px 0 0 0px;
}
.NewsSummarySummary p, .NewsSummaryContent p {
font-size: 1em;
padding: 0;
margin: 0;
}
.NewsSummaryMorelink {
padding: 2px 0 5px 0px;
font-size: 1em;
}

.newsposts h3 {
border: 0;
box-shadow: none;
font-size: 1.1em;
font-weight: bold;
margin-bottom: 0;
margin-top: 0px;
padding: 2px 0 0 0;
line-height: 1.2em;
}
.newsposts h3 a:link, .newsposts h3 a:visited {
color:#3498db;
font-weight: bold;
text-decoration: none;
}
.newsposts h3 a:hover {

text-decoration: underline;
}





ul.newsposts span.date {
	color:#f7c601;
	border-right: 1px solid #afb5bc;	
	display: block;
	float: left;
	line-height:1; 
	height: 42px;
	width:51px;
	padding: 0px 0px 0 0;
margin: 2px 2px 0 0;

	text-align: center;

}
.news-color ul.newsposts span.date {
 	background: #fff;
	color:#3498db;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	display: block;
	float: left;
	line-height:1; 
	height: 44px;
	width:44px;
	padding: 0px 0 0 0;
	text-align: center;
	border: 3px solid #587289;		
	margin-right: 5px;
}

ul.newsposts .date .day {
	font-size: 19px;
	font-weight: bold;
	display:block;
	color: #3498db;
	padding-top: 1px;
font-weight: 700;
width: 97%;
}

.lt-ie9 ul.newsposts .date .day {
	top:2px;
}

ul.newsposts span.date .month {
	font-size: 11px;
	display:block;
	position: relative;
	text-transform: uppercase;
	background: none;
	width: 100%;
	padding: 5px 0 0px 0;
color: #3498db;
}
ul.newsposts span.date .year {
	display: none;
}
.move-right {
padding-left: 180px; 
font-size: .85em;
}
@media only screen and (max-width: 900px) {
.fb-like-box iframe[style] {
margin-top: 5px;
height: 40px;
}
}
@media only screen and (max-width: 765px) {
.move-right {
padding-left: 0px; 
font-size: .85em;
}

}

@media only screen and (max-width: 500px) {
.loading-thought img {
max-width: 130px;
}
}



/* Stylesheet: CR_styles Modified On 2014-03-28 14:45:07 */
