/*******************************************************************************

	CSS on Sails Framework
	Title: DAG Ventures
	Author: XHTMLized.com
	Date: June 2013	

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Normalized Styles
		1.6 Image Replacement		

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home
		3.2 Investments
		3.3 Team
		3.4 Profile
		3.5 About
		3.6 Investment News
		3.7 Contact Us
		3.8 LP

	4. RESPONSIVE
	5. PRINT
	6. RETINA

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 1000;
}

#accessibility-nav a {
	position: absolute;
	top: 0;
	white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
	left: 9999em;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.mini-logout-btn:after,
.logout-btn:after,
.quarters-lists a:after,
.main-header:after, 
.main-footer:after, 
.main-navigation:after,
.container:after, 
.main-content:after,
.bg-img:after, 
.bg-tile:after,
.tiles:after,
.section-header:after,
.page-header:after,
.container_grid:after,
.team-nav:after,
.team-content:after,
.team-content-wrapper:after,
.team-member:after,
.pagination:after,
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/ 

@font-face {
    font-family: 'Crimson Text Roman';
    src: url('../../assets/crimsontext-roman-webfont.eot');
    src: url('../../assets/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/crimsontext-roman-webfont.woff') format('woff'),
         url('../../assets/crimsontext-roman-webfont.ttf') format('truetype'),
         url('../../assets/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../assets/opensans-webfont.eot');
    src: url('../../assets/opensans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/opensans-webfont.woff') format('woff'),
         url('../../assets/opensans-webfont.ttf') format('truetype'),
         url('../../assets/opensans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../../assets/opensans-semibold-webfont.eot');
    src: url('../../assets/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/opensans-semibold-webfont.woff') format('woff'),
         url('../../assets/opensans-semibold-webfont.ttf') format('truetype'),
         url('../../assets/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/

body {
	-webkit-text-size-adjust: none;
	font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff;
}

hr {
	display: none;
}

strong {
	font-family: 'Open Sans Semibold', Arial, sans-serif;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a  {
	text-decoration: none;
	color: #969391;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.local-link2:hover, 
.tile-news li:hover .local-link2,
a:hover {
	border-bottom: 1px solid #F2A621;
}

a:hover, a:active, a:focus {
	color: #F2A621;
	cursor: pointer;
	text-decoration: none;

}

a.current-page:hover, a.current-page:active, a.current-page:focus {
	cursor: default !important; 
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important; 

}

.local-link {
	font: 12px/20px 'Open Sans Semibold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.local-link2 {
	position: relative;
	color: #F2A621;
	font-size: 14px;
	line-height: 24px;
}

.local-link2,
.remote-link {
	position: relative;
	display: inline-block;
	
}

.remote-link:after,
.local-link2:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -3px;
	right: -16px;
}

.remote-link:after {
	background: transparent url(../../assets/site/sprite.png) no-repeat -22px -52px;
}

.local-link2:after {
	background: transparent url(../../assets/site/sprite.png) no-repeat -33px -52px;
}

.btn-close {
	display: block;
	width: 14px;
	height: 15px;
	text-indent: -9999em;
	background: transparent url(../../assets/site/sprite.png) no-repeat -125px -27px;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
	display: block;
	position: relative;
	overflow: hidden;
}

.ir span {
	display: block;
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	margin: 0 auto;
}

.no-bg-img,
.bg-img {
	margin: 0 auto;
	clear: both;
	width: 100%;
	background: #fefefe;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-img-1 {
	background-image: url(../../assets/site/bg1.jpg);
}

.bg-img-2 {
	background-image: url(../../assets/site/bg2.jpg);
}

.bg-img-3 {
	background-image: url(../../assets/site/bg3.jpg);
}

.bg-img-4 {
	background-image: url(../../assets/site/bg4.jpg);
}

.bg-img-5 {
	background-image: url(../../assets/site/bg5.jpg);
}

.bg_about {
	background-image: url(../../assets/site/bg_about.jpg);
}

.bg_404 {
	background-image: url(../../assets/site/bg_404.jpg);
}

.bg_investments {
	background-image: url(../../assets/site/bg_investments.jpg);
}

.bg_news {
	background-image: url(../../assets/site/bg_news.jpg);
}

.bg_sitemap {
	background-image: url(../../assets/site/bg_sitemap.jpg);
}

.bg_team {
	background-image: url(../../assets/site/bg_team.jpg);
}

.bg_home {
	background-image: url(../../assets/site/bg_home.jpg);
}

.bg-img:before {
	content:'';
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: transparent url(../../assets/site/bg_tile.png) repeat 0 0;
}

.main-header,
.main-footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 100%;
	min-width: 975px;
	z-index: 100;
	background: #fff;
}

.main-footer a,
.active a {
	color: #F2A621; /* gold color */
}

/* z-index */
.bg-img {
	position: relative;
	z-index: 0;
}

.bg-img:before {
	position: absolute;
	z-index: 1;
}

.main-content {
	position: relative;
	z-index: 2;
}


/* Three columns width */
/* Containers
----------------------------------------------------------------------------------------------------*/

.container_grid {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

.main-header {
	padding-top: 35px;
	min-height: 64px;
}

.main-header .container {
	width: 975px;
}

.main-footer .container {
	width: 970px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.site-name {
	position: relative;
	float: left;
	width: 200px;
	height: 22px;
	margin-left: 6px;
	text-indent: -9999em;
}

.team-button-close, .team-button-close:hover,
.nav-button, .nav-button:hover,
.site-name, .site-name:hover {
	border: none;
}

.site-name span {
	background: transparent url(../../assets/site/sprite.png) no-repeat 0 0;
}

.nav-button {
	display: none;
	width: 24px;
	height: 19px;
	text-indent: 9999em;
	float: right;
	overflow: hidden;
	background: transparent url(../../assets/site/sprite.png) no-repeat -172px -27px;
}

.team-button-close {
	width: 15px;
	height: 14px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

.nav-button-close, .team-button-close {
	background: transparent url(../../assets/site/sprite.png) no-repeat -100px -49px;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

.main-navigation {
	float: right;
	margin-right: -12px;
	text-align: right;
	text-transform: uppercase;
	font: 13px/20px 'Open Sans Semibold', Arial, sans-serif;
}

.main-nav-items li {
	display: inline-block;
}

.main-nav-items a {
	display: block;
	padding: 4px 0 0;
	margin: 0 11px;
	letter-spacing: 1px;
}

.main-nav-items a:hover {
	border-bottom: 1px solid #fff;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

.main-content {
	width: 974px;
	margin: 0 auto;
}

.main-content.standard {
	padding: 100px 0 90px;
}

h1, h2, h3 {
	color: #454341;
}

h1, h2 {
	font-family: 'Crimson Text Roman', 'Times New Roman', serif;
	text-transform: none;
}

h1 {
	font-size: 50px;
	line-height: 56px;
}

h1 span {
	color: #777;
}

h1.two-lines span {
	display: block;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3, .btn {
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn {
	display: inline-block;
}

.btn-primary {
	margin: 0;
	border: 0;
	padding: 11px 25px !important;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f2a621;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.btn-primary:hover {
	color: #fff;
	background-color: #ea932d;
}

.page-header {
	clear: both;
}

.page-main-headline {
	max-width: 985px;
	margin-bottom: 115px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

.main-footer {
	padding-top: 35px;
	font-size: 12px;
	line-height: 20px;
}

.foot-nav {
	float: left;
}

.foot-nav a {
	display: inline-block;
	margin-right: 20px;
}

.foot-nav, .foot-copyright, .foot-fine-link {
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.foot-vcard {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
}

.foot-vcard .tel {
	display: inline-block;
	margin-right: 10px;
}

.foot-fine-link,
.up-link {
	position: absolute;
	top: 0;
	right: 0;

}

.up-link {
	display: none;
	width: 14px;
	height: 16px;
	text-indent: -9999em;
	background: transparent url(../../assets/site/sprite.png) no-repeat -2px -48px;
}

.up-link:hover{
	border: none;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

.tile-wrapper {
	float: left;
}

.tile {
	position: relative;
	margin-bottom: 10px;
}

.tile, .tile-content {
	width: 318px;
	height: 318px;
}

.tile, .tile * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tile-headline {
	text-transform: none;
}

/* Sneak peak Tiles ------------------------------------------------------------- */

.tile-sneakpeak .tile-img {
	position: relative;
	border: none;
	overflow: hidden; 
	float: left; 
	width: 318px;
	cursor: pointer;
}

.tile-sneakpeak .tile-img img {
	display: block;
	width: 318px;
	height: 318px;
}

.ie8 .tile-sneakpeak .tile .tile-img span,
.tile-sneakpeak .tile .tile-img:after {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #72706f;
	content: " ";
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



.tile-sneakpeak.clicked .tile .tile-img:after,
.tile-sneakpeak .tile:hover .tile-img:after { 
	opacity: .99;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ie8 .tile-sneakpeak .tile .tile-img span,
.ie8 .tile-sneakpeak .tile .tile-img:after {
	display: none;
}


.ie8 .tile-sneakpeak.clicked .tile .tile-img span,
.ie8 .tile-sneakpeak .tile:hover .tile-img span {
	display: block;
}

/*.ie8 .tile-sneakpeak.clicked .tile .tile-img span,
.ie8 .tile-sneakpeak .tile:hover .tile-img span {
	display: block !important;
}*/

.tile-sneakpeak .tile {
	color: #fff;
}

.tile-sneakpeak .tile-content {
	position: relative;
	padding: 45px 40px;
	float: right;
}

.tile-sneakpeak .tile,
.tile-sneakpeak .tile-content {
	background-color: #72706f;
}

.tile-sneakpeak .local-link {
	position: absolute;
	left: 40px;
	bottom: 35px;
	color: #fff;
}

.tile-sneakpeak .tile-content:hover .local-link,
.tile-sneakpeak .local-link:hover {
	border-color: #fff;
}

.tile-sneakpeak .tile-headline,
.tile-info .tile-headline {
	font: 28px/34px 'Crimson Text Roman', 'Times New Roman', serif;
}

.tile-sneakpeak .tile-img + .tile-content {
	height: 328px;
}


/* Logo Tiles ------------------------------------------------------------- */

.tile-logo .tile {
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
}

.tile-logo .tile-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 318px;
	height: 318px;
	padding: 32px;
	opacity: 0;	
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	background-color: #f2a621;
}

.tile-logo .tile-content a {
	display: none;
}

.ie8 .tile-logo .tile-content {
	top: 318px;
}

.tile-logo.clicked .tile-content {
	opacity: 0.999;
}
.tile-logo.clicked .tile-content a {
	display: inline-block;
}

.ie8 .tile-logo.clicked .tile-content {
	top: 0;
}

.tile-logo .tile-content/*,
.tile-logo.clicked .tile-content */{
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-tap-highlight-color: transparent;	
}

.tile-logo,
.tile-logo * {
	-webkit-tap-highlight-color: transparent;	
}

.tile-logo .tile-headline {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
}
.tile-logo .desc,
.tile-logo .remote-link {
	font-size: 13px;
}

.tile-logo .desc {
	margin-bottom: 15px;
	line-height: 13px/18px;
}

.tile-logo .remote-link {
	font-style: italic;
	color: #fff;
}

.tile-logo .remote-link:hover {
	border-color: #fff;
}

.tile-logo .acquired {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.6px;
}

/* Logo vertical align */
.tile-logo .tile-img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 318px;
	height: 318px;
	border: 0px solid #f2a621;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.tile-logo .tile-img * {
	vertical-align: middle;
}

.tile-logo:hover .tile-img {
	border: 3px solid #f2a621;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in;
}

.tile-logo .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}


/* Info Tiles ------------------------------------------------------------- */

.tile .tile-centered .centered {
	display: inline-block; 
	vertical-align: middle;
	width: 98%;
}
.tile .tile-centered:before{
	height: 100%;
	display: inline-block; 
	vertical-align: middle;
	content:"";
	width: 0px;
	visibility: none;
}

.tile-info .tile-content {
	padding: 40px;
	float: left;
	width: 318px;
	height: 318px;
	font-size: 14px;
	line-height: 24px;
}

.tile-info .tile-content + .tile-content {
	padding-top: 10px;
}

.tile-info .tile-headline {
	font-size: 24px;
	line-height: 30px;
}

.tile-info .desc {
	margin-bottom: 20px;
}

.tile-category {
	display: block;
	margin-bottom: 45px;
	color: #F2A621;
	font: 12px/20px 'Open Sans Semibold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-home-menu {
	display: none;
}


/* 3.2 Investments
------------------------------------------------------------------------------*/

.container_grid .section-header {
	margin: -45px 5px 10px;
	min-height: 34px;
}

.section-header h3 {
	display: none;
	float: left;
	margin-top: 7px;
}

.section-header .filter {
	float: right;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* @group Base */
.chzn-container {
	font-size: 12px;
	line-height: 20px;
  	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	letter-spacing: 0.5px;
}

.chzn-container .chzn-drop {
	background: #fff;
	border-top: 0;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 0 3px 5px -2px rgba(9,9,9,.1);
	-moz-box-shadow: 0 3px 5px -2px rgba(9,9,9,.1);
	box-shadow: 0 3px 5px -2px rgba(9,9,9,.1);
	z-index: 1010;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-ms-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.chzn-container.chzn-with-drop .chzn-drop {
  max-height: 200px;
  height: auto;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius   : 2px;
	border-radius        : 2px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 7px 12px;
	
	color: #444;
	text-decoration: none;
}

.chzn-container-single .chzn-default {
	color: #777;
	border: none;
}

a.chzn-single,
a.chzn-single:hover,
.chzn-container-single .chzn-default:hover {
	border: none;
}

.chzn-container-single .chzn-single span {
	margin-right: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.chzn-container-single .chzn-single-with-deselect span {
	margin-right: 38px;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  display: block;
  height: 4px;
  width: 7px;
}

.chzn-container-single .chzn-single div b {
  background: url('../../assets/site/sprite.png') no-repeat -71px -55px;
  display: block;
  width: 7px;
  height: 4px;
}

.chzn-container-active .chzn-single div b {
	background-position: -81px -55px;
}

.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius   : 0 0 2px 2px;
  border-radius        : 0 0 2px 2px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */


/* @group Results */
.chzn-container .chzn-results {
  margin: 5px 12px 4px 12px;
  border-top: 1px solid #e3e3e3;
  max-height: 240px;
  padding: 4px 0 7px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 20px;
  padding: 11px 4px 7px;
  margin: 0;
  list-style: none;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .result-selected {
	position: relative;
	color: #454341;
}

.chzn-container .chzn-results .result-selected:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 14px;
	top: 50%;
	right: 6px;
	margin-top: -7px;
	background: transparent url(../../assets/site/sprite.png) no-repeat -49px -49px;
}

.chzn-container .chzn-results .highlighted {
	color: #f2a621;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
/* @end */



/* 3.3 Team
------------------------------------------------------------------------------*/

.ie8 .tiles-team .tile-sneakpeak.clicked .tile .tile-img span,
.ie8 .tiles-team .tile-sneakpeak .tile:hover .tile-img span,
.tiles-team .tile-sneakpeak.clicked .tile .tile-img:after,
.tiles-team .tile-sneakpeak .tile .tile-img:after { 
	border: 3px solid #f2a621;
}

.tile-idcard {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 3px solid #767574;
	width: 100%;
	padding: 20px 20px 15px;
	cursor: pointer;
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #767574;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.tile-sneakpeak .tile-img.tile-team-img img {
	display: block;
	width: 318px;
	height: 229px;
}

 /* Clicked */
.tiles-team .tile-sneakpeak.clicked .tile-idcard {
	border: 3px solid #f2a621;
	background-color: #f2a621;
}

.tile:hover .tile-idcard {
	border-color: #f2a621;
	background-color: #f2a621;
}

.tile-idcard .name,
.tile-idcard .profession {
	display: block;
}

.tile-idcard .name {
	font-size: 14px;
}

.tile-idcard .profession {
	font-size: 12px;
}

.team-content-wrapper {
	width: 647px;
	background-color: #fff;
}

.team-content {
	padding: 40px 40px 85px 45px;
}

.member-head {
	margin-bottom: 45px;
}

.member-head span {
	display: block;
	color: #777;
}

.team-nav {
	margin-bottom: 30px;
}

.prevnext {
	float: left;
}

.prevnext a {
	display: inline-block;
	width: 25px;
	height: 19px;
	margin-right: 20px;
	border: none;
	cursor: auto;
	text-indent: -9999em;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	background: transparent url(../../assets/site/sprite.png) no-repeat 0 0;
}

.prevnext a.active {
	cursor: pointer;
}

.prevnext a:hover {
	border: none;
}

.prevnext a.prev {
	background-position: -82px -24px;
}

.prevnext a.prev.active:hover {
	background-position: -55px -24px;
}

.prevnext a.next {
	background-position: 0px -24px;
}

.prevnext a.next.active:hover {
	background-position: -28px -24px;
}

.team-nav .team-button-close {
	float: right;
	margin-top: 5px;
	background-position: -110px -49px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.team-nav .team-button-close:hover {
	background-position: -110px -27px;
}

.mailme {
	position: relative;
	display: block;
	padding-left: 28px;
	color: #F2A621;
	border: none;
}

.mailme:hover {
	border: none;
}

.mailme:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 13px;
	top: 50%;
	margin-top: -5px;
	left: 0;
	background: transparent url(../../assets/site/sprite.png) no-repeat -145px -27px;
}

.team-member .mailme {
	margin: 0 0 50px 5px;
	font-size: 14px;
	line-height: 14px;
}

.team-content .column {
	width: 50%;
	margin-top: 60px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.team-content h3 {
	margin-bottom: 15px;
	text-transform: none;
	font: 22px/30px 'Crimson Text Roman', Times New Roman, serif;
}

.team-member {
	position: absolute;
	top: -9999em;
	left: -9999em;
	margin-bottom: 15px;
}

.team-member.to-open {
	position: relative;
	left: auto;
	top: auto;
}

.team-content li {
	margin-bottom: 10px;
}

.team-pic img {
	display: block;
	width: 100%;
}

.team-pic {
	margin-bottom: 10px;
}


/* 3.5 About
------------------------------------------------------------------------------*/

.tile-about {
	width: auto;
	padding: 60px 50px;
	font-size: 18px;
	line-height: 30px;
	background-color: #fff;
}

.tile-about h2 {
	margin-bottom: 30px;
}
.tile-about p {
	margin-bottom: 30px;
}

.tile-text-wrapper {
	width:646px;
	margin-bottom: 10px;
}

.tiles-about .tile-sneakpeak + .tile-sneakpeak {
	margin-top: 10px;
}


/* 3.6 Investment News
------------------------------------------------------------------------------*/

.tile-news {
	padding: 10px 40px 10px 30px;
	background-color: #fff;
}

.news-title {
	font: 18px/24px 'Open Sans', Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.tile-news .tile-data {
	font-size: 14px;
	line-height: 17px;
}

.tile-news li {
	position: relative;
	padding: 40px 0 35px;
	border-top: 1px solid #f8f8f8;
}

.tile-news li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #f5f5f5;
}

.tile-news li:first-child {
	border-top: none;
}

.tile-news li:first-child:before {
	display: none;
}

.tiles-news .tile-sneakpeak {
	margin-bottom: 10px;
}

.pagination {
	padding: 20px 20px 20px 35px;
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
}

.pagination a {
	color: #F2A621;
	display: inline-block;
}



.pagination a.current-page {
	color: #454341;
}

.pagination .pages {
	float: left;
}

.pagination .newer-older {
	float: right;
	font-size: 20px;
	text-transform: uppercase;
}

.pages a {
	padding: 0 3px;
}

.pages .ellipsis {
	display: inline-block;
	padding: 0 4px;
}

.newer-older a {
	font-size: 16px;
	line-height: 24px;
	padding: 0 8px;
}


/* 3.7 Contact Us
------------------------------------------------------------------------------*/

.contact-page-header {
	width: 100%;
	height: 318px;
	margin-bottom: 10px;
	background:  transparent url(../../assets/site/bg6.jpg) no-repeat left top;
}

.contact-content-wrapper {
	width: 646px;
}

.login-content-wrapper {
	width: 318px;
}

.contact-content {
	padding: 55px 45px 70px;
	background: #fff;
}

.login-content {
	padding: 55px 45px 70px;
}

.contact-wrapper {
	margin-bottom: 50px;
}

.contact-wrapper a {
	color: #F2A621;
}

.current-clients {
	font-size: 14px;
	line-height: 30px;
}

.contact-vcard .adr,
.contact-vcard .fax-wrapper {
	display: block;
	margin-bottom: 20px;
}

.contact-vcard .street-address {
	display: block;
}

.contact-content h2 {
	margin-bottom: 30px; 
}

.login-content h3 {
	margin-bottom: 30px;
	font: 22px/34px 'Crimson Text Roman', Times New Roman, serif;
	color: #72706f;
	text-transform: none;
}

.error-msg {
	display: block;
	margin-bottom: 25px; 
	font-style: italic;
	color: #454341;
	font-size: 17px;
}

.error-msg .error {
	display: block;
}

.login-form {
	font-size: 14px;
	line-height: 28px;
}

.login-form label {
	display: block;
	padding-left: 5px;
	margin-bottom: 6px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	margin-bottom: 8px;
	border: 1px solid #ccc;
	padding: 0 10px;
	background: #fff;
	width: 198px;
	height: 35px;
	font: 14px/35px 'Open Sans', Arial, sans-serif;
	color: #72706f;
}

.login-form input[type="submit"] {
	margin: 20px 0;
}


/* 3.8 LP
------------------------------------------------------------------------------*/

.lp-content {
	padding: 100px 0 66px;
}

.dagpl-headline {
	margin-bottom: 60px;
}

.logout-btn {
	margin: 0 0 10px 0;
}

.logout-btn a {
	float: right;
	margin: 0 4px 0 0;
	padding: 5px 31px;
	border-radius: 4px;
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #f2a621;
	height: 30px;
}

.logout-btn a span {
	display: block;
	height: 19px;
	margin: 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.logout-btn a:hover span {
	border-bottom: 1px solid #fff;
}

.mini-logout-btn {
	display: none;
	margin: 0 19px 22px 0;
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
}

.mini-logout-btn a {
	float: right;
	width: 62px;
	height: 26px;
	color: #f2a621;
	border-bottom: 1px solid #f2a621;
}

.titles-years,
.quarters-lists {
	width: 100%;
	border: 1px solid #e3e3e3;
}

.titles-years a {
	display: block;
	width: 100%;
	padding: 40px 0 28px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	font-family: 'Crimson Text Roman', Arial, sans-serif;
	font-size: 36px;
	text-decoration: none;
	color: #777;
	background: #fff;
}

.titles-years a span {
	padding: 0 32px;
}

.titles-years li:first-child a,
.quarters-lists a:first-child {
	border-top: none;
}

.titles-years a.active,
.titles-years a.active:hover {
	color: #fff;
	background: #f2a621;
}

.titles-years a:hover {
	color: #454341;
	background: #f2a621;
}

.field-select {
	position: relative;
	width: 100%;
}

.select-years {
	display: none;
}

.quarters-lists {
	margin: 0 0 9px 0;
}

.quarters-lists h2 {
	padding: 34px 36px 20px 40px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 50px;
	background: #fff;
}

.quarters-lists a {
	display: block;
	padding: 34px 40px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #777;
	background: #fff;
}

.quarters-lists a:nth-child(2n+0) {
	background: #fafafa;
}

.quarters-lists .pull-left {
	float: left;
}

.quarters-lists .pull-right {
	float: right;
}

.pdf-link {
	position: relative;
	width: 126px;
	height: 22px;
	margin: 0 35px 0 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid transparent;
	font-size: 18px;
	color: #f2a621;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.pdf-link:after {
	display: block;
	position: absolute;
	right: -20px;
	bottom: 6px;
	width: 12px;
	height: 12px;
	content: "";
	background: url(../../assets/site/download_sprite.png) right bottom no-repeat;
	background-size: 12px 12px;
}

.pdf-link:hover {
	border-bottom: 1px solid #f2a621;
}

.field-select select {
	width: 220px;
	padding: 7px 9px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}

/*
 * jquery.selectBoxIt.css 3.7.0
 * Author: @gregfranko
 */
	
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
	outline: none;
	font: 14px Helvetica, Arial;
	white-space: nowrap;
	/* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Button */
.selectboxit-container .selectboxit {
	display: block;
	position: relative;
	width: 220px; /* Width of the dropdown button */
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding: 4px 0;
	border-radius: 1px;
	cursor: pointer;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	display: block;
	height: 30px; /* Height of the drop down */
	padding: 0 0 0 5px;
	line-height: 30px; /* Vertically positions the drop down text */
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
	outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	filter: alpha(opacity=65);
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}

/* Button Text */
.selectboxit-text {
	float: left;
	overflow: hidden;
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 14px;
	text-indent: 5px;
	text-overflow: ellipsis;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
	display: none;
	position: absolute;
	z-index: 9999999999999;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-radius: 1px;
	list-style: none;
	text-align: left;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	*width: 100%;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
	padding: 0 2px;
 	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 14px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
	margin: 0;
	list-style-type: none;
	text-indent: 5px; /* Horizontal Positioning of the select box option text */
}

/* The first Drop Down option */
.selectboxit-option-first {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
	font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
	cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
	position: absolute;
	right: 0;
	/* Positions the down arrow */
	width: 30px;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	/* Horizontally centers the down arrow */
	margin: 0 auto;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
	float: left;
	width: 18px;
	height: 100%;
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.selectboxit-rendering {
	display: block;
	visibility: hidden;
}

.selectboxit-btn {
	background: #fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #777;
	background-color: #fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	color: #777;
	background-position: 0 -15px;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 4px solid #777;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.selectboxit-list {
	border: 1px solid #e5e5e5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #777;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #fff;
	background-color: #f2a621;
	background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}


/* 4. RESPONSIVE
--------------------------------------------------------------------------------
==============================================================================*/

@media screen and (min-width: 1322px) { /* Full page */

	.main-header,
	.main-footer {
		min-width: 1302px;
	}

	.main-header .container,
	.main-content {
		width: 1302px;
	}
	
	.main-footer .container {
		width: 1297px;
		padding-left: 10px;
	}

	.section-header h3 {
		display: block;
	}

	.tiles-about .tile-sneakpeak + .tile-sneakpeak {
		margin-top: 0px;
	}

	.tiles-news .tile-sneakpeak {
		margin-bottom: 0;
	}

	/* Grid >> 4 Columns
	----------------------------------------------------------------------------------------------------*/
	
	.container_grid{width:1312px;}
	.container_grid .tile{width:100%;}
	.container_grid .grid_1{width:318px;}
	.container_grid .grid_2{width:646px;}
	.container_grid .grid_3{width:974px;}
	.container_grid .grid_4{width:1302px;}
	.container_grid .push_1{left:328px;}
	.container_grid .push_2{left:656px;}
	.container_grid .push_3{left:984px;}
	.container_grid .pull_1{left:-328px;}
	.container_grid .pull_2{left:-656px;}
	.container_grid .pull_3{left:-984px;}
	.container_grid .prefix_1{margin-left:333px;}
	.container_grid .prefix_2{margin-left:661px;}
	.container_grid .prefix_3{margin-left:989px;}
	.container_grid .suffix_1{margin-right:328px;}
	.container_grid .suffix_2{margin-right:656px;}
	.container_grid .suffix_3{margin-right:984px;}

	/* Home  ------------------------------------------------------------- */
	.tile-info .tile-content + .tile-content {
		padding-top: 135px;
		float: right;
	}

	.tile-sneakpeak .tile-content {
		padding: 40px;
	}

	.tile-sneakpeak .tile-img + .tile-content {
		height: 318px;
	}

	/* Team */
	.member-head {
		margin-bottom: 50px;
	}

	.member-head span {
		display: block;
		color: #777;
	}

	.team-nav {
		margin-bottom: 60px;
	}
	.team-member .mailme {
		margin: 0 0 60px 5px;
	}

	.team-content .column {
		margin-top: 70px;
	}

	.team-content .column h3 {
		font-size: 24px;
	}

	.grid_1.login-content-wrapper {
		width: 646px;
	}
} 

/* LP */
@media screen and (min-width: 995px) and (max-width: 1321px) { 
	.lp-page .grid_1 {
		width: 318px;
	}

	.lp-page .grid_3 {
		width: 646px;
	}
}

@media screen and (max-width: 994px) { /* Tablet res. */

	.main-header,
	.main-footer {
		min-width: 646px;
	}

	.main-header .container,
	.main-footer .container,
	.main-content {
		width: 646px;
	}

	.main-footer .container {
		width: 641px;
		padding-left: 5px;
	}

	.main-header .container {
		position: static;
	}

	.main-navigation {
		position: absolute;
		left: 0;
		top: 85px;
		width: 100%;
		z-index: 10;
		overflow: hidden;
		background-color: #fff;
	}

	.nav-button, .main-nav-items li {
		display: block;
	}

	.main-navigation a, .main-navigation a:hover {
		border-bottom: none;
	}

	.main-nav-items {
		width: 100%;
		max-width: 646px;
		margin: 0 auto;
		height: 308px;
		-webkit-transition: height .1s ease-in-out;
		-moz-transition: height .1s ease-in-out;
		-ms-transition: height .1s ease-in-out;
		-o-transition: height .1s ease-in-out;
		transition: height .1s ease-in-out;
	}

	.nav-button {
		margin-bottom: 30px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.main-navigation {
		position: absolute;
	}

	.main-nav-items a {
		margin: 0;
		padding: 14px 0;
	}

	.main-nav-items.hidden {
		height: 0;
		
	}

	h1 {
		font-size: 42px;
		line-height: 50px;
	}
	
	/* Home  ------------------------------------------------------------- */

	.container_grid {
		width: 656px;
	}

	.container_grid .grid_1{width:318px;}
	.container_grid .grid_2{width:646px;}
	.grid_2 .tile {
		width: 100%;
	}

	.tile-sneakpeak .tile-img + .tile-content {
		height: 318px;
	}

	.tile-info .tile-content + .tile-content {
		padding-top: 135px;
	}

	.tiles-about .tile-sneakpeak + .tile-sneakpeak {
		margin-top: 0px;
	}

	.grid_1.login-content-wrapper {
		width: 100%;
	}

	/* LP */
	.lp-page .grid_1 {
		float: none;
		margin: 0 0 12px 0;
	}

	.lp-page .grid_3 {
		display: block;
		float: none;
		margin: 10px 0 0 0;
	}

	.years-list {
		display: none;
	}

	.field-select {
		padding: 3px 0 0 0;
	}

	.select-years {
		display: block;
		margin: 0 0 -20px 0;
		padding: 15px 0 0 0;
	}

	.logout-btn {
		float: right;
		padding: 15px 0 0 0;
	}

	.logout-btn a {
		margin: 0 -1px 0 0;
		padding: 5px 24px;
	}

	.quarters-lists {
		margin: 0 0 12px 0;
	}

	.quarters-lists h2 {
		padding: 34px 36px 19px 30px;
		font-size: 42px;
	}

	.quarters-lists a {
		padding: 32px 30px;
	}

	.pdf-link {
		margin: 0 20px 0 0;
	}
} 


@media screen and (max-width: 666px) { /* Mobile res. */

	h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.main-header,
	.main-footer {
		min-width: 320px;
	}

	.main-header .container,
	.main-footer .container,
	.main-nav-items,
	.main-content {
		width: auto;
		margin: 0 40px;
	}

	.foot-nav {
		float: none;
		margin-bottom: 2px;
	}

	.foot-fine-link {
		position: relative;
		top: auto;
	}

	.up-link {
		display: block;
	}

	.foot-vcard {
		margin: 55px 0 30px;
	}

	.foot-vcard .street-address,
	.foot-vcard .tel-wrapper  {
		display: block;
	}

	.site-name {
		width: 172px;
		height: 18px;
	}

	.site-name span {
		background: transparent url(../../assets/site/logo_mobile.png) no-repeat 0 0;
	}

	.bg-img {
		background: none;
		background-color: #f7f7f7;
	}

	.main-content.standard {
		padding: 60px 0;
	}

	.page-main-headline {
		margin-bottom: 35px;
	}

	/* Home  ------------------------------------------------------------- */

	.tiles-home {
		display: none;
	}
	
	.mobile-home-menu {
		display: block;
		margin: 0 -20px;
	}

	.mobile-home-menu li {
		padding: 0 20px;
		border-bottom: 1px solid #dbdbdb;
	}

	.mobile-home-menu li:first-child {
		border-top: 1px solid #dbdbdb;
	}

	.mobile-home-menu a {
		display: block;
		border: none;
		padding: 20px 0;
		font: 12px/22px 'Open Sans Semibold', Arial, sans-serif;
		color: #F2A621;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}

	.mobile-home-menu a:hover {
		border: none;
	}

	.tile-logo.clicked .tile-content {
		width: auto;
		height: auto;
		padding: 0;
		left: auto;
		top: auto;
	}

	.tile-logo .remote-link:hover {
		border-color: #F2A621;
	}

	/* Investments  ------------------------------------------------------------- */

	.container_grid {
		width: 100%;
	}

	.tiles-investments {
		padding-top: 60px;
	}

	.container_grid .section-header {
		margin: 0 0 30px;
	}

	.section-header .filter {
		float: left;
	}

	.tiles-investments.container_grid .section-header {
		display: none;
	}

	.tiles-investments.container_grid {
		padding-top: 0px;
	}

	.tile, .tile-content,
	.tile-logo .tile-content,
	.container_grid .grid_1 {
		width: 100%;
		height: auto;
		margin: 0;
		background-color: transparent;
	}

	.tile-logo .tile-img {
		display: none;
	}



	.tile-logo .tile-content {
		display: block;
		position: relative;
		top: auto;
	}

	.tile-logo .btn-close,
	.tile-logo .acquired-desc {
		display: none;
	}
	
	.tile-logo .tile,
	.tile-logo .tile-content {
		color: #777;
		cursor: auto;
		background-color: transparent;
	}

	.tile-logo .tile-headline {
		color: #454341;
	}
	
	.tile-logo .remote-link {
		color: #F2A621;
	}	

	.remote-link:after {
		background-position: -33px -52px;
	}

	.tile-logo {
		padding: 15px 0 20px;
	}


	/* Team  ------------------------------------------------------------- */

	.team-profiles .section-header h3 {
		display: block;
	}

	.tiles-team .tile-img {
		display: none;
	}
	
	.tile:hover .tile-idcard,
	.tiles-team .tile-sneakpeak.clicked .tile-idcard,
	.tile-idcard, .tile-idcard:hover {
		position: relative;
		top: auto;
		left: auto;
		border: none;
		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #ddd; 
		background-color: transparent;
	}

	.tile-sneakpeak.first-tile {
		border-top: 1px solid #ddd; 
	}

	.tile-sneakpeak.last-tile {
		border-bottom: 1px solid #f0f0f0;
	}

	.tile-sneakpeak .tile {
		margin: 0 ;
		background-color: transparent;
	}
	
	.tiles-team, .tiles-team * {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}

	.tiles-team .tile-wrapper {
		overflow: hidden;
	}

	.tiles-team {
		width: auto;
		margin: 0 -20px;
	}

	.tile-idcard .name {
		color: #f2a621;
	}

	.tile-idcard .profession {
		color: #767574;
	}

	.team-member {
		margin: 0 -40px;
		width: auto;
	}

	.team-pic img {
		width: 100%;
		display: block;
	}

	.team-profiles .grid_2 {
		width: 100%;
		margin: 0;
	}

	.team-content-wrapper {
		background-color: transparent;
	}

	.team-content {
		padding: 25px 40px 30px 45px;
	}

	.team-content .column {
		width: 100%;
		margin-top: 45px;
		margin-bottom: 10px;
	}

	.team-profiles .section-header {
		margin: 30px 0 5px;
	}

	.member-head {
		font-size: 24px;
		line-height: 32px;
	}

	.team-nav {
		margin-bottom: 40px;
	}

	.team-member .mailme {
		margin-bottom: 60px;
	}
	
	/* About */

	.tiles-about .tile-sneakpeak,
	.tiles-about .tile-info,
	.tiles-news .tile-sneakpeak,
	.tiles-news .tile-info,
	.tiles-about h2 {
		display: none;
	}

	.tile-text-wrapper {
		width: 100% !important;
		margin: 0;
	}

	.tile-about {
		padding: 0;
		background: transparent;
	}
	
	.tile-news {
		padding: 10px 0 0;
		background: transparent;
	}

	.tile-news li {
		border-top-color: #ededed;
	}

	.tile-news li:before {
		background-color: #e7e7e7;
	}

	.pagination {
		padding: 0;
	}

	.pagination .newer-older {
		float: left;
		clear: both;
		padding: 25px 0 0;
	}

	.contact-page-header {
		height: 300px;
		background-position: center top;
	}

	.grid_2.contact-content-wrapper {
		width: 100%;
	}

	.grid_1.login-content-wrapper {
		margin-left: 5px;
	}

	.login-content,
	.contact-content {
		padding: 55px 0;
		background: transparent;
	}

	.background-img {
		display: none;
	}

	.tile-logo .tile-content {
		opacity: .99;
		padding: 0;
	}

	/* LP */
	.lp-content {
		padding: 14px 0 6px 0;
	}

	.lp-content .dagpl-headline {
		padding: 0 0 0 19px;
		margin: 0;
	}

	.logout-btn {
		display: none;
	}

	.mini-logout-btn {
		display: block;
	}
	
	.quarters-lists .pull-left {
		float: none;
	}

	.pdf-link.pull-right {
		display: block;
		float: none;
		margin: -7px 0 0 0;
	}

	.selectboxit-container {
		width: 100%;
	}

	.select-years {
		padding: 19px 0 0 0;
	}

	.selectboxit-container .selectboxit {
		width: 100%;
	}

	.quarters-lists {
		margin: 0 0 14px 0;
	}

	.quarters-lists h2 {
		padding: 27px 36px 21px 23px;
		font-size: 32px;
	}

	.quarters-lists a {
		padding: 15px 22px 23px 23px;
	}

	.field-select {
		margin: 0 0 25px 0;
	}

	.field-select select {
		width: 100%;
	}
} 


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) and (max-width: 666px) { 

	.main-header .site-name span {
		background-image: url(../../assets/site/logo_mobile@2x.png);
		background-size: 172px 18px;
	}

	/* IE8 Fix */
	.ie8 .site-name span {
		background-image: url(../images/common/logo_mobile.png);
	}
}

@media screen and (max-width: 320px) { /* Mobile res. */

	.foot-copyright {
		padding-right: 20px;
		display: block;
	}

	/*.foot-fine-link, .foot-vcard {
		display: none;
	}*/
	
	.up-link {
		right: -20px;
	}

}

.print-logo {
	display: none;
}


/* 5. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print and (color) {

	/*body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}*/

	/*a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}*/

	body {
		font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif !important;
		color: #777 !important;
		background: #fff !important;
	}
	
	.background-img {
		display: none;
	}

	.bg-img, .bg-img:before {
		background: none;
		background-color: #fff;
	}

	#accessibility-nav, 
	.hide,
	#header, .foot-nav, .foot-fine-link, .filter, .tile-logo .tile-img,
	.tiles-about .tile-sneakpeak,
	.tiles-about .tile-info,
	.tiles-news .tile-sneakpeak,
	.contact-page-header,
	.login-content-wrapper { 
		display: none !important; 
	}

	.team-content-wrapper,
	.tile-text-wrapper, 
	.tile-news,
	.tile-about,
	.contact-content-wrapper,
	.contact-content
	 {
	 	padding: 0 !important;
		width: 100%;
	}

	.tile-logo .tile {
		min-height: 250px;
		height: auto;
	}

	.tile-logo .tile-content {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 318px;
		min-height: 250px;
		padding: 20px;
		color: #333 !important;
		background: transparent;
	}

	.container_grid .section-header {
		display: block;
	}

	.tile-logo .tile-content a {
		color: #F2A621;
	}

	.print-logo {
		margin: 0 0 70px -10px;
		display: block;
	}

	

	.team-content, .mailme {
		padding: 0;
	}
	.tile-img:after {
		border: 3px solid transparent !important;
	}
	.tile-idcard {
		border: 3px solid #fff !important;
	}

	ul, img, .tile-sneakpeak {
		page-break-inside: avoid;
	}
	
	.page-main-headline {
		margin-bottom: 70px;
	}

}	


/* 6. RETINA
--------------------------------------------------------------------------------
==============================================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) { 
	
	* {
		
	}

	.site-name span, 
	.nav-button, 
	.up-link,
	.remote-link:after,
	.local-link2:after,
	.btn-close,
	.chzn-container .chzn-results .result-selected:after,
	.chzn-container-single .chzn-single div b,
	.prevnext a,
	.nav-button-close, .team-button-close 
	  {
		background-image: url(../../assets/site/sprite@2x.png);
    	background-size: 200px 71px;
	}

	.pdf-link:after {
		background-image: url(../../assets/site/download_sprite@2x.png);
		background-size: 12px 12px;
	}
}


/* SITEMAP 
--------------------------------------------------------------------------------
==============================================================================*/

.sitemap-list li ul {
  padding-left: 20px;
}

.sitemap-list > li {
  padding-bottom: 15px;
}


.sitemap-list span {
  color: #666;
}

