html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff; //#3e86d8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	min-width: 1300px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #2D2D2D;
	font-size: 12pt;
}

h2 {
	padding: 0px 0px 30px 0px;
	font-size: 2.50em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	padding-right: 5px;
	padding-left: 5px;
}

strong {
}

a {
	color: rgba(0,0,0,.8);
}

a:hover {
	text-decoration: none;
	text-align: center;
}

a img {
	border: none;
	border-radius: 22px;
}

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

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}


hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFF;
	margin: 0px 20px 0px 20px;

	min-width: 1200px;
}

.container-wide {
	//width: inherit;  //1600px;
	width: auto;  //1600px;
	margin: 0px -20px;
	//margin: auto;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper
{
	background:  #FFF; //#1FA80F; //url(images/bg.jpg) no-repeat top left;
	background-size: cover;
}

#header {
	position: relative;
	overflow: hidden;
	height: 120px;
}

#social
{
	position: absolute;
	top: 12px;
	right: -3px;
}

/** LOGO */

#logo {
	position: absolute;
	//top: 1em;
	padding: 0em 2em;
	background: rgba(255,255,255,1);
	text-align: center;
	background-image: url(qtel-logo.jpg);
	width: 560px;
	//height: 20;
	font-weight: inherit;
	font-size: xx-small;
}

#logo h1, #logo p {
	margin: 0;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.5em;
	font-weight: 700;
	color: #FFF;
}

#logo p {
	padding: 0px 50px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: x-large;
	color: #2D2D2D;
	text-align: right;
}

#logo p a {
	color: #FFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFF;
}

/** MENU */

#menu {
	overflow: hidden;
	background: #EDEDED; //#3e86d8;
	box-shadow: 0px 4px 8px #999;	
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 40px 0px 40px;
	line-height: 70px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	//color: rgba(255,255,255,0.8);
	color: rgba(255,0,0,0.5);
	//border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: rgba(255,0,0,1);
	text-shadow: 3px 3px 7px #ccc;
}

#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}

/** PAGE */

.captcha img
	{
	border-radius: 0px;	
	}
	
#page {
	overflow: auto;
	padding: 3em 0em;
}
	#page img
	{
	margin-bottom: 1em;
	//border: solid 2px;
	//box-shadow: 0px 3px 10px #aaaaaa;
	//text-shadow: 3px 3px 10px #aaaaaa;
	//border-radius: 15px;
	}
	
	.column1 img, .column2 img, .column3 img, .column4 img, .img_center
	{
		border-radius: 15px;
	}
	
	.img_center
	{
	margin-left: 2em;
	}

	#page .title
	{
		margin-bottom: 2em;
	}

	#page .title h2
	{
	font-size: 1.1em;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	text-align: center;
	font-style: normal;
	}
	
	#page .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

/** CONTENT */

#content {
	float: left;
	width: 1000px;
	padding-right: 50px;
	border-right: 1px solid #E6E7DC;
}

#content .post-title
{
	margin-bottom: 2em;
}

#content .post-title h2
{
	margin: 0;
	padding: 0;
}


#content .post
{
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 4em;
}

#sidebar1 h2,
#sidebar2 h2
{
	font-size: 1.5em;
	font-weight: 400;
}

/** SIDEBAR 2 */

#sidebar2 {
	float: right;
	width: 250px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px 30px 0px;
}

#footer p {
	text-align: center;
		color: rgba(0,0,0,0.7);
}

#footer a {
		color: rgba(0,0,0,0.7);
}

/* List style 1 */

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

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

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

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #3e86d8;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

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

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


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

	#portfolio-wrapper
	{
		overflow: auto;
		padding: 3em 0em;
		background: rgba(0,0,0,.02);
		//background-image: url(images/overlay.png);
		background-repeat: repeat;
		//border-top: 1px solid rgba(0,0,0,.05);
		margin: 0px -20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		box-shadow: 0px 4px 8px #999;
		#box-shadow: -3px -3px 10px #aaaaaa;
	}
	
	#portfolio
	{
	text-align: center;
	}

	#portfolio .box
	{
		color: rgba(0,0,0,0.5);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#portfolio .title
	{
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#portfolio .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

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

	.column_center
	{
		width: 350px;
		float: left;
		#padding-left: 24px;
		margin-right: 24px;
		margin-left: 24px;
	}
	
	.scrollbox
	{
		width: 350px; 
		height: 550px; 
		overflow: auto; 
		padding: 5px;
		#font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
		line-height: 180%;
		font-weight: 400;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		padding-top: 0.50em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}
	
	.title_link 
	{
		color: #FF1919;
		//font-weight: bold;
		text-decoration: none;
	}

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

	.button
	{
	display: inline-block;
	margin-top: 2em;
	padding: 0em 1em;
	background: #FF1919;
	letter-spacing: 0.10em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: x-small;
	color: #FFF;
	box-shadow: 3px 3px 10px #aaaaaa;
	text-shadow: 3px 3px 10px #aaaaaa;
	border-radius: 3px;
	}

	.button_big
	{
	display: inline-block;
	//margin-top: 2em;
	padding: 0em 1em;
	background: #FF1919;
	letter-spacing: 0.10em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 750;
	font-size: medium;
	color: #FFF;
	}
		
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
	font-weight: 100;
	font-size: 12px;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
	font-size: 12;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}
	
.large {
	font-size: 17px;
	text-align: justify;
}
.center {
	text-align: center;
}
.inline {
}

/*********************************************************************************/
/* Forms Styles                                                                  */
/*********************************************************************************/

input {
	border: none;
}

.form_table_narrow{
	//background: #F9F9F9;
	//font-family: 'Roboto',sans-serif;
	font-size: 14px;
	
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
	background-size: cover;
	color: #333333;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.30);
	background-position: 50% 50%;
	
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form_table{
	//background: #F9F9F9;
	//font-family: 'Roboto',sans-serif;
	font-size: 14px;
	
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
	background-size: cover;
	color: #333333;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.30);
	background-position: 50% 50%;
	
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form_table table{
	width: 200px;
}

.form_table a{
	color: #0D47A1;
}

.q{
	padding: 4px;
	//margin-top: 12px;
	margin-bottom: 1px;
	margin-left: 12px;
	margin-right: 12px;
	float: left;
	display: block;
}

.q .question{
	font-weight: normal;
}

.q .left_question_first{
	width: 15em;
}

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field, .q .number_field{
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	border-width: 1px;
	color: #333333;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	margin: 1px 0;
	padding: 5px;
	resize: vertical;
}

.q .drop_down{
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	border-width: 1px;
	color: #333333;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	margin: 1px 0;
	padding: 4px;
}

.form_header{
	width: auto;
	margin: -12px -5px 10px;
	color: #FF1919;
	//color: #000;
	text-align: center;
	//padding: 0px 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1px;  
	
	background: #F9F9F9;
	//background-size: cover;
	//background-repeat: repeat;
	//background-position: 50% 50%;
	border-radius: 5px 5px 0px 0px;
	//border: solid #bbb 1px;
	
	 //border-top: solid #AAAAAA 1px;
	 //border-style:;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.20); 
}

.captcha{
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	border-width: 1px;
	color: #333333;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	margin: 1px 0;
	padding: 5px;
	//resize: vertical;
	
	padding: 0px;
	//margin-top: 12px;
	//margin-bottom: 1px;
	margin-left: 12px;
	margin-right: 5px;
	//float: right;
	//display: inline;
}
