/*
Table of Content:
1. Main Style
2. Header
3. Home
4. About 
5. Services
6. CTA
7. Photos
9. Footer
9. Media Queries
10. Font-Face
*/

/*Main Style*/

p {
	font-family: 'Open Sans', sans-serif;
	color: #3c3c3c;
}

p.lead {
	font-size: 18px;
	color: #262424;
}


h1,h2,h3,h4,h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}


/*Header*/

header {
	background-color: white;
	border-bottom: 3px solid #b7b7b7;
	padding: 27px 0;
}

header nav ul {
	float: right;
	margin: 0;
}

header img {
	vertical-align: middle;
	padding-bottom: 7px;
}

header nav ul li {
	float: left;
	margin-left: 15px;
	line-height: 20px;
	margin-bottom: 0;
	font-family: Raleway, Arial, sans-serif;
    font-weight: bold;
}

header nav ul li a {
	color: #90D0F2;
	font-size: 17px;
	font-family: Raleway, Arial, sans-serif;
    font-weight: bold;
}

header nav ul li a:hover {
	color: #550354;
}

header nav select {
	display: none;
}

.headerphone {
	float: right !important;
	margin-top: 7px;
	margin-bottom: -12px;
	margin-right: 4px;
}

.headerphone a{
	font-size: 32px;
    font-weight: bold;
	text-align: right;
	color: black;
}

.headerphone a:hover {
	color: black;
}

.headerphone p{
	text-align: right;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 25px;
}

.headertext {
	font-size: 23px;
}

.HeaderSocialIcons{
	float: right;
}

.HeaderSocialIcons i a {
	color: #white;
	font-size: 16px !important;
}

.HeaderSocialIcons i {
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid white;
	padding: 6px;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: center;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/*Intro*/

section#Home {
	background-color: #eeeeee;
	padding: 50px 0;
}

section#Home img {
	margin: auto;
    display: block;
	margin-bottom: 50px;
}

section#Home h1 {
	color: #3c3c3c;
    font-weight: normal;
	font-size: 26px;
	line-height: 26px;
}

section#Home h2 {
	color: #3c3c3c;
    font-weight: normal;
	font-size: 23px;
	line-height: 30px;
}

section#Home p.lead {
	color: #3c3c3c;
}

section#Home h3 a{
font-size: 18px;
color: #BF3B3B !important;
}

section#Home h3 a:hover{
color:#820202 !important;
}

section#Home ul.list-services li {
	font-family: 'open sans';
	color: white;
}

section#Home ul.list-services li i {
	color: white;
	margin-right: 5px;
}

section#Home .order-form div {
	padding: 15px 20px;
	width: 75%;
	background: #FDEFCA;
	float: right;
	border: 2px solid #952c33;
	-moz-background-clip: border;    
  	-webkit-background-clip: border;
  	background-clip: border-box;      			
  	-moz-background-clip: padding;    
  	-webkit-background-clip: padding;  
  	background-clip: padding-box;      
}

section#Home .order-form i {
	color: #952c33;
	margin: 10px 0;
	text-align: center;
	display: block;
	font-size: 36px;
}

section#Home .order-form h2 {
	text-align: center;
	font-size: 26px;
    font-weight: bold;
}

section#Home .order-form h3 {
	text-align: center;
	color: #58880e;
	font-size: 20px;
	font-weight: bold;
}

section#Home .order-form p {
	text-align: center;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}

section#Home .order-form img {
	margin-right: 9px;
    display: block;
	padding-top: 20px;
}

section#Home .privacy {
	text-align: center;
	font-size: 13px !important;
}

.weekend-apts {
	font-size: 16px !important;
	color: #79AFD5 !important;
}

section#Home .order-form input,
section#Home .order-form textarea {
	width: 100%;
	--webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'open sans';
	background-color: #F9F9F9;
}

section#Home .order-form input.required.error {
	margin-bottom: 10px;
}

section#Home .order-form label.error {
	margin-bottom: 10px;
	font-family: 'open sans';
	font-weight: normal;
	color: red;
}

section#Home .order-form button.sent {
	background: #2E932C; 
}

section#Home .order-form button.sent:hover {
	background: #2E932C; 
}

section#Home .order-form button {
	background: #952c33;
	outline: none;
	border: none;
	display: block;
	margin-left: auto;
	border-radius: 0;
	text-shadow: none;
	margin-right: auto;
	color: white;
	padding: 10px 18px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#Home .order-form button:hover {
	background: #ca3e48;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/*About*/

section#About {
    background-color: #FFFFFF;
	padding: 50px 0;
}

section#About .preambule {
	margin-bottom: 20px;
	text-align: left;
}

section#About .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#About .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#About h5 {
	margin: 5px 0;
	font-size: 21px;
	text-align: center;
}

section#About .info ul.list-services li {
	font-family: 'open sans';
}

section#About .info ul.list-services li i {
	color: rgba(115, 11, 20, 0.83);
	margin-right: 5px;
}

section#About .practice-areas i {
	color: #65b174;
}

section#About .practice-areas p {
	font-size: 17px;
}

section#About .practice-areas blockquote {
	font-family: 'open sans';
	border-left-color: #23436E;
	font-size: 15px;
}

section#About .practice-areas blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}

/*CTA*/

section#CTA {
	background: #952c33;
	padding: 50px 0;
}

section#CTA .preambule {
	margin-bottom: 10px;
	text-align: center;
}

section#CTA p.ctaphone {
	text-align: center;
	color: white;
}

section#CTA .lead {
	color: white !important;
}

section#CTA h3 {
	color: white;
}

section#CTA strong {
	color: white;
}

section#CTA .question i {
	float: left;
	margin-right: 5px;
	font-size: 20px;
	margin-top: 8px;
	color: white;
}

section#CTA .preambule button {
	background: none;
	outline: none;
	border: 1px solid white;
	display: block;
	margin-left: auto;
	border-radius: 0;
	text-shadow: none;
	margin-right: auto;
	color: white;
	padding: 10px 18px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#CTA .preambule button:hover {
	background: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/*Testimonials*/

section#Testimonials {
    background-color: #FFFFFF;
	padding: 50px 0;
}

section#Testimonials .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#Testimonials .preambule p {
    font-size: 18px;
}

section#Testimonials img {
	display: block;
	margin: auto;
	padding-bottom: 10px;
}

section#Testimonials h3 {
	font-size: 24px;
	line-height: 28px;
}

section#Testimonials h4 {
	text-align: center;
}

section#Testimonials .testimonial {
	font-size: 18px;
	text-align: center;
}

/*Location*/

section#Location {
    background-color: #eeeeee;
	padding: 50px 0;
}

section#Location .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#Location a {
    color: #4c8bd6;
}

section#Location a:hover {
    text-decoration: underline;
}

section#Location p {
    font-size: 18px;
}

section#Location .NAP p {
	font-size: 20px;
}

section#Location .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#Location .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#Location h5 {
	margin: 5px 0;
	font-size: 21px;
	text-align: center;
}

section#Location .info ul.list-services li {
	font-family: 'open sans';
}

section#Location .info ul.list-services li i {
	color: rgba(115, 11, 20, 0.83);
	margin-right: 5px;
}

section#Location .practice-areas i {
	color: #319342;
}

section#Location .practice-areas blockquote {
	font-family: 'open sans';
	border-left-color: #23436E;
	font-size: 15px;
}

section#Location .practice-areas blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}


/*Footer*/

footer#footer {
	background: url(../images/binding_dark.png) center repeat;
    -webkit-background-size: inherit;
    background-size: inherit;
	padding: 50px 0 20px 0;
}

footer#footer p.copyrights {
	text-align: center;
	color: #FFFFFF;
}

footer#footer .social {
	display: table;
	text-align: center;
	margin: 20px auto;
}

footer#footer .social li {
	float: left;
	width: 45px;
}

footer#footer .social li a {
	text-align: center;
	--webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding: 6px;
	width: 15px;
	height: 15px;
	display: block;
	vertical-align: center;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li a:hover {
	border-color: #FFFFFF;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li i {
	color:  #FFFFFF;
	font-size: 16px;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.logo {
			margin-bottom: 10px !important;
		}
		
		img {
			margin-left: auto  !important;
			margin-right: auto  !important;
			display: block  !important;
		}
		
		h3 {
			font-size: 22px !important;
			line-height: 24px !important;
		}
		
		h4 {
			font-size: 18px !important;
			margin-bottom: 7px !important;
		}
		
		p.lead {
			font-size:16px;
		}
		
		.bbb-badge {
			padding-bottom: 20px !important;
		}
		
		.headerphone {
			float: none;
		}
		
		.headerphone p{
			text-align: center !important;
		}
		
		.headerphone a{
			font-size: 30px !important;
		}
		
		.headertext {
			padding-top: 0px !important;
			font-size: 21px !important
		}
		
		.HeaderSocialIcons {
			float: none !important;
			text-align: center !important;
		}
		
		section#Home {
			padding: 35px 0;
		}
		
		section#Home h1 {
			text-align: center !important;
			font-size: 23px;
			line-height: 25px;
			padding-bottom: 0px !important;
		}
		
		section#Home h2 {
			font-size: 19px;
			line-height: 25px;
			text-align: center;
		}
		
		section#Home img {
			margin-bottom: 20px;
		}
		
		section#Home h3{
			text-align: center !important;
		}
		
		section#Home .order-form {
			padding-top: 10px;
		}
		
		section#Home .order-form h2 {
			font-size: 22px;
		}
		
		section#Home .order-form p {
			font-size: 16px;
		}
		
		section#Home .order-form input {
			width: 100% !important;
		}

		section#Home .order-form button {
			box-sizing: border-box;
			width: 100%;
		}

		header nav ul {
			display: none;
		}

		header nav select {
			display: none !important;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			width: 100%;
			height: 30px;
			margin-top: 20px;
		}

		section#Home .order-form div {
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
		}
		
		section#About {
			padding: 35px 0 !important;
		}
		
		section#About .preambule {
			margin-bottom: 0 !important;
		}
		
		section#About iframe {
			width: 100%;
			height: 230px;
		}
		
		section#CTA {
			padding: 35px 0 !important;
		}
		
		section#CTA .preambule {
			margin-bottom: 0 !important;
		}
		
		section#Testimonials {
			padding: 35px 0 !important;
		}	
		
		section#Testimonials .preambule p {
			font-size: 16px;
		}
		
		section#Testimonials .testimonial {
			font-size: 17px;
		}
		
		section#Testimonials .last-mob {
			padding-bottom: 0 !important;
		}
		
		section#Location {
			padding: 35px 0 !important;
		}

		section#Location p {
			font-size: 16px;
		}
		
		section#Location iframe {
			padding-bottom: 20px;
		}
		
		section#Location .NAP p {
			font-size: 16px;
		}
		
		.one-third.column p {
			text-align: center;
		}
		
		footer#footer .social li {
			float: left;
			width: 30px;
			padding: 0 5px;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/* #Font-Face
	================================================== */
	
	/*	@font-face {
		  font-family: 'FontAwesome';
		  src: url('../font/fontawesome-webfont.eot');
		  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
		  font-weight: normal;
		  font-style: normal;
	}
	*/