@import 'https://fonts.googleapis.com/css?family=Freckle+Face';
@import url('https://fonts.googleapis.com/css?family=McLaren');

html {width:100%; height: 100%; overflow-y: scroll;}

body {
	background: url(http://www.kyleparkns.ie/media/theme/main-bg.png) no-repeat center top fixed;
	height: 100%;
    color: #444;
    font-family: 'McLaren',san serif;
	padding-top: 0px;
    padding-bottom: 8px;
	line-height: 1.6;
	font-size: 16px;
}


#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none; /* Initially hidden */
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
/* 	
	border-bottom: 1px solid #858585;
    margin-bottom: 15px;
	padding-bottom: 8px;
 */ 
}

p {
	line-height: 1.6;
	font-size: 18px;
}
.navbar-left img ,
.w img {
	max-width:100%;
	max-height: 100%;
	height:auto !important;
}
.w img[style*="float: left"],.w img[align="left"] {
	margin: 5px 15px 0px 0px;
}

.w img[style*="float: right"],.w img[align="right"] {
	margin: 5px 0px 0px 15px;
}

.navbar-left {
	height: 80px;
}

a:focus {
    outline: none;
}
.button:focus, .button:active:focus, .button.active:focus {
    outline: none;
}

.content {
	/* margin-top: -30px; */
}

.w {
    margin-bottom: 10px;
    /* margin-top: 30px; */
	z-index: 999;
	position: relative;
}

.sbox {
	background-color: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
	padding-bottom: 40px;
	margin-bottom: 15px;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#fixedwrap {
	display: block;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: inherit;
}

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #999999;
}
a:hover {
	color: #999999;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
    background-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #999999;
}

.navbar {
	margin-bottom: 0;
}
.navbar-header {
	float: right;
}
.navbar-brand {
	padding: 0;	
	max-width: 115px;
	max-width: 230px;
}

.navbar-row {
	height: 40px;
	padding: 10px;
	background: #999999;
	color: #fff;
}

.navbar-row  .social {
	padding-right: 30px;
}
.navbar-row a {
	color: #fff;
}

.navbar-inverse {
	background: #fff;
	border: 0 none;
	padding-bottom: 5px;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #555;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: left;
	margin-left: 268px;
	width: 110%
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 15px;
    text-align: center;
    text-shadow: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #999999;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}

.dropdown-menu {
	border: none;
	background: #a5a5a5;
	padding: 0;
}

.dropdown-menu > li > a {
	background: transparent;
    color: #fff;
    font-weight: 300;
    line-height: 2;
    padding: 7px 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #999999;
    color: #fff;
	
}

.fullslider {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.fixedslider {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.fixedlogo {
	position: relative;
	top: 0px;
}
.fixedlogo img.leftlogo {
	width: auto;
	max-height: 100%;
	max-width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
}
.fixedlogo img.rightlogo {
	width: auto;
	max-height: 100%;
	max-width: 90%;
	top: 0;
	right: 0px;
	position: absolute;
}

footer {
	background: #2B2C2E;
	/*padding: 40px 0;*/
}
footer p {
	color: #fff;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer a {
	text-decoration: none;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer h2 {
	border: none;
	color: #fff;
}
footer .right {
	font-size: 8px;
	color: #999;
}
/*google maps stuff*/
	.google-maps {
        position: relative;
        padding-bottom: 150%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
@media(max-width:1400px){
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media(max-width:1200px){
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media(max-width:991px){
	body { 
		padding-top: 0px;
	}
	h1, .h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	.navbar-left {
		height: 50px;
	}
	.navbar-collapse {
		float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 30px 6px;
	}
	
	.navbar-nav {
		float: left;
		width: 100%;
	}
	.navbar-brand {
		margin-right: -40px;
		max-width: 200px;
		padding: 0;
	}
	
	.navbar-row  .social {
		padding-right: 0px;
	}
	
}
@media (max-width: 767px) {
	body { 
		background: url(http://www.kyleparkns.ie/media/theme/main-bg-mobile.png) no-repeat center top fixed;
		padding-top: 0px;
	}
	.content {
		margin-top: 20px;
	}

	.navbar-left {
		height: 70px;
		float: left;
	}
	.navbar-nav {
		margin-left: 0px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 20px;
		padding: 15px 15px 15px 25px;
		color: #666 !important;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover {
		color: #666 !important;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background: #eee;
		color: #333;
	}
	.w {
		margin:0;
	}
	.navbar-collapse {
		float: none;
	}

	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
		padding: 5px 15px;
		width: 100%;
		text-align: left;
		background: white;
	}
	.navbar-brand {
		margin-right: 0px;
		max-width: 220px;
		padding: 0;
	}
	span.content a {
		display: block;
		width: 100%;
	}
	.fixedlogo img.rightlogo {
	width: auto;
	max-height: 100%;
	max-width: 100%;
	top: 150px;
	right: 0px;
	position: absolute;
	
	}
	/*.dropdown-menu > li > a {
	background: gray;
    color: #fff;
	height:10px;
	}*/
.fixedlogo img.leftlogo {
	width: auto;
	max-height: 100%;
	max-width: 90%;
	position: absolute;
	top: 0;
	left: 25%;
	right:25%;
	height: 150px;
}
}

.theme-default .nivoSlider {
	box-shadow: 0 0 0 0 #4a4a4a !important;
}
.nivo-controlNav {
	display: none;
}
#slide .slider {
    position: absolute;
    z-index: 0;
}

.button {
	padding: 5px 30px;
	border:1px solid #999999;
	background: #999999;
	color: #fff;
	cursor: pointer;
}
.button:hover{
	color: #999999;
	background: #fff;
	text-decoration: none;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h2.social {
	font-size: 24px;
	margin: 10px 0 0 0;
}
.socialwrapper,
.followwrapper {
    margin-top: 5px !important;
}
.footlogo {
	width: 100%;
	max-width: 200px;
	padding: 20px 0;
	margin: auto;
}
.footlogo img {
	max-width:100%;
	max-height: 100%;
	height:auto !important;
}

/* fix for slider */
.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}
