/*------------------------------------------------------------------------

 Theme Name:    Hypax

 Description:   WordPress 3.3 Premium Theme

 Version:       1.2.1

 Author:        Rascals Labs

 Author URI:    http://rascals.eu

 License: GNU General Public License

 License URI: license.txt

 Theme URI: http://rascals.eu

 Tags: editor-style, custom-menu, fixed-width, threaded-comments

 ------------------------------------------------------------------------*/

 



/* Reset

 ------------------------------------------------------------------------*/

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:''
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* Message for IE6 browser

 ------------------------------------------------------------------------*/

#ie6-message {
	background:#c00;
	border-bottom:1px solid #900;
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
#ie6-message p {
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:20px;
}
#ie6-message a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
/* Getting the new HTML5 tags

 ------------------------------------------------------------------------*/

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Global Forms Styles

 ------------------------------------------------------------------------*/

textarea {
	overflow:auto;
}
input[type="radio"] {
	vertical-align:text-bottom;
}
input[type="checkbox"] {
	vertical-align:bottom;
}
.ie7 legend {
	margin-left:-7px;
}
.ie7 input[type="checkbox"] {
	vertical-align:baseline;
}
/* Hand cursor on clickable input elements */

label, input[type=button], input[type=submit], button {
	cursor:pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */  

button, input, select, textarea {
	margin:0;
}
button {
	width:auto;
	overflow:visible;
}
/* Bicubic resizing for non-native sized IMG */

.ie7 img {
	-ms-interpolation-mode:bicubic;
}
/* Helper classes

 ------------------------------------------------------------------------*/



/* For image replacement */

.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
}
/* Hide for both screenreaders and browsers */

.hidden {
	display:none;
	visibility:hidden;
}
/* Hide only visually, but have it available for screenreaders  */

.visually-hidden {
	position:absolute !important;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility:hidden;
}
/* The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements */

.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	overflow: hidden;
	height:1px;
	margin-top:-1px;
}
/* Hide for both screenreaders and browsers */

.hidden-content {
	display:none;
	overflow:hidden;
}
.hidden-content > p {
	color: #9B9B9B !important;
}
/* Reset margins */

.no-margin {
	margin:0 !important;
}
.left {
	float:left;
	display:inline;
}
.right {
	float:right;
}
.center {
	text-align:center
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
/* Global Properties

 ------------------------------------------------------------------------*/

html, body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
/* Link style */

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Headings styles */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 140%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
}
/* Basic styles */

strong, th, thead td {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
strong, b {
}
code, pre {
	display: block;
	white-space: pre;
}
del {
	text-decoration: line-through;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
	margin-bottom: 20px;
}
/* Forms */

button, input[type="reset"], input[type="button"], input[type="submit"] {
	line-height:normal !important;
}
input[type="text"], textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
label {
	font-size:11px;
	text-transform:uppercase;
}
input, textarea {
	border:none;
	padding:8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
textarea {
	line-height:20px;
}
input[type="submit"].submit {
	width: 0;  /* IE table-cell margin fix */
	overflow: visible;
	display:inline;
	cursor:pointer;
	font-size:12px;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:9px 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #333;
}
html > body input[type=submit].submit {
	width:auto;
}
/* Pre / code */

code, pre {
	display: block;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
	font-size:12px;
	line-height:20px;
	padding:20px 10px;
	clear:both;
	width:auto;
	height:100%;
}
/* Text styles */

h1, h2, h3, h4, h5, h6 {
	margin-bottom:16px;
}
.ie7 ol {
	margin-left: 22px;
}
.content ul {
	margin-left: 20px;
	list-style-type: disc;
}
.content ul ul {
	list-style-type: square;
}
.content ul ul ul {
	list-style-type: circle;
}
.content ol {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}
.content dt {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
.content ol ol, .content ul ol {
	margin-left: 20px;
}
.content ul ol, ol ul, .content ol ol, .content ul ul {
	margin-bottom: 0;
}
/* List format */

ul.list-format {
	margin-left: 0px;
	list-style-type:none;
}
ul.list-format ul.list-format {
	list-style-type:none;
}
ul.list-format ul.list-format ul.list-format {
	list-style-type:none;
}
/* Table */

table.styled-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px 0;
}
table.styled-table th {
	font-size:16px;
	padding: 16px 10px;
	text-align: left;
	font-weight:normal;
	border:0;
}
table.styled-table td {
	padding: 14px 10px;
	text-align: left;
}
/* Images

 ------------------------------------------------------------------------*/

a img {
	border:0;
	outline: none;
	overflow:hidden;
}
.aligncenter {
	margin: 0 auto 20px auto;
	display:block;
	clear:both;
	overflow:hidden;
}
.alignleft {
	float:left;
	display:inline;
	margin:0 20px 20px 0;
	overflow:hidden;
}
.alignright {
	float:right;
	display:inline;
	margin:0 0 20px 20px;
	overflow:hidden;
}
.image-caption {
	color:#666;
	font-style:italic;
	text-align:right;
}
.frame {
	border:4px solid #fff;
}
/* Custom image */

a.autoload {
	position:absolute;
	z-index:2;
}
.custom-image {
	position:relative;
	margin-bottom:20px;
}
.none a.autoload {
	left:0px;
	top:0px;
}
.dark, .light {
	padding:6px;
}
.dark a.autoload, .light a.autoload {
	left:6px;
	top:6px;
}
.shadow, .shadow-big {
	padding:0 0 40px 0;
	margin-bottom:8px !important;
}
.shadow a.autoload, .shadow-big a.autoload {
	left:0px;
	top:0px;
}
/* Default WordPress Classes

 ------------------------------------------------------------------------*/

.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* Lightbox content

 ------------------------------------------------------------------------*/

.lightbox-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#666;
}
.lightbox-content p {
	margin-bottom: 20px;
}
/* Headings styles */

.lightbox-content h1, .lightbox-content h2, .lightbox-content h3, .lightbox-content h4, .lightbox-content h5, .lightbox-content h6 {
	color:#666 !important;
	text-shadow:none;
}
/* Global Elements

 ------------------------------------------------------------------------*/

.message {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Divider */

.divider {
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	margin-bottom: 20px;
	height:2px;
	width:100%;
}
/* Buttons */

a.button {
	padding:9px 16px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	text-align:center;
	margin-right:12px;
	text-decoration:none;
	font-weight:bold;
}
/* Big button */

a.button-big {
	width:288px;
	height:59px;
	line-height:59px;
	text-align:center;
	font-size:16px;
	margin-bottom:24px;
	display:block;
	text-decoration:none;
}
/* Black box */

.black-box {
	padding:16px;
	margin-bottom:24px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.black-box p {
	padding:8px;
	margin-bottom:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	text-align:center;
}
/* Glow box */

.glow-box {
	padding-top:48px;
}
/* Shadow boxes */

.shadow-box-medium, .shadow-box-big {
	width:100%;
	overflow:hidden;
	min-height:78px;
	padding-bottom:40px;
	margin-bottom:8px;
}
.shadow-box-medium img, .shadow-box-big img {
	display:block;
	margin:0 auto;
}
/* Blockquote */

blockquote {
	position:relative;
}
blockquote p:last-child {
	margin-bottom:0;
}
blockquote p {
	padding-top:100px;
	font-size:14px;
	line-height:24px;
	font-style:italic;
}
blockquote .author {
	display:block;
}
/* Headings */

.tab-heading {
	text-align:center;
	display:block;
	margin:0 auto;
	width:240px;
	height:39px;
	line-height:39px;
	font-size:18px;
}
.line-heading, .module-heading {
	padding-bottom:4px !important;
	margin-bottom:16px;
	clear:both;
	overflow:hidden;
}
.module-heading {
	text-transform:uppercase;
}
/* Highlight */

.highlight {
	text-shadow:none;
}
/* Toggle */

.toggle {
	overflow:hidden;
}
.toggle .switch {
	cursor:pointer;
}
/* Accordion */

ul.accordion li {
	padding:6px 0 0px 0;
}
ul.accordion li a.title {
	font-size:14px;
	padding-bottom:8px;
	text-decoration:none;
	display:block;
}
/* Check lists, Bullet lists */

ul.check-list-green li, ul.check-list-orange li, ul.check-list-violet li, ul.check-list-blue li, ul.bullet-list-green li, ul.bullet-list-orange li, ul.bullet-list-violet li, ul.bullet-list-blue li {
	padding:2px 0 2px 24px;
}
/* Latest tweets */

.tweets {
	width:100%;
	padding-top:80px;
	margin-top:40px
}
.tweets li p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.tweets li p.tweet {
	font-size:14px;
	line-height:24px;
	margin-bottom:0;
}
.tweets li p.tweet-date {
	text-align:center;
	display:block;
}
/* Layout

 ------------------------------------------------------------------------*/



/* Columns */

.column {
	float:left;
	display:inline;
	margin-right:48px;
	position:relative;
	overflow:hidden;
}
.col-1-2 {
	width:456px;
}
.col-1-3 {
	width:288px;
}
.col-1-4 {
	width:204px;
}
.col-2-3 {
	width:624px;
}
.col-3-4 {
	width:704px;
}
.last {
	margin-right:0 !important;
}
/* Content */

.wrapper {
	width:960px;
	margin:200px 48px;
}
#left {
	width:624px;
	display:inline;
	float:left;
}
#right {
	float:right;
	width:288px;
}
.wide {
	width:960px !important;
}
.content {
	margin:0 auto;
	width:960px;
	padding: 51px 0px 40px;
}
/* Section */

.section {
	clear:both;
	margin: 140px 0 260px 0;
	position:relative;
	z-index:1;
}
.section-anchor {
	padding-bottom:1px;
}
.last-section {
	margin-bottom:0 !important;
}
.page-section {
	margin-top:0 !important;
/*
	background: none !important;
	margin-bottom: 0px;*/

}
.section-line {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
	height:2px;
}
/* Section header */

.section-header {
	position:absolute;
	top:-30px;
	left:50%;
	width:960px;
	height:60px;
	margin:0 -480px 48px -480px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.section-header h1, .section-header h2 {
	padding-top:10px;
	font-size:30px;
	text-align:center;
}
/* Headers

 ------------------------------------------------------------------------*/

#home {
	width:100%;
	min-height:80px;
}
#header {
	z-index:999;
	left:0;
	top:0;
	height:90px;
	width:100%;
	min-width: 960px;
}
.fixed {
	position:fixed;
}
.absolute {
	position:absolute;
}
#logo {
	position:absolute;
	left:0;
	top:0px;
}
#content-header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:80px;
}
#page-header {
	height: 100px;
	min-width: 960px;
	width: 100%;
}
/* Menu

 ------------------------------------------------------------------------*/

#main-menu {
	float:right;
}
ul#menu {
	display:inline;
	height:88px;
}
ul#menu li {
	position: relative;
	display: inline;
	float:left;
}
ul#menu li a {
	display:block;
	height: 100%;
	margin-top:30px;
	padding:0 18px 34px 18px;
	text-align: left;
	line-height: 16px;
	font-size: 20px;
	border:none;
	text-decoration: none;
	text-transform:uppercase;
}
* html ul#menu li a {
	display: inline-block;
}
ul#menu ul {
	position:absolute;
	left:0;
	top:80px;
	width:160px;
	z-index:1;
	visibility:hidden;
}
ul#menu li li {
	display:block;
	width: 100%;
	cursor:pointer;
}
ul#menu li li:last-child {
	border-bottom:none;
}
ul#menu li li a {
	margin-top:0;
	font-size:12px;
	height:auto;
	line-height:16px;
	padding:10px 18px;
	text-transform:none;
	text-shadow:none;
}
ul#menu ul ul {
	position:absolute;
	left:100%;
	top:-1px;
	width: 100%;
	z-index:2;
	visibility:hidden;
}
/* Sliders

 ------------------------------------------------------------------------*/

 

/* Sliders wrap */

#slider-wrap {
	width:100%;
	z-index:1;
	overflow:hidden;
}
/* Sliders glow (Page slider) */

#slider-wrap .glow-big-up {
	width:100%;
	min-width:960px;
	height:100%;
}
/* R-Slider */



/* Main slider content */

.rs-content {
	overflow:hidden;
	position:relative;
	z-index:2;
}
/* Slide */

.rs-slide {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.rs-slide-content {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
/* Image */

.rs-image {
	z-index:2;
	position:absolute;
	left:0;
	top:0;
}
/* Caption */

.rs-caption {
	position:absolute;
	z-index:4;
}
.rs-nav {
	position:absolute;
	z-index:100;
	left:10px;
}
.rs-nav a {
	float:left;
	display:inline;
	width:12px;
	height:12px;
	margin-right:2px;
}
.rs-nav a span {
	display:none
}
.rs-next, .rs-prev {
	position:absolute;
	width:68px;
	height:68px;
	z-index:100;
}
.rs-next {
	right:-68px;
}
.rs-prev {
	left:-68px;
}
.rs-timer {
	width:68px;
	height:68px;
	display:block;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-34px;
	z-index:100;
	cursor:pointer;
}
.rs-next-click {
	cursor:pointer;
}
/* Big slider (homepage and showcase) */

.big-slider {
	margin:48px auto 0 auto;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.big-slider .rs-content {
	height:480px;
}
.big-slider .rs-caption {
	margin:16px;
	right:0;
	bottom:0;
	padding:18px;
	width:300px;
}
.big-slider .rs-caption h2 {
	margin-bottom:10px;
}
.big-slider .rs-caption p {
	padding-bottom:0;
	font-size:14px;
	line-height:20px;
}
.big-slider .rs-next, .big-slider .rs-prev, .big-slider .rs-timer {
	top:200px;
}
.big-slider .rs-nav {
	bottom:50px;
}
/* Sliders - Custom Slider */

.custom-slider {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.size-m {
	padding-bottom:20px;
}
.size-m .rs-next, .size-m .rs-prev, .size-m .rs-timer {
	top:50px;
	display:none;
}
.size-m .rs-nav {
	bottom:30px;
}
.size-l {
	padding-bottom:40px;
}
.size-l .rs-next, .size-l .rs-prev, .size-l .rs-timer {
	top:65px;
}
.size-l .rs-nav {
	bottom:50px;
}
.size-xl {
	padding-bottom:40px;
}
.size-xl .rs-next, .size-xl .rs-prev, .size-xl .rs-timer {
	top:120px;
}
.size-xl .rs-nav {
	bottom:50px;
}
/* Sections

 ------------------------------------------------------------------------*/





/* Latest Works

 ------------------------------------------------------------------------*/

a#view-projects-btn {
	position:absolute;
	top:-24px;
	left:50%;
	width:288px;
	height:72px;
	margin:0 -144px;
}
/* Fixed column height */

.latest-works .column {
	width:222px;
	margin-right:24px;
}
.latest-works header {
	width:222px;
	height:35px;
}
.latest-works header span {
	padding:8px 16px 0 16px;
	display:block;
}
.latest-works footer {
	width:222px;
	clear:both;
	height:80px;
}
.lw-image {
	position:relative;
	overflow:hidden;
	width:100%;
	height:256px;
	z-index:1;
}
.img-zoom {
	position:absolute;
}
.lw-img {
	z-index:1;
}
/* Portfolio

 ------------------------------------------------------------------------*/

.portfolio {
	margin-bottom:20px;
	overflow:hidden;
}
.portfolio h2 {
	font-size:18px;
}
.portfolio-image {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.col-1-3 .portfolio-image {
	width:288px;
	height:160px;
	padding-bottom:20px;
}
.col-1-2 .portfolio-image {
	width:456px;
	height:220px;
	padding-bottom:30px;
}
.col-2-3 .portfolio-image {
	width:624px;
	height:300px;
	padding-bottom:40px;
}
/* Sortable Portfolio

 ------------------------------------------------------------------------*/

 

/* Portfolio navigation (filter) list */

.portfolio-nav {
	height:36px;
	clear:both;
	padding:0;
	margin:0 0 24px 0;
}
.portfolio-nav li {
	margin-right:8px;
	float:left;
}
.portfolio-nav li a {
	padding:6px 16px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	text-align:center;
	text-decoration:none;
}
/* Portfolio grid */

.grid {
	width:984px;
	clear:both;
	overflow:hidden;
}
.grid-item {
	float:left;
	width:222px;
	margin:0 24px 0 0;
}
.portfolio-grid .grid-item header {
	width:222px;
	height:35px;
}
.portfolio-grid .grid-item header span {
	padding:8px 16px 0 16px;
	display:block;
}
.portfolio-grid .grid-item footer {
	width:222px;
	clear:both;
	height:80px;
}
.portfolio-item {
	position:relative;
	overflow:hidden;
	width:222px;
	height:256px;
}
.portfolio-hover {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	display:none;
}
.portfolio-content {
	position:absolute;
	left:-222px;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}
.portfolio-content h2 {
	font-size:24px;
	padding:16px;
	margin-bottom:60px;
}
.portfolio-links {
	position:absolute;
	top:140px;
	left:0;
}
.portfolio-links a {
	float:left;
	clear:both;
	width:auto;
	white-space: nowrap;
	margin:0 16px 8px 16px;
	line-height:normal;
	text-transform:uppercase;
	font-size:10px;
	padding:4px 8px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.portfolio-links a:hover {
	text-decoration:none;
}
.portfolio-cat {
	text-align:center;
}
.portfolio-cat span {
	text-align:center;
	margin:10px auto 10px;
	line-height:normal;
	padding:4px 12px 2px 12px;
	display:inline-block;
	-moz-border-radius:10px;
	border-radius:10px;
	width:auto;
	font-size:11px;
	text-transform:uppercase;
}
/* Services

 ------------------------------------------------------------------------*/

.services {
	padding-top:48px;
}
.services-list h4 a {
	text-decoration:none;
	float:left;
	padding:12px 0 0 0;
}
.services-list h4 {
	margin-bottom:10px;
	overflow:hidden;
	width:288px;
}
.services-list h4 img {
	float:left;
	margin-right:10px;
}
.services-list {
	padding-bottom:12px;
	width:288px;
}
.services-list li {
	border:none;
	background:none;
	padding:2px 0;
}
.services-list ul {
	list-style-type:circle;
	margin-left:20px;
	list-style-position:outside;
}
.services-list p {
	margin: 6px 0 12px 0;
}
/* News

 ------------------------------------------------------------------------*/

.news-list {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	z-index:2;
}
.news-list-top {
	width:288px;
	height:22px;
}
.dynamic-container {
	overflow:hidden;
	width:100%;
	height:260px;
	position:relative;
	z-index:1;
}
.news-list ul {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.news-list ul li {
	width:288px;
	height:65px;
	cursor:pointer;
}
.news-list li:hover .active, .news-list .active {
	width:288px;
	height:65px;
}
.news-list p {
	padding:8px 26px;
	margin:0;
	text-shadow:none;
}
.news-list .date {
	line-height:normal;
	display:block;
	font-size:11px;
	text-shadow:none;
}
.news-list-footer {
	margin-top:-18px;
	width:288px;
	height:136px;
	clear:both;
	z-index:1;
	position:relative;
}
.news-list a.nav-prev, .news-list a.nav-next {
	position:absolute;
	width:34px;
	height:34px;
	bottom:70px;
	display:block;
	z-index:10;
}
.news-list a.nav-prev {
	left:106px;
}
.news-list a.nav-next {
	right:111px;
}
/* News articles */

.news-article {
	display:none;
}
/* Skills

 ------------------------------------------------------------------------*/

ul.skills {
	width:288px;
	padding-top:32px;
	margin-bottom:0;
}
ul.skills li {
	padding-bottom:16px;
}
ul.skills li .skill {
	padding-bottom:4px;
	font-weight:bold;
	display:block;
}
ul.skills li .skill span {
	font-weight:normal;
	font-size:11px;
}
.skill-bar {
	width:100%;
	height:15px;
	display:block;
}
.skill-bar span {
	width:100%;
	height:15px;
	display:block;
}
.skills-graph {
	margin-bottom:24px;
	width:288px;
	height:16px;
}
/* Comments

 ------------------------------------------------------------------------*/

#comments {
	width:100%;
	height:100%;
	margin-top:20px;
}
h3.comments-heading {
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:20px;
}
/* Comments list */

ol.commentlist {
	margin:20px 0 40px 0;
}
ul.children {
	margin:0 0 0 64px;
	overflow:hidden;
	clear:both;
}
.comment {
	overflow:hidden;
	clear:both;
	position:relative;
}
.commenter {
	top:0;
	left:0;
	position:absolute;
}
.commenter-name, commenter-name a {
	text-decoration:none;
	font-size:12px;
	line-height:normal;
	float:left;
	text-transform:uppercase;
	margin-bottom:4px;
}
.comment-date {
	line-height:normal;
	font-size:12px;
	float:left;
	margin-left:8px;
	text-transform:uppercase;
}
.commenter-name a {
	font-weight:bold;
}
.commenter-name a:hover {
	color:#0099cc;
	text-decoration:none;
}
.comment-text-wrap {
	width:100%;
}
.comment-text {
	margin-left:64px;
	padding:0 20px;
}
/* Comment reply link */

.comment-text p {
	font-size:12px;
	line-height:20px;
}
.comment .reply {
	float:right;
	margin:10px 0 20px 0;
}
.comment .reply a {
	display:block;
	padding:8px 0 0 16px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
.comment .reply a {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	line-height: 19px;
	padding: 0 7px;
	text-decoration: none;
	text-transform: uppercase;
}
.comment .reply a:hover {
	text-decoration:none !important;
}
/* Respond */

.comment-form {
	overflow:hidden;
	height:auto;
}
.comment-form h3 {
	font-size:24px;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:0;
}
#cancel-comment-reply {
	float:right;
}
#cancel-comment-reply a {
	float:right;
	padding-right:30px;
	font-size:18px;
	text-indent:-9999px;
}
#cancel-comment-reply a:hover {
	text-indent:0;
}
span.not-pub {
	display:block;
	padding:4px 0 20px 0;
}
.comment-form input {
	width:340px;
	float:left;
	clear:none;
}
.comment-form label {
	padding:4px 0 0 10px;
	float:left;
	font-weight:normal;
}
.comment-form p {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}
.form-allowed-tags {
	font-size:11px;
	width:624px;
}
.form-allowed-tags span {
	display:block;
}
.comment-form textarea {
	float:left;
	clear:both;
	width:608px;
	margin-bottom:10px;
}
.submit-wrap {
	width:624px;
	clear:both;
	overflow:hidden;
}
.comment-form .submit {
	float:right;
}
/* Contact

 ------------------------------------------------------------------------*/



/* Contact Form */

.r-form {
	width: 619px;
}
.rf {
	float: left;
	display:block;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	position: relative;
}
.rf input {
	width: 530px;
	padding-left: 80px;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.rf textarea {
	width: 600px;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.rf-submit {
	float: left;
	margin-left: 160px;
	width: 40%;
	overflow:hidden;
}
.r-form label {
	padding:4px 0 0 10px;
	float:left;
	font-weight:normal;
	position: absolute;
	left: 0px;
}
input.rf-send {
	padding: 8px 31px !important;
	font-size: 12px !important;
	float:right !important;
	margin:0 !important;
}
.rf-message {
	font-size:12px;
	float: left;
	padding-top:6px;
}
.rf-loader {
	float:right;
	width:60px;
	height:30px;
	margin-right:10px;
	display:none;
}
/* Google Maps */

.gmap-wrap {
	margin-bottom:24px;
}
.gmap, .gmap strong {
	overflow:hidden;
}
/* Text box */

.address-box .left {
	width:40%;
}
.address-box .right {
	width:60%;
}
/* Page navigation

 ------------------------------------------------------------------------*/

#page-nav {
	width:960px;
	margin: 0 -480px;
	position:absolute;
	top:38px;
	left:50%;
	height:2px;
	font-size:11px;
}
#page-nav a {
	text-decoration:none;
	font-size:11px;
}
/* Entry

 ------------------------------------------------------------------------*/

 

/* Entry */

.entry {
	margin-bottom:20px;
}
/* Entry Meta */

.entry-heading {
	padding-bottom:8px !important;
	margin-bottom:2px;
	clear:both;
	overflow:hidden;
	line-height:30px;
}
.entry-meta {
	margin-bottom:16px;
	font-size:10px;
	text-transform:uppercase;
	clear:both;
}
.entry-meta a:hover {
	text-decoration:none;
}
.entry-meta span {
	margin-right:6px;
	padding-right:6px;
	display:inline-block;
	line-height:9px;
}
.entry-tax {
	padding:10px;
	margin-bottom:40px;
}
/* Author Box */

.about-author {
	overflow:hidden;
	clear:both;
	margin-bottom:40px;
}
.about-author a {
	font-weight:bold;
	text-decoration:none;
}
.about-author p {
	margin-bottom:0;
}
.about-author a:hover {
	text-decoration:underline;
}
.about-author-avatar {
	float:left;
	width:80px;
	display:inline;
}
.about-author img {
	padding:6px;
}
.about-author-text {
	padding-left:90px;
}
/* Related articles */

#related {
	margin-bottom:40px;
	overflow:hidden;
}
#related li {
	height:56px;
	overflow:hidden;
	width:100%;
	float:left;
	margin-bottom:1px;
	position:relative;
}
.related-image {
	position:absolute;
	left:0;
	top:0;
	float:left;
	width:48px;
	height:48px;
}
.related-meta {
	float:left;
	margin-left:57px;
	font-size:10px;
	text-transform:uppercase;
	width:auto;
	height:56px;
	width:100%;
}
.related-meta span {
	float:left;
	margin-left:10px;
	clear:both;
}
a.related-title {
	float:left;
	margin-left:10px;
	margin-top:6px;
}
a:hover.related-title {
	text-decoration:none;
}
/* More link */

a.more-link {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	line-height: 19px;
	margin: 0 0 20px;
	padding: 0 7px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: -10px;
	text-shadow:none;
}
a:hover.more-link {
	text-decoration:none !important;
}
/* Entry image */

.entry-image {
	float:left;
	display:inline;
}
.entry-image a {
	padding:6px;
	margin-bottom:16px;
	position:relative;
	display:block;
}
.small-thumb {
	width: 320px;
	float:right;
}
.small-thumb-wide {
	width: 656px;
	float:right;
}
/* Footer

 ------------------------------------------------------------------------*/

#footer {
	background: none !important;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
}
#footer .gallery-footer {
	margin: 0px auto;
	width: 960px;
	height: 517px;
	background: 
 transparent url(styles/dark/glow-big-strong.png) center 500px no-repeat !important;
	padding-bottom: 120px;
}
/* Copyright */

#copyright {
	width: 960px;
	margin: 20px auto 0px;
	clear: both;
}
#copyright p {
	text-align:center;
	font-size:11px;
	margin-bottom:0;
}
/* Social icons */

#footer-social {
	margin:0 auto;
	clear:both;
	padding-top:160px;
}
.social {
	float:left;
	padding:0 8px;
}
/* Twitter icon */

a.twitter {
	width:99px;
	height:20px;
}
/* Facebook icon */

a.facebook {
	margin-top:2px;
	width:90px;
	height:18px;
}
/* Vimeo icon */

a.vimeo {
	width:70px;
	height:21px;
}
/* Flickr icon */

a.flickr {
	width:65px;
	height:20px;
}
/* Linkedin icon */

a.linkedin {
	position:relative;
	margin-top:-4px;
	width:106px;
	height:29px;
}
/* Soundcloud icon */

a.soundcloud {
	position:relative;
	margin-top:-16px;
	width:77px;
	height:47px;
}
/* RSS icon */

a.rss {
	position:relative;
	margin-top:1px;
	width:63px;
	height:19px;
}
/* Widgets

 ------------------------------------------------------------------------*/

.widget {
	margin-bottom:40px;
	width:288px;
	height:auto;
	overflow:hidden;
}
.widget h3 {
	display:block;
	font-size:18px;
	line-height:24px;
	padding-bottom:8px !important;
	margin-bottom:16px;
	clear:both;
	overflow:hidden;
}
.widget p {
	line-height:18px;
}
.widget img {
	margin:0;
	float:left;
	display:inline;
}
.widget ul {
	margin: 0;
	list-style-type:none;
}
.widget ul ul, .widget ul ul ul, .widget ul ul ul ul {
	list-style-type:none;
}
.widget li {
	width:288px;
	font-size:12px;
	line-height:18px;
	padding-left:0;
	-webkit-transition: all .2s ease-out;
	padding-left:0;
	-moz-transition: all .2s ease-out;
	padding-left:0;
	transition: all .2s ease-out;
	padding-left:0;
}
.widget li a {
	line-height:24px;
	text-decoration:none;
	padding-left:0;
	-webkit-transition: all .2s ease-out;
	padding-left:0;
	-moz-transition: all .2s ease-out;
	padding-left:0;
	transition: all .2s ease-out;
	padding-left:0;
}
/* Wordpress Widgets */



/* Menu Widget / Pages Widget / Links Widget  / Recent Entries Widget / Recent Entries Widget / R-Cat */

.widget_nav_menu .widget_nav_menu li {
	width:auto;
}
.widget_nav_menu li a, .widget_pages li a, .widget_links li, .widget_recent_entries li, .widget_meta li, .widget_categories li, .widget_r_cat li {
	float:left;
	width:288px;
	font-style:italic;
}
.widget_nav_menu li a:hover, .widget_pages li a:hover, .widget_links li a:hover, .widget_recent_entries li a:hover, .widget_meta li a:hover, .widget_categories li a:hover, .widget_r_cat li a:hover {
	padding-left:20px;
	-webkit-transition: all .2s ease-out;
	padding-left:20px;
	-moz-transition: all .2s ease-out;
	padding-left:20px;
	transition: all .2s ease-out;
	padding-left:20px;
}
/* Categories / Archives */

.widget_archive li {
	width:144px;
	float:left;
	font-style:italic;
}
/* Text */

.widget_text p {
	font-size:12px;
	line-height:20px;
	color:#666;
}
.widget_text p:last-child {
	margin-bottom:0;
}
/* Search */

.widget_search {
	overflow:visible;
}
.widget .search-widget {
	width:288px;
	margin-top:15px;
}
.search-widget fieldset {
	margin-bottom:0;
}
.widget input#s {
	float:left;
	border:0;
	display:inline;
	width:180px;
}
.widget #submit-search {
	height: 30px;
	float: right;
	clear:none;
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	line-height:30px;
}
/* Recent Comments */

.widget li.recentcomments {
	padding-left:18px;
}
/* Tag Cloud */

.widget_tag_cloud a {
	padding:5px 10px;
	margin:2px;
	font-size:12px;
	display:inline-block;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:normal;
	text-decoration:none;
}
.widget_tag_cloud a:hover {
	text-decoration:none;
	line-height:normal;
}
/* Calendar */

.widget_calendar table {
	margin-bottom:0;
}
.widget table#wp-calendar a {
	display: block;
	line-height:25px;
	text-decoration:none;
}
.widget table#wp-calendar a:hover {
	line-height:25px;
	text-decoration:none;
}
.widget table#wp-calendar {
	width:284px;
	margin-left:2px;
}
.widget table#wp-calendar tbody td {
	text-align: center;
	font-size:12px;
	line-height:25px;
}
.widget table#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding:0;
	text-transform:uppercase;
}
.widget table#wp-calendar th {
	font-weight: normal;
	text-align: center;
	padding-bottom: 2px;
}
.widget table#wp-calendar #next a {
	text-align: right;
	line-height:10px;
	background:none;
}
.widget table#wp-calendar #prev a {
	text-align: left;
	line-height:15px;
	background:none;
}
.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover {
	color:#ddd;
}
/* R-Flickr */

.widget_r_flickr h3 {
	margin-bottom:15px;
}
.flickr_badge_image {
	display:block;
	float:left;
	line-height:0;
}
.widget_r_flickr a {
	display:inline-block;
	padding:2px;
}
.widget_r_flickr img {
	margin:0 !important;
	width:84px;
	padding:3px!important;
	height:84px;
}
/* R-Twitter */

.widget_r_twitter li p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.widget_r_twitter li p.tweet {
	font-size:12px;
	margin-bottom:0;
}
.widget_r_twitter li p.tweet-date {
	text-align:center;
	display:block;
}
.widget_r_twitter .r-follow {
	clear:both;
	margin-bottom:0;
	top:0;
}
/* R-Comments */

.widget_r_comments ul li {
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}
.widget_r_comments img {
	padding:3px;
	position:absolute;
	left:0;
	top:0;
}
.widget_r_comments .r-comments-body {
	margin-left:70px;
	min-height:60px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.widget_r_comments .r-comments-body p {
	padding:10px;
	font-size:11px;
}
.widget_r_comments .pointer {
	position:absolute;
	left:65px;
	top:10px;
	width:5px;
	height:9px;
}
.widget_r_comments span {
	position:absolute;
	bottom:0;
	right:0;
	font-size:10px;
	text-transform:uppercase;
}
/* R-Posts */

.widget_r_posts ul li {
	margin: 0 0 10px 0;
	overflow:hidden;
}
.widget_r_posts ul li img {
	padding:3px;
}
.widget_r_posts ul li p {
	font-size:11px;
	width:auto;
	margin-bottom:0;
}
.widget_r_posts ul li p.r_post_thumb {
	padding:0 10px 0 70px;
}
.widget_r_posts ul li a {
	font-size:11px;
	text-transform:uppercase;
}
.widget_r_posts ul li p span {
	display:block;
}
/* Plugins

 ------------------------------------------------------------------------*/

 

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi span.extend {
	padding: 2px 6px;
	margin-right: 5px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	min-width:16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float:left;
}
.wp-pagenavi a:active {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow:none;
}
.wp-pagenavi span.pages {
	padding:0;
	margin-right: 10px;
	float:left;
	display:none;
}
.wp-pagenavi span.current {
	padding: 2px 6px;
	margin-right:5px;
	font-weight:normal;
	text-align:center;
	min-width:16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float:left;
}
/* Tooltip */

.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(styles/dark/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	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;
}
/********************************************************************************
 *		Custom Style for related post at the bottom of the case study page		*
 *******************************************************************************/
.related-footer {
	width: 960px;
	margin: 0px auto;
}
.thg_portfolio_2 {
	width: 140px;
	height: 161px;
	position: relative;
	border: 2px solid #1A1A1A;
	margin: 8px;
	float: left;
	cursor: pointer;
}
.thg_portfolio_2 > .thg_permalink {
	background: url(assets/images/thg_portfolio_hover.png);
	width: 140px;
	height: 161px;
	margin: 0px;
}
.thg_portfolio {
	margin: 10px 21px;
	padding: 0;
	float: left;
	background: url(assets/images/thg_portfolio_hover.png);
}
.thg_permalink {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 161px;
	margin: 5px;
}
.thg_permalink > a {
	width: 145px;
	height: 161px;
	float: left;
}
.thg_permalink > a:hover {
	text-decoration: none;
}
.thg_radient {
	height: 85px;
	background: transparent url(styles/dark/glow-big-strong.png) top center no-repeat !important;
}
/********************************************************************************
 *							Custom Style for Cotact Form 7						*
 *******************************************************************************/
.wpcf7-text {
	width: inherit;
}
