﻿/*
	Import fonts
*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400italic);

/*
	Reset
*/

html, body, boxes, dialog 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, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input[type=text], input[type=password], textarea, button, table, caption, tbody, tfoot, thead, tr, th, td
{
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
 
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

:focus, :active
{
  outline: 0;
}

input, select
{
  vertical-align: middle;
}

select
{
  margin: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*
	Internet Explorer 7
*/

*:first-child+html .clearfix
{
	display: block;
}

/*
	Defaults
*/

body, input, select, textarea, button
{
	font: 13px "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;

}

body
{
	color: #fff;
	background: #060606;
}

a
{
	color: #fed327;
	text-decoration: none;
}

.contentWrapper a
{
	color: #e0b301;
}

a:hover
{
	text-decoration: underline;
}

p
{
	line-height: 22px;
}

p.heading
{
	margin-top: 40px;
}

p.text
{
	margin-top: 8px;
}

h1,
h2,
h3,
h4,
h5
{
	margin-top: 20px;
	font-weight: bold;
}

h1
{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
}

h2
{
	font-size: 20px;
	line-height: 26px;
}

h3
{
	font-size: 18px;
	line-height: 24px;
}

h4
{
	font-size: 16px;
	line-height: 22px;
}

h5
{
	font-size: 14px;
	line-height: 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span
{
	font-weight: normal;
}

/*
	Global
*/

.show
{
	display: block;
}

.hide
{
	display: none;
}

.noPadding
{
	padding: 0 !important;
}

.noMargin
{
	margin: 0 !important;
}

.marginTop
{
	margin-top: 40px !important;
}

.paddingTop
{
	padding-top: 40px !important;
}

.marginTopSmall
{
	margin-top: 8px !important;
}

.paddingTopSmall
{
	padding-top: 8px !important;
}

div.center
{
	width: 1060px;
	margin: 0 auto;
}





.separator
{
	clear: both;
	height: 40px;
}


.siteOverlay
{
	display: none;
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: #fff;
}

.siteLoading
{
	display: none;
	position: fixed;
	z-index: 6;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	margin: -30px 0 0 -30px;
	cursor: pointer;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.siteLoading div
{
	width: 38px;
	height: 38px;
	margin: 10px;
}

img.imageZoomBox
{
	display: none;
	position: fixed;
	z-index: 6;
	top: 50%;
	left: 50%;
	padding: 19px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.imageZoomClose
{
	display: none;
	position: fixed;
	z-index: 7;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
	Icon Classes
*/

/*
	Column Layout
*/
.column.ultima,
.column.large,
.column.medium,
.column.small,
.column.tiny,
.column.tinytow
{
	float: left;
}
.column.ultima
{
	width: 985px;
	margin: 0 45px 0 0;
}

.column.large
{
	width: 625px;
	margin: 0 45px 0 0;
}

.column.medium
{
	width: 458px;
	margin: 0 44px 0 0;
}

.column.small
{
	width: 322px;
	margin: 0 45px 0 0;
}
.column.tiny
{
	width: 228px;
	margin: 0 45px 0 0;
}
.column.tinytow
{
	width: 198px;
	margin: 0 15px 0 0;
}

.column.last
{
	margin-right: 0 !important;
}

.column .columnNavigation
{
	padding-top: 14px;
	border-bottom: 1px solid #ddd;
}

.column .columnNavigation li a
{
	display: block;
	color: #333;
	padding: 9px 12px;
	border-top: 1px solid #ddd;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.column .columnNavigation li a.iconSmallPhone,
.column .columnNavigation li a.iconSmallChat,
.column .columnNavigation li a.iconSmallClient,
.column .columnNavigation li a.iconSmallDemo,
.column .columnNavigation li a.iconSmallEmail
{
	padding-left: 36px;
	background-position: 12px center;
}

.column .columnNavigation li a:hover
{
	text-decoration: none;
	background-color: #f3f3f3;
}

.column img
{
	padding: 9px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.column img.alignLeft
{
	float: left;
	margin-right: 20px;
}

.column img.alignRight
{
	float: right;
	margin-left: 20px;
}

.column a:hover img
{
	background-color: #eee;
	border: 1px solid #ccc;
}

.column iframe.embed
{
	display: block;
	padding: 9px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}



/*
	Structure
*/

.siteWrapper
{
	/* min-width: 960px; */
	min-width: 1060px;
}


.siteFooterBar
{
	padding: 5px 0;
	color: #999;
	background: #060606;
	border-top: 1px solid #222;
}

.siteFooterBar p
{
	padding-left: 50px;
}

.siteFooterBar a.backToTop
{
	float: right;
	line-height: 24px;
	padding-right: 12px;
}
