body {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
    margin:0;
    padding:233px 0 0;
    color:#353535;
    font:12px/1.5em 'Open Sans', sans-serif;
    background:url(../images/bg.jpg) fixed repeat-x 0 0 #F6F6F6;
}
h1 {    
    font:32px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
    color:#b348b7;
    margin:0 0 0.5em;
    padding-bottom:10px;
    border-bottom:1px solid #c6c6c6;
}
h2 {
    font:24px/1.4em 'Open Sans', sans-serif;
}


h3 {
    font:18px/1.4em 'Open Sans', sans-serif;
}

#newsletter h3 { 
    text-align: center;
    color: #B754BB;
    font-size: 24px;
}
h4 {
    font:14px/1.4em 'Open Sans', sans-serif;
}
h5 {
    font-weight:700;
}

a {
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
}
img.fl-left {margin:0 2em 1em 0}
img.fl-right {margin:0 0 1em 2em}

/* IDs */
#header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:250;
    margin-bottom:2em
}
#header > .clearfix {
    background:url(../images/bg.jpg) repeat-x 0 0;
}

#banner {
	position:relative;
    margin:0 0 -1em
}

#webmain {
    margin:1em 0 0
}
#side {
    width:320px;
    margin-left:60px
}
#webcontent {
    overflow:hidden;
	margin:0 0 1.5em
}
#webcontent ul li {
	padding-left:15px;
	list-style:none;
	background:url(../images/li.jpg) no-repeat 0 4px;
}

#footer {
    background-color:#e3e3e5;
    border-top:1px solid #a6a6a6;
    padding:30px 0;
}
#register {
}
#register a {
	color:inherit;
	text-decoration:none
}
#register a:hover {
}

/* ==========================================================================
   Navigation
   ========================================================================== */

/* #topnav
   ========================================================================== */
.topnav {
    position:relative;
    z-index:350
}

.topnav ul {
	margin:0;
	padding:5px 0 10px;
    border-top:1px solid #c6c6c6;
    position:relative;
    z-index:350
}
.topnav li {
	list-style:none;
    float:left;
    margin:0 5px;
}
.topnav ul li:first-child {
    margin-left:0
}
.topnav ul li:last-child {
    margin-right:0
}
.topnav li a {
	color:#98309c;
    background-color:#d0d1d4;
	display:block;
	font:15px 'Open Sans', sans-serif;
	padding:10px 15px;
	outline:none;
	text-decoration:none;
    
    -webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	-ms-transition: color 250ms ease, background-color 250ms ease;
	-o-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
    
    border:1px solid #a8a8a8;
    border-radius:5px;
    behavior:url(PIE.php);
}
.topnav li a:hover, .topnav li a:focus, .topnav li.sfHover > a {
	color:#fff;
    background-color:#903993;
} 

.topnav li a.active {
	color:#fff;
    background-color:#b348b7;
	cursor:default
}
/**************** CLASSES *************************/
.wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
}
.fl-left {float:left}
.fl-right {float:right}

/* ==========================================================================
   Gallery
   ========================================================================== */
ul.gallery {margin:0;padding:0}
ul.gallery li {
	list-style:none;
	display:inline;
}
ul.gallery a {
	padding: 2px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
	margin:5px; 
	overflow:hidden;
	width:205px;
	height:205px;
	position:relative
}
ul.gallery a:hover {
	border: 4px solid #7eb8f8;
	margin:3px;
}
ul.gallery img {
	height:205px;
	position: absolute;
	clip:rect(0,205px,205px,0);
}

/* ==========================================================================
   Columns
   ========================================================================== */
.col {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:100%;padding:0 15px}
.col img {max-width:100%}
.one-quarter {width:25%;}
.three-quarter {width:75%;}
.half {width:50%}
.one-third {width:33%}
.two-third {width:66%}
.one-fifth {width:20%;}
.two-fifth {width:40%;}
.three-fifth {width:60%;}
.four-fifth {width:80%;}

/* ==========================================================================
   Thank You Overlay
   ========================================================================== */
#thankyoumessage { margin: 0 auto; margin-top: 300px; width: 600px;  background: #b348b7; border-radius: 8px; border: solid 5px #fff;  z-index: 999; text-align: center; box-shadow: 0px 0px 5px #000; behavior:url(PIE.php);}
#thankyoumessage h2 { font: 30px 'Oswald', arial; color: #fff; margin-bottom: 0px; text-transform: uppercase;}
#thankyoumessage a { font: 11px tahoma, arial; color: #ccc; cursor: pointer; }
#overlay { background: rgba(0,0,0,0.7); position: fixed; top:0px; left: 0px; width: 100%; height: 100%; z-index: 999; -pie-background: rgba(0,0,0,0.7); behavior:url(PIE.php);}

/* ==========================================================================
   Scroll Up Styles
   ========================================================================== */
#scrollUp {
	bottom: 0px;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
	margin-bottom: 0px;
}

/* ==========================================================================
   Quick Contact
   ========================================================================== */
.qc {
	padding:20px 30px;
}
.qc h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.3em;
	margin:0 0 0.5em
}
.qc p {
	font-size:12px;
	line-height:1.3em;
	color:#d8d8d8;
}
.qc form {
	margin-bottom:0
}
.qc input, .qc textarea {
	width: 226px;
	margin-bottom: 5px !important;
	border-radius:0 !important;
}
.qc button, button.submit {
	color: #10579a;
	border: 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight:700;
	font-size:16px;
	cursor:pointer;
}
.qc button:hover, button.submit:hover {
	background-color:#fbf5d5
}
.foot-contact {
    color:#717171;
    text-align:right;
}
.foot-contact a {
    color:inherit;
    text-decoration:none;
}
.foot-contact a:hover {
    color:#000
}
#header .social {
    background:url(../images/header-social.jpg) no-repeat 10px 36px #fff;
    padding:12px 10px;
    color:#a6a6a6;
    font-size:22px;
    line-height:1em;
    text-align:right;
}
#header .social a {
    color:inherit;
}
#header .social a:hover {
    color:#000
}
.foot-contact .social {font-size:18px;line-height:1.1em}
.foot-contact .social a {color:inherit}
.foot-contact .social a:hover {color:#000}
.foot-contact .phone {font-family:'Lora',sans-serif;font-size:20px;line-height:1.1em}
.foot-contact .email {font-family:'Lora',sans-serif;font-size:16px;line-height:1.1em}

#colophon {
    padding-top:10px
}

.name {
    font-size:47px;
    line-height:1em;
    color:#b348b7;
    text-align:center;
    padding:20px 0 15px
}
.name small {
    color:#6a6a6a;
    font-size:22px;
    line-height:1.1em;
    display:block;
}
.name a {color:inherit}

.bookings {
    font-size:18px;
    line-height:1.2em;
    color:#353535;
    text-align:right;
    padding:25px 0;
}
.bookings .phone {
    color:#b348b7;
    font-size:24px;
    line-height:1.3em;
    display:block
}
.bookings .email {
    color:#a6a6a6;
    display:block;
    font-size:16px;
    line-height:1.4em;
}
.bookings .email a {
    color:inherit;
    text-decoration:none;
}
.bookings .email a:hover {
    color:#000;
}

.banner-vid {
    width:260px;
    margin:0 30px;
    font:18px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color:#b348b7;
    text-transform:uppercase;
    text-align:center;
}
.andrea {
    width: 302px;
    height: 349px;
    position: absolute;
    top: -95px;
    left: 50%;
    margin-left: -175px;
    z-index: 250;
    pointer-events:none;
}
.book-desc {
    width:200px;
}
.book-desc a {
    color:#b348b7;
    font-weight:700;
    text-decoration:underline;
}
.book-image {
    width:95px;
    margin-right:15px;
    padding-top:1em
}

.book {
    margin:1em 0
}

.book-preview {
    border-top:1px solid #c6c6c6;
    margin-top:1.5em
}

.mailing-list {
    border-top:1px solid #c6c6c6;
    margin-top:1.5em
}

.representation {
    border-top:1px solid #c6c6c6;
    margin-top:1.5em
}
.representation p {font-size:14px}

}
.mailing-list i {
    color:#b348b7;
    margin: 0 10px
}
.mailing-list p {font-size:14px}
.images img {
	margin:5px 10px
}
.mailing-list i a:hover {color:#d0d1d4}
.testimonial{margin-bottom:2em}
.testimonial p{margin-bottom:0}
.testimonial p.cite{margin-top:0;color:#999}

.mansonry * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.masonry .item {
  width:  120px;
  height:70px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.masonry .item img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height:100%;
	max-width:100%;
}

.remain {overflow:hidden}
.meet p {font-size:14px}
.purple {color:#b348b7;}
.hidden {
    display: none;
}

.border {padding:3px; border: #b348b7 1px solid; margin:0 10px 10px 0;}


/* ==========================================================================
   Quick Contact
   ========================================================================== */
.qc {
	padding:20px 30px;
}
.qc h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.3em;
	margin:0 0 0.5em
}
.qc p {
	font-size:12px;
	line-height:1.3em;
	color:#d8d8d8;
}
.qc form {
	margin-bottom:0
}
.qc input, .qc textarea {
	width: 226px;
	margin-bottom: 5px !important;
	border-radius:0 !important;
}
.qc button, button.submit {
	color: #10579a;
	border: 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight:700;
	font-size:16px;
	cursor:pointer;
}
.qc button:hover, button.submit:hover {
	background-color:#fbf5d5
}