/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Structural CSS
  -----------------------------------
*/

body {
	margin: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
}

p img, h1 img, h2 img, h3 img, h4 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.p7dmm-spcr {
	background: none !important;
}
.synergy-row .column-group .synergy-column {
	box-sizing: border-box;
}
.synergy-column {
	float: left;
}
.synergy-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}

.bookings-button{
	outline: none;
border-color: #FFF;
border-color: rgba(255,255,255,0.65);
color: #FFFFFF;
box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
background-color: #613B14;
font-size: 2em;
padding: 10px 12px;
text-decoration: none;
border: 1px solid;  
border-color: #FFFFFF;
display: block;
-webkit-transition: all linear .35s .1s;
transition: all linear .35s .1s;
    transition-property: all;
transition-property: all;
-webkit-transition-property: background-color, box-shadow, border-color;
transition-property: background-color, box-shadow, border-color;
max-width: 200px;
padding: 20px;
margin-bottom: -60px;
margin-top: 40px;
margin-left: auto;
font-family: 'Lobster', cursive;
margin-right: auto;
font-weight: normal;
}

.bookings-button a{
	color: #fff !important;
}

.bookings-button a:hover{
	color:#000 !important;
}

.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-85 {
	width: 85%;
}
.column-100 {
	width: auto;
	float: none !important;
}

/*Column Group Widths*/
.column-group.max-980 {
	max-width: 980px;
	margin: auto;
}
.column-group.max-1024 {
	max-width: 1024px;
	margin: auto;
}
.column-group.max-1200 {
	max-width: 1200px;
	margin: auto;
}
.column-group.max-1440 {
	max-width: 1440px;
	margin: auto;
}
.column-group.max-1600 {
	max-width: 1600px;
	margin: auto;
}

/*Row Backgrounds*/

.fixed-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

/*Media Queries*/
/*Small screens - all devices*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
}
/*Smartphones*/
@media only screen and (max-device-width: 480px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.txt-mgn-top {margin-top:10px;}
.txt-mgn-bottom {margin-bottom:10px;}

.max-400 {max-width:400px;}
.t-no-mar-top {margin-top:0;}
.t-no-mar-bot {margin-bottom:0;}
