html, body {
	margin: 0;
	padding: 0;
}

body {
	
	background: url('https://griffin-communications.akamaized.net/corporate/Griffin Radio/image/griffin-radio-header-bg-9.png') no-repeat fixed;
	color: #12324A;
	background-size: cover;
	width: 100%;
	font-family: 'Montserrat','Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.hr-1{
	width: 20%;
	height: 5px;
	background-color: #1b45bd;
	margin-left: 0px;
	border: none;
}

.hr-2{
	width: 7%;
	height: 6px;
	background-color: #1b45bd;
	margin-left: 0px;
	border: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #1b45bd;
}

a:hover{
	color: #333c46!important;
}

a.about-li:hover {
	color: #1b45bd!important;
}

.btn {
	display: inline-block;
	background: #32BAEC;
	color: #fff;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	font-size: 0.75em;
	padding: 1em 1.25em;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.intro .btn {
	margin: 0 1em 0 0;
}

.btn:hover {
	background: #4bcfff;
}

.btn:active {
	background: #ffffff;
	position: relative;
	top: 1px;
}

.btn-centered {
	margin: 3em auto;
	text-align: center;
}

.dark {
	position: relative;
	z-index: 2;
	background: #353535;
	color: #fff;
}

h2 {
	margin-left: 130px!important;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.2;
}

h3 {
	
	font-weight: 300;
	font-size: 1em;
	line-height: 1.4;
}

.wrapper {
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}

.header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	padding: 1em;
}

.header .logo {
	float: left;
	margin-top: -30px;
}

.header img {
	max-width: 200px;
}

.header .nav {
	position: absolute;
	top: 0;
	right: 0;
}

.header .nav ul,
.header .nav  li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .nav ul {
	display: none;
}

.header .nav  li {
	display: inline;
}

.header .nav  li a {
	display: inline-block;
	position: relative;
	font-size: 1.05em;
	margin: 0 1em;
	padding: 0.7em 0;
	color: rgb(22, 22, 22);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.header .nav  li a:hover {
	background-image: url('https://griffin-communications.akamaized.net/corporate/GriffinInvestments/ln.png') ;
	background-repeat: no-repeat;
	color: rgb(22, 22, 22);
}

.header .nav  li.current a {
	background-image: url('https://griffin-communications.akamaized.net/corporate/GriffinInvestments/ln.png');
	font-weight: 600;
	background-repeat: no-repeat;
}

.header .nav  li.current a:after {
	content: '';
	display: block;
	position: absolute;
	right: -0.75em;
	top: 3px;
	width: 6px;
	height: 6px;
	background: url('images/triangle.png') 0 0 no-repeat;
	background-size: cover;
}

.mobile-menu {
	display: inline;
	position: absolute;
	top: 26px;
	right: 18px;
	padding: 0.7em;
	font-size: 0.75em;
	border: 1px solid rgb(22, 22, 22);
	border-radius: 5px;
	color: rgb(22, 22, 22);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-overlay {
	display: none;
	background: rgba(7, 30, 47, 0.9);
	background: -webkit-linear-gradient(left top, rgba(28, 45, 132, 0.95) 0%, rgba(95, 162, 209, 0.95) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 90px;
	z-index: 3;
	box-sizing: border-box;
}

.menu-overlay ul, .menu-overlay li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-overlay li a {
    display: block;
	padding: 4em 3em;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.menu-overlay li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-close {
	position: absolute;
	top: 12px;
	right: 35px;
	color: #fff;
	font-size: 3em;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}

.menu-overlay img {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
}

.intro {
	background: #12324A url('https://griffin-communications.akamaized.net/corporate/Griffin Radio/image/griffin-radio-header-bg-9.png') top center no-repeat fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position-y: -80px;
	z-index: 1;
	padding: 8em 0 2em;
	color: #fff;
}

.intro .wrapper {
	position: relative;
	margin-top: 170px;
	z-index: 2;
}

.intro img {
	position: fixed;
	top: 0%;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	will-change: -webkit-filter, filter, transform;
}

.intro h2 {
	font-weight: 600;
	line-height: 45px;
	font-size: 60px;
	margin: 0 0 7.5em;
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}

.intro p {
	font-weight: 600;
	font-size: 1em;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.solid {
	background: #ffffff;
}

.section-title-1 {
	display: block;
	position: relative;
	padding-top: 25px;
    font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #353535;
}

.section-title-2 {
	display: block;
	position: relative;
	padding: 2em 0 0em 2em;
    font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

.section-title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 42%;
	width: 1em;
	height: 1em;
	background-image: url('https://griffin-communications.akamaized.net/corporate/GriffinInvestments/ln.png');
}

.investments_intro h3,
.investments_types h3 {
	font-weight: 600;
	font-size: 1.125em;
	margin: 0.5em 0;
}

.investments_intro h3 {
	margin-bottom: 2em;
}

.investments_types h3 {
	position: relative;
}
/* images slideshow */

.image-block {
	position: relative;
	padding-bottom: 10px;
}

.image-carousel {
	position: relative;
	z-index: 3;
}

.image-carousel .slide {
	outline: none;
	position: relative;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 0;
	background: #12324A;
}

.image-carousel .slide img {
	display: block;
	width: 95%;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}

.image-carousel .slide .caption {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.75em;
	font-size: 12px;
	line-height: 1.3;
	background: #071E2E;
	color: #fff;
}

.slick-prev,
.slick-next {
	display: none;
	opacity: 0;
    width: 44px;
    height: 86px;
	z-index: 3;
}

.slick-prev {
	left: 25px;
}

.slick-next {
	right: 25px;
}

.team {
	background: #071E2E;
	color: #fff;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 2em;
	border-bottom: 1px solid #1b45bd;
}

.team h3 {
	margin: 0;
}

.team h5 {
	margin: 1em 0 2em;
	font-weight: 300;
	font-size: 17px;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.team p {
	font-weight: 300;
	opacity: .75;
	max-width: 80%;
}

.hobbylobby-logo {
	max-width: 50%;
}

.footer-logo {
	width: 200px;
	max-width: 80%;
	margin: 1em auto;
}

.contact {
	padding: 1em 0 0;
}

.contact-links a {
	display: inline-block;
	
	font-weight: 300;
	margin-bottom: 1em;
	text-decoration: none;
}

.contact-links a:hover {
	text-decoration: underline;
	opacity: .75;
}

.contact-links a img {
	width: 20px;
	margin: 0 15px 0 0;
}

a.home-email {
	color: #fff;
}

a.home-email:hover {
	color: #ffffff!important;
	display: underline;
}

.footer {
	text-align: center;
	color: #fff;
}

.dark {
	background: #353535;
}

.footer .copyright {
	
	font-weight: 300;
	font-size: 0.75em;
	line-height: 2;
	text-align: center;
	padding: 1em;
	opacity: .5;
}

.footer a {
	color: #fff;
}

.content {
    background: #fff;
    max-width: 97.5%;
    margin: 6em auto 0.25em;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 5px;
}

.content h1 {
	
	font-size: 2.5em;
	font-weight: 100;
	text-align: center;
	margin: 0.5em 0;
}

.content p {
	font-size: 0.875em;
	line-height: 1.5;
}

.content p.caption {
	font-size: 0.75em;
	opacity: .5;
	margin: -1em 0 4em;
}


.card-img {max-width: 50%;
            padding-bottom: 20px;}

@media only screen and (max-width:599px) {
	.intro {
		background: #ffffff url('https://griffin-communications.akamaized.net/corporate/Griffin Radio/image/griffin-radio-header-bg-9.png')  no-repeat fixed;
		background-size: cover;
	}

	h2 {
		margin-left: 50px!important;
		margin-top: -50px!important;
	}

	.intro {
		margin-top: -100px;
	}

	.hr-2 {
		margin-left: 0px!important;
	}
	.section-title-2 {
		margin-left: -60px!important;
		margin-bottom: 60px;
	}

    .card-img {max-width:160px;
    }
	
}

@media only screen and (min-width:630px) {
	
	h2 {
		font-size: 3.5em;
	}

	h3 {
		font-size: 1.5em;
	}

	.btn {
		font-size: 0.9em;
	}

	.header .nav {
		top: 20px;
		right: 20px;
	}

	.header .nav ul {
		display: block;
	}

	.mobile-menu {
		display: none;
	}

	.intro h2 {
		margin: 0 0 3.5em;
		text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
	}

	.investments_block {
		margin-bottom: 5em;
	}


	.slick-prev,
	.slick-next {
		display: block;
		opacity: 1;
	}

	.team {
		padding-bottom: 5em;
	}

	.hobbylobby-logo {
		max-width: 20em;
		margin-top: 0.5em;
	}

	.footer-logo {
		margin: 2em 0 1em;
	}

	.contact-links a {
		font-size: 1.25em;
	}



}

@media only screen and (min-width:1000px) {

	.wrapper {
		padding-left: 10em;
		padding-right: 10em;
	}

	.header img {
		max-width: 300px;
	}

	.header .nav {
		top: 40px;
		right: 30px;
	}

	.section-title {
		padding: 3em 0 3em 2em;
		font-size: 1em;
	}

	.intro {
		padding: 15em 0 7em;
	}

	.intro img {
		max-width: 100%;
		height: auto;
	}

	.intro h3 {
		margin-bottom: 2em;
	}

	.investments_types .column {
		width: 35%;
	}


	.investments_types h3 {
		font-size: 1.5em;
		text-align: left;
	}

	.column {
		float: left;
		
	}

	.investments-column {
		text-align: center;
		
	}

	.map {
		margin-bottom: -280px;
	}

	.map-dots {
		top: -240px;
	}

	.map-dots span {
		width: 20px;
		height: 20px;
	}

	.map-dots span:after {
		left: -6px;
		top: -6px;
		width: 30px;
		height: 30px;
	}

	.map h3 {
		font-size: 3.5em;
		text-align: center;
		margin-top: 1em;
	}

	.image-carousel .slide .caption {
		bottom: 24px;
	}

	.content {
	    max-width: 1000px;
	    margin: 10em auto 5em;
	    padding: 5em 10em;
	    border-radius: 5px;
	    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
	}

	.content h1 {
		font-size: 4em;
		margin: 0 0 0.75em;
	}

	.content p {
		font-size: 1.125em;
	}

	.image-outset {
		max-width: 120%;
		margin: 2em 0 2em -10%;
	}

}

@media only screen and (min-width:1530px){
	.intro {
		margin-top: -100px;
	}
}

@media only screen and (min-width:1920px){
	.intro  {
		margin-top: 0px;
	}
}

