*{
  padding: 0;
  margin: 0;
}

a {
	text-decoration: underline;  
	font-weight: normal;
	color: #818591;
}

a:hover {
	color: #12151e;	
}

p {
	margin-bottom: 1em;	
}

ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

li {
padding-bottom: 5px;	
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #12151e;
	padding: 0;
	margin: 0;
	text-align: center;
}

.wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.fullwrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

header {
	background: #ffffff;
	padding: 10px 0;
	min-height: 60px;
}

footer {
	background-color: #760629;
	padding: 50px 0;
}

/***** top styles *****/

.logo {
	width: 280px;
	float: left;
}

.logo img {
	width: 280px;
	height: auto;
}

.logomobile {
	display: none;
}



/***** top nav styles *****/

nav {
	float: right;
}

#topnav {
	padding: 30px 0;
	text-align: right;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: right;
}

#topnav li {
	margin: 0;
	padding: 15px 0;
	display: inline;
	list-style: none;
}

#topnav a {
	color: #760629;
	text-transform: uppercase;
	font-size: 100%;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: normal;
}

#topnav a:hover {
	color: #dbdad7;
}

#Fullname {
	visibility:hidden;  
	display:none; 
}

.mobilemenu {
	display: none;
}

.closenav {
	display: none;	
}


/**** footer styles ****/

.bottom {
	text-align: center;
}

footer h2 {
	font-weight: 300;
	padding-bottom: 1em;
	font-size: 200%;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
}


.bottom .smalltext {
	font-size: 85%;
	color: #ffffff;
}

.bottomnav {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 100%;
	text-align: center;
}

.bottomnav ul {
	display: inline;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.bottomnav li {
	display: inline;
	list-style: none;
	padding: 0 10px;
}

.bottomnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


/***** title styles *****/

h1 {
	font-weight: 300;
	padding-bottom: 1em;
	font-size: 300%;
	margin: 0;
	text-transform: uppercase;
	color: #760629;
	line-height: 1em;
}
h2 {
	margin: 0;
	color: #760629;
	font-weight: 300;
	font-size: 130%;
	line-height: 1.2em;
	margin-bottom: 1em;
}

h3 {
	font-weight: 300;
	padding-bottom: 0;
	font-size: 150%;	
	line-height: 1em;
	color: #760629;
}

h4 {
	font-weight: 300;
	padding-bottom: 0em;
	padding-top: 0.5em;
	font-size: 120%;
	margin: 0;
}

strong {
	color: #760629;
	font-weight: 300;
	font-size: 130%;
	line-height: 1.2em;
}

.greytext {
	color: #12151e;
}


/***** home styles ******/


.slidertext {
	text-align: center;
	font-size: 260%;
	width: 100%;
  text-shadow: 1px 1px 2px #000000;
	padding-top: 130px;
	text-transform: uppercase;
	line-height: 1em;
}

/***** main body styles ******/

.mainimage img {
	width: 100%;
	height: auto;
}

.main {
	padding: 80px 0;	
}

.dkbackground {
	background: #f7f7f6;
}

.textcenter {
	text-align: center;
}

.closenav {
	display: none;	
}

.mobileshow {
	display: none;
}

.embededvideo iframe {
	padding-top: 50px;
	width: 784px;
	height: 441px;
} 


.embededvideosm iframe {
	width: 560px;
	height: 315px;
}

img.imgborder {
	border: 1px solid #f7f7f6;
}

.imagecenter {
	text-align: center;
}

.imagecenter img {
	width: 400px;
	height: auto;
	padding-bottom: 30px;
}

.imagecenterlg img {
	width: 700px;
	height: auto;
	padding: 30px 0;
}

.highlightbox {
	margin: 0 20%;
	border: 1px solid #760629;
	padding: 50px;
}

a.bpbutton {
	border: 1px solid #760629;
	background: #ffffff;
	font-size: 110%;
	text-decoration: none;	
	color: #760629;
	border-radius: 10px;
	margin: 0;
	padding: 15px 22px 13px 22px;
	height: 26px;
}

a:hover.bpbutton  {
	border: 1px solid #ffffff;
	background: #760629;
	color: #ffffff;
}

/***** homesection *****/




/***** slideshow styles *****/

.slides {
	padding-bottom: 10px;
}

.cycle-slideshow {
	padding-bottom: 20px;
}

.cycle-slideshow img {
	border: 1px solid #9ea2b0;
}

.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/***** main styles *****/





/***** page styles *****/

.leftcolumn {
	float: left;
	width: 65%;
}

.rightcolumn {
	margin-left: 75%;
}

.rightcolumn h3 {
	text-align: center;	
}

.leftcolumnsm {
	float: left;
	width: 45%;
}

.rightcolumnsm {
	margin-left: 55%;
}

.toppadding {
	padding-top: 50px;
}

.toppaddinglg {
	padding-top: 120px;
}

.bottompadding {
	padding-bottom: 50px;
}

.notoppadding {
	padding-top: 0;
}

.nobottompadding {
	padding-bottom: 0;
}

.nopadding {
	padding: 0;
}

.paddingleft {
	padding-left: 20%;
}

.sideimage img {
	width: 100%;
	height: auto;
}

#gallery {
	
}

.tile img {
	width: 200px;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imageright {
	float: right;
	padding: 30px 20px 20px 20px;
}

.imagerightnotoppad {
	float: right;
	padding: 0 20px 20px 20px;
}

.talktitles {
	text-transform: uppercase;
	font-weight: bold;
}

/***** contact styles *****/

.contactform {
	
}

.contactform label {
	color: #760629;
}

.contactform input {
	color: #760629;
	font-size: 110%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 70%;
	padding: 8px;
	margin: 5px 0 20px 0;
	border: #760629 solid 1px;
}

.contactform textarea {
	font-size: 110%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 70%;
	padding: 8px;
	margin: 5px 0 20px 0;
	border: #760629 solid 1px;
}

.contactform .submit {
	width: 100px;
	padding: 5px;
}




/****** catlin links ******/

.catlindesigns {
	text-align: center;
}

.catlindesigns a {
	color: #a1a1a1;	
	font-weight: normal;
	font-size: 70%;
}

.catlindesigns a:hover {
	text-decoration: underline;
}

A.catlinlink:link, A.catlinlink:visited, A.catlinlink:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;  
	font-weight: normal;
	color: #bfbcb7;
	font-size: 11px;
}

A.catlinlink:hover 	{
	color: #000000; 
}
