html, body, img, div
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
 	font-family: "lato",sans-serif;
    	font-weight:400;
	font-style:normal;
	line-height:2.2;
}

#wrap{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
#wrap {
    width: 750px;
}
}
@media (min-width: 992px) {
#wrap {
    width: 970px;
}
}
@media (min-width: 1200px) {
#wrap {
    width: 1170px;
}
}

.header {
    border-bottom: 4px solid #572676;
    padding: 50px 0 50px;
}

.main-logo {
    width: 200px;
}

#navbar{
	background-color: #000000;
	min-height:70px;
}

.CMSListMenuUL {
    list-style-type: none;
    overflow: hidden;
}

.CMSListMenuUL li {
    float: left;
}

.CMSListMenuUL li a, .CMSListMenuUL li span {
    color: #fff;
    font-family: "lato",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.booking {
    color: #9c9c9c;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 60px 0 0;
}
.pull-right {
    float: right !important;
}

/* Change the link color to #111 (black) on hover */
.CMSListMenuUL li a:hover {
    color: #d2e3c0;
}

#content, #footer{
	padding: 10px;
}

#breadcrumbwrap{
	display:none;
}

#CurrentUser, #SignOutButton{
	padding: 10px;
	width:100px;
}

.bookingResultHeader{
	display:none;
}

#bookingResults {
    list-style-type: none;
    padding:0;
}

#bookingResults li
{
	margin:10px;
}

.bookingBookLink {
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}