@charset utf-8;
/*
Theme Name: Heavylight
Theme URI: http://www.heavyligtdesign.com.com/
Author: Heavylight
Author URI: http://www.heavyligtdesign.com.com/
Description: Heavylight
Version: 0.1
 */
/*	Typography presets
------------------	*/
.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}
.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}
.large, h2, #content h1 {
	font-size: 42px;
	line-height: 48px;
}
.big, h3, #content h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}
.normal, body, #content h3 {
	line-height:1.5;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
}
.small {
	font-size: 13px;
	line-height: 18px;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: small-caps;
}
address, cite, em, i {
	font-style: italic;
}
a:link {
	color: #01aeff;
}
a:visited {
	color: #01aeff;
}
a:hover, a:active {
	color: #000;
}
a {
 -webkit-transition: color .3s linear;
 -o-transition: color .3s linear;
 -moz-transition: color .3s linear;
	text-decoration: none;
	outline: none;
}
a:active, a:focus {
	text-decoration: underline;
}
/* Slideshow
------------------	*/
.slideshow {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0 33px 33px 33px;
}
#rarr {
	display: block;
	float:right;
	margin: 10px 0 0 0;
	width: 48%;
	height: 55px;
	opacity: 1;
	z-index: 99 !important;
	background: #FFF url("images/rarr.png") no-repeat left;
	right: 0 !important;
}
#larr {
	display: block;
	float: left;
	margin: 10px 0 0 0px;
	width: 48%;
	height: 55px;
	opacity: 1;
	z-index: 99 !important;
	left: 0 !important;
	background: #fff url(images/larr.png) no-repeat right;
}
#larr:hover, #rarr:hover {
	opacity: 0.2;
}
#footer .container {
	height: auto;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
	color: #5a5a5a;
	border-top: 1px #696969 solid;
}
#whatwedo h2, #whoFor h2 {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif !important;
	display:block;
	float:left;
	width: 100%;
	font-size: 21px;
	font-weight: 400;
	color: #454343;
	border-bottom: 1px solid #e8e8e8;
}
#howWeDo h2 {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif !important;
	display:block;
	float:left;
	width: 100%;
	font-size: 21px;
	font-weight: 400;
	color: #454343;
	margin: 0 30px;
}
#front_news h2 {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif !important;
	display:block;
	float:left;
	width: 165px;
	font-size: 21px;
	font-weight: 400;
	color: #454343;
}
#front_news td {
	border-bottom: 1px solid #e8e8e8;
}
#front_news b {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	font-weight: normal;
}
.post-single {
	float: left;
	height: auto;
	padding-bottom: 20px;
	margin: 20px 0;
	width: 100%
}
.postContent {
}
.post-excerpt p, .post-excerpt li {
	margin-bottom: 10px;
}
.post-image {
	float: left;
	width: 618px;
	height: 386px;
	margin-right: 29px;
	position:relative;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
}
.post-excerpt h1 {
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.post-excerpt h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.work_menu a {
	height: 238px;
	display: block;
	overflow: hidden;
}
.work_menu img {
	border: none;
	margin:0;
}
.work_menu a:hover img {
	margin-top: -239px;
}
#footer .social a {
	height: 42px;
	display: block;
	overflow: hidden;
	float:left;
	margin-right: 5px;
}
#footer .social img {
	border: none;
	margin:0;
}
#footer .social a:hover img {
	margin-top: -42px;
}
#footer ul, #footer li .twitter ul {
	display: inline;
	list-style: none;
}
.tweet_list li {
	margin-bottom: 20px;
}
#footer h4 {
	font-size:18px;
	margin-bottom: 20px;
}
.twitter-item {
	padding:0 0 20px 0;
}
.twitter-timestamp {
	color: #858590;
	margin-bottom: 20px;
	font-style: italic;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twitter-link a:link {
	color: #10bdfe;
}
.twitter-link a:hover {
	color: #fae966;
}
.twitter-user a:link {
	color: #858590;
}
.twitter-user a:hover {
	color: #858590;
}
.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
/* Menu 
------------------	*/
.menubar {
	overflow: hidden;
	border:none;
	border:0px;
	padding:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.menubar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #FFF;
}
.menubar ul li {
	display: inline;
}
.menubar ul li a {
	float: left;
	text-decoration: none;
	margin:0px;
	text-align:center;
	color:#757474;
	height:30px;
}
.menubar ul li a:visited {
	color:#757474;
}
.menubar ul li a:hover, .menubar ul li .current { /*background of main menu bar links onMouseover*/
	background: #FFF url('images/hover.gif') bottom center no-repeat;
	color:#01aeff;
	text-decoration:none;
}
/* Sub level menus
------------------	*/
.menubar ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #FFF; /*sub menu background color */
	visibility: hidden;
	border-top: 1px solid #e8e8e8;
}
/* Sub level menu links style */
.menubar ul li ul li a {
	padding:10px 8px;
	text-decoration: none;
	margin:0px;
	text-align:center;
	color:#757474;
	height: 25px;
}
.menubar ul li ul li a:hover { /*sub menu links' background color onMouseover */
	background: #FFF url('images/hover.gif') bottom center no-repeat;
	color:#01aeff;
	text-decoration:none;
}
#menu .current-menu-item a {
	color: #000;
	background: #FFF;
}
/*General Mosaic Styles
------------------	*/

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	background:#fff url(images/loading.gif) no-repeat center center;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.40);
}
.apps {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mosaic-backdrop {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#FFF;
}
.mosaic-backdrop img {
	max-width: 618px;
}
.mosaic-overlay {
	background:url(images/hover-magnify.png) no-repeat center center;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	-ms-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.circle .mosaic-overlay:hover {
	opacity: 1;
}
/*    ColorBox Core Style
------------------	*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/*  ColorBox example user style 
------------------	*/
#cboxOverlay {
	background:#000;
}
#cboxContent {
	background:#000;
	margin-top:20px;
}
#cboxBottomCenter {
	height:30px;
	background:#000;
}
#cboxLoadedContent {
	background:#000;
	padding:5px;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxTitle {
	position:absolute;
	bottom:-25px;
	left:5px;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	bottom:-25px;
	right:35px;
	color:#ccc;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-32px;
	background:url(images/controls.png) no-repeat top left;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxPrevious:hover {
	background-position:bottom left;
}
#cboxNext {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-32px;
	background:url(images/controls.png) no-repeat top right;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxNext:hover {
	background-position:bottom right;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) no-repeat center center;
}
#cboxClose {
	position:absolute;
	bottom:-25px;
	right:5px;
	display:block;
	background:url(images/controls.png) no-repeat top center;
	width:38px;
	height:19px;
	text-indent:-9999px;
}
#cboxClose:hover {
	background-position:bottom center;
}
.news {
	margin:0 0 20px 0;
	padding:0;
	height: auto;
	border-bottom: 1px solid #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
}
.news .thumb img {
	float: left;
	margin: 0 30px 30px 0;
	width: 160px;
	height: 160px;
	border: 2px solid #000;
}
.news-content {
	height:100%;
	overflow:hidden;
	margin-bottom: 10px;
}
.news-text {
	height:100%;
	min-height: 70px;
	overflow:hidden;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.4em;
}
.news .news-meta {
	font-size: 16px;
	margin-bottom: 10px;
}
.news-more {
	float:left;
}
.news .share, .news .twitter, .news .facebook {
	float:right;
	margin-right:10px;
}
.news h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 10px;
}
#sidebar ul {
	list-style: none;
}
#sidebar .widget-sidebar li a {
	display: block;
	color: #545454;
	background-color: #e8e8e8;
	padding: 10px;
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
#sidebar .widget-sidebar li a:hover {
	background-color: #01aeff;
	color: #FFF;
}
.highlighted {
	background-color: #01aeff !important;
	color: #FFF !important;
}
#client_thumbBlock {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.client_thumb {
	float: left;
	width: 147px;
	height: 147px;
	margin: 0 3px 20px 2px;
}
.client_thumb img {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
}
#client_textBlock {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px;
}
.client_text {
	visibility: hidden;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.client_text p {
	color: #01aeff;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
}
.client_text strong {
	color: #01aeff;
	font-size: 24px;
	margin-top: 15px;
	font-weight: bold;
}
.client_text h3 {
	color: #01aeff;
	font-size: 24px;
	font-weight: normal;
}
#whatwedo {
	margin: 0 30px 0px 30px;
	font-size:21px;
	font-weight: 400;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
	color: #454343;
}
#tooltip {
	position: absolute;
	width: 450px;
	line-height: 100px;
	background-color: #fff;
	border: 8px solid #01aeff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	padding: 20px;
}
.left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30%;
	bottom: -50px;
	border: 25px solid;
	border-color: #01aeff transparent transparent #01aeff;
}
.centre:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 60%;
	bottom: -50px;
	border: 25px solid;
	border-color: #01aeff transparent transparent #01aeff;
}
.centre:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 62%;
	bottom: -30px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}
.left:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 32%;
	bottom: -30px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}
.right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 75%;
	bottom: -50px;
	border: 25px solid;
	border-color: #01aeff transparent transparent #01aeff;
}
.right:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 77%;
	bottom: -30px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}
.top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: -50px;
	border: 25px solid;
	border-color: transparent transparent #01aeff #01aeff;
}
.top:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 52%;
	top: -30px;
	border: 15px solid;
	border-color: transparent transparent #fff #fff;
}
#tooltip p {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
#tooltip h2 {
	font-size: 16px;
	font-weight: bold;
	color: #01aeff;
	font-weight: bold;
}
#tooltip h3 {
	color: #01aeff;
	font-size: 14px;
	font-weight: normal;
	margin: -10px 0 0 0;
	padding: 0;
	line-height: 16px;
}
.gallery {
	margin-bottom:18px;
	padding:2px;
	float: left;
	width:100%;
}
.gallery .gallery-item {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	box-shadow: 0px 0px 4px #999;
	padding: 2px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: #01aeff;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
 @media only screen and (max-width: 450px) {
 #tooltip p {
 font-size: 12px;
}
}
/* Fonts
----------------------------------------------- */
@font-face {
 font-family: 'TitilliumText22LRegular';
 src: url('fonts/TitilliumText22L003-webfont.eot');
 src: local('☺'), url('fonts/TitilliumText22L003-webfont.woff') format('woff'), url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'), url('fonts/TitilliumText22L003-webfont.svg#webfont7I9cUueZ') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'TitilliumText22LBold';
 src: url('fonts/TitilliumText22L005-webfont.eot');
 src: local('☺'), url('fonts/TitilliumText22L005-webfont.woff') format('woff'), url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'), url('fonts/TitilliumText22L005-webfont.svg#webfontnwsSEnKj') format('svg');
 font-weight: normal;
 font-style: normal;
}
