/*
	Spark Main CSS File
	Release: 14 (April 2013)
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}


/* #Basic Styles
================================================== */
body {
	background: #eee;
	font-size: 13px;
	line-height: 18px;
	color: #4c4c4c;
	/*-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/*-webkit-transform: translateZ(0);*/
	/*-webkit-backface-visibility: hidden; /* Fix this webkit bug: http://stackoverflow.com/questions/11589985/webkit-text-aliasing-gets-weird-during-css3-animations */
}


/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-weight: 600;
	text-shadow: 0px 1px 0px #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #efefef;
	text-shadow: 0px 2px #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}

h3 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}

h4 {
	font-size: 17px;
	line-height: 24px;
}

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

h6 {
	font-size: 13px;
	line-height: 19px;
}

.subheader {
	color: #777;
}

.dark .subheader {
	color: #ccc;
	text-shadow: none;
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
	/* color: #FFF; */
}

.dark strong {
	color: #dbdbdb;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote,
blockquote p {
	font-size: 15px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 14px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	clear: both;
	margin: 10px 0;
	height: 0;
}

.dark hr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #2c2c2c;
}

::selection {
	color: #fff;
	-webkit-text-fill-color: #fff;
	background: rgba(34, 34, 34, .99);
	text-shadow: none;
}

.dark ::selection {
	color: #111;
	-webkit-text-fill-color: #111;
	background: rgba(255, 255, 255, .99);
	text-shadow: none;
}

img::selection {
	background: rgba(0, 0, 0, .3);
}

.dark img::selection {
	background: rgba(0, 0, 0, .3);
}

::-moz-selection {
	color: #fff;
	-webkit-text-fill-color: #fff;
	background: rgba(34, 34, 34, .99);
	text-shadow: none;
}

.dark ::-moz-selection {
	color: #111;
	-webkit-text-fill-color: #111;
	background: rgba(255, 255, 255, .99);
	text-shadow: none;
}

img::-moz-selection {
	background: rgba(0, 0, 0, .3);
}

.dark img::-moz-selection {
	background: rgba(0, 0, 0, .3);
}



/* #Links
================================================== */
a,
a:visited,
button,
.button {
	color: #555;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a:hover,
a:focus,
button:hover,
.button:hover {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

p a,
p a:visited {
	line-height: inherit;
}

.dark a,
.dark a:visited {
	color: #999;
}

.dark a:hover,
.dark a:focus {
	color: #fff;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

a:hover img {
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.no-transition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: all 0 ease !important;
	transition: none !important;
}


/* #Lists
================================================== */
ul,
ol {
	margin-bottom: 20px;
}

ul {
	list-style: square outside;
	margin-left: 30px;
}

ul.simplelist {
	list-style: none;
	margin-left: 0;
}

ol {
	list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

/*ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  } */
ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

/* #Images
================================================== */

/* Starting with v3.0 make all images responsives */
img,
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}


/* #Buttons (default color: grey)
================================================== */

a.button,
a.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.09)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(240, 131, 31, 0.69) 0%, rgb(240, 131, 31) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(240, 131, 31, 0.69) 0%, rgb(240, 131, 31) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(240, 131, 31, 0.69) 0%, rgb(240, 131, 31) 100%);
	/* IE10+ */
	background: linear-gradient(top, rgba(240, 131, 31, 0.69) 0%, rgb(240, 131, 31) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#17000000', GradientType=0);
	/* IE6-8 */
	background-color: #fff;
	color: #fff;
	/* text-shadow: 1px 1px rgba(255, 255, 255, 1); */
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
		0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
		0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 12px;
	margin-bottom: 20px;
	line-height: 21px;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e7e7e7;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3),
		0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3),
		0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3),
		0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;

	/* background: -webkit-linear-gradient(top, rgb(230, 30, 37) 100%, rgba(230, 30, 37, 0.69) 0%); */
	/* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top, rgba(230, 30, 37) 100%, rgba(230, 30, 37, 0.69) 0%); */
	/* Opera 11.10+ */
	/* background: -ms-linear-gradient(top, rgba(230, 30, 37) 100%, rgba(230, 30, 37, 0.69) 0%); */
	/* IE10+ */
	/* background: linear-gradient(top, rgba(230, 30, 37) 100%, rgba(230, 30, 37, 0.69) 0%); */
	/* W3C */
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background-color: #ddd;
	border: 1px solid #999;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
		0px 1px 10px -3px #000 inset;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
		0px 1px 10px -3px #000 inset;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
		0px 1px 10px -3px #000 inset;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

.ie7 a.button,
.ie7 a.button:visited,
.ie7 button,
.ie7 input[type="submit"],
.ie7 input[type="reset"],
.ie7 input[type="button"],
.ie8 .button,
.ie8 .button:visited,
.ie8 button,
.ie8 input[type="submit"],
.ie8 input[type="reset"],
.ie8 input[type="button"] {
	border: 1px solid #ccc;
	border-bottom: 1px solid #acacac;
}


/* === Buttons in dark context === */
.dark a.button,
.dark a.button:visited,
.dark button,
.dark input[type="submit"],
.dark input[type="reset"],
.dark input[type="button"] {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.09)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17ffffff', endColorstr='#00ffffff', GradientType=0);
	/* IE6-8 */
	background-color: #202020;
	border: none;
	color: #ccc;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}

.dark a.button:hover,
.dark button:hover,
.dark input[type="submit"]:hover,
.dark input[type="reset"]:hover,
.dark input[type="button"]:hover {
	background-color: #2b2b2b;
	color: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1),
		0px 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}

.dark a.button:active,
.dark button:active,
.dark input[type="submit"]:active,
.dark input[type="reset"]:active,
.dark input[type="button"]:active {
	background-color: #222;
	color: #999;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1),
		0px 1px 10px 2px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1),
		0px 1px 10px 2px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1),
		0px 1px 10px 2px rgba(0, 0, 0, 0.7) inset;
}

.ie7 .dark a.button,
.ie7 .dark a.button:visited,
.ie7 .dark button,
.ie7 .dark input[type="submit"],
.ie7 .dark input[type="reset"],
.ie7 .dark input[type="button"],
.ie8 .dark .button,
.ie8 .dark .button:visited,
.ie8 .dark button,
.ie8 .dark input[type="submit"],
.ie8 .dark input[type="reset"],
.ie8 .dark input[type="button"] {
	border: 1px solid #313131;
	border-top: 1px solid #414141;
}

/* On-the-fly classes to change button's color (experimental)
.blue {
	background-color: #5891b5;
	color: #033b5e;
	text-shadow: 0 1px rgba(255, 255, 255, .35);
	border: 1px solid #5891b5;
}
*/


/* ie9 fails to render rounded-corners + gradient made with filter */
.ie9 a.button,
.ie9 a.button:visited,
.ie9 button,
.ie9 input[type="submit"],
.ie9 input[type="reset"],
.ie9 input[type="button"] {
	filter: none;
}


a.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

textarea.full-width {
	width: 98%;
}

a.button.featured,
a.button.featured:visited,
button.featured,
a.button.call-to-action,
a.button.call-to-action:visited {
	display: block;
	width: 60%;
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: 14px;
	line-height: auto;
	padding: 7px 20px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}




/* #Tabs
================================================== */
ul.tabs {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

.dark ul.tabs {
	border-color: #262626;
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
	-webkit-transition: background 1s ease,
		color 1s ease;
	-moz-transition: background 1s ease,
		color 1s ease;
	-o-transition: background 1s ease,
		color 1s ease;
	transition: background 1s ease,
		color 1s ease;
}

ul.tabs li a:hover {
	background: #f0f0f0;
	color: #111;
	-webkit-transition: background 0.3s ease,
		color 0.3s ease;
	-moz-transition: background 0.3s ease,
		color 0.3s ease;
	-o-transition: background 0.3s ease,
		color 0.3s ease;
	transition: background 0.3s ease,
		color 0.3s ease;
}

ul.tabs li a.active {
	background: #f6f6f6;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

ul.tabs li:first-child a.active {
	margin-left: 0;
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

ul.tabs-content {
	list-style: none;
	background: #f6f6f6;
	color: #4c4c4c;
	margin: 0;
	padding: 20px 10px 10px 10px;
	display: block;
	border: solid 1px #ddd;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* Tabs in black context */
.dark ul.tabs li a {
	background: #0e0e0e;
	border-color: #262626;
}

.dark ul.tabs li a:hover {
	background: #090909;
	color: #fff;
}

.dark ul.tabs li a.active {
	background: #171717;
	border-color: #2C2C2C;
	color: #fff;
}

.dark ul.tabs-content {
	background: #171717;
	color: #ccc;
	border-color: #262626;
}

ul.tabs-content>li {
	display: none;
}

ul.tabs-content>li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom: 1;
}


/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-size: 13px;
	color: #777;
	border: 1px solid #cdcdcd;
	padding: 10px;
	line-height: 15px;
	/* Compensate Firefox's bug through all browsers using more padding (see https://bugzilla.mozilla.org/show_bug.cgi?id=349259 ) */
	padding: 10px 10px 9px 10px;
	margin: 0;
	outline: none;
	width: 100%;
	max-width: 100%;
	background: #fbfbfb;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.6);

	/* "all" isn't used because then height is also transitioned and interfers with user's action on textarea height */
	-webkit-transition: border 0.1s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	-moz-transition: border 0.1s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	-o-transition: border 0.1s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;
	transition: border 0.1s ease, background 0.3s ease, box-shadow 0.2s ease, color 0.6s ease;

	/* Act as display:block;
	   see http://stackoverflow.com/questions/1030793/input-with-displayblock-is-not-a-block-why-not
	   ie7 isn't supported here, see static fix bellow */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

.ie7 .spark-contact-form input[type="text"],
.ie7 .spark-contact-form input[type="password"],
.ie7 .spark-contact-form input[type="email"],
.ie7 .spark-contact-form textarea,
.ie7 .spark-contact-form select {
	width: 378px;
	/* 378px + 10px_padding_x2 + 1px_border_x2 = 400px (seven columns full width) */
	/* note: ie7 doesn't support media-queries so this fix is enough for desktop uses */
}

.dark input[type="text"],
.dark input[type="password"],
.dark input[type="email"],
.dark textarea,
.dark select {
	border: 1px dashed #333;
	color: #a1a1a1;
	background: #191919;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
}

select {
	padding: 0;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
	border-color: #b5b5b5;
}

.dark input[type="text"]:hover,
.dark input[type="password"]:hover,
.dark input[type="email"]:hover,
.dark textarea:hover {
	background: #161616;
	border-color: #333;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #00B4FF;
	color: #444;
	background: #fff;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 200, 255, .4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 200, 255, .4);
	box-shadow: 0px 0px 10px rgba(0, 200, 255, .4);
}

.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="email"]:focus,
.dark textarea:focus {
	border: 1px solid #282828;
	color: #fff;
	background: #191919;

	/* if the outer shadow isn't specified, transition doesn't occur */
	-webkit-box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
	box-shadow: 0 0 0 transparent, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset;
}

textarea {
	min-height: 130px;
	overflow: auto;
}

.spark-contact-form label,
.spark-contact-form legend {
	display: block;
	font-weight: 600;
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
	display: block;
}

.ajax-response {
	margin: 6px 0 0 5px;
}

.form-error-msg {
	margin: 6px 0 0 5px;
	color: #d82f2f;
}

.form-error {
	-moz-box-shadow: 0 0px 15px -5px #FF0000 !important;
	-webkit-box-shadow: 0 0px 15px -5px #FF0000 !important;
	box-shadow: 0 0px 15px -5px #FF0000 !important;
	border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.dark input[type="text"].form-error:focus,
.dark input[type="password"].form-error:focus,
.dark input[type="email"].form-error:focus,
.dark textarea.form-error:focus {
	-moz-box-shadow: 0 0px 15px -5px #FF0000, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset !important;
	-webkit-box-shadow: 0 0px 15px -5px #FF0000, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset !important;
	box-shadow: 0 0px 15px -5px #FF0000, 1px 1px 5px 1px rgba(0, 0, 0, 1) inset !important;

}

form li {
	float: left;
	padding: 3px;
	margin: 3px 0;
	background: #111;
	background: none;
}


form li label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 15px;
}

form li label span {
	color: #999;
	display: block;
}

form button,
form .wpcf7-submit.button {
	float: right;
	margin: 0 10px 0 0;
}


/* Font Icons */
.font-icon {
	color: #333;
	text-shadow: none;
	line-height: 0;
}

.ie7 .font-icon {
	line-height: 1;
}

.dark .font-icon {
	color: #efefef;
}

.font-icon.imglike {
	display: inline-block;
	font-size: 28px;
	text-shadow: none;
}

.font-icon.boxed {
	display: inline-block;
	padding: 5px;
	margin-right: 2px;
	background: #444;
	color: white;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.dark .font-icon.boxed {
	background: white;
	color: #444;
}

.font-icon.big {
	font-size: 48px;
}

.font-icon.medium {
	font-size: 38px;
}

.font-icon.small {
	font-size: 28px;
}

.font-icon.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.font-icon.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.add-more-bottom {
	margin-bottom: 40px !important;
}

.add-top {
	margin-top: 10px !important;
}

.add-more-top {
	margin-top: 20px !important;
}


/* Spark Layout */
body,
html {
	overflow: hidden;
}

html.modern-mobile,
html.modern-mobile body,
html.static-header,
html.static-header body {
	overflow: auto;
}

#main {
	position: absolute;
	overflow-y: scroll;
	top: 89px;
	left: 0;
	bottom: 0;
	right: 0;
}

header {
	background: #eee;
	border-top: 6px solid #000;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
}

.modern-mobile #main {
	/* Special case for modern-mobile */
	position: static;
	overflow: hidden;
	margin-top: 89px;
}

.static-header #main {
	position: static;
	overflow: hidden;
	margin-top: 0;
}

.static-header header {
	position: relative;
}


header h1.logo {
	margin-top: 22px;
	margin-bottom: 0;
	float: left;
	padding-right: 30px;
}

header h1.logo a {
	display: block;
	max-height: 80px;
}

header h1.logo a img {
	height: 70px;
	margin-top: -17px;
	margin-bottom: -2px;
}

nav ul {
	/*	float: right;*/
	height: 61px;
	margin-bottom: 20px;
}

nav li {
	list-style: none;
	display: block;
	float: left;
	margin-top: -6px;
	margin-bottom: 0;
}

/* Blurr effect (experimental) */
/*
nav:hover a {
	color: #9a9ca6;
	color: rgba(0,0,0, 0.01);
	text-shadow: 0 0 4px #9a9ca6 !important;
	}

nav a:hover {
	color: #fff;
	color: rgba(255,255,255, 1.0);
	text-shadow: none !important;
}
*/

nav a,
nav a:visited,
nav a:focus {
	display: block;
	height: 53px;
	padding: 30px 20px 0 20px;
	text-decoration: none;
	color: #666;
	font-weight: 600;
	border-top: 3px solid #000;
	margin-top: 1px;
}

nav li.submenu-open a,
nav a:hover {
	color: #000;
	border-top-color: #c1c1c1;
}

nav a.active,
nav a.active:focus,
nav li.current-menu-item a,
nav li.current-menu-item a:focus {
	color: #37b1ff;
	border-top-color: #37b1ff;
	-webkit-transition: color 0.3s ease,
		border-color 0.3s ease,
		background-color 0.3s ease;
	-moz-transition: color 0.3s ease,
		border-color 0.3s ease,
		background-color 0.3s ease;
	-o-transition: color 0.3s ease,
		border-top-color 0.3s ease,
		background-color 0.3s ease;
	transition: color 0.3s ease,
		border-color 0.3s ease,
		background-color 0.3s ease;
}

nav a.active:hover,
nav li.current-menu-item a:hover {
	color: #000;
	border-top-color: #37b1ff;
}

.dark nav li.submenu-open a,
.dark nav a.active:hover,
.dark nav li.current-menu-item a:hover {
	color: #fff;
}

nav a span {
	color: #c1c1c1;
	font-size: 12px;
	font-weight: normal;
}

/* Nav for mobiles using a <select> */
nav select.menu {
	/*	-webkit-appearance: none; */
	padding: 10px;
	margin: 10px 10px 0 0;
	float: right;
}

/* -- End Navigation -- */


/* Footer */
footer.spark-main-footer {
	padding: 25px 0 5px 0;
}

.spark-landing-page footer.spark-main-footer {
	padding: 10px 0 5px 0;
	margin: -10px 0 0 0;
}

#main>article {
	padding: 30px 0;
}

#main>article:first-of-type {
	padding-top: 20px;
}

article .row:last-of-type {
	margin-bottom: 0;
}

.mobile-only,
/* singular variant kept for compatibility */
.mobiles-only,
.tablets-only {
	display: none;
	/* display:block; in the Media-Queries */
}

.dark {
	background: #212121 url("../images/black_paper.jpg") repeat;
	color: #dbdbdb;
}

/* Box styling */
.box {
	background: #fff;
	display: block;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	box-shadow: 0 0 5px #d5d5d5;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.container .column.box,
.container .columns.box {
	margin-left: 0;
	margin-right: 0;
}

.container .row.box {
	padding: 10px 0;
}

.dark .container .column.box,
.dark .container .columns.box,
.dark .box,
.dark .box.dark {
	background: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #2c2c2c;
	margin-left: -1px;
	/* Compensate the 1px border */
	margin-right: -1px;
}

.box.dark {
	background: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px #fff;
	background: #212121 url("../images/black_paper.jpg") repeat;
}


.box.light {
	background: rgba(255, 255, 255, 0.5);
}

.dark .container .column.box.light,
.dark .container .columns.box.light,
.dark .box.light {
	background: rgba(0, 0, 0, 0.3);
}

.box.scale-with-grid {
	max-width: 90%;
}

.featured {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 15px 40px -20px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 15px 40px -20px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 15px 40px -20px rgba(0, 0, 0, 0.7);
}

.box.featured {
	margin-top: -15px;
	padding-top: 15px;
}

img.featured {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 1);
	box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 1);
}

.dark img.featured {

	-webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 1);
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 1);
}


/*
blockquote,
.blockquote {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	background:rgba(255,255,255,0.04);
	border:1px dashed rgba(255,255,255,0.1);
}
*/


a.imglink {
	text-decoration: none;
}

/* Apply .headset to any container that should have a floating img */
.headset img {
	float: left;
	margin: 0 10px 5px 0;
}

.headset p,
.headset h2,
.headset h3,
.headset h4,
.headset h5 {
	margin-left: 70px;
}

.headset.price p,
.headset.price h2,
.headset.price h3,
.headset.price h4,
.headset.price h5 {
	float: left;
	margin: 10px 0 0 5px;
}

.headset.price span {
	float: right;
	font-size: 30px;
	padding: 15px 0px 2px 0;
}

.headset.price span sup {
	font-size: 18px;
}

.headset.price span sub {
	bottom: 0;
	font-size: 18px;
}

.titleset {
	margin-bottom: 30px;
}

/* gradients */
.bottom-gradient {
	position: relative;
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	z-index: -99;
	clear: both;
	margin: 0;
}

.bottom-gradient.between-rows {
	margin: -15px 0 15px 0;
}

.bottom-gradient .container {
	height: 0;
}

.bottom-gradient span {
	border: medium none;
	display: block;
	height: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -80px;
	z-index: -100;
}

.bottom-gradient .left {
	background: no-repeat url(../images/combined_gradient.png) 0 0;
	background: -webkit-radial-gradient(bottom right, circle, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
	background: -moz-radial-gradient(bottom right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
	width: 80px;
	left: 0;
}

.bottom-gradient .center {
	background: no-repeat url(../images/combined_gradient.png) -114px 0;
	background: -webkit-radial-gradient(bottom left, circle, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
	background: -moz-radial-gradient(bottom left, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
	width: 80px;
	right: 0;
}

.bottom-gradient .right {
	position: relative;
	margin-left: 80px;
	margin-right: 80px;
	top: -80px;
	background: url(../images/gradient.png);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0) 80px);
}

.dark .bottom-gradient {
	border-top: 1px solid #000;
	border-bottom: 1px solid #2c2c2c;
	z-index: 0;
}

.dark .bottom-gradient span {
	display: none;
}

/* content-specific containers */
.welcome-container {
	padding: 10px 20px;
}

/* Shadows effect (experimental. not yet ported on .dark sections) */
.enjoliver {
	position: relative;
	line-height: 0px;
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 7px;
	border-radius: 1px;
	border: 1px solid #f9f9f9;
	background: #fff;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.12) inset;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.12) inset;
}

.enjoliver img {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);
}

.enjoliver:before,
.enjoliver:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 10px;
	bottom: 12px;
	width: 70%;
	max-width: 300px;
	/* avoid rotation causing ugly appearance at large container widths */
	max-height: 100px;
	height: 55%;

	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);

	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg);
}

.enjoliver:after {
	left: auto;
	right: 10px;

	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);
}

/* Responsive video embed support */
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* End of file to load in last
header, body {
		background: #eee url(data:image/png;base64,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);
} */


/* WP specific classes */
div.comment-author img {
	float: left;
	margin-right: 15px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

/* Links in H elements */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #555;
	text-decoration: underline;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a,
.dark h1 a:visited,
.dark h2 a:visited,
.dark h3 a:visited,
.dark h4 a:visited,
.dark h5 a:visited,
.dark h6 a:visited {
	color: inherit;
	text-decoration: none;
}

.dark h1 a:hover,
.dark h2 a:hover,
.dark h3 a:hover,
.dark h4 a:hover,
.dark h5 a:hover,
.dark h6 a:hover {
	color: #999;
	text-decoration: underline;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* Search form */
.searchform .spark-search-icon {
	position: relative;
	float: left;
	margin: 10px 0 -50px 11px;
}

.searchform .spark-search-icon span {
	font-size: 20px;
	color: grey;
}

.searchform .field {
	padding-left: 40px;
	padding-right: 70px;
}

/* IE7 fix */
.ie7 .widget-container .searchform .field {
	margin-left: -30px;
	width: 188px;
}

.ie7 .two-thirds .searchform .field {
	width: 488px;
	margin-top: -17px;
}

.searchform .submit,
.searchform .submit:active {
	position: relative;
	float: right;
	line-height: 15px;
	margin: 5px 5px -50px 0;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: none;
	background: transparent;
	border: none;
	border-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.searchform .submit::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.searchform .submit:hover {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.02);
	border: none;
	border-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.searchform .submit:active {
	background: rgba(0, 0, 0, 0.05);
}

.dark .searchform .submit,
.dark .searchform .submit:active {
	position: relative;
	float: right;
	line-height: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: -34px 5px 0 0;
	box-shadow: none;
	background: transparent;
	border: none;
	border-radius: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .searchform .submit:hover {
	box-shadow: none;
	background: rgba(255, 255, 255, 0.03);
	border: none;
	border-radius: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .searchform .submit:active {
	background: rgba(255, 255, 255, 0.05);
}


/* Main article containers */
article.spark-post-content {
	margin-bottom: 30px;
}

article.comments-area {
	margin: 30px 0;
}

/* Posts */
.spark-contrasted {
	background: rgba(255, 255, 255, 0.8);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);

	padding: 10px;
}

.dark .spark-contrasted {
	background: rgba(0, 0, 0, 0.3);

	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .04);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .04);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .04);
}

/* IE Fix */
.ie7 .spark-contrasted,
.ie8 .spark-contrasted {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)";
	/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE7 */
	zoom: 1;
}

.ie7 .dark .spark-contrasted,
.ie8 .dark .spark-contrasted {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)";
	/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	/* IE7 */
	zoom: 1;
}

.post-content {}

.post-content pre {
	overflow-x: auto;
}

.post-content.has-post-thumbnail {

	border-top: none;

	/* reset radius */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	/* round only bottom left and bottom right */
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.post-meta,
.post-info {
	margin: 10px 0;
}

.post-meta a,
.post-meta a:visited {
	text-decoration: none;
	color: grey;
}

.post-meta a:hover {
	text-decoration: underline;
}

.comments-link {
	float: right;
}

.navigation .next {
	float: right;
}

.navigation .previous {
	float: left;
}

.navigation a,
.navigation a:visited {
	color: #4c4c4c;
	font-size: 15px;
	text-decoration: none;
}

.navigation a span {
	margin: 0px 6px;
	color: inherit;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.navigation .next a:hover span {
	margin: 0px 0px 0px 12px;
}

.navigation .previous a:hover span {
	margin: 0px 12px 0px 0px;
}

.spark-featured-image {
	display: block;
}

.edit-post a,
.edit-post a:visited {
	color: #F4831F;
	margin: 0 7px;
}

/* About the author */
.author-info {
	padding: 10px;
}

img.author-avatar.alignright {
	margin: 0 0 0 20px;
}


/* Comments */
ul.commentlist,
ul.commentlist ul.children {
	list-style: none;
	margin: 0;
}

.comment:first-of-type,
.comment {
	padding: 0;
}

.comments-title {
	/*	margin-bottom: 10px; */
}

.comment-author {
	font-weight: 600;
}

.comment-author-avatar {
	float: left;
}

.is-post-author,
.spark-tag {
	background: rgb(233, 233, 233);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 10px;
	padding: 1px 7px;
	font-size: 12px;
}

ul.commentlist ul.children {
	margin-left: 55px;
	margin-top: 10px;
}

.comment.depth-2 {}

.comment-time {
	float: right;
}

.comment-main {
	margin-left: 58px;
}

.children .comment-main {
	margin-left: 34px;
}

.comment-content {
	/*	position: relative;
	border-top: 4px solid #000;
	margin-top: 10px;
*/
	overflow-x: auto;
}

/*
.comment-content:after {
	top: -4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 10px;
	left: 30px;
	margin-left: -10px;
}
*/
.comment .reply {
	opacity: 0;
}

.comment:hover .reply {
	opacity: .5;
}

.comment .reply:hover {
	opacity: 1;
}

.comment-reply-link,
.comment-reply-link:visited {
	color: inherit;
	text-decoration: none;
	float: right;
	margin-top: -18px;
	padding: 5px 13px;
	background: #ddd;

	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#respond {
	margin: 40px 0 20px 0;
}

.comment #respond {
	margin: 20px 0 20px 60px;
}



/* Widgets */
.widget-container {
	margin-bottom: 20px;
}

.widget-container ul {
	list-style: none;
	margin: 0;
}


/* SUPPORT FOR THIRD-PARTY PLUGINS */
/* Contact Form 7 */
.wpcf7 {
	padding: 0 15px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

header.wphead {
	background-color: #4699d7 !important;
}

div.main-sidebar h4.main-sidebar {
	margin-bottom: 5px;
}

div.main-flags a {
	clear: both;
	position: relative;
	top: -80px;
	left: 870px;
	padding: 5px;
	background-color: #4a4a4a;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

div.main-flags a img {
	clear: both;
}

div.main-picture {
	text-align: center;
}

div.main-picture img {
	margin: 0.5% auto 1% auto;
}

div.container table td {
	padding-top: 10px;
	max-width: 25%;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
}

div.container table td.main-list-text {
	padding-top: 10px;
	font-weight: bold;
	color: #484848;
	font-size: 16px;
	line-height: 150%;
}

div.container table td.main-list-text span {
	color: #4699d7;
}

h1.main-h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #4699d7;
}

h1.main-h1 span {
	color: #F4831F;
}

h1.category-title-h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

h2.post-title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3.main-h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #4699d7;
}

p.main-p {
	color: #484848;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}

div.container h2.remove-bottom,
div.container h6.subheader {
	text-align: center;
}

div.container h2.remove-bottom {
	font-size: 36px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

div.container h6.subheader {
	font-size: 18px;
}

div.column-lenght {
	height: 300px;
}

div.column-lenght p {
	margin-left: 25px;
	margin-right: 25px;
}

div.two-thirds-single div.post-content {
	padding: 40px;
}

article.section-14,
article.support-post,
article.category-home,
article.single-post {
	background-image: url("../images/bg.png");
	background-color: #eee;
}

ul.support-menu {
	list-style-type: none;
	position: relative;
	display: block;
	margin: 0px;
}

ul.support-menu li {
	float: left;
	width: 115px;
	display: block;
	margin: 0 5px 15px 0;
}

ul.support-menu li a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
	text-decoration: none
}

ul.support-menu li div.support {
	background-repeat: no-repeat;
	background-size: 85%;
	height: 60px;
	margin-top: 15px;
	margin-left: 15px;
}

ul.support-menu li div.item-1 {
	background-image: url("../images/support/icon1_p.png");
}

ul.support-menu li a:hover div.item-1,
ul.support-menu li a.active div.item-1 {
	background-image: url("../images/support/icon1_a.png");
}

ul.support-menu li:hover span,
ul.support-menu li a.active span {
	color: #4699d7;
}

ul.support-menu li div.item-2 {
	background-image: url("../images/support/icon2_p.png");
}

ul.support-menu li a:hover div.item-2,
ul.support-menu li a.active div.item-2 {
	background-image: url("../images/support/icon2_a.png");
}

ul.support-menu li div.item-3 {
	background-image: url("../images/support/icon3_p.png");
}

ul.support-menu li a:hover div.item-3,
ul.support-menu li a.active div.item-3 {
	background-image: url("../images/support/icon3_a.png");
}

ul.support-menu li div.item-4 {
	background-image: url("../images/support/icon4_p.png");
}

ul.support-menu li a:hover div.item-4,
ul.support-menu li a.active div.item-4 {
	background-image: url("../images/support/icon4_a.png");
}

ul.support-menu li div.item-5 {
	background-image: url("../images/support/icon5_p.png");
}

ul.support-menu li a:hover div.item-5,
ul.support-menu li a.active div.item-5 {
	background-image: url("../images/support/icon5_a.png");
}

ul.support-menu li div.item-6 {
	background-image: url("../images/support/icon6_p.png");
}

ul.support-menu li a:hover div.item-6,
ul.support-menu li a.active div.item-6 {
	background-image: url("../images/support/icon6_a.png");
}

ul.support-menu li div.item-7 {
	background-image: url("../images/support/icon7_p.png");
}

ul.support-menu li a:hover div.item-7,
ul.support-menu li a.active div.item-7 {
	background-image: url("../images/support/icon7_a.png");
}

ul.support-menu li div.item-8 {
	background-image: url("../images/support/icon8_p.png");
}

ul.support-menu li a:hover div.item-8,
ul.support-menu li a.active div.item-8 {
	background-image: url("../images/support/icon8_a.png");
}

nav a.active,
nav a.active:focus,
nav li.current-menu-item a,
nav li.current-menu-item a:focus,
.dark nav a.active,
.dark nav a.active:focus,
.dark nav li.current-menu-item a,
.dark nav li.current-menu-item a:focus {
	color: #343533 !important;
	text-shadow: none;
}

#kontakty_modified iframe {
	width: 100% !important;
}

.langs {
	left: auto !important;
	right: 0 !important;
	margin: 0 !important;
	top: 0px !important;
	position: absolute !important;
}

.langs a {
	display: inline-block !important;
}

.landing-page-section.section-14 table img {
	width: 124px !important;
	height: auto;
}

.container .two-thirds-single.column,
.container .two-thirds-cats.column {
	width: 100%;
}

.container .two-thirds-cats.column h2 {
	text-align: left;
	padding-left: 55px;
	background: url(../images/support/icon6_p.png) no-repeat;
	background-size: 60px auto;
	background-position: left center;
}

ul.support-menu {
	text-align: center;
}

ul.support-menu li {
	height: 120px;
	max-width: 105px;
	float: none;
	display: inline-block;
	vertical-align: top;
}


nav.spark-main-menu>ul>li>a {
	text-shadow: none;
}

nav.spark-main-menu>ul>li:nth-child(3)>a {
	/* color: #DA1A21; */
	position: relative;
	position: relative;
}

nav.spark-main-menu>ul>li:nth-child(3)>a.active {
	text-shadow: none;
}



@media only screen and (max-width: 959px) and (min-width: 768px) {
	header h1.logo {
		margin: 18px -10px -10px;
	}


	#objednavka fieldset legend {
		text-align: center !important;
	}

}

@media only screen and (max-width: 767px) {

	.container {
		position: static;
	}

	#main article,
	#main p,
	#main h1,
	#main h2,
	#main h3,
	#main img {
		padding-left: 15px;
		padding-right: 15px;
		clear: both;
	}

	header h1.logo {
		margin: 10px -10px -10px !important;
		width: 40%;
	}

	.mobiles-only.menu {
		width: 40%;
		margin: 6px 0;
		margin-right: 10% !important;
	}

	.landing-page-section.section-14 table {
		width: 100% !important;
		text-align: center;
	}

	.landing-page-section.section-14 table td {
		width: 20%;
		max-width: 20%;
		display: inline-block;
		padding: 10px;
	}

	.landing-page-section.section-14 table td.main-list-text {
		width: 25% !important;
		max-width: 25%;
		padding: 0;
		font-size: 13px;
		vertical-align: top;
	}


	div.column-lenght {
		height: auto;
		margin-bottom: 30px;
	}

	.featured {
		box-shadow: none;
	}

	.column.box {
		margin-bottom: 30px !important;
	}

	.spark-contact-form label,
	.spark-contact-form legend {
		text-align: left;
	}


	#objednavka fieldset legend,
	#poptavka fieldset legend,
	#order fieldset legend {
		text-align: center !important;
		line-height: 120%;
	}

	#objednavka dl,
	#poptavka dl,
	#order dl {
		width: 100%;
	}

	#objednavka dt,
	#poptavka dt,
	#order dt {
		width: 100%;
		text-align: left;
		margin-bottom: 0;
		float: none;
		margin: 0 !important;
	}

	#objednavka textarea,
	#poptavka textarea,
	#order textarea {
		width: 100% !important;
	}


}

@media only screen and (max-width: 480px) {

	.landing-page-section.section-14 table td {
		width: 18%;
		max-width: 18%;
		display: inline-block;
		padding: 10px;
	}

	.landing-page-section.section-14 table td.main-list-text {
		width: 100% !important;
		max-width: 100%;
		display: block;
		padding-top: 20px;
		font-size: 18px;
		vertical-align: top;
	}

	header h1.logo {
		margin-top: 10px -10px -10px !important;
	}


	#objednavka dd,
	#poptavka dd,
	#order dd {
		width: 100%;
	}

}