	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #191919;
		font-family: 'Titillium Web', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-family: 'Titillium Web', sans-serif;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #383838;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		width: 1200px;
		margin: 0px auto;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 0em 0em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 0em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		overflow:  hidden;
		margin: 0em 0 3em 0;
		padding-top: 1em;
		text-align: center;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 2em;
		color: rgba(255,255,255,.3);
	}

/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

	.major
	{
		overflow: hidden;
		margin-bottom: 4em;
		text-align: center;
	}
	
	.major h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 3em;
		font-weight: 700;
		color: #3f3f3f;
	}

	.major .byline
	{
		display: block;
		padding-top: 0.2em;
		font-weight: 300;
		font-size: 2em;
	}

/*********************************************************************************/
/* Title Styles                                                                  */
/*********************************************************************************/

	.title
	{
		text-align: left;
	}
	
	.title h2
	{
		text-transform: uppercase;
		font-weight: 400;
		color: #ffffff;
		font-size:48px;
	}

	.title .byline
	{
		display: block;
		padding-top: 1em;
		font-weight: 300;
		font-size: 1.1em;
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin: 1em 0em;
		padding: 1em 3em 1em 3em;
		background: #2A70E8;
		border-radius: 8px;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #eeeeee;
	}

/*********************************************************************************/



/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		background: #eeeeee;
	}

	#page
	{
		overflow: hidden;
		padding: 1em 0em;
		
	}
	
	#page-wrapper1
	{
		background: #2e3136;
	}

	#page1
	{
		overflow: hidden;
		padding: 1em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 588px;
		text-align: left;
		background-color:#72be27;
		
	}
	
	#content .title
	{
		padding: 40px 20px;
		text-align: left;
		font-size:30px;
		line-height:60px;
		color:#ffffff;
	}
	
	#content h2
	{
		font-size: 1.7;
	}
	
	#content .byline
	{
		padding-top: 0;
		font-size: 0.75em;
	}
	
	#content p
	{
		padding: 10px 10px;
		text-align: left;
		font-size:14px;
		line-height:20px;
		color:#ffffff;
		}
#content .column1
	{
		width: 240px;
		background-color:#145ca5;
		padding: 10px 5px;
		text-align:center;
		line-height:24px;
	}
	#content .column2
	{
		width: 240px;
		background-color:#145ca5;
		padding: 10px 5px;
		text-align:center;
		line-height:24px;
	}
#content h3
{
	font-size:22px;
	text-align:center;
	text-decoration:underline;
	font-weight:600;
	
	
}

#content h4
{
	font-size:14px;
	text-align:center;
	font-weight:400;
}

#content1
	{
		float: left;
		width: 588px;
		text-align: left;
		background-color:#2e3136;
	}
	
	#content1 .title
	{
		padding: 40px 20px;
		text-align: left;
		font-size:30px;
		line-height:60px;
		color:#ffffff;
	}
	
	#content1 h2
	{
		font-size: 1.7;
	}
	
	#content1 .byline
	{
		padding-top: 0;
		font-size: 0.75em;
	}
	
	#content1 p
	{
		padding: 10px 10px;
		text-align: left;
		font-size:14px;
		line-height:20px;
		color:#ffffff;
		}
#content1 .column1
	{
		width: 240px;
		background-color:#145ca5;
		padding: 10px 5px;
		text-align:center;
		line-height:24px;
	}
	#content1 .column2
	{
		width: 240px;
		background-color:#145ca5;
		padding: 10px 5px;
		text-align:center;
		line-height:24px;
	}
#content1 h3
{
	font-size:22px;
	text-align:center;
	text-decoration:underline;
	font-weight:600;
	
	
}

#content1 h4
{
	font-size:14px;
	text-align:center;
	font-weight:400;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 588px;
		background-image:url(images/bg.jpg);
	}
	
	
	
#sidebar .contact_form {
   
	color:#000000;
}


#sidebar1
	{
		float: right;
		width:560px;
		
	}
	
#sidebar1 h3
{
	font-size:22px;
	text-align:center;
	text-decoration:underline;
	font-weight:600;
	color:#ffffff;
	
}

#sidebar1 .title
	{
		padding: 40px 20px;
		text-align: left;
		font-size:30px;
		line-height:60px;
		color:#ffffff;
	}

#sidebar1 p
	{
		padding: 10px 10px;
		text-align: left;
		font-size:14px;
		line-height:20px;
		color:#ffffff;
		}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured-wrapper
	{
		overflow: hidden;
		padding: 0em 0em;
		background: #FFF;
	}
	
	#featured h2
	{
		text-align: center;
		font-size:18px;
		padding: 10px 0px;
		font-weight:500;
	}
	
	#featured .byline
	{
		text-align: center;
		font-size:14px;
		padding: 10px 0px;
		font-weight:400;
		color:#ffffff;
	}

	#featured .icon
	{
		position: relative;
		display: block;
		background: #252525;
		margin: 0px auto 20px auto;
		line-height: 2.5em;
		font-size: 4em;
		text-align: center;
		color: #FFF;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
		background: #252525;
	}
	
	.column1,
	.column2
	{
		float: left;
		margin-right: 24px;
	}
	
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		padding: 2em 0em 0em 0em;
		background-color:#ffffff;

	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
	}
	
	#portfolio .major h2
	{
		color: #252525;
		letter-spacing:normal;
		font-size:30px;
		font-weight:600;
	
	}
	
	#portfolio .major .byline
	{
		color: #252525;
		letter-spacing:normal;
		
		
		
	}
	
	#portfolio img
	{
		margin: 0;
		padding: 0;
	}
	
	#portfolio .box
	{
		padding: 30px;
		background: #FFF;
		border-radius: 0px 0px 8px 8px;
		border-right: 1px solid #DADADA;
		border-left: 1px solid #DADADA;
	}
	
	

	#contact .major h2,
	#contact .major .byline
	{
		color: rgba(255,255,255,0.9);
	}


.contact_form {
   
	color:#000000;
}
#sidebar .form-control {
    display: block;
    width: 90%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.0;
    color: #000000;
    background-color:#ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
	border-radius: 5px;
	align-content:center;   

}
#sidebar .form-control:focus {
    border: 1px solid #ffffff;
    border-color: #ffffff;
    outline: 0px none;
    
}
#sidebar {} .form-control:-webkit-input-placeholder {
    color: red;
}
#sidebar .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
#sidebar .form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
#sidebar .form-control:-ms-input-placeholder {
    color: red;
}
#sidebar .submit-btn,
#sidebar .submit-btn:active,
#sidebar .submit-btn:focus,
#sidebar .submit-btn:visited {
    display: block;
	background-color: #777b73;
    border: 1px solid #777b73;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #6f6767;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
	text-align:center;
	vertical-align:central;
}
#sidebar .submit-btn:hover {
    background-color: #777b73;
    color: #6f6767;
    border-color: #777b73;
}

#sidebar .error {
    color: #72be27;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}