/*
Project Name: ThinkWeb.be 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Body Style */

html, body {
	height: 100%;
}
body {
	background: #6b6e71 url(../img/website_background.png) center top;
}
/* Typography and General Text Styles */
body, td, th, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #7a7a7a;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h5 a {
	text-decoration: none;
	color: #0000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #666;
}
.fxtxt h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0;
}
.fxtxt h2 {
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	padding: 8px 0;
}
.fxtxt h3 {
	font-size: 16x;
	font-weight: bold;
	padding: 6px 0;
}
.fxtxt h4 {
	font-size: 14px;
	padding: 12px 0;
}
.fxtxt h5 {
	font-size: 13px;
	padding: 10px 0;
}
.fxtxt h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0;
}

.fxtxt p {
	padding: 0 0 14px 0;
}
a {
	color: #7a9f0e;
	text-decoration: none;
}
a:hover {
	color: #566d12;
	text-decoration: underline;
}
.fxtxt strong {
	font-weight: bold;
}
.fxtxt em {
	font-style: italic;
}
.fxtxt del {
	text-decoration: line-through;
}
.fxtxt ul, .fxtxt ol {
	margin: 0 0 18px 20px;
	list-style-position: outside;
}
.fxtxt ul {
	list-style: disc;
}
.fxtxt ol {
	list-style: decimal;
}
.fxtxt table {
	border-collapse: collapse;
	margin: 10px 0px;
	font-size: 12px;
}
.fxtxt th, .fxtxt td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.fxtxt th {
	background-color: #F2F2F2;
	padding: 10px 10px;
	border-color: #BBBBBB;
	font-weight: bold;
}
.fxtxt td {
	background-color:#FFF;
	border-color: #BBBBBB;
	padding: 10px 10px;
}
.fxtxt blockquote {
	border-left: 5px solid #E5E5E5;
	font-style: italic;
	margin: 0 0 18px 4px;
	padding: 0 16px;
}
.fxtxt code, .fxtxt pre {
	background: #f2f2f2;
	border: 1px dotted #BBBBBB;
	color: #333333;
	font: 13px/18px Consolas, "Courier New", Courier, monospace;
	padding: 2px 4px;
}
.fxtxt abbr, .fxtxt acronym {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
}
.floatleft {
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}
.floatright {
	float: right;
	display: inline;
	margin: 0 0 10px 20px;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.hide {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}

/* Page */
.page {
	background: #fff;
	padding-bottom: 20px;
}
.wrap {
	width: 880px;
	margin: 0 auto;
}
/* Masterhead */
.masterhead {
	position: relative;
	height: 88px;
}
h1#logo {


	position: absolute;
	left: 0;
	top: 15px;
	width: 186px;
}
h1#logo a {
	display: block;
	height: 54px;
	background: url(../img/thinkweb-logo.png);
}
h1#logo a span {
	position: absolute;
	left: -5000px;
}
/* Language Bar */
.language-bar {
	position: absolute;
	top: 10px;
	right: 0;
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
/*
    display: none;
    visibility: hidden;
*/
}
.language-bar li {
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	float: left;
	padding: 0 4px;
}
.language-bar a, .language-bar a:hover, .language-bar li {
	text-decoration: none;
	color: #a9aaab
}
.language-bar a:hover {
	color: #6d6f71;
}
/* Main Menu */
.menu {
	position: absolute;
	right: 0;
	bottom: 10px;
}
/* Header */
.header {
	background: #94b712 url(../img/header-background.png) center bottom;
	margin-bottom: 60px;
}
.header-glow {
	background: url(../img/headr-glow.png) no-repeat center bottom;
}
.header-glow .wrap {
	position: relative;
}
.homepage .header-glow .wrap {
	height: 328px;
	padding: 0;
}
.header-glow .wrap {
	padding: 40px 0 20px;
}
.header .header-text {
	width: 352px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-shadow: 0 1px 0 #77990f;
	padding-top: 40px;
}
.header-text h2 {
	font-size: 20px;
}
.header-text p {
	padding-bottom: 14px;
}
.header-text p.links {
	height: 31px;
}
.header-image {
	width: 506px;
	text-align: center;
	right: 0;
	position: absolute;
	bottom: -32px;
}
/* Footer */
.footer {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding: 20px 0;
}
.footer a, .footer a:hover {
	color: #97bf3d;
	text-decoration: none;
}
.footer a:hover {
	color: #ddf7a2;
}
.footer-col {
	float: left;
	width: 274px;
	margin-right: 20px;
}
.contact-info {
	margin: 0;
}
.footer-col h3 {
	font-size: 18px;
	padding: 16px 0;
}
.tweet_list li {
	padding-bottom: 18px;
}
.tweet_time {
	display: block;
	font-size: 11px;
}
.tweet_time a, .tweet_time a:hover {
	font-size: 11px;
	color: #a1a1a1;
}
.social_icons {
	display: block;
	height: 16px;
	margin: 0 0 10px 0;
}
.social_icons li {
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
}
.social_icons li a, .social_icons li a:hover {
	display: block;
	height: 16px;
	position: relative;
}
ul.contact_list {
	list-style: none;
	margin: 0 0 20px 0;
}
.contact_list li {
	position: relative;
	margin: 0 0 5px 0;
}
.contact_list li .contact_info {
	position: absolute;
	top:0px;
	left: 80px;
}
.map {
	width: 265px;
	height: 125px;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
}
.map iframe {
	width: 265px;
	height: 125px;
	border: none;
}
/* Contact Form Style */
#contact_form {
	width: 560px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f0f0f0;
	border: 1px solid #d7d7d7;
	padding: 10px 0 10px 10px;
}
input.textbox, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #d7d7d7;
	padding-left: 10px;
}

#contact_form input.textlong {
	width: 528px;
}

.content_form p {
	float: left;
	position: relative;
	margin-right: 10px;
}
.content_form label {
	display: block;
	padding-bottom: 4px;
	height: 19px;
}
#contact_form input {
	height: 25px;
	width: 254px;
}
#contact_form select {
	height: 30px;
	width: 266px;
}
#contact_form textarea {
	width: 528px;
	padding: 10px 0 0 10px;
}
input#form_submit {
	width: 150px;
	height: 30px;
	padding: 2px 0 4px 0;
	font-weight: bold;
	margin-top: 23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #8db813;
	border: 1px solid #7ba110;
	cursor: pointer;
}
input#form_submit:hover {
	background: #a2d218;
}
.error-msg {
	color: #C33;
}
/* Content Styles */
.page-title {
	color: #fff;
	text-shadow: 0 1px 0 #77990f;
}
/* Buttons */
.button, .button:hover, .button span, .button:hover span {
	float: left;
	cursor: pointer;
	line-height: 30px;
	height: 31px;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	background: url(../img/button-bg.png) no-repeat;
	text-decoration: none;
}
.button {
	background-position: 0 -93px;
}
.button:hover {
	background-position: 0 -31px;
}
.button span, .button:hover span {
	margin-left: 5px;
	background-position: right -62px;
	padding: 0 10px 0 5px;
	color: #707070;
}
.button:hover span {
	background-position: right 0;
	text-shadow: none;
	color: #fff;
}
.extra10-right {
	margin-right: 10px;
}
.extra10-left {
	margin-left: 10px;
}
/* Home Page Style */
p.slogan {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color: #999;
}
/* Page Structure */
.one_third, .two_thirds {
	float: left;
	display: inline;
	margin-right: 20px;
}
.one_third {
	width: 280px;
	margin-bottom:18px;
}
.last {
	margin: 0;
}
.two_thirds {
	width: 580px;
}
/* Services */
.dbox img {
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.dbox h2 {
	padding: 10px 0 0;
	height: 54px;
	margin-bottom: 10px;
}
.dbox h2 a, .dbox h2 a:hover {
	color: #000;
}
/* Portfolio Section */
.portfolio {
	padding: 8px 0 0px;
	margin-bottom: 40px;
}
.homepage .portfolio {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
a.single_work_img, a.image_item {
	position: relative;
	display: block;
	width: 275px;
	height: 170px;
}

a span.image_hover {
	background: #97bf3d url(../img/gallery_hover/hover_image.png) no-repeat center center;
	z-index: 2;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 255px;
	height: 150px;
	display: none;
	cursor: pointer;
}
a span.video_hover {
	background: #97bf3d url(../img/gallery_hover/hover_video.png) no-repeat center center;
	z-index: 2;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 255px;
	height: 150px;
	display: none;
	cursor: pointer;
}
.portfolio img, .rbox {
	padding: 10px;
	background: white;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.portfolio h3 {
	color: #444444;
	font-size: 13px;
}
.portfolio p {
	margin: 10px 0 8px;
	padding: 0;
}
.read_more, .read_more:hover {
	padding: 4px 15px 3px 30px;
	background: #f7f7f7 url(../img/read_more.png) no-repeat 7px top;
	background: url(../img/read_more.png) no-repeat 7px top, -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea));
	background: url(../img/read_more.png) no-repeat 7px top, -moz-linear-gradient(top, #f7f7f7, #eaeaea );
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea');
	color: #444444;
	font-size: 11px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.read_more:hover {
	background: #f7f7f7 url(../img/read_more.png) no-repeat 7px top;
	background: url(../img/read_more.png) no-repeat 7px top, -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea));
	background: url(../img/read_more.png) no-repeat 7px top, -moz-linear-gradient(top, #efefef, #fafafa );
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea');
}
/* SaleAssist Banner */
.saleassist_banner {
	margin-bottom: 10px;
}
/* Let's Talk */
.lets-talk {
	background: url(../img/noise-background.png) no-repeat center top;
	padding: 0 10px;
	width: 260px;
}
.lets-talk h1 {
	font-size: 18px;
	font-weight: normal;
	color: #94ba3c;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.lets-talk h1 img {
	vertical-align: middle;
	margin-right: 10px;
}
.lets-talk a.button, .lets-talk a.button:hover {
	margin: 0 auto;
	width: 160px;
	float: none;
	display: block;
}
.lets-talk a.button span, .lets-talk a.button:hover span {
	width: 140px;
	text-align: center;
}
/* Testimonials */
.testimonial {
	background: url(../img/blockquote.png) no-repeat left 39px;
}
.testimonial h2 {
	margin-bottom: 19px;
}
.testimonial p {
	font-style: italic;
}
.testimonial p.testimonial_author {
	font-style: normal;
	font-weight: bold;
}
/*---- Tooltip styles------*/

.tipsy {
	padding: 5px;
	margin: -5px 0 -5px 0;
	font-size: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
	background-image: url(../img/tipsy.png);
	position: relative;
	z-index: 100000;
}
.tipsy-inner {
	padding: 1px 5px;
	background-color: #3b3b3b;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
/* Extra Box */
.extra {
	border-top: 1px solid #ececec;
	padding: 40px 0 0;
	margin-top: 20px;
}
.homepage .extra {
	border: 0;
	padding: 0;
	margin: 0;
}
/* Project Details */
.portfolio_head_description {
	color: #999;
}
.fxtxt .project_details_list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.project_details_list li {
	position: relative;
	margin: 0 0 5px 0;
}
.project_details_list li .detail {
	position: absolute;
	top:0px;
	left: 80px;
}

/* Slider */
/* The Nivo Slider styles */
#slider {
	position:relative;
	height: 364px;
}

#slider2 {
	position:relative;
	height: 162px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor: pointer;
	background-image: url(../img/nivo-navbutton.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
.nivo-prevNav, .nivo-prevNav:hover {
	left:0px;
	background-position: -60px 0;
}

.nivo-prevNav:hover {
	background-position: -60px -60px;
}
.nivo-nextNav, .nivo-nextNav:hover {
	right:0px;
	background-position: 0 0;
}

.nivo-nextNav:hover {
	background-position: 0 -60px;
}

#slider2 .nivo-controlNav {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1000;	
}

#slider2 .nivo-controlNav a, #slider2 .nivo-controlNav a:hover {
    width:12px;
    height:13px;
	overflow: hidden;
    background: url(../img/bullets.png) no-repeat right top;
    text-indent:-9999px;
    border:0;
    margin-left: 5px;
    float:left;
	cursor: pointer;
}

#slider2 .nivo-controlNav a.active, #slider2 .nivo-controlNav a.active:hover {
	background-position: left top;
}
