/* ==========================================================================
   LINX LANDING PAGE: MAIN STYLES
   ========================================================================== */


/* ==========================================================================
   GENERAL & BASIC STYLES
   ========================================================================== */

#content_wrapper  {
	overflow: hidden;
}

.animated{
	visibility:hidden;
}

.visible{
	visibility:visible;
}

.footnote {
	color: #999;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: ""; 
	display: table; 
}

.clearfix:after {
	clear: both;
}

.no-break {
	white-space: nowrap;
}


/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	color: #FF8B00;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #FF8B00;
	text-decoration: underline;
}

a:focus {
	color: #FF8B00;
	outline: none;
	border: none;
	text-decoration: none;
} 


/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 20px;
	text-align: center;
}

.titlebar h3 {
	color: #222;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.titlebar h2 {
	color: #222;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

	.titlebar h2 sup {
		position: relative;
		top: -15px;
		font-size: 20px;
	}

.titlebar h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 70%;
	background: #282828;
    margin: 15px auto;
    position: relative;
}


/* ==========================================================================
   HEADER 
   ========================================================================== */
#header .contain img {
	margin: 0px auto;
}

/*------------------------------------------*/
/*	 Header Phone Banner 
/*------------------------------------------*/

.header-phone-banner {
	margin-top: 8px;
	padding: 15px 0 17px;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	background: #e5ae48;
}

	.header-phone-banner .highlight {
		color: #261606;
		text-decoration: none;
	}


/* ==========================================================================
   BIO
   ========================================================================== */

#bio {
	margin: 10px auto 0px auto;
	width: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #261606;
}
#bio .contain {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 50px;
}
#bio .contain p {
	padding: 10px 20px;
	color: #282828;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	margin: 10px auto 0px auto;
}
#bio h2 {	
	font-size: 35px;
	font-weight: 800;
	line-height: 35px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#bio h3 {
	font-size: 70px;
	font-weight: 800;
	line-height: 70px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
/* ==========================================================================
   SERVICES
   ========================================================================== */
#services {
	margin: 10px auto 0px auto;
	width: 90%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #261606;
}
#services .contain {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 50px;
}
#services .contain p {
	padding: 10px 20px;
	color: #282828;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	margin: 10px auto 0px auto;
}
#services h2 {	
	font-size: 35px;
	font-weight: 800;
	line-height: 35px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#services .three-col {
	margin: 10px auto 0px auto;
	width: 80%;
	text-align: center;
}
#services .leftside {
	width: 25%;
	float: left;
}
#services .centerside {
	width: 50%;
	float: left;
	text-align: center;
}
#services .rightside {
	width: 25%;
	float: left;
}
#services .clear {
	clear: both;
}
@media (max-width: 480px) {
	#services div.leftside, #services div.rightside  {
		display: none!important;
    }
	#services div.centerside {
		width: 100%!important;
	}
}
/* ==========================================================================
   FOOTER
   ========================================================================== */ 
 
#footer {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #262626;
	margin: 10px auto 0px auto;
	width: 100%;
	text-align: center;
}

#footer_copyright p {
	color: #ddd;
	line-height: 23px;
}

#footer h4 {
	color: #ddd;
	font-size: 1.6em;
	line-height: 1.2em;
}
