/* =base
----------------------------------------------------------------------------- */

html, body {
	background: #f5f5f5;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	line-height: 20px;
}
body, button, input, select, optgroup, textarea, td, th {
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-family: sans-serif;
}
small {
	font-size: 12px;
}
p, ul, ol, dl, menu, table, fieldset, blockquote, pre {
	margin: 20px 0 0;
}
h1, h2, h3, h4, h5, h6, dt, th, b, strong {
	font-weight: bold;
	color: #000;
}
i, em {
	font-style: italic;
}

/* html5 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}

/* headings */

h1 {
	margin: 0 0 30px 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	margin: 20px 0 0;
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
}
h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 20px;
}

/* lists */

ol,
ul {
	margin-left: 40px;
	padding: 0;
}
dd {
	margin: 0;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0;
}
/* links */

a {
	color: #cc0311;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:focus {
	color: #e40c38;
	text-decoration: underline;
}
a:hover,
a:active {
	outline: 0;
}

/* tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* typography */

dfn[title],
abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #ff0;
	color: #000;
}
sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
address {
	font-style: normal;
}
ins {
	background: #ff9;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 2px solid #ccc;
}
pre, code, kbd, samp {
	font-family: Menlo, Consolas, Monaco, "Courier New", monospace, serif;
}
pre {
	padding: 1em;
	border: 1px solid #ccc;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* embedded */

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}

/* forms */

form,
figure {
	margin: 0;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

/* =classes
----------------------------------------------------------------------------- */

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }

.hidden { display: none !important; }
.nowrap { white-space: nowrap !important; }

.w1p { width: 1% !important; }
.w10p { width: 10% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}


/* =helpers
----------------------------------------------------------------------------- */

.meta {
	color: #808080;
}
.sep {
	margin: 0 3px;
	color: #ccc;
}
.text-group {
	display: block;
}
.text-inline-group {
	display: inline-block;
	white-space: nowrap;
}
.hr {
	height: 1px;
	overflow: hidden;
	margin: 20px 0;
	border: none;
	background: #ccc;
}
.hr hr {
	display: none;
}
.hr + .form-row,
.hr + .form-wrap {
	margin-top: -10px;
}

/* =controls
----------------------------------------------------------------------------- */

input,
select,
button,
textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
select,
textarea,
input.text,
input.date,
input[type="text"],
input[type="password"] {
	border: 1px solid #ccc;
	vertical-align: top;

	-webkit-box-sizing: border-box;	
	   -moz-box-sizing: border-box;
			box-sizing: border-box;


	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);
			box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
select,
textarea,
input.text,
input.date,
input[type="text"],
input[type="password"] {
	padding: 4px;
}
input.text,
input.date,
input[type="text"],
input[type="password"] {
	height: 40px;
	line-height: 30px;
}
select,
input[type="file"] {
	height: 30px;
}
.ie7 input.text,
.ie7 input.date,
.ie7 input[type="text"],
.ie7 input[type="password"] {
	height: 18px;
	margin-top: -1px;
	margin-bottom: -1px;
}

select {
	line-height: 20px;
}
select[size],
select[multiple] {
	height: auto;
}
optgroup {
	font-style: normal;
	font-weight: bold;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {

	border-color: #b2b2b2;
	/*
	outline: 2px solid #ff0;
	outline-offset: 0;
	*/
	-webkit-box-shadow: 0 0 3px #ffff00;
	   -moz-box-shadow: 0 0 3px #ffff00;
			box-shadow: 0 0 3px #ffff00;

}
button,
label[for],
.options label,
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[readonly],
textarea[readonly] {
	background-color: #f8f8f8 !important;
}
input[disabled],
button[disabled],
select[disabled],
textarea[disabled],
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
	cursor: default !important;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled] {
	background-color: #f8f8f8 !important;
	outline: none !important;
	color: #999;
	text-shadow: 0 1px 0 #fff;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: none;
}

/* textarea */

textarea {
	width: 460px;
	height: 120px;
	min-height: 120px;
	line-height: 20px;
	resize: vertical;
	overflow: auto;
}
textarea.small {
	height: 60px;
	min-height: 60px;
}
textarea.medium {
	height: 240px;
	min-height: 240px;
}
textarea.big {
	height: 360px;
	min-height: 360px;
}

/* sizing */

.input-mini {
	width: 60px;
}
.input-small {
	width: 140px;
}
.input-medium {
	width: 220px;
}
.input-large {
	width: 300px;
}
.input-xlarge {
	width: 380px;
}
.input-xxlarge {
	width: 460px;
}
.input-max {
	width: 100%;
}

/* error */

label.error {
	color: #dc291e;
	font-weight: bold;
}
input.error,
select.error,
textarea.error {
	border-color: #dc291e !important;
	background-color: #fff8f8 !important;
	outline: none !important;
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}
input.error:focus,
select.error:focus,
textarea.error:focus {
	background-color: #fff !important;
}
.help-block {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}
.error-message {
	color: #900;
}
.form-row .error-message {
	display: none;
}
.form-row.error .error-message {
	display: block;
}
.message {
	margin-top: 20px;
	padding: 10px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e8e8e8;
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
}
.message, .message a {
	color: black;
	text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.msg-error {
	background: #F9B092;
	background: -moz-linear-gradient(#F9B092, #F69573);
	background: -o-linear-gradient(#F9B092, #F69573);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9B092), to(#F69573));
	background: -webkit-linear-gradient(#F9B092, #F69573);
	background: linear-gradient(#F9B092, #F69573);
}
.msg-ok {
	background: #b3df91;
	background: -moz-linear-gradient(#b3df91, #99d172);
	background: -o-linear-gradient(#b3df91, #99d172);
	background: -webkit-gradient(linear, left top, left bottom, from(#b3df91), to(#99d172));
	background: -webkit-linear-gradient(#b3df91, #99d172);
	background: linear-gradient(#b3df91, #99d172 );
}

/* =buttons
----------------------------------------------------------------------------- */

.button {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	padding: 4px 9px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e8e8e8));
	background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
	background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
	background: -o-linear-gradient(top, #f8f8f8, #e8e8e8);
	background: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
	color: #333 !important;
	line-height: 20px !important;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
	outline: none;
	vertical-align: top;
}
a.button {
	white-space: nowrap !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
input.button {
	width: auto;
	overflow: visible;
}
.button-big {
	height: 40px;
	padding: 9px 14px;
	font-size: 16px !important;
}
.button-small {
	height: 24px;
	padding: 1px 9px;
	font-size: 12px !important;
	line-height: 20px !important;
}
.button-main {
	border: none;
	background: #cc0311;
	color: #fff !important;
	font-weight: bold;
	text-shadow: none;
}
.button-main:hover,
.button-main:focus {

	background: #de1b1b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e32b2b 0%, #c41111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e32b2b), color-stop(100%,#c41111));
	background: -webkit-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -o-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -ms-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: linear-gradient(to bottom,  #e32b2b 0%,#c41111 100%);

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ie8 .button-main:hover, .ie8 .button-main:focus,
.ie7 .button-main:hover, .ie7 .button-main:focus {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32b2b', endColorstr='#c41111',GradientType=0 );
}


/* =form
----------------------------------------------------------------------------- */

.required {
	color: #dc291e;
	line-height: 1;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
}
.required[title] {
	display: inline-block;
	cursor: help;
}
.help-block {
	display: block;
	margin: 0;
}	
.help-inline {
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}

/* layout */
fieldset {
	border: none;
	border-top: 1px solid #ccc;
	padding: 45px 0 40px 0;
	margin: 30px 0 0 0;
}
.form-wrap {
	margin-top: 10px;
}
fieldset .form-wrap {
	margin-top: -15px;
}
.form-data,
.form-heading {
	padding-top: 15px;
}
.form-heading {
	float: left;
	width: 300px;
	text-align: right;
}

.form-heading label {
	display: inline-block;
	vertical-align: top;
}
.form-data,
.form-option,
.form-control {
	margin-left: 320px;
}
.form-control {
	padding-top: 10px;
}
.form-option {
	padding-top: 14px;
}

/* action */

.form-action {
	margin-top: 40px;
	padding: 30px 0 0 320px;
	border-top: 1px solid #ccc;
}
.form-action .main {
	float: left;
}
.form-action .alt {
	float: right;
}
.form-action .button {
	float: left;
	margin-right: 10px;
}
.form-action .alt .button {
	margin-left: 10px;
	margin-right: 0;
}

/* vertical */

.form-vertical .form-heading {
	float: none;
	text-align: left;
}
.form-vertical .form-data,
.form-vertical .form-option,
.form-vertical .form-control {
	margin-left: 0;
	padding-top: 0;
}
.form-vertical .form-action {
	padding-left: 0;
}




/* =layout
----------------------------------------------------------------------------- */
#header {
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}
#header-content {
	position: relative;
	width: 940px;
	height: 90px;
	margin: 0 auto;
}
#logo,
#logo a {
	width: 235px;
	height: 60px;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 20px 0 0 0;
	background: url(logo.png) no-repeat 0 0;
	text-indent: -5000px;
}
#logo a {
	display: block;
	outline: none;
}

/* =nav
----------------------------------------------------------------------------- */

#nav  {
	float: right;
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#nav LI {
	float: left;
	margin: 0 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
#nav .active A {
	color: #000;
	font-weight: 600;

}

/* =lang
----------------------------------------------------------------------------- */

#lang  {
	float: right;
	margin: 37px 0 0 50px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#lang LI {
	float: left;
	margin: 0 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#lang .active A {
	color: #000;
	font-weight: 600;

}
/* =hero
----------------------------------------------------------------------------- */
#hero {
	background: #cc1414;
	position: relative;
}
#hero-content {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#hero-content H1 {
	margin: 50px 0 0 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
#hero-bullets {
	display: block;
	width: 940px;
	margin: 38px 0 0 30px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#hero-bullets LI {
	float: left;
	width: 220px;
	height: 65px;
	margin: 0 0 0 0px;
	padding: 87px 0 0 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
#video-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}
#video-content .iframe {
	width: 640px;
	margin: 50px auto;
	position: relative;
}
#video-content .icon-close {
	position: absolute;
	right: -25px;
	top: -25px;
	z-index: 900;
}
.icon {
	overflow: hidden;
	text-indent: 100px;
	background-repeat: no-repeat;
}
.icon.icon-close {
	background-image: url('icon-close.png');
	width: 28px;
	height: 30px;
}

.bullet1, .bullet2, .bullet3, .bullet4 {
	background: url(sprite.png) 0 0 no-repeat;
}
.bullet2 {
	background-position: -220px 0;
}
.bullet3 {
	background-position: -440px 0;
}
.bullet4 {
	background-position: -660px 0;
}
#hero-actions {
	display: block;
	margin: 40px 0 60px 0;
	text-align: center;
}

.action1, .action2 {
	display: inline-block;
	width: 265px;
	height: 60px;
	margin: 0;
	overflow: hidden;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.action2 {
	margin: 0 0 0 30px;
}
.action1 A, .action2 A {
	display: block;
	width: 265px;
	height: 60px;
	padding: 0;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.action1 A { background: #83b224; }
.action2 A { background: #ff9900; }

.action1 SPAN, .action2 SPAN { display: block; padding: 0 0 0 45px; }

.action1 SPAN { background: url(sprite.png) 30px -200px no-repeat; }
.action2 SPAN { background: url(sprite.png) 63px -260px no-repeat; }


.action1:hover, .action1:focus,
.action2:hover, .action2:focus {

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);

}

.action1:hover A, .action1:focus A {
	text-decoration: none;
	background: #95be29;
	background: -moz-linear-gradient(top,  #9cc250 0%, #76ab20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc250), color-stop(100%,#76ab20));
	background: -webkit-linear-gradient(top,  #9cc250 0%,#76ab20 100%);
	background: -o-linear-gradient(top,  #9cc250 0%,#76ab20 100%);
	background: -ms-linear-gradient(top,  #9cc250 0%,#76ab20 100%);
	background: linear-gradient(to bottom,  #9cc250 0%,#76ab20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc250', endColorstr='#76ab20',GradientType=0 );
}
.action1:hover SPAN, .action1:focus SPAN {
	background-position: 30px -320px;
}

.action2:hover A, .action2:focus A {
	text-decoration: none;
	background: #ffa800;
	background: -moz-linear-gradient(top,  #ffb340 0%, #ff8a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb340), color-stop(100%,#ff8a00));
	background: -webkit-linear-gradient(top,  #ffb340 0%,#ff8a00 100%);
	background: -o-linear-gradient(top,  #ffb340 0%,#ff8a00 100%);
	background: -ms-linear-gradient(top,  #ffb340 0%,#ff8a00 100%);
	background: linear-gradient(to bottom,  #ffb340 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb340', endColorstr='#ff8a00',GradientType=0 );
}
.action2:hover SPAN, .action2:focus SPAN {
	background-position: 63px -380px;
}




/* =content
----------------------------------------------------------------------------- */

.container02 {
	background: #fff;
}
.content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
}

/* =features */

#features .content {
	padding: 0 0 80px 0;
}
.features-item {
	padding: 80px 0 0 0;
}
.features-item IMG {
	display: block;
	float: left;
	width: 530px;
	height: 260px;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.features-item IMG:hover {

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
			box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);

}
.features-item DIV {
	display: block;
	float: left;
	width: 410px;
}
#features .left IMG, #features .left DIV {
	float: left;
}
#features .right IMG, #features .right DIV {
	float: right;
}
#features .left P {
	padding: 0 0 0 40px;
}
#features .right P {
	padding: 0 40px 0 0;
}

/* =customers */

#customers H1 {
	margin: 0 0 30px 0;
	font-size: 40px;
}
.customer-item {
	border-top: 1px solid #e6e6e6;
	padding: 20px 80px 30px 320px;
	min-height: 140px;
}
.last {
	border-bottom: 1px solid #e6e6e6;
}
.author {
	font-style: italic;
}
.author STRONG {
	display: block;
	color: #000;
	font-style: normal;
}
.customer-logo {
	float: left;
	margin: 24px 0 0 -200px;
}
.customer-logo IMG {
	width: 160px;
	height: 90px;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


/* =prices
----------------------------------------------------------------------------- */

#prices H1 {
	margin: 0 0 50px 0;
}
#package-wrap {
	position: relative;
	margin: 0 0 40px 0;
}
.package {
	position: relative;
	display: block;
	float: left;
	width: 460px;
	padding: 0 0 20px 0;
	background: #fff;
	overflow: hidden;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.package-header {
	background: #ff7700;
	padding: 20px 0 20px 20px;
}
.extended {
	 margin: 0 0 0 20px;
}
.extended .package-header {
	background: #cc1414;
}
.package P {
	padding: 0 10px 0 20px;
}
.package H2 {
	font-family: 'Titillium Web', sans-serif, arial;
	font-weight: 600;
	font-size: 36px;	
	color: #fff;
	margin: 0;
}
.price {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0 !important;
}
.price SPAN {
	color: #000;
	font-weight: bold;
}
.package-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	height: 35px;
	width: 75px;
	background: #ffe7a1;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;

}
.package-btn SPAN {
	display: block;
	height: 35px;
	width: 75px;
	background: #ffe7a1;
}

.package-btn:hover SPAN, .package-btn:focus SPAN {
	text-decoration: none;
	background: #ffff99;
	background: -moz-linear-gradient(top,  #ffffbb 0%, #ffe28e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffbb), color-stop(100%,#ffe28e));
	background: -webkit-linear-gradient(top,  #ffffbb 0%,#ffe28e 100%);
	background: -o-linear-gradient(top,  #ffffbb 0%,#ffe28e 100%);
	background: -ms-linear-gradient(top,  #ffffbb 0%,#ffe28e 100%);
	background: linear-gradient(to bottom,  #ffffbb 0%,#ffe28e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffbb', endColorstr='#ffe28e',GradientType=0 );
}
.package-btn:hover, .package-btn:focus {
	text-decoration: none;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}


#badge {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	top: -25px;
	left: 250px;
	background: url(badge.png) no-repeat 0 0;
	text-indent: -5000px;
	margin: 0;
}

.table,
.table th,
.table td {
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: inset 0 1px 0 #fafafa;
	   -moz-box-shadow: inset 0 1px 0 #fafafa;
			box-shadow: inset 0 1px 0 #fafafa;
}
.table {
	width: 100%;
	border: none;
}
.table th,
.table td {
	padding: 5px 10px;
}
.table th {
	text-align: center;
}
.table .action {
	width: 1%;
	padding: 3px 4px;
	white-space: nowrap;
}
.availability {
	text-align: center;	
}
.type1 {
	background: url(check2.png) no-repeat 50% 50%;
	text-indent: -5000px;
}
.type2 {
	background: url(check.png) no-repeat 50% 50%;
	text-indent: -5000px;
}
.description {
	width: 540px;
}
.row-choose TD, .row-choose {
	border: none
}
.row-choose-btn1, .row-choose-btn2 {
	display: inline-block;
	height: 30px;
	width: 90px;
	margin: 20px 0 0 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.row-choose-btn1 SPAN, .row-choose-btn2 SPAN {
	display: block;
	height: 30px;
	width: 90px;
	background: #ff7700;
}
.row-choose-btn2 SPAN {
	background: #cc1414;
}
.row-choose-btn1:hover, .row-choose-btn1:focus,
.row-choose-btn2:hover, .row-choose-btn2:focus {
	color: #fff;
	text-decoration: none;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);

}

.row-choose-btn1:hover SPAN, .row-choose-btn1:focus SPAN {
	background: #ff8800;
	background: -moz-linear-gradient(top,  #ff8b26 0%, #ff6500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8b26), color-stop(100%,#ff6500));
	background: -webkit-linear-gradient(top,  #ff8b26 0%,#ff6500 100%);
	background: -o-linear-gradient(top,  #ff8b26 0%,#ff6500 100%);
	background: -ms-linear-gradient(top,  #ff8b26 0%,#ff6500 100%);
	background: linear-gradient(to bottom,  #ff8b26 0%,#ff6500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b26', endColorstr='#ff6500',GradientType=0 );
}
.row-choose-btn2:hover SPAN, .row-choose-btn2:focus SPAN {
	background: #de1b1b;
	background: -moz-linear-gradient(top,  #e32b2b 0%, #c41111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e32b2b), color-stop(100%,#c41111));
	background: -webkit-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -o-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -ms-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: linear-gradient(to bottom,  #e32b2b 0%,#c41111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32b2b', endColorstr='#c41111',GradientType=0 );
}





/*form*/

.intro {
	padding: 0 40px 0 40px;
	text-align: center;
}

/* =contact */

#contact-wrap {
	border-top: 1px solid #d6d6d6;
	margin: 30px 0 0 0;

	-webkit-box-shadow: inset 0 1px 0 #fafafa;
	   -moz-box-shadow: inset 0 1px 0 #fafafa;
			box-shadow: inset 0 1px 0 #fafafa;
}
#contact-info, #contact-form {
	display: block;
	float: left;
}
#contact-info {
	width: 360px;
	padding: 10px 0 0 80px;
}

#contact-form {
	width: 500px;
	margin: 0 0 0 0;
}

#contact-info STRONG {
	display: block;
}

.list-small {
	margin: 10px 0 0 20px;
	font-size: 14px;
	color: #666;
}

#contact-form H3 {
	color: #666;
}

#contact textarea {
	width: 440px;
}

#contact fieldset {
	border: none;
	padding: 0px 0 30px 0;
}
#contact .form-action {
	margin-top: 0px;
	border: none;
}

/* product download */

#product-wrap {
	border-top: 1px solid #d6d6d6;
	margin: 30px 0 0 0;

	-webkit-box-shadow: inset 0 1px 0 #fafafa;
	   -moz-box-shadow: inset 0 1px 0 #fafafa;
			box-shadow: inset 0 1px 0 #fafafa;
}
#product-wrap H3 {
	font-size: 16px;
}
.row {
	width: 45%;
	float: left;
}
.row.last {
	float: right;
	border: none;
}
.action3 {
	display: inline-block;
	width: 200px;
	height: 54px;
	cursor: pointer;
	margin: 20px 0 0 0;
	padding: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.action3 A {
	display: block;
	width: 200px;
	height: 54px;
	background: #cc1414;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.action3 SPAN {
	display: block;
	padding: 0 0 0 45px;
	background: url(sprite.png) 30px -263px no-repeat;
}

.action3:hover, .action3:focus {

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}


.action3:hover A, .action3:focus A {

	text-decoration: none;
	color: #fff;

	background: #de1b1b;
	background: -moz-linear-gradient(top,  #e32b2b 0%, #c41111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e32b2b), color-stop(100%,#c41111));
	background: -webkit-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -o-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: -ms-linear-gradient(top,  #e32b2b 0%,#c41111 100%);
	background: linear-gradient(to bottom,  #e32b2b 0%,#c41111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32b2b', endColorstr='#c41111',GradientType=0 );
}
.action3:hover SPAN, .action3:focus SPAN {
	background-position: 30px -383px;
}

/* =blog */

.blog-list-item {
	border-top: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 0 #fafafa;
	padding: 0 60px 30px 60px;
}
.blog-post {
	padding: 0 60px 30px 60px;
}
.blog-post H1 {
	text-align: left;
	font-size: 40px;
	line-height: 46px;
}
H2.post-title {
	font-size: 28px;
	line-height: 34px;
	margin: 30px 0 0 0;
}
.posted-date {
	color: #999;
	margin: 10px 0 0 0;
}
.blog-back {
	margin: 30px 0 0 0;
}



/* =footer
----------------------------------------------------------------------------- */

#footer {
	background: #444 url(footer_bg.png) repeat-x 0 0;
}
#footer-content {
	position: relative;
	width: 940px;
	height: 320px;
	margin: 0 auto;
	background: url(footer.png) no-repeat 0 0;
	padding: 0;
}
#footer-contact {
	position: absolute;
	bottom: 30px;
	left: 0;
}
#footer-contact P {
	margin: 0 0 10px 0;
	color: #999;
}
#footer A {
	color: #999;
}
#footer A:hover, #footer A:focus {
	color: #fff;
	text-decoration: none;
}
.column {
	margin: 0 !important;
	padding: 0;
}
.column SPAN {
	display: inline-block;
	min-width: 70px;
	float: left;
	padding: 0 10px 0 0;
}
#eu-logos {
	position: absolute;
	display: block;
	width: 220px;
	height: 75px;
	bottom: 37px;
	right: 0;
}
#eu-logos IMG {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}


/* =grid: http://960.gs/demo.html
----------------------------------------------------------------------------- */

.grid1 { width: 60px }
.grid2 { width: 140px }
.grid3 { width: 220px }
.grid4 { width: 300px }
.grid5 { width: 380px }
.grid6 { width: 460px }
.grid7 { width: 540px }
.grid8 { width: 620px }
.grid9 { width: 700px }
.grid10 { width: 780px }
.grid11 { width: 860px }
.grid12 { width: 940px }

.grid > .grid1,
.grid > .grid2,
.grid > .grid3,
.grid > .grid4,
.grid > .grid5,
.grid > .grid6,
.grid > .grid7,
.grid > .grid8,
.grid > .grid9,
.grid > .grid10,
.grid > .grid11 {
	float: left;
	padding-left: 20px;
}

.grid > [class*="grid"]:first-child {
	padding-left: 0;
}

.grid > .offset1 { margin-left: 80px !important }
.grid > .offset2 { margin-left: 160px !important }
.grid > .offset3 { margin-left: 240px !important }
.grid > .offset4 { margin-left: 320px !important }
.grid > .offset5 { margin-left: 400px !important }
.grid > .offset6 { margin-left: 480px !important }
.grid > .offset7 { margin-left: 560px !important }
.grid > .offset8 { margin-left: 640px !important }
.grid > .offset9 { margin-left: 720px !important }
.grid > .offset10 { margin-left: 800px !important }
.grid > .offset11 { margin-left: 880px !important }
/* =print
----------------------------------------------------------------------------- */

@media print {

	/* general */

	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr, img, pre, blockquote {
		page-break-inside: avoid;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	thead {
		display: table-header-group;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	/* reset layout */

	html,
	body,
	#wrap,
	#header,
	#content {
		width: auto !important;
		min-width: 1px !important;
		min-height: 1px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* disable floats */

	#content {
		float: none !important;
	}

	/* do not display */

	#nav,
	#menu,
	#header,
	#sidebar,
	#footer,
	.pager,
	.modal-wrap {
		display: none !important;
	}

}


/* =colorbox
----------------------------------------------------------------------------- */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#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%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{margin-top:20px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{
	background:#fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#cboxTitle{
	position: absolute;
	left: 0;
	color: #ccc;
	bottom: 0;
	padding: 2px 2%;
	background-color: rgba(0,0,0,0.7);
	width: 96%;
	font-size: 14px;
}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(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(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(loading.gif) no-repeat center center;}
#cboxClose {
	overflow: hidden;
	text-indent: 100px;
	background-repeat: no-repeat;
	background-image: url('icon-close.png');
	width: 28px;
	height: 30px;
	position: absolute;
	right: -12px;
	top: -13px;
	z-index: 900;
}