/* 	yellow: #fcd341; */
/* black: #060606; */














body {
	min-width: 320px;
	position: relative;
}

strong {
	font-weight: normal;
	font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.nowrap {
	white-space: nowrap;
}

.jumbotron h1,
h1 {
	font-size: 34px;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0 0 21px;
	font-weight: bold;
	letter-spacing: -.5px;
	font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jumbotron h1 a,
h1 a {
	color: #fff;
}

h2 {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-weight: 700;
}

h2 a {
	color: #fff;
}

small,
.small {
	font-size: 10px;
	line-height: 17px;
}

sup {
	top: -1.5em;
	font-size: 10px;
}

.article p {
	font-size: 14px;
	margin-bottom: 7px;
}

.product-spacer {
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-spacer-top {
	margin-top: 50px;
}
.product-spacer-bottom {
	margin-bottom: 50px;
}

.navbar {
	margin: 0;
	min-height: 0;
	border: none;
	padding-top: 18px;
	text-transform: uppercase;
}

.navbar .pull-right {
	padding: 0 !important;
}

.navbar-default {
	background: none;
	font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav:before,
.nav:after {
	display: none;
}

.navbar-default .navbar-nav {
	margin-top: 63px;
	margin-bottom: 0;
	border: none;
	font-size: 18px;
	line-height: 21px;
	float: none;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar-default .navbar-nav > li {
	float: none;
}

.navbar-default .navbar-nav > li > a {
	padding: 0;
	color: #fff !important;
	position: relative;
}

.navbar-default .navbar-nav > li > a:after {
	content: " ";
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	opacity: 0;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav > li > a:hover:after {
	opacity: 1;
}

.navbar-default .navbar-nav > li.active a:after {
	opacity: 1;
}

.navbar-brand {
	margin-top: 42px;
	padding: 0;
	margin-left: 10px;
	height: auto;
	width: 204px;
}

.pager {
	margin: 0;
	text-align: left;
}

.pager li {
	margin-right: 5px;
}

.pager li > a {
	min-width: 54px;
	text-align: center;
}

.pager li > a:hover,
.pager li > a:focus {
	border-color: #fff;
}

.table {
	background: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}



.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 17px 29px 22px 0;
	line-height: 1.3334;
	vertical-align: top;
	bottom: 0;
	border-top: 0;
	background: none;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 0;
	background: url(../images/bg-table.png) repeat-x 0 100%;
}

.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td,
.table > tfoot > tr:first-child > td {
	background: url(../images/bg-table.png) repeat-x 0 100%;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 0;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 0;
}

.input-group {
	overflow: hidden;
}

button.list-group-item {
	padding: 0 15px;
}

.btn,
input,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	outline: none;
}

input,
button,
select,
textarea {
	background: none;
	border: none;
	font-size: 18px;
	line-height: 24px;
}

.form-item {
	color: #eee;
	background-color: #303030;
	border-bottom: 1px solid #838383;
}
/*.form-text {
	color: #eee;
}
*/
/*div#edit-name-wrapper.form-item,
div#edit-pass-wrapper.form-item
{
	background-color: transparent;
}
*/
.input-group .form-control {
	border-color: #fcd341;
	padding-left: 10px;
	padding-right: 10px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	font-size: 12px;
	height: 37px;
	line-height: 37px;
	border-radius: 30px;
	vertical-align: top;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0 5px;
	min-width: 180px;
	text-align: center;
	text-transform: uppercase;
	background: none;
	letter-spacing: 1px;
	outline:none;
}

/*button:focus:hover:active,
html input[type="button"]:focus:hover:active,
input[type="reset"]:focus:hover:active,
input[type="submit"]:focus:hover:active,
.btn:focus{
	outline:none;
}
*/

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	border-color: #fff;
	color: #fff;
	opacity: 1;
	background: none;
}

.btn .text-hover {
	display: none;
}

.btn:hover .text-hover {
	display: block;
}

.btn:hover .text-default {
	display: none;
}

.btn-hold {
	padding-top: 21px;
}


.cy-downloads .btn.form-submit {
	margin-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
}

.products-block .btn-demo, .products-block .btn.form-submit {
	min-width: 180px;
	margin-bottom: 33px;
	display: inline-block;
}
.products-block div.cost-and-buy {
	clear: both;
	display: inline-block;
}
.products-block strong.cost {
	display: inline-block;
	float: left;
}



.opener-text-slide:hover .text-default {
	display: block;
}

.opener-text-slide .text-active {
	display: none;
}

.active .opener-text-slide .text-active {
	display: block;
}

.active .opener-text-slide .text-default {
	display: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: #060606;
}

.btn-default {
	color: #fcd341;
	background: none;
	border-color: #fcd341;
}

.btn-default:focus,
.btn-default.focus {
	background: none;
}

#user-login-form input[type="password"]{
	width: 50%;
}

#edit-submit, #edit-delete{
	border: 1px solid #fcd341;
	margin: 5px 6px 5px 0;
}

#edit-cancel{
	text-decoration: none;
	padding: 0 20px;
}

#edit-cancel:hover{
	border-color: #fff;
}


.color-section #edit-submit, 
.color-section #edit-delete{
	border-color: #060606;
}
#edit-submit:hover,  #edit-delete:hover{
	color: #fff;
	border-color: #fff; 
}

#edit-cc-exp-month-wrapper, #edit-cc-exp-year-wrapper{
	border-bottom: none;
}

#edit-apply{
	border: 1px solid #fcd341;
	color: #fcd341;
}

#edit-apply:hover {
	border-color: #fff;
	color: #fff;
}

 #edit-panes-coupon-apply{
 	border: 1px solid #fcd341;
 	color: #fcd341;
 }

#edit-panes-coupon-apply:hover{
	border-color: #fff;
	color: #fff;
}

.sticky-enabled .form-item{
	border-bottom: none;
	padding-left: 20px;
}

.signup-form .form-control {
	background: none;
	border: 0;
	color: #fff;
	padding: 0 3px;
	border-radius: 0;
	box-shadow: 0 0 0;
	-webkit-transition: none;
	transition: none;
}

.signup-form {
	border-bottom: 1px solid #838383;
	padding: 16px 0 13px;
}

.signup-form .btn {
	margin: 2px 9px 0 0;
}

.signup-form .form-item {
	border-bottom: 0;
	margin-bottom: 0;
	background-color: none;
}

.signup-form input[type="email"]:focus {
	box-shadow: none;
}

input[type="password"],
input[type="text"] {
	padding: 10px 0;
}

.media .media-left {
	width: 64px;
	height: 64px;
}

.checkout-form {
	padding-bottom: 92px;
}

.checkout-form .jcf-select{
	border-bottom: 1px solid #838383;
}
.checkout-form .messages.status{
	position: absolute;
	top: -25px;
}

.checkout-form .form-radios .form-item{
	border-bottom: 0;
	margin: 0;
}

.checkout-form .inline-pane-table img{
	width: 10px;
	height: 10px;
}

.checkout-form .inline-pane-table .form-item{
	margin-right: 10px;
}

.checkout-form legend {
	font-size: 34px;
	line-height: 39px;
	text-transform: uppercase;
	margin: 0 0 32px;
	font-weight: bold;
	color: #fff;
	border-bottom: 0;
}

.checkout-form fieldset {
	margin-bottom: 39px;
}

.checkout-form input[type="text"] {
	display: block;
	width: 100%;
}

.checkout-form .remove {
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 7px;
}

.checkout-form table {
	margin: 0;
}

.checkout-form table tr:first-child td {
	border-top: 0;
}

.checkout-form table tr td:nth-child(1) {
	min-width: 80px;
	text-align: left;
}

.checkout-form table tr td:last-child {
	text-align: right;
	width: 200px;
}

.checkout-form table tr.discount td {
	border: none;
	background: #fcd341;
	color: #060606;
	padding: 19px 29px 18px 0;
}

.checkout-form table tr.discount td:first-child {
	padding-left: 20px;
}

.checkout-form .table > tbody > tr > td.subtotal {
	border: 0;
	text-align: right;
	background: none;
	padding: 33px 19px 0 0;
}

.checkout-form #subtotal-title,
.checkout-form .subtotal-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.checkout-form .uc-price {
	font-weight: bold;
	font-size: 34px;
	line-height: 37px;
}

.checkout-form .btn {
	margin-top: 6px;
}

.checkout-form .description {
	margin-bottom: 32px;
}

.checkout-form .form-item {
	margin-bottom: 19px;
}

.checkout-form .checkout-form-bottom {
	margin-top: -23px;
}

.checkout-form .btn-cancel {
	padding: 0;
	color: #fcd341;
	min-width: 1px;
	margin-top: 8px;
}

.checkout-form .btn-cancel:hover {
	text-decoration: underline;
}

.checkout-form .btn {
	margin-right: 23px;
}

.checkout-form table,
.order-review-table {
	width: 100%;
}

.inline-pane-table .field-label {
	font-weight: normal;
}

.inline-pane-table .form-item {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
}

.inline-pane-table .form-item input[type="text"] {
	padding: 0;
}

.inline-pane-table select {
	background: #060606;
}

.inline-pane-table select:focus {
	outline: none;
}

.checkout-form .inline-pane-table tr td:nth-child(1){
	width: 80px;
}

.checkout-form .inline-pane-table .field-label{
	text-align: right;
}

.checkout-form .inline-pane-table tr td:last-child {
	text-align: left;
}

.checkout-form #cart-form-pane .table > tbody > tr > td.subtotal {
	background: url(../images/bg-table.png) repeat-x !important;
}

.checkout-form #cart-form-pane .form-item {
	border-bottom: 0;
}

#line-items-div table{
	width: 100%;
}

#uc-order-total-preview tr td:nth-child(1){
	min-width: 120px;
	width: 120px;
	text-align: right;
}
#uc-order-total-preview tr td:nth-child(2){
	text-align: left;
}

#cart-form-buttons {
	border: none;
	margin: 25px 0;
}

#cart-form-buttons input[type="submit"] {
	color: #fcd341;
	background: none;
	border: 1px solid #fcd341;
}

#cart-form-buttons input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
}

#cart-form-buttons #continue-shopping-link {
	margin-bottom: 15px;
}

.order-review-table {
	border: 1px solid #fcd341;
}

.order-review-table td {
	padding: 10px;
}

.order-review-table .pane-title-row {
	background: #fcd341;
	color: #060606;
	border-color: #fcd341;
	text-transform: uppercase;
	font-weight: 300;
}

.order-review-table .row-border-top {
	border-color: #fcd341;
}

.order-review-table .review-button-row {
	background: none;
	border-color: #fcd341;
	text-align: center;
}

.order-review-table .review-button-row form {
	display: block;
	text-align: center;
}

.order-review-table input[type="submit"] {
	color: #fcd341;
	background: none;
	border: 1px solid #fcd341;
	display: inline-block;
	vertical-align: middle;
}

.order-review-table input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
}

.checkout-form .order-review-table tr td:nth-child(1) {
	width: auto;
}




div.uc-discounts-cart-pane-container {
	border: none;
}
span.uc-discounts-cart-pane-subtotal {
	color: #fcd341;
	text-transform: uppercase;
}
table.uc-discounts-cart-pane-table {
	border: none;
	background: #060606;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table.uc-discounts-cart-pane-table tr.odd {
	border: none;
	background: #060606;
}
table.uc-discounts-cart-pane-table tr.even {
	border: none;
	background: #060606;
}
td.uc-discounts-cart-pane-table-cell {
	padding-right: 19px;
}




.receive-emails {
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
}

.receive-emails .title {
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	font-weight: 300;
	display: block;
	padding-bottom: 5px;
}

.receive-emails .fake-label {
	position: relative;
}

.receive-emails .fake-label:after {
	content: " ";
	clear: both;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #808080;
	opacity: 0;
}

.receive-emails input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.receive-emails input[type="radio"]:checked ~ .fake-label {
	font-weight: bold;
}

.receive-emails input[type="radio"]:checked ~ .fake-label:after {
	opacity: 1;
}

.well,
.list-group-item {
	background: #060606;
	color: #fff;
}

.panel {
	color: #060606;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0 16px;
}

.navbar-header .navbar-brand {
	margin: 49px 10px 0px;
}

input::-webkit-input-placeholder {
	color: #ddd;
}

input:-moz-placeholder {
	color: #ddd;
}

input::-moz-placeholder {
	color: #ddd;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #ddd;
}

.slide-form input::-webkit-input-placeholder {
	color: #060606;
}

.slide-form input:-moz-placeholder {
	color: #060606;
}

.slide-form input::-moz-placeholder {
	color: #060606;
	opacity: 1;
}

.slide-form input:-ms-input-placeholder {
	color: #060606;
}

.slide-form .form-item {
	color: #060606;
	background-color: transparent;
}

.color-section .btn {
	color: #060606;
	border-color: #060606;
}

.color-section .btn:hover {
	color: #fff;
	border-color: #fff;
}

/*.slide-form .form-text {
	color: #060606;
}
*/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

/* custom select styles */

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #fff;
	background: none;
	margin: 0 0 19px;
	min-width: 150px;
	height: 45px;
	padding: 10px 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 0 35px 0 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-left: 1px solid #fcd341;
	border-bottom: 1px solid #fcd341;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -8px  0 0 -8px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #060606;
	line-height: 24px;
	font-size: 18px;
	width: 100%;
	margin-top: 1px;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px 0;
	color: #fff;
	height: 1%;
	border-bottom: 1px solid #fff;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #fcd341;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #060606;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #060606;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
}

hr {
	border-color: #808080;
}

.black-section {
	background: #060606;
	padding: 25px 0;
}



.social-list {
	margin: 0;
	padding: 2px 0 0;
	font-size: 0;
	line-height: 0;
}

.social-list li {
	list-style: none;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	padding: 0 17px;
	display: inline-block;
}

.social-list li:first-child {
	padding-left: 0;
}

.social-list li:last-child {
	padding-right: 0;
}

.social-list a {
	position: relative;
}

.social-list .amount {
	position: absolute;
	top: 0;
	left: 0;
}

.list {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.list li:first-child {
	margin-left: 0;
}

.list img {
	vertical-align: top;
}

.links-list {
	margin: 0;
	padding: 0;
}

.links-list li {
	text-transform: uppercase;
	list-style: none;
	font-size: 14px;
	line-height: 21px;
	padding-right: 22px;
}

.subnav {
	margin: 0 0 26px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 1px;
}

.subnav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 21px;
	font-weight: 300;
	padding-left: 15px;
}

.subnav li:first-child {
	padding-left: 0;
}

.subnav li.active a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.title {
	font-size: 16px;
	line-height: 24px;
	color: #fcd341;
	font-weight: bold;
}

.has-line {
	border-top: 4px solid #fff;
	padding-top: 14px;
}

h2.has-line {
	padding-top: 9px;
}

.article {
	margin-bottom: 56px;
}

.article img {
	margin-bottom: 29px;
	width: 100%;
	height: auto;
}

.article p {
	max-width: 680px;
	margin-bottom: 24px;
}

.article .btn {
	margin-top: 4px;
}

.article h2 {
	font-size: 28px;
	line-height: 34px;
}

.news-listing {
	padding-bottom: 45px;
}

.news-listing h1 {
	margin-bottom: 97px;
}

.news-listing .add-bar {
	margin-top: 33px;
}

.news-listing .article {
	margin-bottom: 74px;
}

.news-listing .article img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.news-listing .article p {
	margin-bottom: 11px;
}

/* slideshow basic styles */

div.slideshow {
	position: relative;
}

div.slideshow div.slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

div.slideshow div.slide.active {
	z-index: 2;
}

div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.slide-pagination {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

.slide-pagination li {
	list-style: none;
	padding-left: 16px;
	display: inline-block;
	vertical-align: top;
}

.slide-pagination li:first-child {
	padding-left: 0;
}

.slide-pagination li a {
	display: block;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.slide-pagination li a:hover,
.slide-pagination li.active a {
	background: #b3b3b3;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cost-and-buy .cost {
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	height: 37px;
	line-height: 37px;
	border-radius: 30px;
	display: inline-block;
/*	vertical-align: top;
*/	margin-right: 6px;
	padding: 0 5px;
	text-align: center;
	min-width: 55px;
}

/*.order-pane-table .cost {
	border: none;
}
*/
.cost sup {
	font-size: 10px;
	top: -.5em;
}

#tabs-wrapper {
	margin-top: 18px;
}

.nav-tabs {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 700;
	overflow: hidden;
}

.nav-tabs li {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 19px;
}

.nav-tabs li a {
	border: none;
}

.nav-tabs li.active a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

.visual {
	margin-top: 20px;
	margin-right: 62px;
	margin-left: -6px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	max-width: 720px;
}


.visual .img-hold {
	position: relative;
/*	display: inline-block;
*/
	vertical-align: top;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.visual .vid-hold {
	position: relative;
/*	display: inline-block;
*/
	vertical-align: top;
    width: 100%;
    height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.visual .img-hold img {
	vertical-align: top;
	width: 100%;
	height: 100%;	
}

.visual .vid-hold iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.visual img {
	vertical-align: top;
}

.visual .marker {
	position: absolute;
	top: -36px;
	right: 0px;
	z-index: 3;
	width: 72px;
	height: 400px;
}

.visual .list {
	margin: 0px;
	padding: 0px;
}

.visual .list li {
	margin: 0px 0px 10px;
	padding: 0px;
}

/*
.visual .btn {
	z-index: 3;
	margin: 0 auto;
	display: none;
}
*/

.visual .btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -90px;
	display: none;
}


.visual .img-hold:after {
	content: " ";
	clear: both;
	background-color: rgba(0, 0, 0, .75);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.visual .img-hold:hover .btn {
	display: block;
}

.visual .img-hold:hover:after {
	display: block;
}

.visual .img-hold:hover .marker {
	opacity: .2;
}

.visual figcaption {
	color: #fcd341;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.visual hr {
	margin: 16px 0 10px;
}

.more {
	font-size: 10px;
	line-height: 25px;
	color: #fcd341;
}

.mail-link {
	color: #fff;
	font-weight: 300;
}

.player {
	margin-bottom: 22px;
	border-radius: 3px;
	overflow: hidden;
	max-width: 282px;
	position: relative;
	opacity: .5;
}

.player object {
	margin: 0;
	vertical-align: top;
}

.player img {
	vertical-align: top;
}

.player .audioplayer {
	width: 100%;
}


a.download-link {
	color: #fff;
	background: url(../images/bg-download-link.svg) no-repeat 100% 50%;
	padding-right: 25px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	margin-bottom: 12px;

	margin-right: 10px;
	display: inline-block; /* this keeps the svg immediately to the right of the text */
}


.accordion {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #808080;
}

.accordion li {
	list-style: none;
}

.accordion .opener {
	position: relative;
	padding-right: 21px !important;
}

.accordion .opener:after {
	content: "";
	clear: both;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	text-align: center;
	height: 13px;
	width: 13px;
	background: url(../images/bg-opener.svg) no-repeat 50% 50%;
}

.accordion .active .opener:after {
	background: url(../images/bg-opener-close.svg) no-repeat 50% 50%;
}

.accordion .heading {
	border-top: 1px solid #808080;
	overflow: hidden;
	padding: 9px 0px 25px;
	margin-top: 19px;
}

.accordion .heading h2 {
	margin: 0;
}

.accordion .heading .more {
	float: right;
	min-height: 25px;
	text-transform: uppercase;
}

.accordion .heading .more .close-text {
	display: none;
}

.accordion li.active .heading .more .close-text {
	float: right;
	display: block;
}

.accordion li.active .heading .more .opener-text {
	float: right;
	display: none;
}

.color-section.news-block,
.color-section {
	display: auto;
	background: #fcd341;
	color: #060606;
	overflow: hidden;
	position: relative;
	padding: 73px 0 97px;
}

.color-section.news-block .has-line,
.color-section .has-line {
	border-color: #060606;
}

.color-section.news-block .btn,
.color-section .btn {
	border-color: #060606;
	color: #060606;
}

.color-section.news-block a,
.color-section a {
	color: #060606;
}

.remove {
	font-size: 10px;
	line-height: 21px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

#header {
	padding-bottom: 0px;
	position: relative;
	z-index: 20;
}

.header-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
}

.header-holder:after {
	content: " ";
	clear: both;
	display: block;
}

.header-holder .social-list {
	float: right;
}

.header-holder .social-list li {
	padding-left: 17px;
	padding-right: 17px;
}

.header-holder .social-list li:first-child {
	padding-left: 0;
}

.header-holder .social-list li:last-child {
	padding-right: 0;
}

.header-holder .slogan {
	float: left;
}

.slogan {
	margin: 0;
	padding: 3px 0 0;
	font-size: 0;
	line-height: 0;
	width: 60%;
}

.slogan li {
	list-style: none;
	display: inline-block;
	position: relative;
/*
	font-size: 15px;
	line-height: 15px;
	position: relative;
	padding: 0 17px;
*/
}

.slogan-text {
	color: #fcd341;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	position: relative;
}

.slogan-text sup {
	font-size: 6px;
	line-height: 9px;
	left: 1px;
	top: -7px;
}

.slogan .dash {
	display: none;
}
	
.basket .text {
	visibility: hidden;
}

.basket {
	width: 19px;
	height: 14px;
	background: url(../images/basket.svg) no-repeat 50% 50%;
	margin-right: 15px;
}

.basket:hover {
	background: url(../images/basket-white.svg) no-repeat 50% 50%;
}

.basket .amount {
	color: #060606;
	position: absolute;
	top: 0;
	left: 14px;
	background: #fff;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	min-width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
}

.slide-form {
	padding: 46px 0 28px;
}

.slide-form .container {
	position: relative;
}

.slide-form h2 {
	margin-bottom: 33px;
}

.slide-form h2.has-line {
	padding-top: 6px;
	margin-bottom: 42px;
}

.slide-form .form-item {
	border-bottom: 1px solid #060606;
}

.slide-form .form-item input {
	width: 100%;
}

.slide-form .form-type-password input {
	width: 50%;
}

.slide-form .form-actions {
	position: relative;
	float: right;
	margin-top: -48px;
}

.slide-form .column {
	width: 55%;
	float: left;
	padding-left: 6px;
}

.slide-form .column:first-child {
	width: 44%;
	float: left;
	padding-right: 6px;
}

.slide-form .btn {
	margin-right: 0;
}

.slide-form .links-list {
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 5px;
}

.slide-form .slide-account-form {
	padding-top: 44px;
}

.slide-form .slide-account-form .form-item {
	margin-bottom: 24px;
}

.slide-form .slide-account-form .form-actions {
	margin: 31px 0 0;
	float: none;
}

.slide-form .close-slide-form {
	font-size: 10px;
	line-height: 13px;
	padding-right: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.slide-form .close-slide-form:after {
	content: "X";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}

.slide-form .receive-emails {
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 0 24px;
}

.slide-form .receive-emails .fake-label:after {
	background: #060606;
}

.slide-form .receive-emails .title {
	color: #060606;
}


.view-products-gallery{
	background: #060606;
}

.product-slideshow {
	margin-top: -20px;
}

.product-slideshow div.slideset {
	min-height: 630px;
}

.product-slideshow div.slide {
	min-height: 630px;
	padding-top: 40px;
}

.product-slideshow .slide-img {
	position: absolute;
	bottom: 0;
/*	left: -30px;*/
	right: 15%;
}

.product-slideshow .slide-info {
	float: right;
	position: relative;
	z-index: 2;
}

.product-slideshow p {
	margin: 0 0 16px;
}

.product-slideshow div.hold {
	min-height: 380px;
	border-bottom: 2px dotted #fcd341;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}

.product-slideshow .add-info {
	margin-bottom: 2px;
	padding-left: 0px;
	display: block;
}


.product-slideshow div.hold div.pos-teaser {
	position: absolute;
	bottom: 18px;
	display: block;
}


.product-slideshow div.frame div.pos-add-info {
	min-height: 80px;
	position: relative;
}
.product-slideshow div.frame p.add-info {
	position: absolute;
	bottom: 0px;
}



.product-slideshow .icons {
	display: inline-block;
	position: relative;
	float: left;
}

.product-slideshow .frame {
	margin-right: 4px;
	padding-top: 10px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	overflow: hidden;
	width: 100%;
}

.product-slideshow .list {
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}

.product-slideshow .slide-pagination {
	position: absolute;
	bottom: 51px;
	left: 0;
	z-index: 10;
}

.product-slideshow .has-line {
	padding-top: 9px;
}

.product-slideshow h1 {
	line-height: 37px;
	margin: 0 0 23px;
}

.about-block {
	background: #e3be3b;
	padding: 77px 0 60px;
}

.about-block h1 {
	min-height: 345px;
}

.products-block {
	padding: 20px 0 20px;
}

.products-block h1 {
	margin-top: 0px;
	min-height: 60px;
}

.product-details-chunk {
	margin-top: 20px;
	margin-bottom: 65px;
}


.products-block p {
	line-height: 25px;
	margin-bottom: 22px;
}

.products-block .btn {
	margin-bottom: 33px;
}

.products-block .accordion {
	border-bottom: 0;
}

.products-block .accordion p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 30px;
}

.products-block .accordion .player p {
	margin: 0;
}

.questions-block {
	overflow: hidden;
	padding: 137px 0 103px;
	position: relative;
	margin-bottom: 54px;
}

.questions-block h1 {
	min-height: 136px;
}

.questions-block .accordion p {
	margin-bottom: 25px;
}

.questions-block .accordion .slide {
	padding-right: 83px;
}

.questions-block div.slide p {
	font-size: 14px;
	padding: 0 0 8px;
	margin: 0;
}

.questions-block div.slide ul {
	font-size: 14px;
	list-style: circle;
	margin: 0 0 0 24px;
	padding: 0 0 8px 24px;
}

.questions-block div.slide ol {
	font-size: 14px;
	list-style: decimal;
	margin: 0 0 0 24px;
	padding: 0 0 8px 24px;
}

.questions-block div.slide ul li {
	display: list-item;
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 0px;
}

.questions-block div.slide ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 0px;
	padding-left: 0px;
}

.testimonial-slideshow {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	max-width: 680px;
	margin: 0 auto 42px;
}

.testimonial-slideshow div.slideset {
	min-height: 320px;
}

.testimonial-slideshow .list {
	padding-bottom: 29px;
}

.testimonial-slideshow h2 {
	margin-bottom: 17px;
}

.testimonial-slideshow p {
	margin-bottom: 22px;
}

.testimonial-slideshow .add-info {
	color: #fcd341;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 41px;
	letter-spacing: 1px;
}

.news-block {
	font-weight: 300;
	padding: 86px 0 136px;
}

.news-block p {
	margin-bottom: 2px;
}

.news-block .view-link {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
}

.contact-block {
	padding: 50px 0 71px;
	font-weight: 300;
}

.contact-block h2 {
	margin-bottom: 33px;
}

.contact-block address .selector {
	display: block;
	height: 2px;
	position: relative;
	margin: 12px 0 ;
}

.contact-block address.inn {
	margin-left: -6px;
}
 
.contact-block address .selector:after {
	content: " ";
	clear: both;
	display: block;
	height: 2px;
	width: 13px;
	background: #838383;
}

.contact-block address a {
	color: #fff;
}

.contact-block .sub-info {
	font-size: 10px;
	line-height: 17px;
	padding-left: 12px;
}

.contact-block .sub-info p {
	margin-bottom: 2px;
}

.newsletter-block {
	font-weight: 300;
}

.newsletter-block .social-list {
	margin-top: -15px;
	margin-left: 3px;
}

.newsletter-block .social-list li {
	font-size: 18px;
	line-height: 25px;
	padding: 0 22px;
}

.newsletter-block .social-list li:first-child {
	padding-left: 0;
}

.newsletter-block sup {
	font-size: 5px;
	padding-left: 2px;
}

.aside h1 {
	margin-bottom: 6px;
}

.add-bar {
	border-top: 2px dotted #fcd341;
	padding: 29px 0;
	overflow: hidden;
}

.add-bar .item-list {
	float: left;
	margin-right: 10px;
}

.add-bar .btn {
	min-width: 157px;
	height: 36px;
	line-height: 36px;
}

.paypal {
	display: inline-block;
	margin-bottom: 26px;
}

.paypal img {
	vertical-align: top;
}

.cart-block {
	padding-top: 42px;
	line-height: 19px;
	padding-bottom: 20px;
}

.cart-block .title {
	margin: 0 0 -1px;
}

.cart-block p {
	margin-bottom: 22px;
}

.cart-list {
	margin: 0;
	padding: 0 0 29px;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

.cart-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 8%;
	position: relative;
}

.cart-list li:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 30px;
	background: #838383;
}

.cart-list li:first-child {
	padding-left: 0;
}

.cart-list li:last-child {
	padding-right: 0;
}

.cart-list li:first-child:after {
	display: none;
}

#footer {
	padding: 50px 0;
	font-weight: 300;
	font-size: 10px;
	line-height: 21px;
}

#footer h2 {
	margin-bottom: 33px;
}

#footer .navbar-brand {
	margin: 0;
}

#footer .developers {
	display: block;
}

.uc-credit-cctype{
	width: 50px;
	height: 31px;
}

.fancybox-skin img{
	width: 100%;
	height: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (max-width: 1199px) {
	.testimonial-slideshow div.slideset {
		min-height: 320px;
	}
}

@media only screen and (max-width: 1023px) {
	.signup-form {
		border-bottom: 0;
	}

	.signup-form .form-item {
		border-bottom: 1px solid #838383;
	}

	.nav-tabs {
		margin-bottom: 30px;
	}

	.slide-form .receive-emails {
		margin: 24px 0 0;
		display: block;
	}
}

/*@media (max-width: 991px) {
}
*/
@media (max-width: 991px) {

	.visual {
		margin-left: 0px;
		margin-right: 0px;
	}
	ul.primary{
		padding-left: 0;
	}
	ul.primary li a,
	ul.primary li{
		display: inline-block;
		float: none;
		margin: 0;
	}
	ul.primary li a{
		padding: 5px 8px;
		font-size: 15px;
	}

	.product-slideshow {
		margin-top: 0px;
	}

	.product-slideshow div.slide {
		min-height: 630px;
		padding-top: 0px;
	}

	.testimonial-slideshow div.slideset {
		min-height: 320px;
	}

	.inline-pane-table img{
		width: 15px;
		height: 15px;
		display: block;
	}

	.navbar-header .navbar-brand {
		margin: 10px 0px 0;
	}

	#user-login-form input[type="password"]{
		width: 100%;
	}

	.container {
		padding: 0 19px !important;
	}

	img {
		height: auto;
		width: 100%;
	}

	.jumbotron h1,
	h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.jumbotron h1 br,
	h1 br {
		display: none;
	}

	sup {
		font-size: 5px;
	}

	.navbar-default .navbar-nav {
		margin: 33px 0 8px;
		padding-bottom: 10px;
		border-bottom: 3px solid #fff;
		text-align: center;
	}

	.navbar-default .navbar-nav {
		font-size: 16px;
		line-height: 18px;
	}

	.navbar .pull-right {
		float: none !important;
		padding: px;
	}

	.pager {
		text-align: center;
	}

	.table > thead > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > th,
	.table > tbody > tr > td,
	.table > tfoot > tr > th,
	.table > tfoot > tr > td {
		padding: 10px 10px 10px 0;
	}

	.pagination-lg > li > a,
	.pagination-lg > li > span {
		padding: 10px;
	}

	.input-group {
		width: 100%;
	}

	.input-group .input-group-btn {
		width: 30%;
	}

	input,
	button,
	select,
	textarea {
		font-size: 14px;
		line-height: 17px;
		height: 17px;
		padding: 0;
	}
	
	.btn,
	.cy-downloads .btn.form-submit,
	.gallery-buttons .btn.form-submit ,
	.products-block div.cost-and-buy {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 12px;
	}

/*	{
		width: 90%;
		min-width: 180px;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 12px;
	}
	.gallery-buttons a.btn {
		width: 90%;
		min-width: 180px;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 0px;
	}
*/
	.products-block .btn-demo {
		margin-bottom: 33px;
	}
	.products-block .btn.form-submit {
		width: auto;
		margin-left: 6px;
		margin-right: 6px;
		margin-bottom: 0;
	}
	.products-block div.cost-and-buy {
		clear: both;
		display: inline-block;
/*		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 12px;
*/	}
	.products-block strong.cost {
		display: inline-block;
		float: left;
		margin-bottom: 0px;
	}

/*	.products-block div.add-to-cart-left {
		display: block;
		width: auto;
	}
*/
	input[type="password"],
	input[type="text"] {
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}

	.media .media-left {
		display: none;
	}

	.checkout-form legend {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 7px;
	}

	.checkout-form table tr td:nth-child(1) {
		width: 52px;
	}

	.checkout-form table tr.discount td {
		padding: 10px 10px 10px 0;
	}

	.checkout-form table tr.discount td:last-child {
		width: 84px;
	}

	.checkout-form table tr.discount td:first-child {
		padding-left: 10px;
	}

	.checkout-form .table > tbody > tr > td.subtotal {
		padding: 10px 0 15px;
	}

	.checkout-form .description {
		margin-bottom: 10px;
	}

	.checkout-form .table > thead > tr > th,
	.checkout-form .table > thead > tr > td,
	.checkout-form .table > tbody > tr > th,
	.checkout-form .table > tbody > tr > td,
	.checkout-form .table > tfoot > tr > th,
	.checkout-form .table > tfoot > tr > td {
		padding: 10px 10px 10px 0;
	}

	.navbar-header .navbar-toggle {
		width: auto;
		padding: 5px 10px;
		height: 30px;
	}

	.btn-group-justified .dropdown-toggle {
		margin-bottom: 0;
		padding: 0 2px;
	}

	.btn-group-justified .dropdown-toggle .caret {
		margin-left: -4px;
	}

	.jcf-select {
		height: 21px;
		padding: 0;
	}

	.jcf-select .jcf-select-text {
		font-size: 14px;
		line-height: 18px;
	}

	.jcf-select .jcf-select-opener:after {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px;
	}

	.jcf-list {
		font-size: 14px;
		line-height: 18px;
	}

	.has-line {
		border-width: 3px;
	}

	.article {
		margin-bottom: 30px;
	}

	.news-listing .add-bar {
		margin-top: 0;
	}

	.news-listing .article {
		margin-bottom: 30px;
	}

	.slide-pagination li a {
		height: 10px;
		width: 10px;
	}

	.nav-tabs li {
		margin-right: 10px;
	}

	.visual .btn {
		position: absolute;
		top: 50%;
		left: 0%;
		margin: -18px 5% 0 5%;
	}

	.visual figcaption {
		display: none;
	}

	.more {
		display: block;
	}

	.player .icon.audio-file {
		background: url(../images/icon-play.png) no-repeat;
		padding: 2px 0 2px 30px;
		color: #fff;
	}


	.accordion .heading .more .opener-text {
		float: right;
		display: block;
	}

	.accordion li.active .heading .more .close-text {
		float: right;
		display: block;
	}

	.color-section.news-block,
	.color-section {
		padding-top: 41px;
		padding-bottom: 38px;
	}

	.color-section.news-block h2,
	.color-section h2 {
		min-height: 57px;
	}

	#header {
		padding-bottom: 0px;
	}

	.header-holder {
		position: static;
		padding-top: 4px;
	}

	.header-holder .social-list li {
		padding-left: 7px;
		padding-right: 7px;
	}

	.slogan .dash {
		display: none;
	}

	.slide-form {
		padding: 5px 0;
	}

	.slide-form img {
		display: none;
	}

	.slide-form .container {
		padding-bottom: 20px !important;
	}

	.slide-form h2 {
		margin-bottom: 15px;
		min-height: 1px;
	}

	.slide-form h2.has-line {
		margin-bottom: 15px;
	}

	.slide-form .form-type-password input {
		width: 100%;
	}

	.slide-form .form-actions {
		margin-top: 15px;
		float: none;
	}

	.slide-form .column {
		width: 100%;
		padding: 0;
	}

	.slide-form .column:first-child {
		width: 100%;
		padding: 0;
	}

	.slide-form .links-list {
		padding: 0;
	}

	.slide-form .slide-account-form {
		padding-top: 10px;
	}

	.slide-form .slide-account-form .form-item {
		margin-bottom: 5px;
	}

	.slide-form .slide-account-form .form-actions {
		margin-top: 17px;
	}

	.slide-form .receive-emails {
		margin-top: 0;
	}

/*	.product-slideshow {
		margin-top: -23px;
	}
*/
	.product-slideshow div.slide {
		padding-top: 0px;
	}

	.product-slideshow .slide-img {
		position: static;
		width: 501px;
		height: 313;
		margin-left: -62px;
	}

	.product-slideshow .slide-info {
		padding-bottom: 12px;
		float: none;
		padding-top: 6px;
	}

/*	.product-slideshow p {
		margin-bottom: 22px;
	}
*/
	.product-slideshow p br {
		display: none;
	}

	.product-slideshow div.hold {
		min-height: 360px;
	}

	.product-slideshow .add-info {
		white-space: normal;
		margin: 0 0 8px;
	}

	.product-slideshow .slide-pagination {
		bottom: auto;
		top: 295px;
		left: auto;
		right: 4px;
	}

	.product-slideshow .has-line {
		padding-top: 11px;
	}

	.product-slideshow h1 {
		line-height: 34px;
	}

	.product-slideshow h1 br {
		display: none;
	}

	.about-block h1 {
		min-height: 1px;
	}

	.about-block {
		padding-top: 305px;
		padding-bottom: 34px;
	}

	.about-block .bg-stretch {
		height: 292px;
	}

	.about-block p {
		margin-bottom: 17px;
	}

	.products-block h1 {
		margin-top: 25px;
	}

/*	.products-block .btn-demo {
		display: none;
	}
*/
	.questions-block {
		padding-top: 323px;
		padding-bottom: 34px;
		margin-bottom: 4px;
	}

	.questions-block .bg-stretch {
		height: 292px;
	}

	.questions-block .accordion .slide {
		padding-right: 20px;
	}

	.testimonial-slideshow {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 27px;
	}

	.testimonial-slideshow p {
		margin-bottom: 15px;
	}

	.testimonial-slideshow .add-info {
		padding-bottom: 36px;
	}

	.news-block {
		padding: 0;
	}

	.news-block p {
		margin-bottom: 9px;
	}

	.news-block .view-link {
		display: block;
		margin-bottom: 36px;
	}

	.contact-block {
		padding: 52px 0 43px;
	}

	.contact-block h2 {
		min-height: 45px;
		margin-bottom: 19px;
	}

	.contact-block address {
		margin-bottom: 47px;
	}

	.contact-block .sub-info {
		padding: 0;
		margin-top: -28px;
	}

	.newsletter-block .social-list {
		margin-bottom: 42px;
	}

	.add-bar .item-list {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}

	.cart-block {
		padding-top: 10px;
	}

	.cart-list li {
		padding: 0 6%;
	}

	#footer .navbar-brand {
		float: none;
		width: 154px;
		display: block;
		margin-bottom: 21px;
	}

	#footer .developers {
		text-align: left;
	}

	.uc-credit-cctype{
		width: 40px;
		height: 22px;
	}
}

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

	.testimonial-slideshow div.slideset {
		min-height: 400px;
	}

	.product-slideshow div.hold {
		min-height: 400px;
	}


	.product-slideshow div.frame div.pos-add-info {
		min-height: 100px;
	}

	.long-filename > a.download-link, .long-filename .slide > a.download-link {
		display: block;
		margin-right: 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

/*	.download-link {
		max-width: 320px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
*/
/*	.signup-form .form-control {
		max-width: 320px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
*/
	.signup-form .btn {
		margin: 0;
	}
}


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

	.testimonial-slideshow div.slideset {
		min-height: 440px;
	}

	.product-slideshow div.hold {
		min-height: 460px;
	}

	.signup-form .btn {
		margin: 0;
	}

	.visual .marker {
		right: 0px;
		width: 72px;
		height: 400px;
	};

	.visual .list {
		margin: 0px;
		padding: 0px;
	}

	.visual .list li {
		margin: 0px 0px 10px;
		padding: 0px;
	}
}



@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}


.tab-hold{
	padding-bottom: 20px;
}
.tab-hold:after{
	content:" ";
	clear:both;
	display:block;
}

ul.primary {
	clear:both;
	overflow: auto;
	float: none;
	margin: 0 0 10px;
	height: auto;
	display: block;
}
ul.primary li {
	display: inline-block;
}
ul.primary li a{
	background: #060606;
	display: inline-block;
	padding: 0.5em 1em;
}
ul.primary li.active a{
	color: #fff;
	background: #060606;
	border-bottom: 0;
}
ul.primary li a:hover{
	background: #fcd341;
	color: #060606;
}

#header .color-section{
	z-index: -10;
	display: none;
}
#header.active .color-section{
	z-index: 0;
	display: auto;
}
.js-slide-hidden{
	z-index: 0;
	display: none !important;
}

article.article h2.has-line {
	min-height: 81px;
}

div.messages a {
	color: #060606;
}

div.messages {
	background: #fcd341;
	color: #060606;
	padding: 20px;
	font-size: 14px;
}

.cy-downloads div.tab-hold a {
	font-size: 14px;
}

strong.coupon-code {
    font-weight: bold;
    font-size: 25px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;    
}








/* mail.css from here */

.email a {
    color: #fcd341;
}
.email div#header {
    display: block;
}
.email strong {
    font-weight: bold;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email h2 {
    color: #fcd341;
    border-top: 4px solid #fcd341;
    padding-top: 8px;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 0 20px;
    letter-spacing: -.5px;
    font-weight: bold;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email h2 a {
    color: #eee;
}
.email h3 {
    color: #fcd341;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-weight: bold;
}
.email h3 a {
    color: #eee;
}
.email hr {
    border-color: #808080;
}









/* only copy from here over to main.css */


.email a {
    color: #fcd341;
}
.email div#header {
    display: block;
}
.email strong {
    font-weight: bold;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email h2 {
    color: #fcd341;
    border-top: 4px solid #fcd341;
    padding-top: 8px;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 0 20px;
    letter-spacing: -.5px;
    font-weight: bold;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.email h2 a {
    color: #eee;
}
.email h3 {
    color: #fcd341;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-weight: bold;
}
.email h3 a {
    color: #eee;
}
.email hr {
    border-color: #808080;
}






.email html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.email article,
.email aside,
.email details,
.email figcaption,
.email figure,
.email footer,
.email header,
.email hgroup,
.email main,
.email menu,
.email nav,
.email section,
.email summary {
    display: block
}

.email audio,
.email canvas,
.email progress,
.email video {
    display: inline-block;
    vertical-align: baseline
}


.email * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.email .paragraph {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #eee;
}

.email .content-margins {
    width: 100%;
    padding: 6px 15px;
    float: none;
}

.email .responsive-photo {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.email .page-margins {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    padding: 20px 10px 1px;
    color: #eee;
    background-color: #060606;
}

.email .page-holder
{
    max-width: 1024px;
    margin: auto;
    position: relative;
    padding: 1px;
    background-color: #060606;
}

.email .page {
    display: block;
    margin: auto;
    max-width: 640px;
    color: #eee;
    padding: 0;
    background-color: #060606;
}

.email .w-section {
    margin-bottom: 80px;
}

.email h1,
.email h2,
.email h3,
.email h4,
.email h5 {
    text-align: left;
}

.email .middle {
    width: 100%;
    background-color: #222;
}

.email .middletall {
    width: 100%;
    height: 300px;
    background-color: #222;
}

.email .left {
    width: 50%;
    height: 200px;
    float: left;
    background-color: #222;
}

.email .right {
    width: 50%;
    height: 200px;
    float: right;
    background-color: #222;
}

.email .w100 {
    width: 100%;
}

.email .w75 {
    width: 75%;
}

.email .w25 {
    width: 25%;
}

.email .w66 {
    width: 66.67%;
    height: 30vh;
    min-height: 320px;
}

.email .w33 {
    width: 33.33%;
    height: 30vh;
    min-height: 320px;
}

.email .heading {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 1.7em;
    line-height: 1em;
}

.email .centered {
    text-align: center;
    padding: 0 auto;
    margin: 10px 0 10px 0;
}

.email .btn-centered {
    text-align: center;
    padding: 0 auto;
    margin: 10px 0 10px 0;
}

.email .btn {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    border-radius: 30px;
    vertical-align: top;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 5px;
    min-width: 180px;
    min-height: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid #fcd341;
    background: none;
    border-color: #fcd341;
}

.email .cytomic-logo {
    margin: 0px 0 20px;
    padding: 0;
}

.email strong.coupon-code {
    font-weight: bold;
    font-size: 25px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;    
}


.order-pane thead, thead {
	background-color: #444;
}