/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  05: 3 Col Flex Portal
  ------------------------------------------------
*/

body {
	font-family: 'Droid Serif', serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}

.masthead {
	padding: 10px 10px 18px 14px;
	text-align: left;
	background-color: #fff;
	position: relative;
	z-index: 10;
	/*box-shadow: 0px 0px 30px #000;*/
}

.content-wrapper {
	margin: 6em 1.25em 0em 1.25em;
	overflow: hidden;
}

.columns-wrapper, .menu-top-wrapper {
	max-width: 1024px;
	margin: auto;
}
.menu-top-wrapper {
	font-family: 'Ubuntu', sans-serif;
	margin-left: 15px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	margin-bottom: 30px;
}


/*Columns Structure*/
.column-1, .column-2 {
	float: left;
	width: 62%;
	margin-right: 7%;
}
.column-3 {
	float: left;
	width: 31%;
	margin-left: 0%;
	/*display: block;
	background-color: #d9d8d6;*/
	/*margin-top: 49px;*/
}
.column-1.portfolio {
	width: 31%;
	margin-right: 0%;
}
.column-3.portfolio {
	width: 31%;
	margin-left: 0%;
}
.column-2.portfolio {
	width: 31%;
	margin-left: 3.5%;
	margin-right: 3.5%;
}
.column-1.portfolio-item {
	width: 27.5%;
	margin-right: 3.5%;
}
.column-3.portfolio-item {
	width: 31%;
	margin-left: 0%;
	
}
.column-3.portfolio-item-3kol {
	width: 65.5%;
	margin-left: 3.5%;
}
.column-2.portfolio-item {
	width: 31%;
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.column-1 .content, .column-2 .content {
	padding: 10px 0px 12px 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #5c6670;
	font-size: 13px;
	color: #000;
	/*border: 1px solid;
	border-radius: 5px;*/
}
.column-3 .content {
	padding: 10px 0px 12px 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #5c6670;
}

.column-3.no-text .content {
	border-top: none;
	border-bottom: none;
}

.column-3.portfolio .content, .column-2.portfolio .content {
	padding-top: 59px;
}

/*.column-3.portfolio-item .content, .column-2.portfolio-item .content, .column-2.portfolio-item .content {
	padding-top: 15px;
}*/
.content p {
	line-height: 1.5;
}
.large-type p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	color: #5c6670;
}
.portfolio-item .large-type p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #000;
}
.credits p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 15px;
	color: #5c6670;
}
	
.topbanner p {
	display:none;
	font-family: 'Ubuntu', sans-serif;
	margin: 0px 0px 15px 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 700; 
	letter-spacing: 4px;
	color: #fff;
	line-width: 1.35;
	background-color: #5c6670;
	border-bottom: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

.flag-wrapper p {
	margin: 0px 0px 6px 12px;
	text-align: left;
}

/*.column-3 .content p  {
	line-height: 1.2;
}*/
.column-3 .large-type p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000;
}
.column-3 .magentalinks p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	position: absolute;
	bottom: 14px;
}
.column-3 .magentalinks-top p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	position: absolute;
	top: -2px;
}
.magentalist li  {
    list-style-type: none;
    list-style-position: inside;
    text-indent: -1.1em;
    padding-left: 1.1em;
	line-height: 1.5;
}
.magentalist li:before {
    content: "■";
	padding-right: 7px;
    color: #bf9752;
}
.pf-list li  {
	font-family: 'Ubuntu', sans-serif;
	color: #5c6670;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
    list-style-type: none;
    list-style-position: inside;
    text-indent: -1.15em;
    padding-left: 1.1em;
	line-height: 1.5;
}
.pf-list li:before {
    content: "■";
	padding-right: 7px;
    color: #bf9752;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: 'Ubuntu', sans-serif;
	}
h1 { font-size: 26px;
	 font-weight: 300; 
	 color: #5c6670;
	 line-height: 1.35em;
	 margin-bottom: 25px;
	 margin-top: 0px;}
h2 { font-size: 14px;
	 font-weight: 300; 
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 color: #000; 
	 line-height: 1.3em;
	 margin: 18px 0px -4px 0px;}
.column-1 h2, .column-2 h2 { 
	 font-size: 14px;
	 font-weight: 700; 
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 color: #5f61a5; 
	 line-height: 1.6em;
	 margin: 25px 0px -10px 0px;}
.column-3 h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	color: #bf9752;
	margin: 25px 0px -2px 0px;}
.portfolio-item h2 {
	margin-top: 5px;
 }
		
/*.column-3.portfolio h2 {
	font-size: 14px;
	 font-weight: 700; 
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 color: #5f61a5; 
	 line-height: 1.6em;
	 margin: 25px 0px -10px 0px;}*/
h3 { font-size: 14px;
     font-weight: 700;
	 color: #bf9752;
	 margin: 15px 0px 3px 0px;
	 }
.column-1 h3 {
	color: #5f61a5;
}
.column-3.portfolio h3, .column-1.portfolio h3, .column-2.portfolio h3 {
	margin: 20px 0px 3px 0px;
}
h4 { font-size: 1.1em; 
	 font-weight: 700;}
.chapeau {	
	margin: 0px 0px 10px 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	font-weight: 700; 
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #5f61a5;
	line-height: 1.35em;
}
.chapeau.home {
	font-size: 24px;
}
.intro-large {	
	margin: -25px 0px 25px 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	line-height: 1.35em !important;
	font-weight: 300; 
	color: #5c6670;
	line-height: 1.35em;
}
	

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

.column-3 .content h2:first-child  {
	margin-top: 2px;
}



/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	/*border-radius: 5px;*/
}

img.scalable-hide-small {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	/*border-radius: 5px;*/
}
img.scalable-show-small {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: none;
	/*border-radius: 5px;*/
}


.pf-100 {
	margin-top: 12px;
	margin-bottom: 12px;
}
.pf-75 {
	max-width: 75%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.pf-60 {
	max-width: 60%;
	margin-top: 12px;
	margin-bottom: 12px;
}
#carousel {
	position: relative;
}

/*.topimage {
	float:right;
}*/


/*.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}*/
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #818286;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #5f61a5;
}
#logo a:hover {
	opacity: 0.6;
}
.content.p7ehc-1 a:hover {
	opacity: 0.6;
}
.footer a {
	color: #5c6670;
	font-weight: 700;
	text-decoration: none;
	border-bottom: none;
}
.footer a:hover, .footer a:focus { color: #5f61a5; 
}

.large-type p a {
	display: inline-block;
	background-color:#ed0d92;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	position: relative;
	top: -3px;
	border:none;
}
.large-type p a:hover, .large-type p a:focus {
	background-color:#5f61a5;
	color:#FFF;
	border:none;
	opacity: 1.0 !important;
}

.column-3 h2 a {
	color: #bf9752;
}

h3 a {
	color: #bf9752 !important;
	text-decoration: none !important;
}
h3 a:hover, h3 a:focus {
	color: #5f61a5 !important;
	text-decoration: none !important;
	opacity: 1.0 !important;
}


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #fff;
	/*border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;*/
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
/*
.fixed-height-heading {
	height: 5em;
}*/

/*The Footer*/
.footer {
	background-color: #d9d8d6;
	/*box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;*/
	padding: 0px 10px 0px 15px;
	margin: 0px 0px important!;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p .footerlinks {
	white-space: pre-wrap;
}
/*.footer p .rechts-lijnen {
	color:#000;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}*/
.footer img {
	margin-bottom: -1px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 705px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {
	margin: 0px; border: none;}
.column-1, .column-2, .column-3 {
	width: auto !important;
	float: none !important;
	margin: 0px !important;
}

.column-1 .content, .column-2 .content, .column-3 .content {
	padding: 20px 15px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.column-3 .magentalinks p {
	position: relative;
}
.column-3.portfolio .content {
	padding-top: 0px !important;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}

img.scalable-hide-small {
	display: none;
}
img.scalable-show-small {
	display: block;
}
/*.topimage {
	display:none;*/

.pf-75, .pf-60 {
	max-width: 100%;
}


.footer p .footer-menu {
	display: none;
}
.footer {
	background-color: #fff;
}
.menu-top-wrapper {
	margin-left: 0px;
}
.column-3 .magentalinks-top p {
	display: none;
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 705px) and (max-width: 1000px) {
/*.column-1 .content, .column-2 .content, .column-3 .content {padding: 20px 15px;}*/
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 15px; margin-right: 10px;}
.menu-top-wrapper {
	margin-left: 5px;
}
.pf-75, .pf-60 {
	max-width: 100%;
}

/*.fixed-height-heading {
	height: 7em;
}*/

}
