  @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway');

/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    
    font-size: 100%;        
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #222;
	font-weight: 200;
	letter-spacing:2px;
	overflow-x: hidden;
	line-height: 25px;
	text-align: center;
        overflow-x: hidden !important;
        margin: auto !important;
        width: 100%;
        -webkit-backface-visibility: hidden;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
li {
    list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}

a {
	color: #f7d861; /*#e96656;*/
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #f3c410; /* #cb4332; */
}
p {
    margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 45px !important;
	line-height: 55px;
}
h3 {
	font-size: 34px;
	line-height: 45px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

.text-uppercase{
	text-transform:uppercase;
}

@media(max-width:768px){
	h1 {
	font-size: 35px;
	}
	h2 {
		font-size: 25px !important;
		line-height: 18px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
}


/*---------------------------------------
 **   MARGINS                        -----
-----------------------------------------*/
.mt-0{
	margin-top:0;
}
.mt-5{
	margin-top:5px;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}

.mb-0{
	margin-bottom:0;
}
.mb-5{
	margin-bottom:5px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:50px;
}

/*---------------------------------------
 **   IMAGES                        -----
-----------------------------------------*/
.img-center{margin:0 auto;}


/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.red-btn {
	background: #e96656;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #117DAC;
}
.yellow-btn {
	background: #f7d861;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #e96656;
}
.green-bg {
	background: #34d293;
}
.blue-bg {
	background: #3ab0e2;
}
.yellow-bg {
	background: #f7d861;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background:  #FFFFFF;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656;
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #166D92;
}
.blue-med-text {
	color: #34444F;
}
.yellow-text {
	color:#f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #34d293;
	bottom: -9px;
	left: 12.5%;
}
.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #3ab0e2;
	bottom: -9px;
	left: 12.5%;
}
.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f7d861;
	bottom: -9px;
	left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/

.input-box {
	border: 0;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
}
.textarea-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
}
 textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
    outline: 1 !important;
    outline-color: #e96656 !important;
    -webkit-appearance:none;
        border:none !important;
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
        }

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

/*** SECTION HEADERS ***/
.about,.welcome,.sponsors,.sponsorship-opp,.contact-us {
	padding-top: 100px;
}
.section-header {
	text-align: center;
	padding-bottom: 75px;
}
.section-header h2 {
	padding-bottom: 20px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.section-header h5 {
	font-size: 20px;
}
.section-header h6 {
	font-size: 16px;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/golf/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
	background: rgba(0, 0, 0, 0.7);
	min-height: 775px;
	position: relative;
	overflow: hidden;
}


/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
	background: #FFF;
	overflow: hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	min-height: 75px;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 45px;
}
.current a {
	color: #e96656 !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #e96656;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #808080;
        margin-top: 23px;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #e96656;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.header .container{margin-top:10%}

.intro {
	text-align: center;
	color: #f2f4f6;
	text-shadow: 2px 2px 10px #222;
	margin-top: -8%;
	line-height: 2.5em;
	z-index: 0;
}

@media (max-width: 992px) {
	.header .container{margin-top:15% !important;}
	.intro {margin-top:-6.25% !important;}
	.intro h3{font-size:2rem !important; line-height:30px;}
}

/* Short Messages */
.bottom-message-section {
	margin-top: 14%;
	position: relative;
}
.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}



/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator-one {
	background: rgba(52, 210, 147, 0.8);
	padding: 100px 0 100px 0;
}
.separator-one .green-btn {
	background: #14a168;
}
.separator-one .green-btn:hover {
	background: #007345;
}
.separator-one .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 800px;
	margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  ABOUT              -----
-----------------------------------------*/

.welcome {	
	background-image:url(/golf/images/backgrounds/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #444;;
	padding-bottom: 100px;
}
.welcome .big-intro {
	line-height: normal;
	padding:50px;
	background-color: rgba(126,153,170, 0.6);
	/*background-image:url(/golf/images/overlays/06.png);*/
	border: 3px solid #d3dce2;
	outline: 5px solid #34444f;
}
.welcome .big-intro h2{
	font-family: 'Raleway';
	letter-spacing:normal;	
	font-size: 50px;
}
@media (max-width: 768px) {
	.welcome .big-intro{
		padding:10px;
		margin: 0 2.5%;
	}
	.welcome .big-intro h2{
		font-size: 25px !important;
		letter-spacing:1px;
		line-height:3rem;
		}
}
.welcome .big-intro h3{
	margin-top:30px;	
	font-weight: 300;
	color:rgba(231,162,49,1.00);
	font-size: 40px;
}
	
.welcome p {
	text-align: left;
	color: #939393;
}

/*---------------------------------------
 **   SECTION:  ABOUT              -----
-----------------------------------------*/

.about {
	background: rgba(222,236,242, 0.90);
	/*background-image:url(/golf/images/overlays/04.png);*/
	color: #444;
	padding-bottom: 25px;
}
.about .section-header {
	text-align: center;
}
.about .section-header h2, .about .section-header h3  {
	text-transform:capitalize;
	font-weight:300;
}

.about .event-info, .about .general-info {
	font-family: 'Raleway';
	text-align: left;
	font-weight: 200;
	margin-top: -15px;
}

.about .event-info{
	font-size:20px;
	}
.about .general-info {
	font-size:16px;
	}
.about .event-info h3, .about .general-info h3{
	font-size:28px;
	color:#001121;
	font-weight:600;
	margin-bottom:15px;
}
@media (max-width: 768px) {
	.about .event-info h3, .about .general-info h3{
		font-size:26px;
		line-height:24px;
	}
	.about .event-info{
	font-size:18px;
	}
	.about .general-info {
	font-size:14px;
	}
}

.about ul{
	margin: 10px 0 40px 30px;
	text-align:left;
}
.about ul li{
	line-height:normal;
	padding-bottom:10px;
}

.about p {
	text-align: left;
	color: #222;
	margin-bottom:10px;
}

.about .column {
	margin-bottom: 78px;
}

.about .form-registration{
	height:350px;
}
@media (max-width: 768px) {
	.about .form-registration{
		height:400px;
	}
}

/*--SKILLS --*/
.skills {
	text-align: left;
}
.skills .skill {
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 25px;
}


/*----------------------------------------
 **   SECTION:  Sponsors            -----
-----------------------------------------*/
.sponsors {	
	padding-bottom: 90px;
}
.sponsors .section-header{ padding-bottom:25px;
}
.sponsors .container{
	line-height: normal;
	padding:50px;
	background-color: rgba(222,236,242, 0.9);
	/*background-image:url(/golf/images/overlays/07.png);*/
	border: 3px solid #B58B43;
	outline: 5px solid rgba(39, 39, 39, 1);
}

/*---------------------------------------
 **   SECTION:  sponsorship-opp              -----
-----------------------------------------*/

.sponsorship-opp {
	background: #272727;
	background-image:url(/golf/images/overlays/04.png);
	color: #FFF;
	padding-bottom: 100px;
}
.sponsorship-opp .section-header{ padding-bottom:25px;
}
.sponsorship-opp .big-intro {
	text-align: center;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}
.sponsorship-opp .event-info {
	font-family: 'Raleway';
	text-align: left;
	font-size:24px;
	font-weight: 200;
	margin-top: -15px;
}
.sponsorship-opp .general-info p{
	font-size:16px;
}

.sponsorship-opp .general-info {
	font-family: 'Raleway';
	text-align: left;
	font-size:22px;
	line-height: normal;
	margin-top: -15px;
}
.sponsorship-opp .form-sponsorship{
	height:1350px
}
@media (max-width: 768px) {
	.sponsorship-opp .form-sponsorship{
		height:1600px;
	}
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background: rgba(0, 17, 33, 0.95);
	background-image:url(/golf/images/overlays/12.png);
}
.company-details {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 67px;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top: 60px;
	padding-bottom: 68px;
	background: #171717;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: #e96656;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
