/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/

body {
	background-color: #EDEDED;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}
h1, h2, h3, h4 {
	font-family: "proxima-nova",sans-serif;
}
h1 {
	font-size: 1.65em;
	line-height: 2;
	font-weight: 100;
	float: left;
	margin-right: 3px;
}
h2 {
	font-weight: 400;
	font-size: 1.75em;
}
h3, h4 {
	font-weight: 400;
}
h3 {
	font-size: 1.5em;	
}
h4 {
	font-size: .9em;
	text-transform: uppercase;
}
.p7DMM08 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 120%;
}

p img, h1 img, h2 img, h3 img, h4 img {
	border-radius: 5px;
}

.padded {
	padding: 20px 32px;
}
.cont {
	margin-bottom: 30px;
}

/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #FFF;
	background: rgba(255, 255, 255, .75);
	color: #000;
}
.synergy-color-2 {
	background-color: #151515;
	background: rgba(0,0,0,.8);
	color: #FFF;
	border-top-right-radius: 0px;
}
.synergy-color-3 {
	background-color: #CC3333;
	background: rgba(204, 51, 51, .75);
	color: #000;
}
.synergy-color-4 {
	background-color: #0099FF;
	background: rgba(0, 153, 255, .80);
	color: #FFF;
}
.synergy-color-5 {
	background-color: #669999;
	background: rgba(102, 153, 153, .80);
	color: #000;
}

/*Links*/
.synergy-color-1 a, 
.synergy-color-3 a {
	color: #000;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover { 
	color: #E16410; 
}
.synergy-color-2 a {
	color: #CDCDCD;
}
.synergy-color-2 a:hover {
	color: #FFF;
}
.synergy-color-4 a {
	color: #FFF;
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #000;
}
.synergy-color-5 a:hover {
	color: #FFF;
}
.extended {
	min-height: 600px;
}
/*Row Background Images
A synergy row spans the width of the browser window.*/

.bg-1 {
	background-color: #EBE7DA;
}
.bg-2 {
	background-image: url(art/bg-02.jpg);
	background-color: #1D1D1D;
	color: #FFF;
}
.bg-3 {
	background-color: #87221D;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #87221D),
	color-stop(0.27, #B8514C),
	color-stop(0.7, #BA5C4E),
	color-stop(1, #700400)
	);
	background-image: -o-linear-gradient(right, #87221D 0%, #B8514C 27%, #BA5C4E 70%, #700400 100%);
	background-image: -moz-linear-gradient(right, #87221D 0%, #B8514C 27%, #BA5C4E 70%, #700400 100%);
	background-image: -webkit-linear-gradient(right, #87221D 0%, #B8514C 27%, #BA5C4E 70%, #700400 100%);
	background-image: -ms-linear-gradient(right, #87221D 0%, #B8514C 27%, #BA5C4E 70%, #700400 100%);
	background-image: linear-gradient(to right, #87221D 0%, #B8514C 27%, #BA5C4E 70%, #700400 100%);
}

.bg-4 {
	background-color: #F3F3F3;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #D9D9D9),
	color-stop(0.27, #F3F3F3),
	color-stop(0.7, #F3F3F3),
	color-stop(1, #D9D9D9)
	);
	background-image: -o-linear-gradient(right, #D9D9D9 0%, #F3F3F3 27%, #F3F3F3 70%, #D9D9D9 100%);
	background-image: -moz-linear-gradient(right, #D9D9D9 0%, #F3F3F3 27%, #F3F3F3 70%, #D9D9D9 100%);
	background-image: -webkit-linear-gradient(right, #D9D9D9 0%, #F3F3F3 27%, #F3F3F3 70%, #D9D9D9 100%);
	background-image: -ms-linear-gradient(right, #D9D9D9 0%, #F3F3F3 27%, #F3F3F3 70%, #D9D9D9 100%);
	background-image: linear-gradient(to right, #D9D9D9 0%, #F3F3F3 27%, #F3F3F3 70%, #D9D9D9 100%);
}
.bg-5 {
	background-color: #CDC8B5;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #CDC8B5),
	color-stop(0.27, #E4E2DB),
	color-stop(0.7, #E4E2DB),
	color-stop(1, #CDC8B5)
	);
	background-image: -o-linear-gradient(right, #CDC8B5 0%, #E4E2DB 27%, #E4E2DB 70%, #CDC8B5 100%);
	background-image: -moz-linear-gradient(right, #CDC8B5 0%, #E4E2DB 27%, #E4E2DB 70%, #CDC8B5 100%);
	background-image: -webkit-linear-gradient(right, #CDC8B5 0%, #E4E2DB 27%, #E4E2DB 70%, #CDC8B5 100%);
	background-image: -ms-linear-gradient(right, #CDC8B5 0%, #E4E2DB 27%, #E4E2DB 70%, #CDC8B5 100%);
	background-image: linear-gradient(to right, #CDC8B5 0%, #E4E2DB 27%, #E4E2DB 70%, #CDC8B5 100%);
}

/*Vertical Rules*/
.left-border {border-left: 1px solid;}
.right-border {border-right: 1px solid;}

/*Special Rules*/
.large-type {
	font-size: 1.65em;
	line-height: 2;
	font-family: "proxima-nova",sans-serif;
	font-weight: 100;
	margin: 0;
}
#share-buttons {
	text-align: center;
}
#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
.footer {text-align: center; font-size: .8em;}
/****Forms******/
#form {
	font-family: "proxima-nova",sans-serif;
	width: 100%;
	margin: 0;
}
#enqForm {
	width: 84%;
}
#enqForm p, .g-recaptcha {
	padding-bottom: 25px;
}
select, input, textarea {
	position: relative;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.25em;
	width: 15em;
	height: 30px;
    padding:3px;
    margin: 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
	
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
			box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
	
    color: #4e4e4e;
	background-color: #fbfbfb;
	background-image: none;
	border: 1px solid #d8d8d8;
    outline:none;
    display: inline-block;
    
    cursor:pointer;
}

input:focus, textarea:focus, select:focus, button:focus, button:hover {
  outline: 0;
  border: 1px solid #77acc0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05), 0 0 12px rgba(0, 174, 239, .5);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05), 0 0 12px rgba(0, 174, 239, .5);
}	
button {
	line-height: .2em;
	font-size: 1em;
	font-weight: 100;
	width: 5em;
	height: 35px;
	padding: 10px 10px;
	color: #313131;
	background-color: #E9F3F8;
	background-image: none;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
	height: 90px;
}
.space {
	float: left;
	width: 220px;
	padding-right: 10px;
}
#enqForm label.error {
	font-size: .8em;
	color: #CF322A;
	margin: 0;
	float: right;
	line-height: .7em;
}
.req {
	font-size: .8em;
	color: #CF322A;
}
#services ul {
	list-style: none;
    padding-left: 1em;
}
#services ul li {
  padding-left: 1.3em ;
}
#services ul li:before {
  content: " >";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.reference {
	font-size: .7em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {
	position:relative; 
	text-align: left;
	font-weight: 100;
	font-size: 1.2em;
	line-height: 1.3em; 
}

@media only screen and (min-width: 700px) {
	select, input, textarea { width: 25em; }
	#form { width: 60%; margin: 0 auto; }
}