html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	position: relative;
}


body
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section

{
	display:block;
}

nav ul
{
	list-style:none;
}

blockquote, q
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}

a
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link
{
	color: #18b0d6;
	text-decoration: none;
}

a:active
{
	color: #B73045;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom:1px dotted;
	cursor:help;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select
{
	vertical-align:middle;
}

/* ========== reset css end ========== */




























/* Content */

.outercontent
{
	width: 100%;
	height: auto;
	background-color:#fff;
	float:left;
}

.content
{
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.contentText
{
	width: 100%;
	float: left;
}

.contentText p
{
	max-width: 100%;
	font-size: 17px;
	font-weight: 400;
	font-family: 'SegoeUISemiBold','Avenir-Book';
	color: #4d4d4d;
	line-height: 24px;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.contentText h2
{
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
	font-family: 'SegoeUISemiBold','Avenir-Medium';
	text-align: center;
	color: #282828;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contentText h4
{
	max-width: 100%;
	font-size: 20px;
	font-weight: 400;
	font-family: 'SegoeUISemiLight','Avenir-Book';
	text-align: center;
	color: #b3b3b3;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left_container
{
	width: 50%;
	height: auto;
	float: left;
}

.left_cont
{
	width: 100%;
	min-height: 100px;
	height: auto;
	float: left;
}

.left_icon
{
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 5%;
	position: relative;
}

.left_icon img
{
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.left_cont h2
{
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
	font-family: 'SegoeUISemiBold','Avenir-Medium';
	text-align: center;
	color: #282828;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 10px;
}

.left_cont p
{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: 'SegoeUI','Avenir-Book';
	text-align: center;
	color: #000;
	line-height: 24px;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}


.right_container
{
	width: 50%;
	height: auto;
	float: right;
}

.right_cont
{
	width: 100%;
	height: 560px;
	margin-top: 5%;
	margin-bottom: 5%;
	float: left;
	position: relative;
}

.right_cont img
{
	width: 373px;
	height: 500px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


.separator
{
    width: 100%;
    height: 1px;
		float: left;
    /* background-image: linear-gradient(to right, rgba(150,150,150,0), rgba(150,150,150,1), rgba(150,150,150,0)); */
		background-color: #e0e0e0;
}


/* Footer */

.FooterContainer
{
	width:100%;
	min-width:1200px;
	height:auto;
	background:url("../../images/footer_bg.jpg") no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	float:left;
}
.FooterContent
{
	width:980px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}

.tekton_logo
{
	width:106px;
	height:94px;
	background:url("../../images/teklogo_orange.png");
	margin-left:140px;
	margin-top:70px;
	margin-bottom:20px;
	float:left;
}

.social
{
	width:550px;
	margin-top: 110px;
	float: left;
	margin-left: 40px;
}

.social_container
{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:40px;
}

.social_image
{
	width:22px;
	height:22px;
	float:left;
	margin-left:10px;
}

.social_label
{
	color:#ffddb2;
	text-shadow: 0px 1px 2px #000;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-family:'SegoeUI';
	font-size:15px;
}

.social_label:hover
{
	color:#fff;
}

.link
{
	text-decoration:none;
}


/*Carousel*/

.carouselText h2
{
	max-width: 100%;
	font-size: 36px;
	font-weight: 400;
	font-family: 'SegoeUISemiBold','Avenir-Medium';
	text-align: center;
	color: #282828;
	margin-top: 20px;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.carouselText h4
{
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: 'SegoeUISemiLight','Avenir-Book';
	text-align: center;
	color: #b3b3b3;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 10px;
}

.carousel-inner p
{
	min-height: 50px;
	margin-top: 10px;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	font-family: 'SegoeUISemiLight','Avenir-Book';
}




























@media only screen
and (min-width : 320px)
and (max-width : 767px)
{
	.left_container
	{
		width: 100%;
	}

	.left_cont p
	{
		padding-bottom: 10px;
	}


	.right_container
	{
		width: 100%;
		height: auto;
		float: right;
	}

	.right_cont
	{
		width: 100%;
		height: 340px;
		margin-top: 0;
		float: left;
		position: relative;
	}

	.right_cont img
	{
		width: 276px;
		height: 370px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	/*Carousel*/

	.carouselText h2
	{
		width: 100%;
		font-size: 24px;
		font-weight: 400;
		font-family: 'SegoeUISemiBold','Avenir-Medium';
		text-align: center;
		color: #282828;
		margin-top: 20px;
		padding-left: 5%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.carouselText h4
	{
		max-width: 100%;
		font-size: 16px;
		font-weight: 400;
		font-family: 'SegoeUISemiLight','Avenir-Book';
		text-align: center;
		color: #b3b3b3;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 10px;
	}

	.carousel-inner p
	{
		min-height: 50px;
		margin-top: 10px;
		margin-left: 5%;
		width: 90%;
		padding-left: 7%;
		padding-right: 7%;
		text-align: center;
		font-family: 'SegoeUISemiLight','Avenir-Book';
		font-size: 15px;
	}
}
