/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	background-color: #ECECEC;
	background-image: url(img/boardroom-bg.png);
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: 'Oswald-Regular', Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	/*background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);*/
	background-color: #151515;
	
}
.sale {
	background: #EF4A2E;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 10px 0 !important;
	line-height: 1.75em;
	min-height: 40px;
	border-radius: 5px;
}
#masthead {padding:0;margin:0;/*box-shadow: 0px 0px 30px #000;*/color: #222;}
#masthead .column-content p {padding:0;margin:0 !important;}
.title {font-size: 2.75em !important; font-weight:bold; letter-spacing:2px;font-family: 'Oswald-Regular', Optima, Arial, Helvetica, sans-serif; text-align:right;}
.title span { color: #6B5E5A;}
.nav {padding:0;margin:0;}

/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}

.centertxt { text-align:center !important;}
/*Layout Wrapper*/
#layout {border-top:6px solid #151515;
	max-width: 1360px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row
.affinity-row:nth-child(odd) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}*/
/*Turns off the Background for Nested Rows
.affinity-row .affinity-row:nth-child(odd) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}*/
.greygrad {
	background-color: #ccc;
	background-image: -webkit-linear-gradient(#ccc, #eee);
	background-image: linear-gradient(#ccc, #eee);
}
.redgrad {
	background-color: #EF4A2E;
	background-image: -webkit-linear-gradient(#EF4A2E, #eee);
	background-image: linear-gradient(#EF4A2E, #eee);
}
/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top {
	padding-top: 0px !important;
}
.no-pad-bottom {
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 {
	font-family: 'Oswald-Regular', Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	font-weight:normal !important;
}
/*.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}*/
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}
p {margin:5px 0;}
/*Footer and Copyright*/
.footer { text-align:center;
	color: #000;color: #CFC9C7;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #726561;
	background-color: #857671 !important;
	background-image: -webkit-linear-gradient(#857671, #5F5450) !important;
	background-image: linear-gradient(#857671, #5F5450) !important;
}
.footer h3, .footer h4 {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #000;color: #CFC9C7 !important;
}
.footer a:hover, .footer a:focus {
	color: #CFC9C7;color: #eee !important;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
}


/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {	
	line-height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
}
 .largesse p {font-size: 1.25em;}
.largesse h1 {font-size: 2.25em !important;font-family: 'Oswald-Regular', Optima, Arial, Helvetica, sans-serif;color: #B9410C!important;}
.largesse span {color:#585353;font-size: .75em;}

/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}

/*Photo ovelay text and caption*/
.container {
    margin: 0 auto;
    max-width: 480px;
	/*line-height:normal !important;*/
}
.redtxt{ color:#cc0000 !important;}

/*
 * Caption component
 */
.caption {cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transform:translateZ(0);
            transform:translateZ(0);
	font-family:Helvetica, Arial, sans-serif; font-size:.95em;
}
.caption h1, .caption p {
    margin: 0;
    padding: 0;
	
}
.caption h1 {/*background: rgba(0, 0, 0, .6);width:100%;*/padding:5px 10px;/*margin-bottom:10px;*/ text-align:center;}

.caption ul {padding:0 0px 0 20px;margin:10px 0px 0 10px;}

.caption p, .caption li {
    margin:0px 0px;
    padding: 0;	
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
	-webkit-transition:background .35s ease-out;
}

.caption:hover::before, .caption:focus::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto !important;
}

.caption__overlay {
	width:70%; 
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 12%;
    padding: 0px ;
    color: white;
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
    -webkit-transition:-webkit-transform .35s ease-out;
    transition:transform .35s ease-out;
}

.caption:hover .caption__overlay, .caption:focus .caption__overlay {
    -webkit-transform:translateY(0);
            transform:translateY(0);
}

.caption__overlay__title {background: rgba(0, 0, 0, .6);
    -webkit-transform:translateY(-webkit-calc(-100% - 10px));
            transform:translateY(calc(-100% - 10px));
    -webkit-transition:-webkit-transform .35s ease-out;
    transition:transform .35s ease-out;
}

.caption:hover .caption__overlay__title, .caption:focus .caption__overlay__title {
    -webkit-transform:translateY(0);
            transform:translateY(0);
}

/* table content styles*/
.rightbrd {border-right:2px dotted #ccc;}
.greyrow {background-color: #eee;}
.datatble {margin:0; padding:0;width:100%;}
.datatble table {
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.datatble td {
	border-left:1px solid #999;
	padding:2px!important;
}
/* shed types images*/

#examples ul{
	margin: 0 auto;
	padding: 0;
}
#examples li{
	list-style-type: none;
	display: inline;
	margin:5px;
}
#examples img{padding:0 5px 10px 0;}


/*links and buttons*/

/*main links*/
a:link, a:visited {color: #B9410C;}
a:hover {color: #333;}

/*buttons*/
a.button {
	text-decoration: none !important;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 13px;
	margin: 10px 0 0 0 ;
	border: solid 1px #eee ;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
background-color: #477154;
	border-radius: 5px; background-image:none;
}

a.button:hover {
	text-decoration: none;
	background-color: #6A865A;
	border-color: #fff ;
}
a.button.orange {
	border-color: #fff ;
	background-color: #B9410C!important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

a.button.orange:hover {
	background-color:#a3620a !important;
}
/* button size */

a.button.small {
	font-size: 85%;
	font-weight: normal;
	padding: 3px 8px !important;
}

a.button.large {
	font-size: 120%;
	font-weight: bold;
	padding: 8px 20px;
}

.back-top a {
	background: #333 url(../../images/arrow-up.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
/*Contact form*/
form {border:none !important;}
.contactform { 
max-width:450px;
font-size: .9em; 
padding: 15px; 
display: block;
margin:0 auto;
/*background: #ddd;*/
font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
/*	border-radius: 6px !important;
	color: #000;
border:1px solid #999;*/
} 
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 1em !important;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], textarea, input[type=search], input[type=email] {
	border: none;border:1px solid #ccc;
	padding: 6px 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.3); 
}
input[type=text], input[type=search], input[type=email] {
	width: 240px;
	max-width: 90%;
}
/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus {
	background: #eee;
	outline: none;
}
/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
}
/* form button :hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #666;
}

label {color: #333;
	display: block;margin:2px 0;
}

.contactform p {display: block;margin:2px 0 8px 0;color: #333;}
.formerrors, b {color:#CC0000!important;font-size:.9em!important;}

/*Google Map*/
#gmap {
	width:70%;
	margin:0px auto;
	padding:0;
}
#map-canvas{
	height:500px; max-width:100%;border: 1px solid #888;
	}
.moremargintop{margin-top:20px;}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.largesse span { display:block;}
.largesse { line-height:normal !important;}
#masthead .title, #masthead .column-content { text-align:center !important;}

.p7TPM16 {
	width: 99% !important;
	margin: 0 auto;
}
#gmap {
	width:100% !important;
	margin:0px auto;
	padding:0;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
	.caption__overlay {
	left: 2%;
	width:95%;
}
}
/*2 Column with top spanning menu for Medium Browser Windows and Portrait Tablets*/

@media only screen and (min-width: 700px) and (max-width: 1024px) {
	.gall .column-third, #masthead .column-third{
	float: none !important;
	width: auto !important;
}
.gall .column-content, #masthead .column-content{
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
#masthead .column-content{
	text-align:center !important;
}
.p7TPM16 {
	width: 99% !important;
	margin: 0 auto;
}
}