/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
#coming .full-screen {
	overflow: hidden;
	background: url('../images/404.jpg') no-repeat top center;
	background-size: cover;
}
@media (max-width: 991px) {
	#coming #header.dark.transparent-header {
		background-color: #000;
	}
}

#home {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	z-index:-2;
}

#primary-menu ul li:hover>a {
    color: #0a6c03 !important;
}

#header.semi-transparent {
    background-color: rgba(255, 255, 255, 0.7);
}

.full-screen {
	overflow: hidden;
	background: url('../images/cover.jpg') no-repeat top center;
	background-size: cover;
}

.signiture {
	position: absolute;
	bottom: 0;
	right: 20px;
	font-family: 'Rock Salt', cursive;
	font-size: 48px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#calendarStyle {
	padding: 60px 0;
	background: url('../images/calendar.jpg') no-repeat center center;
	height: auto;
}

#section-matchplay blockquote {
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: italic;
}

.feature-box.fbox-plain .fbox-icon i.facebook {
	color: #3B5998;
}

.feature-box.fbox-plain .fbox-icon i.skype {
	color: #00AFF0;
}

.feature-box.fbox-plain .fbox-icon i.phone {
	color: rgba(255, 0, 0, .7);
}

.feature-box.fbox-plain .fbox-icon i.mail {
	color: rgba(128, 128, 128, .5);
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Lato', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.dark #copyrights a {
	color: rgba(255,255,255,0.25) !important;
}

.dark #copyrights a:hover {
	color: #eee !important;
}

#four a {
	color: #09de23;
}

#four a:hover {
	color: #eee;
}

@media (max-width: 479px) {
	
	#primary-menu-trigger,
	#page-submenu-trigger {
		text-align: left;
	}
	.clients-grid.grid-2 li { 
		width: 100%; 
	}	
	.clients-grid.grid-3 li { 
		width: 100%; 
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.clients-grid.grid-3 li { 
		width: 50%; 
	}
}

@media (min-width: 768px) {
	#section-coaching .indent {
		padding-left: 150px;
	}	
}

@media (min-width: 768px) and (max-width: 1199px) {
	.dark #copyrights .footer-links a, span.middot {
		display: none;
	}	
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	.emphasis-title {
		margin-top: -130px;
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
		color: #eee;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#primary-menu ul li > a {
		font-size: 12px;
		letter-spacing: normal;
	}
	/*.dark #copyrights .footer-links a {
		font-size: 12px;
	}*/	
}

@media (min-width: 992px) and (max-width: 1300px) {
	.emphasis-title {
		margin-top: -100px !important;
	}
}
