@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900);
@charset "UTF-8";

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 2rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.rounded-social-buttons .social-button.pinterest {
  background: #cb2027;
}

.rounded-social-buttons .social-button.pinterest:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.pinterest:hover, .rounded-social-buttons .social-button.pinterest:focus {
  color: #cb2027;
  background: #fefefe;
  border-color: #cb2027;
}

.rounded-social-buttons .social-button.google {
  background: #dd4b39;
}

.rounded-social-buttons .social-button.google:before {
  font-family: "FontAwesome";
  content: "\F1A0";
}

.rounded-social-buttons .social-button.google:hover, .rounded-social-buttons .social-button.google:focus {
  color: #dd4b39;
  background: #fefefe;
  border-color: #dd4b39;
}

.rounded-social-buttons .social-button.github {
  background: #000000;
}

.rounded-social-buttons .social-button.github:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.github:hover, .rounded-social-buttons .social-button.github:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.tumblr {
  background: #32506d;
}

.rounded-social-buttons .social-button.tumblr:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.tumblr:hover, .rounded-social-buttons .social-button.tumblr:focus {
  color: #32506d;
  background: #fefefe;
  border-color: #32506d;
}


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com) 
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-webkit-text-size-adjust:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar, .page-navigation {
		display: none;
	}
	.btn > .caret, .get-started-btn > .caret, .sign-up-btn > .caret,
	.dropup > .btn > .caret,
	.dropup > .get-started-btn > .caret,
	.dropup > .sign-up-btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: white;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	word-wrap: break-word;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover/*, a:focus */{
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: white;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: whitesmoke;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row, .contact-sec, .bcn-card-sec, .block-sec, .user-card-sec {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .contact-sec:before, .bcn-card-sec:before, .block-sec:before, .user-card-sec:before, .row:after, .contact-sec:after, .bcn-card-sec:after, .block-sec:after, .user-card-sec:after {
	content: " ";
	display: table;
}
.row:after, .contact-sec:after, .bcn-card-sec:after, .block-sec:after, .user-card-sec:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .scrolling-area .user-card, .col-sm-6, .contact-form, .contact-info, .about-bnc, .virtual-digital-cards, .box-layout, .user-card, .mutual-contacts, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .scrolling-area .user-card, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6, .scrolling-area .user-card {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .contact-form, .contact-info, .about-bnc, .virtual-digital-cards, .box-layout, .user-card, .mutual-contacts, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6, .contact-form, .contact-info, .about-bnc, .virtual-digital-cards, .box-layout, .user-card, .mutual-contacts {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	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: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.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: 2px solid #dddddd;
}
.table .table {
	background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: whitesmoke;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	/*cursor: not-allowed;*/
	cursor: default;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm > .input-group-btn > input[type="date"].get-started-btn,
	.input-group-sm > .input-group-btn > input[type="date"].sign-up-btn, .input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm > .input-group-btn > input[type="time"].get-started-btn,
	.input-group-sm > .input-group-btn > input[type="time"].sign-up-btn, .input-group-sm
	input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].get-started-btn,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].sign-up-btn, .input-group-sm
	input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm > .input-group-btn > input[type="month"].get-started-btn,
	.input-group-sm > .input-group-btn > input[type="month"].sign-up-btn, .input-group-sm
	input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg > .input-group-btn > input[type="date"].get-started-btn,
	.input-group-lg > .input-group-btn > input[type="date"].sign-up-btn, .input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg > .input-group-btn > input[type="time"].get-started-btn,
	.input-group-lg > .input-group-btn > input[type="time"].sign-up-btn, .input-group-lg
	input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].get-started-btn,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].sign-up-btn, .input-group-lg
	input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg > .input-group-btn > input[type="month"].get-started-btn,
	.input-group-lg > .input-group-btn > input[type="month"].sign-up-btn, .input-group-lg
	input[type="month"] {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
	/*cursor: not-allowed;*/
	cursor: default;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
	/*cursor: not-allowed;*/
	cursor: default;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
	/*cursor: not-allowed;*/
	cursor: default;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.get-started-btn,
.input-group-lg > .input-group-btn > .form-control-static.sign-up-btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.get-started-btn,
.input-group-sm > .input-group-btn > .form-control-static.sign-up-btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .get-started-btn,
.input-group-sm > .input-group-btn > .sign-up-btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.get-started-btn,
.input-group-sm > .input-group-btn > select.sign-up-btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.get-started-btn,
.input-group-sm > .input-group-btn > textarea.sign-up-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].get-started-btn,
.input-group-sm > .input-group-btn > select[multiple].sign-up-btn {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .get-started-btn,
.input-group-lg > .input-group-btn > .sign-up-btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.get-started-btn,
.input-group-lg > .input-group-btn > select.sign-up-btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.get-started-btn,
.input-group-lg > .input-group-btn > textarea.sign-up-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].get-started-btn,
.input-group-lg > .input-group-btn > select[multiple].sign-up-btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .get-started-btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .sign-up-btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .get-started-btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .sign-up-btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33333px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
/*.btn, .get-started-btn, .sign-up-btn {*/
.get-started-btn, .sign-up-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .get-started-btn:focus, .sign-up-btn:focus, .btn.focus, .focus.get-started-btn, .focus.sign-up-btn, .btn:active:focus, .get-started-btn:active:focus, .sign-up-btn:active:focus, .btn:active.focus, .get-started-btn:active.focus, .sign-up-btn:active.focus, .btn.active:focus, .active.get-started-btn:focus, .active.sign-up-btn:focus, .btn.active.focus, .active.focus.get-started-btn, .active.focus.sign-up-btn {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .get-started-btn:hover, .sign-up-btn:hover, .btn:focus, .get-started-btn:focus, .sign-up-btn:focus, .btn.focus, .focus.get-started-btn, .focus.sign-up-btn {
	color: #333333;
	text-decoration: none;
}
.btn:active, .get-started-btn:active, .sign-up-btn:active, .btn.active, .active.get-started-btn, .active.sign-up-btn {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.get-started-btn, .disabled.sign-up-btn, .btn[disabled], [disabled].get-started-btn, [disabled].sign-up-btn, fieldset[disabled] .btn, fieldset[disabled] .get-started-btn, fieldset[disabled] .sign-up-btn {
	/*cursor: not-allowed;*/
	cursor: default;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled, a.disabled.get-started-btn, a.disabled.sign-up-btn, fieldset[disabled] a.btn, fieldset[disabled] a.get-started-btn, fieldset[disabled] a.sign-up-btn {
	pointer-events: none;
}
.btn-default, .get-started-btn {
	color: #333333;
	background-color: white;
	border-color: #cccccc;
}
.btn-default:focus, .get-started-btn:focus, .btn-default.focus, .focus.get-started-btn {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover, .get-started-btn:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .get-started-btn:active, .btn-default.active, .active.get-started-btn, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.get-started-btn {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .get-started-btn:active:hover, .btn-default:active:focus, .get-started-btn:active:focus, .btn-default:active.focus, .get-started-btn:active.focus, .btn-default.active:hover, .active.get-started-btn:hover, .btn-default.active:focus, .active.get-started-btn:focus, .btn-default.active.focus, .active.focus.get-started-btn, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.get-started-btn:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.get-started-btn:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.get-started-btn {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .get-started-btn:active, .btn-default.active, .active.get-started-btn, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.get-started-btn {
	background-image: none;
}
.btn-default.disabled, .disabled.get-started-btn, .btn-default.disabled:hover, .disabled.get-started-btn:hover, .btn-default.disabled:focus, .disabled.get-started-btn:focus, .btn-default.disabled.focus, .disabled.focus.get-started-btn, .btn-default.disabled:active, .disabled.get-started-btn:active, .btn-default.disabled.active, .disabled.active.get-started-btn, .btn-default[disabled], [disabled].get-started-btn, .btn-default[disabled]:hover, [disabled].get-started-btn:hover, .btn-default[disabled]:focus, [disabled].get-started-btn:focus, .btn-default[disabled].focus, [disabled].focus.get-started-btn, .btn-default[disabled]:active, [disabled].get-started-btn:active, .btn-default[disabled].active, [disabled].active.get-started-btn, fieldset[disabled] .btn-default, fieldset[disabled] .get-started-btn, fieldset[disabled] .btn-default:hover, fieldset[disabled] .get-started-btn:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .get-started-btn:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.get-started-btn, fieldset[disabled] .btn-default:active, fieldset[disabled] .get-started-btn:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .active.get-started-btn {
	background-color: white;
	border-color: #cccccc;
}
.btn-default .badge, .get-started-btn .badge {
	color: white;
	background-color: #333333;
}
.btn-primary {
	color: white;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: white;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: white;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: white;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	color: white;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: white;
}
.btn-success {
	color: white;
	background-color: #fd6f02;
	border-color: #dd6407;
}
.btn-success:focus, .btn-success.focus {
	color: white;
	background-color: #dd6407;
	border-color: #bc5506;
}
.btn-success:hover {
	color: white;
	background-color: #dd6407;
	border-color: #bc5506;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: white;
	/*  background-color: #449d44;
		border-color: #398439;*/
	background-color: #fd6f02;
	border-color: #dd6407;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: white;
	/*  background-color: #398439;
		border-color: #255625;*/
	background-color: #dd6407;
	border-color: #bc5506;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	/*  background-color: #5cb85c;
		border-color: #4cae4c;*/
	background-color: #fd6f02;
	border-color: #dd6407;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: white;
}
.btn-info {
	color: white;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: white;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: white;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: white;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: white;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: white;
}
.btn-warning, .sign-up-btn {
	color: white;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .sign-up-btn:focus, .btn-warning.focus, .focus.sign-up-btn {
	color: white;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover, .sign-up-btn:hover {
	color: white;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .sign-up-btn:active, .btn-warning.active, .active.sign-up-btn, .open > .btn-warning.dropdown-toggle, .open > .dropdown-toggle.sign-up-btn {
	color: white;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .sign-up-btn:active:hover, .btn-warning:active:focus, .sign-up-btn:active:focus, .btn-warning:active.focus, .sign-up-btn:active.focus, .btn-warning.active:hover, .active.sign-up-btn:hover, .btn-warning.active:focus, .active.sign-up-btn:focus, .btn-warning.active.focus, .active.focus.sign-up-btn, .open > .btn-warning.dropdown-toggle:hover, .open > .dropdown-toggle.sign-up-btn:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .dropdown-toggle.sign-up-btn:focus, .open > .btn-warning.dropdown-toggle.focus, .open > .dropdown-toggle.focus.sign-up-btn {
	color: white;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .sign-up-btn:active, .btn-warning.active, .active.sign-up-btn, .open > .btn-warning.dropdown-toggle, .open > .dropdown-toggle.sign-up-btn {
	background-image: none;
}
.btn-warning.disabled, .disabled.sign-up-btn, .btn-warning.disabled:hover, .disabled.sign-up-btn:hover, .btn-warning.disabled:focus, .disabled.sign-up-btn:focus, .btn-warning.disabled.focus, .disabled.focus.sign-up-btn, .btn-warning.disabled:active, .disabled.sign-up-btn:active, .btn-warning.disabled.active, .disabled.active.sign-up-btn, .btn-warning[disabled], [disabled].sign-up-btn, .btn-warning[disabled]:hover, [disabled].sign-up-btn:hover, .btn-warning[disabled]:focus, [disabled].sign-up-btn:focus, .btn-warning[disabled].focus, [disabled].focus.sign-up-btn, .btn-warning[disabled]:active, [disabled].sign-up-btn:active, .btn-warning[disabled].active, [disabled].active.sign-up-btn, fieldset[disabled] .btn-warning, fieldset[disabled] .sign-up-btn, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .sign-up-btn:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .sign-up-btn:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .focus.sign-up-btn, fieldset[disabled] .btn-warning:active, fieldset[disabled] .sign-up-btn:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .active.sign-up-btn {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge, .sign-up-btn .badge {
	color: #f0ad4e;
	background-color: white;
}
.btn-danger {
	color: white;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
	color: white;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: white;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: white;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: white;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: white;
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.get-started-btn.disabled,
.get-started-btn.disabled:hover{
	color: #777;
}
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .get-started-btn, .btn-group-lg > .sign-up-btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .get-started-btn, .btn-group-sm > .sign-up-btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .get-started-btn, .btn-group-xs > .sign-up-btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse, .slide-navigation {
	display: none;
}
.collapse.in, .in.slide-navigation {
	display: block;
}
tr.collapse.in, tr.in.slide-navigation {
	display: table-row;
}
tbody.collapse.in, tbody.in.slide-navigation {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group > .get-started-btn, .btn-group > .sign-up-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .get-started-btn,
.btn-group-vertical > .sign-up-btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group > .get-started-btn:hover, .btn-group > .sign-up-btn:hover, .btn-group > .btn:focus, .btn-group > .get-started-btn:focus, .btn-group > .sign-up-btn:focus, .btn-group > .btn:active, .btn-group > .get-started-btn:active, .btn-group > .sign-up-btn:active, .btn-group > .btn.active, .btn-group > .active.get-started-btn, .btn-group > .active.sign-up-btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .get-started-btn:hover,
.btn-group-vertical > .sign-up-btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .get-started-btn:focus,
.btn-group-vertical > .sign-up-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .get-started-btn:active,
.btn-group-vertical > .sign-up-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.get-started-btn,
.btn-group-vertical > .active.sign-up-btn {
	z-index: 2;
}
.btn-group .btn + .btn, .btn-group .get-started-btn + .btn, .btn-group .sign-up-btn + .btn, .btn-group .btn + .get-started-btn, .btn-group .get-started-btn + .get-started-btn, .btn-group .sign-up-btn + .get-started-btn, .btn-group .btn + .sign-up-btn, .btn-group .get-started-btn + .sign-up-btn, .btn-group .sign-up-btn + .sign-up-btn,
.btn-group .btn + .btn-group,
.btn-group .get-started-btn + .btn-group,
.btn-group .sign-up-btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .get-started-btn,
.btn-group .btn-group + .sign-up-btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn, .btn-toolbar .get-started-btn, .btn-toolbar .sign-up-btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .get-started-btn, .btn-toolbar > .sign-up-btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .get-started-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .sign-up-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child, .btn-group > .get-started-btn:first-child, .btn-group > .sign-up-btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .get-started-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .sign-up-btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .get-started-btn:last-child:not(:first-child), .btn-group > .sign-up-btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .get-started-btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .sign-up-btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .get-started-btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .sign-up-btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .get-started-btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .sign-up-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle, .btn-group > .get-started-btn + .dropdown-toggle, .btn-group > .sign-up-btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .get-started-btn + .dropdown-toggle, .btn-group-lg.btn-group > .sign-up-btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret, .get-started-btn .caret, .sign-up-btn .caret {
	margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .get-started-btn .caret, .btn-group-lg > .sign-up-btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .get-started-btn .caret, .dropup .btn-group-lg > .sign-up-btn .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .get-started-btn, .btn-group-vertical > .sign-up-btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .get-started-btn,
.btn-group-vertical > .btn-group > .sign-up-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .get-started-btn, .btn-group-vertical > .btn-group > .sign-up-btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .get-started-btn + .btn, .btn-group-vertical > .sign-up-btn + .btn, .btn-group-vertical > .btn + .get-started-btn, .btn-group-vertical > .get-started-btn + .get-started-btn, .btn-group-vertical > .sign-up-btn + .get-started-btn, .btn-group-vertical > .btn + .sign-up-btn, .btn-group-vertical > .get-started-btn + .sign-up-btn, .btn-group-vertical > .sign-up-btn + .sign-up-btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .get-started-btn + .btn-group,
.btn-group-vertical > .sign-up-btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .get-started-btn,
.btn-group-vertical > .btn-group + .sign-up-btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .get-started-btn:not(:first-child):not(:last-child), .btn-group-vertical > .sign-up-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .get-started-btn:first-child:not(:last-child), .btn-group-vertical > .sign-up-btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .get-started-btn:last-child:not(:first-child), .btn-group-vertical > .sign-up-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .get-started-btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .sign-up-btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .get-started-btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .sign-up-btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .get-started-btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .sign-up-btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .get-started-btn, .btn-group-justified > .sign-up-btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .get-started-btn, .btn-group-justified > .btn-group .sign-up-btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .get-started-btn input[type="radio"], [data-toggle="buttons"] > .sign-up-btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .get-started-btn input[type="checkbox"],
[data-toggle="buttons"] > .sign-up-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .get-started-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .sign-up-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .get-started-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .sign-up-btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .get-started-btn,
.input-group-btn:first-child > .sign-up-btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .get-started-btn,
.input-group-btn:first-child > .btn-group > .sign-up-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .get-started-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .sign-up-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .get-started-btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .sign-up-btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .get-started-btn,
.input-group-btn:last-child > .sign-up-btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .get-started-btn,
.input-group-btn:last-child > .btn-group > .sign-up-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .get-started-btn:not(:first-child),
.input-group-btn:first-child > .sign-up-btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .get-started-btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .sign-up-btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > .get-started-btn, .input-group-btn > .sign-up-btn {
	position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .get-started-btn + .btn, .input-group-btn > .sign-up-btn + .btn, .input-group-btn > .btn + .get-started-btn, .input-group-btn > .get-started-btn + .get-started-btn, .input-group-btn > .sign-up-btn + .get-started-btn, .input-group-btn > .btn + .sign-up-btn, .input-group-btn > .get-started-btn + .sign-up-btn, .input-group-btn > .sign-up-btn + .sign-up-btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .get-started-btn:hover, .input-group-btn > .sign-up-btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .get-started-btn:focus, .input-group-btn > .sign-up-btn:focus, .input-group-btn > .btn:active, .input-group-btn > .get-started-btn:active, .input-group-btn > .sign-up-btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .get-started-btn, .input-group-btn:first-child > .sign-up-btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .get-started-btn, .input-group-btn:last-child > .sign-up-btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	/*cursor: not-allowed;*/
	cursor: default;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: white;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: white;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar, .page-navigation {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar:before, .page-navigation:before, .navbar:after, .page-navigation:after {
	content: " ";
	display: table;
}
.navbar:after, .page-navigation:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar, .page-navigation {
		border-radius: 4px;
	}
}
.navbar-header:before, .navigation-header:before, .navbar-header:after, .navigation-header:after {
	content: " ";
	display: table;
}
.navbar-header:after, .navigation-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header, .navigation-header {
		float: left;
	}
}
.navbar-collapse, .slide-navigation {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .slide-navigation:before, .navbar-collapse:after, .slide-navigation:after {
	content: " ";
	display: table;
}
.navbar-collapse:after, .slide-navigation:after {
	clear: both;
}
.navbar-collapse.in, .in.slide-navigation {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse, .slide-navigation {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse, .slide-navigation {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in, .in.slide-navigation {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .slide-navigation, .navbar-static-top .navbar-collapse, .navbar-static-top .slide-navigation, .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-bottom .slide-navigation {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .slide-navigation,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-bottom .slide-navigation {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .slide-navigation,
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-bottom .slide-navigation {
		max-height: 200px;
	}
}
.container > .navbar-header, .container > .navigation-header,
.container > .navbar-collapse,
.container > .slide-navigation,
.container-fluid > .navbar-header,
.container-fluid > .navigation-header,
.container-fluid > .navbar-collapse,
.container-fluid > .slide-navigation {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header, .container > .navigation-header,
	.container > .navbar-collapse,
	.container > .slide-navigation,
	.container-fluid > .navbar-header,
	.container-fluid > .navigation-header,
	.container-fluid > .navbar-collapse,
	.container-fluid > .slide-navigation {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	/*z-index: 1000;*/
	z-index: 1001;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	/*z-index: 1030;*/
	z-index: 1001;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .page-navigation > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .page-navigation > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.get-started-btn, .btn-group-sm > .navbar-btn.sign-up-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.get-started-btn, .btn-group-xs > .navbar-btn.sign-up-btn {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default, .page-navigation {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand, .page-navigation .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover, .page-navigation .navbar-brand:hover, .navbar-default .navbar-brand:focus, .page-navigation .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text, .page-navigation .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a, .page-navigation .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .page-navigation .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .page-navigation .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .page-navigation .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .page-navigation .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .page-navigation .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .page-navigation .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .page-navigation .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .page-navigation .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle, .page-navigation .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .page-navigation .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .page-navigation .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar, .page-navigation .navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar-default .navbar-collapse, .page-navigation .navbar-collapse, .navbar-default .slide-navigation, .page-navigation .slide-navigation,
.navbar-default .navbar-form,
.page-navigation .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .page-navigation .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .page-navigation .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .page-navigation .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a, .page-navigation .navbar-nav .open .dropdown-menu > li > a {
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .page-navigation .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .page-navigation .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .page-navigation .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .page-navigation .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .page-navigation .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .page-navigation .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .page-navigation .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .page-navigation .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link, .page-navigation .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover, .page-navigation .navbar-link:hover {
	color: #333333;
}
.navbar-default .btn-link, .page-navigation .btn-link {
	color: #777777;
}
.navbar-default .btn-link:hover, .page-navigation .btn-link:hover, .navbar-default .btn-link:focus, .page-navigation .btn-link:focus {
	color: #333333;
}
.navbar-default .btn-link[disabled]:hover, .page-navigation .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, .page-navigation .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .page-navigation .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .page-navigation .btn-link:focus {
	color: #cccccc;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: white;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: white;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: white;
	background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .slide-navigation,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: white;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: white;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: white;
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: white;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: white;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: white;
	text-align: center;
	background-color: black;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: black;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
/*.btn, .get-started-btn, .sign-up-btn {*/
.get-started-btn, .sign-up-btn {
	padding: 0;
	border-radius: 4px;
	min-width: 178px;
	min-height: 35px;
	line-height: 35px;
	font-size: 14.85714px;
	text-align: center;
	color: black;
	font-style: normal;
	padding: 0 15px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
/*.btn-default, .get-started-btn {*/
.get-started-btn {
	background: none;
	border-color: black;
}
/*.btn-default:hover, .get-started-btn:hover, .btn-default:focus, .get-started-btn:focus, .btn-default:active, .get-started-btn:active {*/
.get-started-btn:hover, .get-started-btn:focus, .btn-default:active, .get-started-btn:active {
	background: none;
	border-color: #fd6f02;
	color: #fd6f02;
	box-shadow: none;
}
.btn-default:active:focus, .get-started-btn:active:focus, .btn-default:active:hover, .get-started-btn:active:hover {
	background: none;
	border-color: #fd6f02;
	color: #fd6f02;
	box-shadow: none;
}
.btn-warning, .sign-up-btn {
	background: none;
	border-color: #fd6f02;
	color: #fd6f02;
}
.btn-warning:hover, .sign-up-btn:hover, .btn-warning:focus, .sign-up-btn:focus, .btn-warning:active, .sign-up-btn:active {
	background: none;
	border-color: black;
	color: black;
	box-shadow: none;
}
.btn-warning:active:focus, .sign-up-btn:active:focus, .btn-warning:active:hover, .sign-up-btn:active:hover {
	background: none;
	border-color: black;
	color: black;
}
.form-control::-webkit-input-placeholder {
	color: #424242;
}
.form-control::-moz-placeholder {
	color: #424242;
}
.form-control::-ms-input-placeholder {
	color: #424242;
}
.form-control::-o-input-placeholder {
	color: #424242;
}
label {
	font-weight: 400;
	font-size: 11px;
	color: #8b8b8b;
	margin-bottom: 0;
}
.form-group {
	margin-bottom: 18px;
}
.form-control {
	color: #424242;
	border: none;
	border-bottom: 1px solid #c2c2c2;
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding: 0 0 10px 0;
}
.form-control:focus {
	box-shadow: none;
	border-color: #fd6f02;
}
textarea {
	width: 100%;
	resize: none;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	color: #424242;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 10px;
}
#apply{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	/*  border-color: #d6d6d6;	
		border-radius: 6px;*/
	display: inline-block;
	min-height: 21px;
	min-width: 44px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url("/assets/sat_images/box1.png");
	background-repeat: no-repeat;
	background-size: 16px 14px;
	background-position: left top;
}
label.css-label {
	background-image: url("/assets/sat_images/box.png");
	background-repeat: no-repeat;
	background-size: 16px 14px;
	background-position: left top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.inputCursor {
	display: none;
}
.submit-btn {
	background: none;
	border: none;
}
.clearfix:after, .block:after, .sign-up-wrap:after, .card-info:after, .sidebar-head:after, .top-sec:after, .all-folders:after, .folder-number:after, .card-control-sec:after, .table-bottom-info:after, .card-box-sec:after, .top-bar:after, .design-scratch:after, .my-cards:after, .activity-sec:after, .inline-form:after, .card-area:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 27.85714px;
	line-height: 1.3;
	font-weight: 500;
}
@media (max-width: 1199px) {
	h1 {
		font-size: 23.21429px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 18.57143px;
	}
}
@media (max-width: 479px) {
	h1 {
		font-size: 16.71429px;
	}
}
h2 {
	font-size: 23.21429px;
	color: #fd6f02;
}
@media (max-width: 479px) {
	h2 {
		font-size: 19.5px;
	}
}
h3 {
	font-size: 21.35714px;
}
h4 {
	font-size: 13px;
	color: #555555;
	font-weight: 600;
}
a {
	color: black;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
a:hover/*, a:focus*/ {
	text-decoration: none;
	color: #fd6f02;
}
p {
	color: #555555;
}
.test a {
	display: inline-block;
}
/*header-sec
------------------------------*/
.navbar-default .navbar-nav > li > a, .page-navigation .navbar-nav > li > a {
	color: black;
}
.navbar-default .navbar-nav > li > a:hover, .page-navigation .navbar-nav > li > a:hover/*, .navbar-default .navbar-nav > li > a:focus, .page-navigation .navbar-nav > li > a:focus*/ {
	color: #fd6f02;
}
.navbar-default .navbar-nav > li:last-child a, .page-navigation .navbar-nav > li:last-child a {
	color: #fd6f02;
	text-align: center;
	/*text-transform: capitalize;*/
}
.navbar-default .navbar-nav > li:last-child a:hover, .page-navigation .navbar-nav > li:last-child a:hover {
	color: black;
}
.navbar-default .navbar-nav > li.active a, .page-navigation .navbar-nav > li.active a {
	color: #fd6f02;
}
.navbar-default .navbar-nav > li.active a:hover, .page-navigation .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .page-navigation .navbar-nav > li.active a:focus {
	color: #fd6f02;
}
/*main-sec
------------------------------*/
/*privacy-policy-page
=====================*/
.banner-info {
	text-align: center;
}
.banner-info h1 em {
	font-style: normal;
}
.banner-info h3 {
	font-weight: 300;
	font-size: 16.71429px;
	line-height: 1.3;
}
.banner-info h3 em {
	font-style: normal;
}
@media (max-width: 479px) {
	.banner-info h3 {
		font-size: 14.85714px;
	}
}
.page-info p:last-child a {
	color: #fd6f02;
}
.page-info p:last-child a:hover {
	color: black;
	text-decoration: underline;
}
.page-info h3 {
	font-size: 14.85714px;
	font-weight: 600;
}
.page-info h3 + p {
	font-weight: 400;
}
.get-started-sec {
	text-align: center;
}
/*faq-page
=====================*/
.faq-info p {
	font-weight: 500;
}
.faq-info p a {
	color: #fd6f02;
}
.faq-info p a:hover {
	color: black;
	text-decoration: underline;
}
/*Terms-of-use-page
=====================*/
/*home-page
=====================*/
.bcn-card-wrap li p a {
	color: #555555;
}
.bcn-card-wrap p {
	font-size: 14.85714px;
	line-height: 1.8;
}
@media (max-width: 1199px) {
	.bcn-card-wrap p {
		font-size: 13.92857px;
	}
}
@media (max-width: 991px) {
	.bcn-card-wrap p {
		font-size: 13px;
	}
	.bcn-card-wrap h2 {
		font-size: 18.57143px;
	}
}
@media (max-width: 767px) {
	.bcn-card-wrap {
		text-align: center;
	}
	.bcn-card-wrap li {
		text-align: left;
	}
}
.home-info-box {
	text-align: center;
}
.home-info-box p {
	font-size: 16.71429px;
}
.home-info-box p em {
	font-style: normal;
}
@media (max-width: 767px) {
	.home-info-box h3 {
		font-size: 18.57143px;
	}
	.home-info-box p {
		font-size: 13px;
	}
}
/*contact-page
=====================*/
.contact-form-sec .btn, .contact-form-sec .get-started-btn, .contact-form-sec .sign-up-btn {
	font-weight: 500;
	color: white;
}
.contact-sec-address {
	text-align: center;
}
.contact-sec-address p, .contact-sec-address address {
	font-size: 14.85714px;
	color: black;
	font-weight: 500;
}
.contact-sec-address p strong, .contact-sec-address address strong {
	color: #fd6f02;
	font-weight: 500;
}
.contact-sec-address p strong a, .contact-sec-address address strong a {
	color: #fd6f02;
}
/*create-card-page
=====================*/
.top-bar {
	text-align: center;
}
.top-bar li a {
	color: white;
	font-size: 12px;
}
.top-bar li a:hover {
	color: #fd6f02;
}
.top-bar li .btn, .top-bar li .get-started-btn, .top-bar li .sign-up-btn {
	font-size: 14.85714px;
	text-transform: capitalize;
}
.top-bar li .btn:hover, .top-bar li .get-started-btn:hover, .top-bar li .sign-up-btn:hover {
	border-color: #fd6f02;
}
.top-bar li .btn-default, .top-bar li .get-started-btn {
	border-color: #9c9c9c;
	/*#9d9d9d*/
	color: #9c9c9c;
}
.top-bar li:last-child {
	border-right: none;
}
.top-bar li input {
	line-height: 18px;
	font-size: 13px;
	color: #cfcfcf;
	font-weight: 400;
	text-align: center;
}
.top-bar i {
	font-style: normal;
}
/*user-main-wrap
-----------------------------*/
@media (max-width: 991px) {
	#user-main-wrap.active .top-bar li .btn, #user-main-wrap.active .top-bar li .get-started-btn, #user-main-wrap.active .top-bar li .sign-up-btn {
		font-size: 13px;
	}
	#user-main-wrap.active .top-sec {
		text-align: center;
	}
}
.top-sec .btn, .top-sec .get-started-btn, .top-sec .sign-up-btn {
	font-size: 13px;
}
@media (max-width: 1199px) {
	.top-sec h3 {
		font-size: 18.57143px;
	}
}
.card-postion {
	text-align: center;
}
.img-postion-link {
	line-height: 75px;
	font-size: 14.85714px;
	text-align: center;
	color: white;
	font-weight: 600;
}
.img-postion-link:hover, .img-postion-link:focus {
	color: white;
}
.img-postion-link.back-side {
	color: black;
	border-color: #d6d6d6;
}
@media (max-width: 1199px) {
	.img-postion-link {
		line-height: 60px;
	}
}
@media (max-width: 991px) {
	.img-postion-link {
		line-height: 50px;
		font-size: 13px;
	}
}
.card-rotation.active a {
	color: #fd6f02;
	border-color: #ededed;
}
.card-rotation.active a:before {
	opacity: 1;
}
.business-card-type p {
	font-size: 16.71429px;
	color: #424242;
	/*#424242*/
}
.business-card-type p a {
	color: #fd6f02;
	text-decoration: underline;
}
.business-card-type p a:hover {
	color: black;
}
.business-card-type li a {
	text-align: center;
	line-height: 144px;
	color: black;
	font-size: 14.85714px;
}
.business-card-type li a:hover {
	color: white;
	border-color: #fd6f02;
}
.business-card-type li.active a {
	color: white;
	border-color: #fd6f02;
}
@media (max-width: 767px) {
	.business-card-type p {
		font-size: 15.0px;
	}
}
.card-type {
	text-align: center;
}
.card-type h4 {
	font-size: 16.71429px;
	font-weight: 500;
}
.card-type p {
	font-size: 14.85714px;
	font-weight: 300;
}
.card-type p strong {
	font-weight: 300;
}
.card-box h4 {
	color: black;
	font-size: 14.8571px;
	font-weight: 600;
	margin-top: 10px;
}
.card-box p {
	font-size: 12px;
	color: #8c8c8c;
	/*#8b8b8b*/
	font-weight: 500;
}
.card-box p strong {
	font-weight: 500;
	color: #fd6f02;
}
.card-box .folder-info {
	line-height: 1.5;
	text-align: center;
}
.card-over-lay {
	overflow: hidden;
	text-align: center;
}
.card-over-lay li {
	line-height: 1;
}
.card-over-lay a {
	color: white;
	font-size: 12px;
	font-weight: 600;
}
.card-over-lay a:hover {
	color: black;
}
.card-folder {
	text-align: center;
}
.folder-number strong {
	font-weight: normal;
}
.card-number {
	color: #fd6f02;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.folder-info {
	line-height: 170px;
}
.service-product .folder-info {
	border-color: #c1d8df;
}
.new-folder .folder-info {
	border-color: #c7ccd1;
}
.add-folder .folder-info {
	border-color: #fecba4;
}
.manage-folders h4 {
	color: black;
}
.controls-list > li:last-child > a {
	border-right-color: #e4e4e4;
}
.controls-list > li > a {
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	line-height: 41px;
	border-color: #e4e4e4 transparent #e4e4e4 #e4e4e4;
}
.controls-list > li > a:hover i {
	color: black;
}
.controls-list > li.active > a {
	border-color: #bebebe transparent #bebebe #bebebe;
}
.controls-list > li i {
	color: #fd6f02;
	font-style: normal;
}
.drop-down a {
	white-space: nowrap;
	text-transform: capitalize;
}
.drop-down a:hover {
	color: black;
}
.drop-down.select-folder li:last-child a {
	/*  color: #fd6f02;*/
}
.new-folder-icon:hover .link-info {
	visibility: visible;
	opacity: 1;
}
.link-info {
	opacity: 0;
	visibility: hidden;
}
.link-info a {
	font-size: 10px;
	color: #acacac;
}
.search-info h4 {
	font-size: 14.85714px;
	color: black;
}
.private-card .card-over-lay {
	text-align: center;
}
.private-card .card-over-lay p {
	font-weight: 600;
	color: white;
	font-size: 12px;
}
.private-card .card-over-lay p i {
	font-style: normal;
}
.search-card input {
	color: #949494;
	/*#939393*/
	font-size: 34.35714px;
}
.card-link-request h4 {
	font-size: 14.85714px;
	color: black;
	font-weight: 500;
}
.nav-tabs {
	border-color: #e4e4e4;
}
.nav-tabs > li > a {
	font-weight: 500;
}
.nav-tabs > li > a:focus {
	color: white;
}
.nav-tabs > li.active > a {
	color: white;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: white;
}
.table > tbody > tr > th {
	font-size: 12px;
	font-weight: 500;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.table > tbody > tr > td i {
	font-style: normal;
	color: black;
}
.table > tbody > tr > td.approve-reject a {
	color: transparent;
	text-align: center;
	font-size: 10px;
}
.table > tbody > tr > td.approve-reject a:hover {
	background-color: #fd6f02;
	color: white;
}
.table > tbody > tr > td.approve-reject a.active {
	background-color: #fd6f02;
	color: white;
}
.table-bottom-info p {
	font-size: 12px;
	color: #a7a7a7;
}
.prev-next a:hover {
	color: #a7a7a7;
}
.title-folder h3 {
	font-size: 14.85714px;
}
.tab-content .folder-info {
	line-height: 1.5;
}
.tab-content strong {
	font-weight: normal;
}
.tab-content .card-folder p {
	font-weight: 500;
}
.activity-sec p {
	font-size: 11px;
	color: #8c8c8c;
}
.activity-sec a:last-child {
	color: black;
}
.highlited-sec a {
	font-weight: 600;
}
.notification-alert h4 {
	font-size: 15px;
	color: black;
}
.subscription-preferences h4 {
	color: black;
}
.subscription-preferences label strong {
	color: #8c8c8c;
	font-size: 11px;
}
.delete-account a {
	color: #23b14b;
}
.delete-account a:hover {
	color: black;
}
.about-profile {
	text-align: center;
}
@media (max-width: 991px) {
	.about-profile .btn, .about-profile .get-started-btn, .about-profile .sign-up-btn {
		font-size: 13px;
	}
}
.profile-form .create-bussines-card a {
	color: white;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}
/*footer-sec
------------------------------*/
#footer-wrap {
	text-align: center;
}
#footer-wrap p {
	font-size: 10px;
}
#footer-wrap p a {
	text-decoration: underline;
}
#footer-wrap p a.site-link {
	text-decoration: none;
}
.ft-links li.active a {
	color: #fd6f02;
}
.ft-links a {
	text-transform: capitalize;
	font-size: 12px;
}
.overlay-info {
	text-align: center;
}
.overlay-info h3 {
	font-size: 16.71429px;
	font-weight: 600;
}
.overlay-info h2 {
	font-size: 16.71429px;
}
.overlay-info .btn, .overlay-info .get-started-btn, .overlay-info .sign-up-btn {
	text-transform: none;
}
.sign-in {
	text-align: center;
}
.forgot-password {
	font-size: 11px;
	color: #fd6f02;
	font-weight: 500;
	text-transform: capitalize;
}
.forgot-password:hover {
	color: black;
}
.bc-folder {
	text-align: left;
}
.bc-folder p {
	font-size: 14.85714px;
	line-height: 1.8;
	font-weight: 300;
}
.checkboxes {
	text-align: left;
}
.preview-save h3 {
	font-weight: 600;
}
.preview-save h3 strong {
	font-weight: 600;
	color: #fd6f02;
}
.user-card-detail h3 {
	font-weight: 600;
}
.user-card-detail .user-name {
	font-size: 12px;
	font-weight: 500;
}
.user-card-detail .user-name a {
	color: #fd6f02;
}
.user-card-detail .user-name a:hover {
	color: black;
}
.user-info-box h4 {
	text-transform: capitalize;
	color: black;
	font-weight: 600;
}
.about-user a {
	color: #fd6f02;
}
.about-user a:hover {
	color: black;
}
.user-info-detail {
	text-align: left;
}
.user-info-detail strong {
	font-weight: normal;
}
@media (max-width: 991px) {
	.user-info-detail a, .user-info-detail strong {
		font-size: 13px;
	}
}
.card-info a {
	line-height: 41px;
	font-size: 12px;
	color: white;
	font-weight: 600;
}
.card-info a.back-side {
	color: black;
}
.card-info input.css-checkbox[type="checkbox"] + label.css-label {
	font-size: 12px;
	font-weight: 500;
}
.coments-info {
	text-align: left;
}
.coments-info strong {
	font-size: 12px;
	font-weight: 600;
	color: black;
}
.coments-info p {
	font-size: 12px;
	color: #8c8c8c;
}
.coments-info p a {
	color: #fd6f02;
}
.coments-info p:hover {
	color: black;
}
.coments-info p strong {
	font-weight: 400;
}
.link-info {
	background: black;
	color: #ababab;
	/*#ababab*/
	text-align: center;
	font-size: 10px;
	text-transform: capitalize;
}
body.active {
	overflow: visible !important;
}
body.active #header-wrap {
	position: static;
	z-index: 0;
}
body.active .user-header, body.active .sidebar-head, body.active .folder-pages {
	position: static;
}
body.active .user-sidebar {
	position: absolute;
	top: -140px;
	overflow-x: hidden;
}
body.active .inner-sidebar {
	position: absolute;
	top: 0;
}
body.active #user-main-wrap {
	position: relative;
	padding-top: 0;
}
body.active .manage-folders {
	margin-top: 40px;
}
body.active .card-holder-table {
	padding-top: 0;
}
@media (max-width: 767px) {
	body.active .user-sidebar {
		top: -60px;
		padding-top: 0;
	}
}
h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
}
h1 {
	margin-bottom: 33px;
}
@media (max-width: 1199px) {
	h1 {
		margin-bottom: 20px;
	}
}
h4 {
	margin-bottom: 6px;
}
ul {
	padding-left: 0;
	margin-bottom: 0;
}
li {
	list-style-type: none;
}
*:focus {
	outline: none !important;
}
p {
	margin-bottom: 27px;
}
img {
	max-width: 100%;
	height: auto;
}
.profile_xsmall img{
	width: 35px !important;
	height: 35px !important
}
.no-margin {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.wrapper:after {
	content: "";
	display: block;
}
#footer-wrap{
	/*height: 104px;*/
	/*	position: absolute !important;
		bottom: 0 !important;*/
}
@media (max-width: 767px) {
	.wrapper:after {
		display: none;
	}
}
.main-inner-wrap {
	padding-top: 84px;
}
.container {
	max-width: 1055px;
	width: 100%;
}
/*header-sec
------------------------------*/
#header-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: white;
	/*z-index: 10;*/
	z-index: 1001;
}
#header-wrap.scrolling {
	-webkit-box-shadow: 0 1px 2px 0 #c5c5c5;
	-moz-box-shadow: 0 1px 2px 0 #c5c5c5;
	-ms-box-shadow: 0 1px 2px 0 #c5c5c5;
	-o-box-shadow: 0 1px 2px 0 #c5c5c5;
	box-shadow: 0 1px 2px 0 #c5c5c5;
}
#header-wrap.scrolling .navbar-brand.logo1 {
	opacity: 0;
}
#header-wrap.scrolling .navbar-brand.logo2 {
	opacity: 1;
}
#header-wrap.scrolling .navbar-default, #header-wrap.scrolling .page-navigation {
	padding: 15px 0;
}
#header-wrap.scrolling .navbar-right {
	margin-top: 10px;
}
#header-wrap .go-to-btn {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 1199px) {
	#header-wrap {
		padding-left: 20px;
	}
}
.navbar-default, .page-navigation {
	background: none;
	border: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	-o-box-shadow: 0;
	box-shadow: 0;
	padding: 25px 0 8px;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a, .page-navigation .navbar-nav > li > a {
	padding: 0;
	margin: 6px 10px 0;
}
.navbar-default .navbar-nav > li > a:hover, .page-navigation .navbar-nav > li > a:hover/*, .navbar-default .navbar-nav > li > a:focus, .page-navigation .navbar-nav > li > a:focus */{
	/*color: #fd6f02;*/
}
.navbar-default .navbar-nav > li.signup-button a, .page-navigation .navbar-nav > li.signup-button a {
	padding: 6px 30px;
	border: 1px solid #fd6f02;
	margin-left: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0;
}
.navbar-default .navbar-nav > li.signup-button a:hover, .page-navigation .navbar-nav > li.signup-button a:hover {
	border-color: black;
}
.navbar-default .navbar-nav > li.active a, .page-navigation .navbar-nav > li.active a {
	background: none;
}
.navbar-default .navbar-nav > li.active a:hover, .page-navigation .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .page-navigation .navbar-nav > li.active a:focus {
	background: none;
}
.navbar-default .navbar-toggle, .page-navigation .navbar-toggle {
	border-color: #fd6f02;
	margin-top: 0;
}
.navbar-default .navbar-toggle:hover, .page-navigation .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .page-navigation .navbar-toggle:focus {
	background: none;
	border-color: black;
}
.navbar-default .navbar-toggle .icon-bar, .page-navigation .navbar-toggle .icon-bar {
	background: #fd6f02;
}
@media (max-width: 767px) {
	.navbar-default, .page-navigation {
		padding: 15px 0 10px;
	}
	.navbar-default .navbar-nav > li:last-child a, .page-navigation .navbar-nav > li:last-child a {
		margin-top: 10px;
	}
}
.navbar-right {
	margin-right: 0;
}
.navbar-collapse, .slide-navigation {
	border: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	-o-box-shadow: 0;
	box-shadow: 0;
}
.navbar-brand {
	height: auto;
	padding: 0;
	position: relative;
}
.navbar-brand > img {
	display: block;
}
.navbar-brand.logo1 {
	width: 107px;
	margin-left: -15px;
}
.navbar-brand.logo2 {
	opacity: 0;
	margin-left: -107px;
}
/*user-header-sec
-----------------------*/
.search-sec {
	background: white;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 15;*/
	z-index: 1004;
	overflow-y: auto;
	display: none;
}
.user-header {
	background: #dae8ec;
	/*background: #d2eaf8;*/
	/*#dae8ec*/
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*z-index: 2;*/
	z-index: 1000;
	margin-left: 220px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.user-header li {
	border-right: 1px solid white;
	display: inline-block;
	padding: 23px 20px;
	width: 280px;
	position: relative;
}
.user-header li:last-child {
	border-right: none;
	padding-left: 17px;
	float: right;
	width: auto;
}
.user-header li:nth-child(2) {
	border-right: none;
}
.user-header li input {
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 300;
	width: 210px;
	padding-right: 10px;
}
.user-header li a {
	font-size: 13.92857px;
	display: inline-block;
	font-weight: 300;
}
.user-header li a img {
	width: 24px;
}
@media (max-width: 1199px) {
	.user-header {
		margin-left: 200px;
	}
}
@media (max-width: 991px) {
	.user-header {
		margin-left: 170px;
	}
	.user-header li {
		width: 225px;
	}
	.user-header li input {
		width: 150px;
	}
}
@media (max-width: 767px) {
	.user-header {
		margin-left: 80px;
		height: 60px;
	}
	.user-header li {
		width: 150px;
		padding: 18px 7px;
	}
	.user-header li input {
		width: 105px;
	}
	.user-header li:last-child {
		padding-left: 0;
	}
	.user-header li:nth-child(2) {
		width: 170px;
	}
	.user-header li:nth-child(2) input {
		width: 130px;
	}
}
@media (max-width: 479px) {
	.user-header li {
		width: 60px;
		text-align: center;
	}
	.user-header li#searchCardLink input {
		display: none;
	}
	.user-header li:nth-child(2) {
		width: 140px;
	}
	.user-header li:nth-child(2) input {
		width: 95px;
	}
}
.user-sidebar {
	position: fixed;
	top: 0px;
	padding-top: 70px;
	left: 0;
	bottom: 0;
	width: 220px;
	border-right: 1px solid #e4e4e4;
	/*#e3e3e3*/
	background: #f9f9f9;
	/*#faf9f8*/
	overflow-y: auto;
	/*z-index: 10;*/
	z-index: 1003;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
@media (max-width: 1199px) {
	.user-sidebar {
		width: 200px;
	}
}
@media (max-width: 991px) {
	.user-sidebar {
		width: 170px;
	}
}
@media (max-width: 767px) {
	.user-sidebar {
		padding-top: 60px;
		width: 80px;
	}
}
@media (max-width: 479px) {
	.user-sidebar {
		left: -80px;
		left: -120px;
		overflow-y: visible;
	}
}
body.pageLayOut .user-header {
	margin-left: 95px;
}
body.pageLayOut #user-main-wrap {
	padding-left: 95px;
}
body.pageLayOut #user-main-wrap.active {
	padding-left: 285px;
}
body.pageLayOut #user-main-wrap.active .folder-pages {
	left: 255px;
}
body.pageLayOut .folder-pages {
	left: 95px;
}
body.pageLayOut .user-sidebar {
	text-align: center;
	width: 95px;
}
body.pageLayOut .inner-sidebar.active {
	left: 95px;
}
body.pageLayOut .inner-sidebar .inner-sidebar-links li {
	margin-bottom: 5px;
}
body.pageLayOut .sidebar-head {
	padding-left: 17px;
	width: 95px;
}
body.pageLayOut .sidebar-head a.sidebar-toggle {
	float: none;
	display: block;
}
body.pageLayOut .sidebar-head a.sidebar-toggle img {
	width: 30px;
}
body.pageLayOut .sidebar-head .active-state {
	display: inline-block;
}
body.pageLayOut .sidebar-head .normal-state {
	display: none;
}
body.pageLayOut .user-logo {
	display: none;
}
body.pageLayOut .profile-links li {
	padding-left: 0;
	margin-bottom: 20px;
}
body.pageLayOut .profile-links li:before {
	display: none;
}
body.pageLayOut .profile-links .link-title {
	display: none;
}
body.pageLayOut .profile-links .link-title a:after {
	display: none;
}
body.pageLayOut .profile-links img {
	float: none;
}
body.pageLayOut .profile-links .user-profile {
	float: none;
}
body.pageLayOut .profile-links .user-profile .link-icon {
	margin: 0 auto;
}
body.pageLayOut .profile-links .link-icon {
	position: static;
}
body.pageLayOut .sidebar-info {
	padding-left: 10px;
}
body.pageLayOut .sidebar-info p {
	display: none;
}
body.pageLayOut .sidebar-info .business-card {
	background: #fd6f02;
	/*#dddddd*/
	color: white;
}
body.pageLayOut .sidebar-info .business-card:hover {
	background: #ff9900;
}
body.pageLayOut .sidebar-info .business-card.disabled{
	background: #dfdfdf;
}
body.pageLayOut .sidebar-info .business-card.disbled:hover{
	background: #dfdfdf;
}
body.pageLayOut .sidebar-info .business-card i {
	display: none;
}
body.pageLayOut .sidebar-nav strong {
	display: none;
}
body.pageLayOut #user-main-wrap.tableOnScroll .top-sec {
	left: 95px;
}
@media (max-width: 1199px) {
	body.pageLayOut #user-main-wrap.active {
		padding-left: 255px;
	}
}
@media (max-width: 767px) {
	body {
		position: relative;
	}
	body.pageLayOut #user-main-wrap {
		padding-left: 80px;
	}
	body.pageLayOut #user-main-wrap.active {
		padding-left: 80px;
	}
	body.pageLayOut .user-header {
		margin-left: 80px;
	}
	body.pageLayOut .user-sidebar {
		text-align: center;
		width: 170px;
		padding-top: 60px;
	}
	body.pageLayOut .sidebar-info {
		text-align: left;
		padding: 20px 10px;
	}
	body.pageLayOut .sidebar-head {
		padding: 10px;
		width: 170px;
	}
	body.pageLayOut .sidebar-head a.user-logo {
		display: block;
		width: 40px;
	}
	body.pageLayOut .sidebar-head a.sidebar-toggle {
		float: right;
	}
	body.pageLayOut .user-logo {
		display: none;
	}
	body.pageLayOut .profile-links li {
		padding-left: 25px;
		margin-bottom: 20px;
	}
	body.pageLayOut .profile-links li.user-profile {
		padding-left: 40px;
		margin-bottom: 20px;
	}
	body.pageLayOut .profile-links .link-title {
		display: block;
	}
	body.pageLayOut .profile-links .link-title a:after {
		display: block;
	}
	body.pageLayOut .profile-links .link-icon {
		position: absolute;
	}
	body.pageLayOut .inner-sidebar.active {
		left: 170px;
		top: 60px;
	}
	body.pageLayOut .sidebar-nav strong {
		display: inline-block;
	}
	body.pageLayOut .sidebar-info .business-card {
		background: #fd6f02;
	}
	body.pageLayOut .sidebar-info .business-card i {
		display: inline-block;
	}
	body.pageLayOut .folder-pages {
		left: 80px;
	}
	body.pageLayOut #user-main-wrap.tableOnScroll .top-sec {
		left: 80px;
	}
	body.pageLayOut #user-main-wrap.active .folder-pages {
		left: 80px;
	}
}
@media (max-width: 479px) {
	body.pageLayOut .user-sidebar {
		left: 0;
	}
	body.pageLayOut .folder-pages {
		left: 0;
	}
	body.pageLayOut #user-main-wrap {
		padding-left: 0;
	}
	body.pageLayOut #user-main-wrap.active {
		padding-left: 0;
	}
}
.sidebar-head {
	background: #f8d97c;
	/*background: #6da5c6;*/
	padding: 10px 17px 10px 13px;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	/*z-index: 1;*/
	z-index: 1001;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.sidebar-head a {
	float: left;
}
.sidebar-head a.sidebar-toggle {
	float: right;
	margin-top: 15px;
}
.sidebar-head a .active-state {
	display: none;
}
@media (max-width: 1199px) {
	.sidebar-head {
		padding-left: 10px;
		width: 200px;
	}
}
@media (max-width: 991px) {
	.sidebar-head {
		padding-left: 15px;
		width: 170px;
	}
}
@media (max-width: 767px) {
	.sidebar-head {
		height: 60px;
		width: 80px;
		text-align: center;
		padding-top: 20px;
	}
	.sidebar-head a.user-logo {
		display: none;
	}
	.sidebar-head a.sidebar-toggle {
		margin-top: 6px;
		float: none;
	}
}
.sidebar-info {
	padding: 39px 13px 20px 13px;
}
.sidebar-info .business-card {
	background: #fd6f02;
	padding: 7px 10px;
	color: white;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.sidebar-info .business-card:hover {
	background: #ff9900;
}
.sidebar-info .business-card.disabled{
	background: #dfdfdf;
}
.sidebar-info .business-card.disabled:hover {
	background: #dfdfdf;
}
.sidebar-info .business-card i {
	font-style: normal;
}
.sidebar-info p {
	font-size: 12px;
}
@media (max-width: 1199px) {
	.sidebar-info {
		padding-left: 10px;
	}
}
@media (max-width: 991px) {
	.sidebar-info {
		padding: 25px 10px 20px;
	}
	.sidebar-info .business-card {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.sidebar-info {
		text-align: center;
	}
	.sidebar-info .business-card {
		/*background: #dfdfdf;*/
		/*#dddddd*/
		color: white;
	}
	.sidebar-info .business-card i {
		display: none;
	}
	.sidebar-info p {
		display: none;
	}
}
.profile-links li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 25px;
}
.profile-links li.active .link-title a {
	border-bottom: 1px solid #fd6f02;
}
.profile-links li.active .link-title a:focus {
	color: black;
}
.profile-links li.active .link-title a:after {
	background-position: -7px 0;
	margin-right: 1px;
}
.profile-links li.active.user-profile a {
	border-bottom: none;
}
.profile-links li.active.user-profile strong a {
	border-bottom: 1px solid #fd6f02;
}
.profile-links li:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.profile-links .user-profile {
	padding-left: 45px;
	margin-bottom: 30px;
}
.profile-links .user-profile .link-icon {
	width: 45px;
	height: 45px;
	display: block;
}
.profile-links .user-profile .link-title > a {
	border-bottom: none;
}
.profile-links .user-profile .link-title > a:after {
	display: none;
}
.profile-links .user-profile .link-title strong a {
	border-bottom: 1px solid transparent;
}
.profile-links .link-title {
	display: block;
	font-weight: 600;
	margin-left: 10px;
}
.profile-links .link-title strong {
	display: block;
	font-weight: normal;
}
.profile-links .link-title a {
	border-bottom: 1px solid transparent;
	display: inline-block;
}
.profile-links .link-title a:after {
	content: '';
	background: url(/assets/sat_images/arrow-links.png) no-repeat bottom left;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 7px;
	height: 10px;
}
.profile-links a {
	display: inline-block;
	text-transform: capitalize;
	padding-bottom: 5px;
}
.profile-links a.active {
	border-bottom: 1px solid #fd6f02;
}
.profile-links .link-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
}
#add_comment img{
	width: 35px !important;
	height: 35px !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
@media (min-width: 1004px){
	.profile_small img{
		width: 45px !important;
		height: 45px !important;
	}
	.profile_xsmall img{
		width: 35px !important;
		height: 35px !important;
	}
}
.profile-links .link-icon img {
	width: 100%;
	display: block;
}
@media (max-width: 1199px) {
	.profile-links li.active .inner-sidebar {
		width: 160px;
	}
}
@media (max-width: 991px) {
	.profile-links .link-title {
		margin-left: 5px;
	}
	.profile-links .link-title a {
		font-size: 12px;
	}
	.profile-links .link-title a:after {
		bottom: 4px;
	}
	.profile-links .link-title .avatar-name {
		font-size: 12px;
	}
	.profile-links .user-profile {
		padding-left: 35px;
	}
	.profile-links .user-profile .link-icon {
		width: 35px;
		height: 35px;
	}
	.profile-links a {
		padding-bottom: 0;
	}
	.profile-links li {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.profile-links .link-title {
		display: none;
		margin-left: 3px;
	}
	.profile-links .link-icon {
		position: static;
	}
	.profile-links li {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.profile-links li.user-profile {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.profile-links li.user-profile .link-icon {
		margin: 0 auto;
	}
}
.sidebar-nav {
	border-top: 1px solid #e4e4e4;
	margin: 0 -13px 0 -39px;
	padding: 30px 13px 40px 39px;
}
.sidebar-nav li {
	margin-bottom: 17px;
}
.sidebar-nav li img {
	margin-right: 10px;
}
.sidebar-nav li strong {
	font-weight: normal;
	display: inline-block;
}
.sidebar-nav li .notification-link {
	position: relative;
	display: inline-block;
}
.sidebar-nav li i {
	width: 10px;
	height: 10px;
	background: #fd6f02;
	border: 2px solid white;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 10px;
}
.sidebar-nav li.active strong {
	border-bottom: 1px solid #fd6f02;
}
@media (max-width: 991px) {
	.sidebar-nav {
		margin: 0 -10px;
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.sidebar-nav {
		padding-bottom: 104px;
	}
	.sidebar-nav li strong {
		display: none;
	}
}
.inner-sidebar {
	position: fixed;
	top: 70px;
	left: -295px;
	bottom: 0;
	/*z-index: 5;*/
	z-index: 1003;
	background: #f6f6f6;
	background: #eee;
	width: 190px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.inner-sidebar .inner-sidebar-links {
	border-bottom: none;
}
.inner-sidebar .inner-sidebar-links li {
	margin: 0 0 10px;
	padding: 0;
	float: none;
	list-style-type: disc;
	color: #a7a7a7;
}
.inner-sidebar .inner-sidebar-links li.active > a {
	border-bottom: 1px solid black;
}
.inner-sidebar .inner-sidebar-links a {
	color: black;
	display: inline-block;
	font-size: 12px;
	padding: 0;
	border: none;
	text-transform: capitalize;
}
.inner-sidebar .inner-sidebar-links a:hover {
	background: none;
	color: #fd6f02;
}
.inner-sidebar .inner-sidebar-links a:focus {
	background: none;
	color: black;
}
.inner-sidebar .close-btn {
	background: url(/assets/sat_images/inner-close.png) no-repeat;
	top: 13px;
	right: 14px;
}
.inner-sidebar.active {
	left: 220px;
}
@media (max-width: 1199px) {
	.inner-sidebar {
		width: 160px;
	}
	.inner-sidebar.active {
		left: 200px;
	}
}
@media (max-width: 991px) {
	.inner-sidebar.active {
		left: 170px;
	}
}
@media (max-width: 767px) {
	.inner-sidebar.active {
		left: 80px;
		top: 60px;
	}
}
@media (max-width: 479px) {
	.inner-sidebar {
		width: 150px;
	}
}
.inner-sidebar-info {
	padding: 65px 20px 20px 25px;
	width: 190px;
	position: relative;
	text-align: left;
}
@media (max-width: 1199px) {
	.inner-sidebar-info {
		width: 160px;
		padding-right: 10px;
	}
}
@media (max-width: 991px) {
	.inner-sidebar-info {
		padding: 50px 10px 10px 20px;
	}
}
@media (max-width: 479px) {
	.inner-sidebar-info {
		width: 150px;
	}
}
/*main-sec
------------------------------*/
/*privacy-policy-page
=====================*/
.main-banner {
	padding: 100px 0;
}
@media (max-width: 767px) {
	.main-banner {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.main-banner {
		padding: 30px 0;
	}
}
.privacy-banner {
	background: url(/assets/sat_images/Privacy-Policy-banner.png) no-repeat center center #e6ecda;
}
@media (max-width: 767px) {
	.privacy-banner {
		background-size: 240px;
	}
}
@media (max-width: 479px) {
	.privacy-banner {
		background-size: 130px;
	}
}
.banner-info {
	text-align: center;
	max-width: 61%;
	margin: 0 auto;
}
.banner-info > img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.banner-info h1 em {
	display: block;
	font-style: normal;
}
.banner-info h3 {
	margin-bottom: 50px;
}
.banner-info h3 em {
	display: block;
}
@media (max-width: 991px) {
	.banner-info {
		max-width: inherit;
		margin: 0 30px;
	}
}
@media (max-width: 767px) {
	.banner-info {
		max-width: inherit;
		margin: 0 30px;
	}
	.banner-info h3 {
		margin-bottom: 30px;
	}
	.banner-info h3 em {
		display: inline;
	}
}
@media (max-width: 479px) {
	.banner-info {
		margin: 0;
	}
	.banner-info h3 {
		margin-bottom: 20px;
	}
}
.page-title {
	border-bottom: 1px solid #f4f1ed;
	padding-top: 28px;
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.page-title {
		margin-bottom: 50px;
	}
}
@media (max-width: 479px) {
	.page-title {
		margin-bottom: 30px;
	}
}
.page-info h3 + p {
	margin-bottom: 60px;
}
@media (max-width: 479px) {
	.page-info h3 + p {
		margin-bottom: 40px;
	}
}
.get-started-sec {
	background: #f9f9f9;
	padding: 80px 15px;
}
@media (max-width: 767px) {
	.get-started-sec {
		padding: 60px 15px;
	}
}
@media (max-width: 479px) {
	.get-started-sec {
		padding: 30px 15px;
	}
}
/*faq-page
=====================*/
.faq-banner {
	background: url(/assets/sat_images/faq-banner.png) no-repeat center bottom #dae8ec;
}
.faq-banner .banner-info {
	max-width: 63%;
}
@media (max-width: 991px) {
	.faq-banner .banner-info {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.faq-banner {
		background-size: 400px;
	}
	.faq-banner .banner-info {
		max-width: inherit;
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	.faq-banner {
		background-size: 280px;
	}
}
.faq-info p a {
	display: inline-block;
}
/*Terms-of-use-page
=====================*/
.terms-banner {
	background: url(/assets/sat_images/Terms-of-use-banner.png) no-repeat center bottom #f9e0bc;
}
@media (max-width: 767px) {
	.terms-banner {
		background-size: 280px;
	}
}
@media (max-width: 479px) {
	.terms-banner {
		background-size: 210px;
	}
}
/*home-page
=====================*/
@media (min-height: 768px) {
	.home-banner {
		height: 100vh;
		position: relative;
		margin-top: -84px;
		padding: 84px 0 0;
	}
	.home-banner .banner-info {
		width: 715px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 44px 0 0;
		padding: 0 15px;
	}
	.home-banner .banner-top-area {
		max-width: 480px;
		margin: 0 auto;
	}
	.home-banner h1 {
		font-size: 23px;
	}
}
@media (max-width: 767px) {
	.home-banner {
		height: auto;
		margin-top: 0;
		padding: 40px 15px;
	}
	.home-banner .banner-info {
		width: auto;
		position: static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: 0;
	}
}
.scroll-down {
	position: fixed;
	top: 101px;
	right: 35px;
	/*z-index: 1;*/
	z-index: 1001;
}
@media (max-width: 767px) {
	.scroll-down {
		display: none !important;
	}
}
.bcn-card-wrap {
	background: -webkit-linear-gradient(#f9f9f9, white);
	background: -moz-linear-gradient(#f9f9f9, white);
	background: -o-linear-gradient(#f9f9f9, white);
	background: linear-gradient(#f9f9f9, white);
	padding: 90px 0 70px;
	border-top: 1px solid #f4f1ed;
}
.bcn-card-wrap h2 {
	margin-bottom: 43px;
}
.bcn-card-wrap ul + .btn, .bcn-card-wrap ul + .get-started-btn, .bcn-card-wrap ul + .sign-up-btn {
	margin-top: 15px;
}
.bcn-card-wrap li {
	margin-bottom: 17px;
}
.bcn-card-wrap li > a {
	float: left;
	width: 12%;
	margin-right: 10px;
}
.bcn-card-wrap li p {
	float: left;
	width: 85%;
	padding-right: 0;
	margin-bottom: 0;
}
.bcn-card-wrap li:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.bcn-card-wrap p {
	max-width: 450px;
}
@media (max-width: 1199px) {
	.bcn-card-wrap p {
		padding-right: 0;
	}
	.bcn-card-wrap ul + .btn, .bcn-card-wrap ul + .get-started-btn, .bcn-card-wrap ul + .sign-up-btn {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.bcn-card-wrap {
		padding: 40px 0;
	}
	.bcn-card-wrap h2 {
		margin-bottom: 20px;
	}
	.bcn-card-wrap li {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.bcn-card-wrap {
		padding-top: 10px;
	}
	.bcn-card-wrap .col-sm-6, .bcn-card-wrap .contact-form, .bcn-card-wrap .contact-info, .bcn-card-wrap .about-bnc, .bcn-card-wrap .virtual-digital-cards, .bcn-card-wrap .box-layout, .bcn-card-wrap .user-card, .bcn-card-wrap .mutual-contacts {
		margin-top: 30px;
	}
}
@media (max-width: 479px) {
	.bcn-card-wrap li p {
		width: 84%;
	}
}
.block {
	position: relative;
}
.block .container {
	max-width: 1280px;
}
.block:before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
}
@media (max-width: 767px) {
	.block:before {
		left: 0;
		right: 0;
		width: 100%;
		height: 50%;
		bottom: inherit;
	}
}
.block1 {
	background: #dae8ec;
	/*background: #f5f2f1;*/
}
.block1:before {
	background: #f8d97c;
	/*background: #6da5c6;*/
	color: white;
}
.block2 {
	background: #f9e0bc;
	/*background: #567d41;*/
}
.block2:before {
	background: #e6ecda;
	/*background: #d3a331;*/
}
.block3 {
	background: #afcfd8;
	/*background: #bb0437;*/
}
.block3:before {
	background: #f9cebc;
	/*background: #7f7b7a;*/
}
.box-layout {
	padding: 90px 15px 50px;
	min-height: 480px;
	position: relative;
	/*z-index: 1;*/
	z-index: 1000;
}
@media (max-width: 1199px) {
	.box-layout {
		padding-top: 64px;
		min-height: 400px;
	}
}
@media (max-width: 767px) {
	.box-layout {
		padding: 40px 15px 15px;
		min-height: 320px;
	}
}
@media (max-width: 479px) {
	.box-layout {
		width: auto;
		float: none;
		min-height: inherit;
	}
}
.home-info-box {
	max-width: 380px;
	margin: 0 auto;
	padding: 0 15px;
}
.home-info-box img {
	margin-bottom: 65px;
}
.home-info-box p em {
	display: block;
}
@media (max-width: 991px) {
	.home-info-box img {
		margin-bottom: 40px;
	}
	.home-info-box p em {
		display: inline;
	}
}
@media (max-width: 767px) {
	.home-info-box {
		max-width: inherit;
	}
}
/*contact-page
=====================*/
.contact-page .page-title {
	margin-bottom: 0;
}
.contact-banner {
	background: url(/assets/sat_images/contact-banner.png) no-repeat center bottom;
}
@media (max-width: 767px) {
	.contact-banner {
		background-size: 290px;
	}
}
@media (max-width: 479px) {
	.contact-banner {
		background-size: 230px;
	}
}
.contact-wrap {
	background-image: -moz-linear-gradient(left, #f9f9f9 50%, #dae8ec 50%);
	background-image: -webkit-linear-gradient(left, #f9f9f9 50%, #dae8ec 50%);
	background-image: -ms-linear-gradient(left, #f9f9f9 50%, #dae8ec 50%);
	background-image: linear-gradient(left, #f9f9f9 50%, #dae8ec 50%);
	background-image: -o-linear-gradient(left, #f9f9f9 50%, #dae8ec 50%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(50%, #f9f9f9), color-stop(50%, #dae8ec));
	padding: 100px 0 50px;
	border-bottom: 1px solid #dae8ec;
}
@media (max-width: 991px) {
	.contact-wrap {
		padding: 50px 0 40px;
	}
}
@media (max-width: 767px) {
	.contact-wrap {
		background: none;
		padding: 0;
	}
	.contact-wrap .col-sm-6, .contact-wrap .contact-form, .contact-wrap .contact-info, .contact-wrap .about-bnc, .contact-wrap .virtual-digital-cards, .contact-wrap .box-layout, .contact-wrap .user-card, .contact-wrap .mutual-contacts {
		background: #f9f9f9;
	}
	.contact-wrap .col-sm-6 + .col-sm-6, .contact-wrap .contact-form + .col-sm-6, .contact-wrap .contact-info + .col-sm-6, .contact-wrap .about-bnc + .col-sm-6, .contact-wrap .virtual-digital-cards + .col-sm-6, .contact-wrap .box-layout + .col-sm-6, .contact-wrap .user-card + .col-sm-6, .contact-wrap .mutual-contacts + .col-sm-6, .contact-wrap .col-sm-6 + .contact-form, .contact-wrap .contact-form + .contact-form, .contact-wrap .contact-info + .contact-form, .contact-wrap .about-bnc + .contact-form, .contact-wrap .virtual-digital-cards + .contact-form, .contact-wrap .box-layout + .contact-form, .contact-wrap .user-card + .contact-form, .contact-wrap .mutual-contacts + .contact-form, .contact-wrap .col-sm-6 + .contact-info, .contact-wrap .contact-form + .contact-info, .contact-wrap .contact-info + .contact-info, .contact-wrap .about-bnc + .contact-info, .contact-wrap .virtual-digital-cards + .contact-info, .contact-wrap .box-layout + .contact-info, .contact-wrap .user-card + .contact-info, .contact-wrap .mutual-contacts + .contact-info, .contact-wrap .col-sm-6 + .about-bnc, .contact-wrap .contact-form + .about-bnc, .contact-wrap .contact-info + .about-bnc, .contact-wrap .about-bnc + .about-bnc, .contact-wrap .virtual-digital-cards + .about-bnc, .contact-wrap .box-layout + .about-bnc, .contact-wrap .user-card + .about-bnc, .contact-wrap .mutual-contacts + .about-bnc, .contact-wrap .col-sm-6 + .virtual-digital-cards, .contact-wrap .contact-form + .virtual-digital-cards, .contact-wrap .contact-info + .virtual-digital-cards, .contact-wrap .about-bnc + .virtual-digital-cards, .contact-wrap .virtual-digital-cards + .virtual-digital-cards, .contact-wrap .box-layout + .virtual-digital-cards, .contact-wrap .user-card + .virtual-digital-cards, .contact-wrap .mutual-contacts + .virtual-digital-cards, .contact-wrap .col-sm-6 + .box-layout, .contact-wrap .contact-form + .box-layout, .contact-wrap .contact-info + .box-layout, .contact-wrap .about-bnc + .box-layout, .contact-wrap .virtual-digital-cards + .box-layout, .contact-wrap .box-layout + .box-layout, .contact-wrap .user-card + .box-layout, .contact-wrap .mutual-contacts + .box-layout, .contact-wrap .col-sm-6 + .user-card, .contact-wrap .contact-form + .user-card, .contact-wrap .contact-info + .user-card, .contact-wrap .about-bnc + .user-card, .contact-wrap .virtual-digital-cards + .user-card, .contact-wrap .box-layout + .user-card, .contact-wrap .user-card + .user-card, .contact-wrap .mutual-contacts + .user-card, .contact-wrap .col-sm-6 + .mutual-contacts, .contact-wrap .contact-form + .mutual-contacts, .contact-wrap .contact-info + .mutual-contacts, .contact-wrap .about-bnc + .mutual-contacts, .contact-wrap .virtual-digital-cards + .mutual-contacts, .contact-wrap .box-layout + .mutual-contacts, .contact-wrap .user-card + .mutual-contacts, .contact-wrap .mutual-contacts + .mutual-contacts {
		background: #dae8ec;
		padding: 30px 15px 20px;
	}
}
.contact-form-sec {
	padding-right: 30px;
}
.contact-form-sec .btn, .contact-form-sec .get-started-btn, .contact-form-sec .sign-up-btn {
	font-weight: 500;
	margin-top: 12px;
	text-transform: none;
	background: #fd6f02;
}
.contact-form-sec .btn:hover, .contact-form-sec .get-started-btn:hover, .contact-form-sec .sign-up-btn:hover {
	background: black;
}
@media (max-width: 767px) {
	.contact-form-sec {
		padding: 30px 0;
	}
}
.contact-sec-address {
	max-width: 245px;
	margin: 0 auto;
	text-align: center;
}
.contact-sec-address p, .contact-sec-address address {
	margin-bottom: 10px;
}
.contact-sec-address address {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.contact-sec-address {
		float: none;
		margin: 0 auto;
	}
}
/*create-card-page
=====================*/
.top-bar {
	padding-top: 54px;
	background: #3d3d3d;
	/*#3d3d3d*/
}
.top-bar li {
	float: left;
	border-right: 1px solid dimgrey;
}
.top-bar li a {
	padding: 13px 20px;
	display: block;
}
.top-bar li strong {
	display: block;
	font-weight: normal;
}
.top-bar li img {
	display: inline-block;
	margin-bottom: 5px;
}
.top-bar li .btn, .top-bar li .get-started-btn, .top-bar li .sign-up-btn {
	margin: 0 4px;
	min-width: inherit;
	padding: 0 10px;
	display: inline-block;
}
.top-bar li .btn:hover, .top-bar li .get-started-btn:hover, .top-bar li .sign-up-btn:hover {
	background: none;
}
.top-bar li .btn-warning, .top-bar li .sign-up-btn {
	background: #fd6f02;
}
.top-bar li:last-child {
	border-right: none;
	padding: 18px;
	float: right;
}
.top-bar li input {
	width: 39px;
	height: 18px;
	background: none;
	border: 1px solid white;
	margin-bottom: 9px;
}
@media (max-width: 1199px) {
	.top-bar li a {
		padding: 13px 8px;
	}
}
@media (max-width: 991px) {
	.top-bar i {
		display: block;
	}
	.top-bar li {
		min-height: 124px;
	}
	.top-bar li .btn, .top-bar li .get-started-btn, .top-bar li .sign-up-btn {
		display: block;
		margin-top: 10px;
	}
	.top-bar li img, .top-bar li input {
		margin-top: 20px;
	}
	.top-bar li .get-started-btn {
		margin-top: 0;
	}
	.top-bar li a {
		padding: 15px 11px;
	}
}
@media (max-width: 767px) {
	.top-bar li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.top-bar li a {
		padding: 10px;
		display: block;
	}
	.top-bar li:last-child {
		display: block;
		width: 100%;
		border-top: 1px solid dimgrey;
		min-height: inherit;
		line-height: 1.5;
	}
	.top-bar li:last-child a {
		display: inline-block;
		margin-top: 0;
	}
	.top-bar li:nth-last-child(2) {
		border-right: none;
	}
}
@media (max-width: 479px) {
	.top-bar {
		padding-top: 49px;
		border-left: 1px solid dimgrey;
	}
	.top-bar li {
		width: 33.333%;
		min-height: 75px;
		border-bottom: 1px solid dimgrey;
	}
	.top-bar li:nth-last-child(2) {
		border-right: 1px solid dimgrey;
	}
	.top-bar li:last-child {
		border-top: none;
		border-right: 1px solid dimgrey;
	}
	.top-bar li a {
		padding: 5px;
	}
	.top-bar li img, .top-bar li input {
		margin-top: 5px;
	}
	.top-bar li strong {
		line-height: 1.2;
	}
}
/*user-main-wrap
-----------------------------*/
#user-main-wrap {
	/* MG
 modificato il padding perché rimaneva uno spazio tra la top bar e la row folder-pages line 7248
 se la pagina è lunga e l'utente deve scrollare la pagina si vede scorrere nello spazio
 tra folder-pages e top-bar. Per mantenere le medesime distanze tra testo e top bar
 ho aggiunto un padding-top di 20 px a folder-pages 
	*/
	padding: 70px 0 0 220px;
	/*padding: 50px 0 0 220px;*/
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
#user-main-wrap.active {
	padding-left: 410px;
}
#user-main-wrap.active .folder-pages {
	left: 410px;
}
#user-main-wrap.tableOnScroll .folder-pages {
	position: static;
}
#user-main-wrap.tableOnScroll .top-sec {
	position: fixed;
	background: white;
	left: 220px;
	right: 0;
	/*z-index: 1;*/
	z-index: 1000;
}
@media (max-width: 1199px) {
	#user-main-wrap {
		padding-left: 200px;
	}
	#user-main-wrap.active {
		padding-left: 380px;
	}
	#user-main-wrap.active .top-bar {
		padding-left: 0;
	}
	#user-main-wrap.active .top-bar i, #user-main-wrap.active .top-bar .btn, #user-main-wrap.active .top-bar .get-started-btn, #user-main-wrap.active .top-bar .sign-up-btn {
		display: block;
	}
	#user-main-wrap.active .top-bar .sign-up-btn {
		margin-top: 10px;
	}
	#user-main-wrap.active .top-bar li {
		padding: 10px 14px;
		min-height: 104px;
	}
	#user-main-wrap.active .top-bar li img, #user-main-wrap.active .top-bar li input {
		margin-top: 10px;
	}
	#user-main-wrap.active .folder-pages {
		left: 360px;
	}
}
@media (max-width: 991px) {
	#user-main-wrap {
		padding-left: 170px;
	}
	#user-main-wrap.active {
		padding-left: 330px;
	}
	#user-main-wrap.active .top-bar li {
		padding: 10px 5px;
	}
	#user-main-wrap.active .top-bar li .btn, #user-main-wrap.active .top-bar li .get-started-btn, #user-main-wrap.active .top-bar li .sign-up-btn {
		padding: 0 5px;
	}
	#user-main-wrap.active .folder-pages {
		left: 330px;
	}
	#user-main-wrap.tableOnScroll .top-sec {
		left: 170px;
	}
}
@media (max-width: 767px) {
	#user-main-wrap {
		padding: 60px 0 0 80px;
	}
	#user-main-wrap.active {
		padding-left: 80px;
	}
	#user-main-wrap.active .top-sec {
		text-align: left;
	}
	#user-main-wrap.active .top-sec h3 {
		margin-bottom: 0;
	}
	#user-main-wrap.active .folder-pages {
		left: 80px;
	}
	#user-main-wrap.active .top-bar .btn, #user-main-wrap.active .top-bar .get-started-btn, #user-main-wrap.active .top-bar .sign-up-btn {
		display: inline-block;
		margin-top: 0;
	}
	#user-main-wrap.tableOnScroll .top-sec {
		left: 80px;
	}
}
@media (max-width: 479px) {
	#user-main-wrap {
		padding-left: 0;
	}
}
.top-sec {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 10% 10px 35px;
}
.top-sec h3 {
	margin: 0;
	float: left;
	margin-top: 10px;
}
.top-sec .btn, .top-sec .get-started-btn, .top-sec .sign-up-btn {
	float: right;
}
@media (max-width: 1199px) {
	.top-sec {
		padding: 10px 30px;
	}
}
@media (max-width: 767px) {
	.top-sec {
		padding: 10px 15px;
	}
	.top-sec .btn, .top-sec .get-started-btn, .top-sec .sign-up-btn {
		margin-top: 15px;
		min-width: 150px;		
	}
	.top-sec h3 {
		font-size: 18.0px;
		width: 180px;
	}
}
@media (max-width: 479px) {
	.top-sec {
		padding: 10px;
	}
	.top-sec .btn, .top-sec .get-started-btn, .top-sec .sign-up-btn {
		margin-top: 15px;
		min-width: 130px;		
	}
	.top-sec h3 {
		font-size: 18.0px;
		width: 180px;
	}
}
@media (max-width: 1199px) {
	.card-area {
		padding-left: 214px;
	}
}
@media (max-width: 991px) {
	.card-area {
		padding: 70px 0 70px 187px;
	}
	.card-area .img-flip {
		max-width: 310px;
	}
}
@media (max-width: 767px) {
	.card-area {
		padding: 50px 0 50px 120px;
	}
	.card-area .img-flip {
		max-width: 220px;
	}
}
@media (max-width: 479px) {
	.card-area {
		padding: 50px 10px 50px 110px;
	}
}
.card-postion {
	width: 151px;
	background: #e3e3e3;
	padding: 11px 13px 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.card-postion ul {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.card-postion li {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.card-postion {
		width: 125px;
		padding: 10px;
	}
}
@media (max-width: 991px) {
	.card-postion {
		width: 110px;
		padding: 10px 5px;
	}
}
@media (max-width: 767px) {
	.card-postion {
		width: 120px;
		padding: 10px;
	}
}
@media (max-width: 479px) {
	.card-postion {
		width: 100px;
		padding: 5px;
	}
}
.img-postion-link {
	min-height: 75px;
	display: block;
	background: #fd6f02;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid transparent;
	margin-bottom: 10px;
}
.img-postion-link:hover {
	background: black;
}
.img-postion-link.back-side {
	background: white;
}
.img-postion-link.back-side:hover {
	background: black;
	color: white;
}
@media (max-width: 1199px) {
	.img-postion-link {
		min-height: 60px;
	}
}
@media (max-width: 991px) {
	.img-postion-link {
		min-height: 50px;
	}
}
@media (max-width: 479px) {
	.img-postion-link {
		min-height: 35px;
		line-height: 35px;
	}
}
.card-rotation a {
	padding: 10px;
	border: 1px solid transparent;
	position: relative;
	display: block;
}
.card-rotation a:before {
	content: '';
	background: url(/assets/sat_images/selected-img.png) no-repeat left center/100% 100%;
	display: inline-block;
	width: 18px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -6px;
	opacity: 0;
}
.card-rotation.active a {
	background-color: #f6f6f6;
}
@media (max-width: 1199px) {
	.card-rotation a:before {
		left: 5px;
	}
}
@media (max-width: 991px) {
	.card-rotation a {
		padding: 10px 5px 10px 15px;
	}
	.card-rotation a:before {
		width: 15px;
		height: 10px;
	}
}
@media (max-width: 767px) {
	.card-rotation a {
		padding: 10px 5px 10px 15px;
	}
	.card-rotation a:before {
		left: 10px;
		width: 18px;
		height: 13px;
	}
}
@media (max-width: 479px) {
	.card-rotation a {
		padding-left: 20px;
	}
	.card-rotation a:before {
		left: 5px;
		width: 14px;
		height: 12px;
	}
}
.business-card-type {
	padding: 0 15px 30px 0;
}
.business-card-type ul {
	margin-top: 20px;
}
.business-card-type li {
	display: inline-block;
	margin-left: 36px;
}
.business-card-type li:first-child {
	margin-left: 0;
}
.business-card-type li a {
	width: 144px;
	height: 144px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #d9d9d9;
	/*#d9d9d9*/
	display: block;
}
.business-card-type li a:hover {
	background: #fd6f02;
}
.business-card-type li.active a {
	background: #fd6f02;
	position: relative;
}
.business-card-type li.active a:after {
	content: '';
	background: url(/assets/sat_images/card-select.png) no-repeat;
	width: 27px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 20px 0 0 -13px;
}
.business-card-type .form-group {
	max-width: 515px;
	margin-top: 45px;
	position: relative;
	padding-right: 47px;
}
.business-card-type .form-group button {
	background: url(/assets/sat_images/submit-img.png) no-repeat;
	width: 32px;
	height: 35px;
	border: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 991px) {
	.business-card-type li {
		margin-left: 20px;
	}
	.business-card-type li a {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
}
@media (max-width: 767px) {
	.business-card-type {
		padding-right: 0;
	}
	.business-card-type li {
		margin-left: 10px;
	}
	.business-card-type li a {
		width: 85px;
		height: 85px;
		line-height: 85px;
		font-size: 13px;
	}
}
.card-type {
	float: left;
	width: 50%;
	padding: 55px 15px 20px;
}
.card-type h4 {
	margin: 10px 0 13px;
}
.card-type p strong {
	display: block;
}
@media (max-width: 991px) {
	.card-type p {
		font-size: 14px;
	}
	.card-type p strong {
		display: inline;
	}
}
@media (max-width: 767px) {
	.card-type {
		padding: 30px 15px 5px;
	}
}
.cards-layout {
	padding-top: 54px;
}
.design-scratch {
	position: relative;
}
.design-scratch:before {
	content: '';
	background: #d6d6d6;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}
.start-scratch {
	border-right: none;
}
.comming-soon {
	width: auto;
	float: none;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
	margin-bottom: 100px;
}
.comming-soon h3 {
	border-bottom: none;
	padding-left: 0;
	margin: 15px 0 10px;
	/*z-index: 1;*/
	z-index: 1000;
	position: relative;
}
.comming-soon:after {
	content: '';
	background: rgba(251, 250, 249, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.comming-soon {
		margin-bottom: 0;
		border-bottom: none;
	}
}
.user-main-info {
	padding: 85px 10px 0 35px;
}
@media (max-width: 767px) {
	.user-main-info {
		padding: 80px 15px 0;
	}
}
@media (max-width: 479px) {
	.user-main-info {
		padding: 80px 10px 0;
	}
}
.user-main-info.doubleCardSize .card-box{
	width: 375px;	
	margin-bottom: 100px;
}
.user-main-info.doubleCardSize .card-box-content {
	width: 360px;
}
.user-main-info.doubleCardSize .card-box.portrait .card-box-content .card-over-lay{
	width: 248px;
}
@media (max-width: 1199px) {
	.user-main-info.doubleCardSize .card-box{
		width: 328px;
	}
	.user-main-info.doubleCardSize .card-box-content {
		width: 313px;
	}
	.user-main-info.doubleCardSize .card-box.portrait .card-box-content .card-over-lay{
		width: 215px;
	}
}
@media (max-width: 767px) {
	.user-main-info.doubleCardSize .card-box{
		width: 400px;
	}
	.user-main-info.doubleCardSize .card-box-content {
		width: 385px;
	}
	.user-main-info.doubleCardSize .card-box.portrait .card-box-content .card-over-lay{
		width: 265px;
	}
}
.card-box {
	float: left;
	width: 265px;
	height: 350px;
	position: relative;
	/*margin: 30px 50px 55px 0;*/
	margin: 0px 20px;
	/*border: 2px solid transparent;*/
	/*border-bottom: 1px solid #fd6f02;*/
	padding: 4px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
@media (max-width: 991px) {
	.search-info {
		padding-top: 80px;
	}
	.search-info .card-box {
		margin-right: 10px;
		width: 235px;
	}
	.about-user{
		width: 235px !important;
	}
}
@media (max-width: 767px) {
	.card-box {
		height: auto;
		margin-bottom: 10px;
	}
	.search-info {
		text-align: center;
	}
	.search-info .card-box {
		margin: 0 auto 20px;
	}
	.about-user{
		width: 235px !important;
	}
	.card-box.portrait .about-user{
		margin-top: 20px;
	}
}

.card-box.active .card-box-content{
	border-color: #f8d97c;
}
.card-box-content {
	border: 2px solid transparent;
	float: left;
	padding: 4px 5px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 255px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.card-box.add-new-card {
	border-bottom: 1px solid transparent;
}
.card-box img {
	display: block;
	width: 100%;
}
.card-box img.link-img {
	width: auto;
}
.card-box p {
	margin-bottom: 0;
}
.card-box p strong {
	font-weight: 500;
	color: #fd6f02;
}
.card-box .arrow-up {
	background: url(/assets/sat_images/arrow-up.png) no-repeat;
	width: 23px;
	height: 20px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.card-box .arrow-up:hover {
	background-position: -23px 0;
}
.card-box.fav .arrow-up{
	background-position: -23px 0 !important;
}
.card-box .folder-info {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 162px;
	border: none;
}
.card-box .folder-info .add-link-img {
	position: absolute;
	/*top: 50%;*/
	top: 24%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: auto;
}
.card-box input.css-checkbox[type="checkbox"] + label.css-label {
	padding-left: 16px;
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 16px;
	height: 14px;
}
.card-box .about-user img {
	/*width: auto;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline;
}
.card-box .about-user > a {
	float: left;
}
@media (max-width: 991px) {
	.card-box {
		margin-right: 25px;
		width: 250px;
	}
}
@media (max-width: 767px) {
	.card-box {
		float: none;
		margin: 0 auto 30px;
	}
}
.tooltip-link {
	position: relative;
}
.tooltip-link strong {
	background: black;
	font-weight: normal;
	color: white;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 150px;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.5;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: none !important;
	/*z-index: 2;*/
	z-index: 1001;
}
.tooltip-link strong:after {
	content: '';
	background: url(/assets/sat_images/link-arrow-up.png) no-repeat top center;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -5px 0 0 -3px;
	width: 5px;
	height: 7px;
}
.tooltip-link:hover strong {
	display: block !important;
}
.rate {
	display: inline-block !important;
	color: #d2d0cf;
	height: 15px !important;
}
.rate-base-layer {
	color: #d2d0cf;
}
.rate-hover-layer, .rate-face {
	color: #fd6f02;
}
.my-own-card-page .card-over-lay {
	cursor: default;
}
.my-own-card-page .cradDetailLink {
	cursor: pointer;
}
.cradDetailLink{
	border: 1px dotted silver;
}
.card-over-lay {
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.card-over-lay:after {
	content: '';
	background: rgba(253, 111, 2, 0.9);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.card-over-lay ul {
	position: absolute;
	top: 120%;
	left: 50%;
	/*z-index: 1;*/
	z-index: 1000;
	min-width: 140px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.card-over-lay li {
	display: inline-block;
	border-left: 1px solid white;
	line-height: 1;
}
.card-over-lay li:first-child {
	border-left: none;
	padding-left: 0;
}
.card-over-lay a {
	display: inline-block;
	padding-left: 5px;
}
.card-over-lay:hover:after {
	opacity: 1;
}
.card-over-lay:hover ul {
	top: 50%;
}
.all-folders li {
	width: 280px;
	float: left;
	margin: 20px 22px 0;
}
.all-folders li a {
	display: block;
}
@media (max-width: 991px) {
	.all-folders li {
		width: 255px;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.all-folders li {
		width: 50%;
		padding: 30px 10px 0 10px;
		margin: 0;
	}
}
@media (max-width: 479px) {
	.all-folders li {
		width: 270px;
		margin: 0 auto;
		float: none;
	}
	.all-folders .folder-info {
		height: 150px;
	}
}
.rename-delete {
	border: 1px solid #e4e4e4;
	border-left: none;
	display: inline-block;
	margin: 10px 0 0 22px;
}
.rename-delete li {
	float: left;
}
.rename-delete li:first-child a {
	background: none;
	/*padding: 0;*/
}
.rename-delete li img {
	margin-right: 5px;
}
.rename-delete input.css-checkbox[type="checkbox"] + label.css-label {
	font-size: 12px;
	font-weight: 500;
	width: 16px;
	height: 15px;
	margin-bottom: 0;
	padding: 23px 19px;
	background-position: center center;
}
.rename-delete a {
	background: #f6f6f6;
	padding: 13px 26px;
	display: block;
	border-left: 1px solid #e4e4e4;
}
.all-follders-page .user-main-info {
	padding: 60px 10px 0 10px;
}
@media (max-width: 767px) {
	.all-follders-page .user-main-info {
		padding-left: 10px;
	}
}
.folder-number {
	background-image: url("/assets/sat_images/foldert-topsec.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	padding: 10px 13px;
	height: 40px;
}
.folder-number strong {
	float: left;
	margin-left: 6px;
}
@media (max-width: 991px) {
	.folder-number {
		padding: 15px 13px;
		background-size: 100% 100% !important;
	}
}
@media (max-width: 767px) {
	.folder-number {
		padding: 10px;
	}
}
.card-number {
	background: #f9f9f9;
	border: 1px solid #fd6f02;
	min-height: 22px;
	min-width: 22px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	float: left;
	padding: 0 5px;
}
.card-number-nofloat{
	float: none;
}
.folder-info {
	background: #f8d97c;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #f8d97c;
	height: 180px;
}
.folder-info p {
	margin-bottom: 0;
}
.folder-info a {
	display: inline-block;
}
@media (max-width: 767px) {
	.folder-info {
		height: 130px;
		line-height: 130px;
	}
}
.service-product .folder-info {
	background: #dae8ec;
}
.service-product .folder-number {
	background-image: url("/assets/sat_images/foldert-topsec2.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.new-folder .folder-info {
	background: #f6f6f6;
}
.new-folder .folder-number {
	background-image: url("/assets/sat_images/foldert-topsec3.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.add-folder .folder-info {
	background: white;
}
.add-folder .folder-number {
	background-image: url("/assets/sat_images/foldert-topsec4.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.manage-folders {
	padding-top: 140px;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.manage-folders h4 {
	margin-bottom: 35px;
}
.manage-folders .toggle-btn {
	display: none;
}
@media (max-width: 767px) {
	.manage-folders {
		/*padding-top: 80px;*/
		padding-top: 160px;
		text-align: center;
	}
	.manage-folders h4 {
		margin-bottom: 15px;
	}
	.manage-folders.active .toggle-btn {
		top: 265px;
	}
	.manage-folders.active {
		padding-top: 170px;
	}
	.manage-folders .toggle-btn {
		position: absolute;
		top: 160px;
		right: 15px;
		overflow: hidden;
		margin: 0px auto;
		padding: 0px;
		width: 30px;
		height: 25px;
		font-size: 0px;
		text-indent: -9999px;
		-moz-appearance: none;
		box-shadow: none;
		border: medium none;
		cursor: pointer;
		-webkit-transition: 0.3s ease 0s;
		-moz-transition: 0.3s ease 0s;
		-ms-transition: 0.3s ease 0s;
		-o-transition: 0.3s ease 0s;
		transition: 0.3s ease 0s;
		background: none;
		margin-top: 15px;
		display: block;
	}
	.manage-folders .toggle-btn span {
		-webkit-transition: 0s ease 0.3s;
		-moz-transition: 0s ease 0.3s;
		-ms-transition: 0s ease 0.3s;
		-o-transition: 0s ease 0.3s;
		transition: 0s ease 0.3s;
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 3px;
		background: #fd6f02;
		border-radius: 4px;
	}
	.manage-folders .toggle-btn span:after, .manage-folders .toggle-btn span:before {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
		position: absolute;
		display: block;
		left: 0px;
		width: 100%;
		height: 3px;
		background-color: #fd6f02;
		content: "";
		border-radius: 4px;
	}
	.manage-folders .toggle-btn span:before {
		transition-property: top, transform;
		top: -10px;
	}
	.manage-folders .toggle-btn span:after {
		transition-property: bottom, transform;
		bottom: -10px;
	}
	.manage-folders .toggle-btn.active span {
		background: transparent;
	}
	.manage-folders .toggle-btn.active span:before, .manage-folders .toggle-btn.active span:after {
		transition-delay: 0s, 0.3s;
	}
	.manage-folders .toggle-btn.active span:before {
		top: 0px;
		transform: rotate(45deg);
	}
	.manage-folders .toggle-btn.active span:after {
		bottom: 0px;
		transform: rotate(-45deg);
	}
}
.card-control-sec {
	border-bottom: 1px solid #e4e4e4;
	/*padding-right: 10%;*/
	padding-right: 2%;
}
@media (max-width: 991px) {
	.card-control-sec {
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	.card-control-sec {
		padding-right: 0;
		display: none;
	}
}
.controls-list {
	padding: 9px 30px;
	float: left;
}
.controls-list > li {
	display: inline-block;
	position: relative;
}
.controls-list > li.delet-btn a:after {
	display: none;
}
.controls-list > li.delete-icon > a {
	padding-right: 15px;
}
.controls-list > li.email-icon > a:after, 
.controls-list > li.share-icon > a:after, 
.controls-list > li.card-selector > a:after, 
.controls-list > li.delete-icon > a:after {
	display: none;
}
.controls-list > li.show-entries > a:after {
	background: url(/assets/sat_images/select.png) no-repeat right center;
	width: 10px;
	height: 13px;
	margin-top: -6px;
}
.controls-list > li.show-entries.active > a:after {
	background: url(/assets/sat_images/select.png) no-repeat right center;
	width: 10px;
	height: 13px;
}
.controls-list > li > a {
	min-width: 63px;
	min-height: 41px;
	background: #f6f6f6;
	display: block;
	padding: 0 20px 0 15px;
	border-width: 1px;
	border-style: solid;
	position: relative;
}
.controls-list > li > span.card-selector {
	min-width: 63px;
	min-height: 41px;
	background: #f6f6f6;
	display: block;
	padding: 0 15px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	border-color: #e4e4e4 transparent #e4e4e4 #e4e4e4;
	font-size: 12px;
	font-weight: 500;
	line-height: 41px;
	text-align: center;
}
.controls-list > li > a:after {
	content: '';
	background: url(/assets/sat_images/arrow-down.png) no-repeat left center;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -3px 0 0 10px;
	width: 10px;
	height: 5px;
}
.controls-list > li.active > a {
	-webkit-box-shadow: inset -1px 1px 4px 2px #c5c5c5;
	-moz-box-shadow: inset -1px 1px 4px 2px #c5c5c5;
	-ms-box-shadow: inset -1px 1px 4px 2px #c5c5c5;
	-o-box-shadow: inset -1px 1px 4px 2px #c5c5c5;
	box-shadow: inset -1px 1px 4px 2px #c5c5c5;
}
.controls-list > li.active > a:after {
	background-position: -10px 0;
}
.controls-list > li.active .drop-down {
	display: block;
}
.controls-list .tooltip-link strong {
	min-width: 50px;
}
.controls-list input.css-checkbox[type="checkbox"] + label.css-label {
	margin-bottom: 0;
	width: 16px;
	height: 14px;
}
@media (max-width: 991px) {
	.controls-list {
		padding: 10px;
	}
	.controls-list > li:first-child > a {
		min-width: 50px;
	}
	.controls-list > li > a {
		padding: 0 18px 0 10px;
	}
}
@media (max-width: 767px) {
	.controls-list {
		float: none;
		text-align: center;
		padding: 10px 0;
	}
	.controls-list > li > a {
		min-width: 55px;
		padding-left: 8px;
	}
	.controls-list > li:last-child.active .drop-down {
		right: 0;
		left: auto;
	}
}
@media (max-width: 479px) {
	.controls-list > li > a {
		min-width: 30px;
		padding: 0 17px 0 5px;
	}
}
@media (min-width: 768px) {
	.card-control-sec {
		display: block !important;
	}
}
.drop-down {
	border: 1px solid #e4e4e4;
	min-width: 130px;
	padding: 10px 0;
	background: white;
	position: absolute;
	top: 100%;
	left: 0;
	/*z-index: 2;*/
	z-index: 1001;
	display: none;
	-webkit-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-moz-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-ms-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-o-box-shadow: 0px 2px 3px 0px #c5c5c5;
	box-shadow: 0px 2px 3px 0px #c5c5c5;
}
.drop-down li {
	display: block;
}
.drop-down a {
	padding: 10px;
	display: block;
}
.drop-down a:hover {
	background: #f6f6f6;
}
.drop-down.select-folder li:nth-child(3) a {
	/*  border-top: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;*/
}
.drop-down.select-folder li:last-child a {
	/*  border-top: 1px solid #bebebe;
		background: #f6f6f6;
		margin-top: 10px;*/
}
.drop-down.select-folder li strong {
	padding: 0 10px;
	margin-bottom: 10px;
	display: block;
}
@media (max-width: 767px) {
	.drop-down {
		text-align: left;
	}
}
.search-field {
	float: right;
	margin-top: 20px;
}
.search-field input {
	background: white;
	border: none;
	width: 145px;
	font-size: 15px;
}
@media (max-width: 767px) {
	.search-field {
		float: none;
		position: relative;
		padding: 0 40px 0 10px;
		margin: 0 0 10px;
	}
	.search-field input {
		width: 100%;
	}
	.search-field a {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -12px;
	}
}
.folder-pages {
	/*vedi line 6241 per spiegazioni: ho aggiunto qui il padding-top*/
	/*padding-top: 20px;*/
	position: fixed;
	left: 220px;
	right: 0;
	z-index: 1001;
	/*z-index: 2;*/
	background: white;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
@media (max-width: 1199px) {
	.folder-pages {
		left: 200px;
	}
}
@media (max-width: 991px) {
	.folder-pages {
		left: 170px;
	}
}
@media (max-width: 767px) {
	.folder-pages {
		left: 80px;
	}
}
@media (max-width: 479px) {
	.folder-pages {
		left: 0;
	}
}
.new-folder-icon {
	float: left;
	margin: 10px 0 0 25px;
	position: relative;
	padding-right: 15px;
}
.new-folder-icon > a {
	width: 29px;
	height: 24px;
	background: url(/assets/sat_images/new-folder-icon.png) no-repeat;
	position: relative;
	display: block;
}
.new-folder-icon:hover > a {
	background-position: -29px 0;
}
@media (max-width: 767px) {
	.new-folder-icon {
		margin-left: 10px;
		float: none;
	}
}
@media (max-width: 479px) {
	.new-folder-icon {
		margin-left: 5px;
		padding-right: 5px;
	}
}
.link-info {
	position: absolute;
	top: 0;
	left: 100%;
	width: 160px;
	margin-top: -15px;
}
.link-info:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/assets/sat_images/arrow-left.png) no-repeat;
	width: 5px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 100%;
	margin: -4px -1px 0 0;
}
.link-info a {
	float: none;
	display: inline-block;
	background: black;
	padding: 10px;
	border-left: 1px solid white;
}
.link-info a img {
	margin-right: 8px;
}
.search-info {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 130px;
}
.search-info h2 {
	font-size: 16px;
}
.mutual-contacts-slide {
	position: absolute;
	left: -11px;
	bottom: 50px;
	width: 415px;
	background: white;
	/*z-index: 2;*/
	z-index: 1001;
	padding: 0px;
	display: none;
	border-radius: 6px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-moz-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-ms-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-o-box-shadow: 0px 2px 3px 0px #c5c5c5;
	box-shadow: 0px 2px 3px 0px #c5c5c5;
}
.mutual-contacts-slide:after {
	content: '';
	background: url(/assets/sat_images/caret-down.png) no-repeat;
	width: 17px;
	height: 9px;
	position: absolute;
	bottom: -8px;
	left: 22px;
	/*z-index: 1;*/
	z-index: 1000;
}
.mutual-contacts-slide.active {
	display: block;
}
.mutual-contacts-slide h4 {
	text-align: center;
}
.mutual-contacts-slide .about-user > img {
	float: left;
}
@media (max-width: 767px) {
	.mutual-contacts-slide {
		display: none !important;
	}
}
.private-card .card-over-lay {
	min-height: 152px;
	background: #474747;
	padding: 58px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.private-card .card-over-lay p i {
	display: block;
}
.card-links {
	background: #f6f6f6;
	border: 1px solid #e4e4e4;
	padding: 13px 11px;
	margin: 13px 0 30px;
}
.card-links li {
	display: inline-block;
	margin-left: 22px;
}
.card-links li:first-child {
	margin-left: 0;
}
.card-links a {
	display: inline-block;
}
.card-links img {
	margin-right: 8px;
}
@media (max-width: 991px) {
	.card-links li {
		margin-left: 12px;
	}
	.card-links a {
		font-size: 13px;
	}
	.card-links img {
		margin-right: 5px;
	}
}
@media (max-width: 767px) {
	.card-links li {
		margin-bottom: 10px;
	}
	.card-links li:first-child {
		margin-left: 12px;
	}
}
.search-card {
	position: relative;
	padding-right: 75px;
	margin-bottom: 30px;
}
.search-card input {
	border: none;
	border-bottom: 1px solid #ebebeb;
	/*#eaeaea*/
	width: 100%;

}
.search-card button {
	background: url(/assets/sat_images/search-icon3.png) no-repeat;
	height: 58px;
	width: 58px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -29px;
	border: none;
}
.link-img {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.link-img img {
	width: auto;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
}
.new-link-img {
	background: #f6f6f6;
	border: 1px solid #e4e4e4;
	padding: 7px 8px;
}
.search-cards-layout {
	display: none;
}
#searchSecLayout .card-box {
	float: none;
}
#singleCard h4 {
	margin-bottom: 50px;
}
.card-link-request {
	background: #f6f6f6;
	padding: 23px 0 23px 30px;
	border-bottom: 1px solid #e4e4e4;
}
.card-link-request h4 {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	padding: 13px 30px;
	margin-right: 0;
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	background: none;
}
.nav-tabs > li > a:focus {
	background: black;
}
.nav-tabs > li.active > a {
	background: black;
	border: none;
	position: relative;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: black;
	border: none;
}
.nav-tabs > li.active > a:after {
	content: '';
	background: url(/assets/sat_images/caret-down2.png) no-repeat center bottom;
	width: 10px;
	height: 6px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
}
@media (max-width: 479px) {
	.nav-tabs > li > a {
		padding: 10px 9px;
	}
}
.table {
	border: none;
	margin: 0;
}
.table > tbody > tr {
	border-bottom: 1px solid #e4e4e4;
}
.table > tbody > tr > th {
	background: #f8d97c;
	border: none;
	padding: 11px 8px;
	font-weight: 600;
	width: 20%;
}
.table > tbody > tr > th:first-child {
	padding-left: 35px;
}
.table > tbody > tr > td {
	padding: 15px 8px;
	width: 20%;
}
.table > tbody > tr > td a {
	display: block;
	font-size: 11px;
	width: auto;
	float: left;
}
.user-info-detail a {
	float: none !important;
}

.table > tbody > tr > td a.avatar-slide {
	float: left;
}
.table > tbody > tr > td i {
	display: block;
}
.table > tbody > tr > td.approve-reject {
	padding: 0;
}
.table > tbody > tr > td.approve-reject a {
	padding: 25px 0 15px;
	display: inline-block;
	min-width: 49px;
	cursor: pointer;
}
.table > tbody > tr > td.approve-reject .Cancel:before {
	background: url(/assets/sat_images/outgoing.png) no-repeat left top;
	height: 16px;
}
.table > tbody > tr > td.approve-reject .Cancel:hover:before, .outgoing-tab .approve-reject .Cancel.active:before {
	background-position: -16px 0;
}
.table > tbody > tr > td.approve-reject a:before {
	content: '';
	background: url(/assets/sat_images/approve-reject.png) no-repeat 0 top;
	display: block;
	width: 16px;
	height: 15px;
	margin: 0 auto 6px;
}
.table > tbody > tr > td.approve-reject a:hover:before {
	background-position: -32px 0;
}
.table > tbody > tr > td.approve-reject a.active:before {
	background-position: -32px 0;
}
.table > tbody > tr > td.approve-reject a.reject {
	margin-left: -4px;
}
.table > tbody > tr > td.approve-reject a.reject:before {
	background-position: -16px 0;
}
.table > tbody > tr > td.approve-reject a.reject:hover:before {
	background-position: -48px 0;
}
.table > tbody > tr > td.approve-reject a.reject.active:before {
	background-position: -48px 0;
}
.table > tbody > tr > td:first-child {
	padding-left: 35px;
}
@media (max-width: 1199px) {
	.table > tbody > tr > td:first-child, .table > tbody > tr th:first-child {
		padding-left: 20px;
	}
}
@media (max-width: 991px) {
	.table > tbody > tr > td:nth-child(4), .table > tbody > tr th:nth-child(4) {
		display: none;
	}
}
@media (max-width: 767px) {
	.table > tbody > tr > td:nth-child(5), .table > tbody > tr th:nth-child(5) {
		display: none;
	}
}
@media (max-width: 479px) {
	.table > tbody > tr > td, .table > tbody > tr th {
		text-align: center;
	}
	.table > tbody > tr > td:nth-child(3), .table > tbody > tr th:nth-child(3) {
		display: none;
	}
	.table > tbody > tr > td:first-child {
		padding-left: 0;
	}
}
.table-bottom-info {
	padding: 38px 50px 38px 30px;
}
.table-bottom-info p {
	float: left;
	margin-bottom: 0;
}
@media (max-width: 479px) {
	.table-bottom-info {
		padding: 25px 20px 25px 10px;
	}
}
.prev-next {
	float: right;
}
.prev-next a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.prev-next a:before {
	background: url(/assets/sat_images/prev-arrow.png) no-repeat left center;
	content: '';
	margin-right: 10px;
	position: absolute;
	width: 5px;
	height: 10px;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.prev-next a.next:before {
	background: url(/assets/sat_images/arrow-links.png) no-repeat;
	left: 100%;
	margin-left: 15px;
}
.title-folder {
	background: #f6f6f6;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 11px 20px 11px 55px;
}
.title-folder h3 {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.title-folder {
		padding-left: 30px;
	}
}
.tab-content {
	padding-top: 200px;
}
.tab-content .all-folders {
	margin: 35px 0 0 55px;
}
.tab-content .folder-info {
	position: relative;
	margin-bottom: 18px;
}
.tab-content .folder-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tab-content .card-number {
	float: none;
	display: inline-block;
}
.tab-content strong {
	font-weight: normal;
	display: block;
	margin-top: 7px;
}
.tab-content .card-folder p {
	font-weight: 500;
}
@media (max-width: 1199px) {
	.tab-content {
		padding-top: 197px;
	}
	.tab-content .all-folders {
		margin-left: 15px;
	}
	.tab-content .all-folders li {
		width: 245px;
		padding: 0 10px 60px;
	}
}
@media (max-width: 767px) {
	.tab-content {
		padding-top: 234px;
	}
}

.card-holder-table {
	padding-top: 156px;
}
.card-holder-table .approve-reject .delete {
	width: 67px;
}
#grid_activity .approve-reject .delete:before, 
.card-holder-table .approve-reject .delete:before {
	background: url(/assets/sat_images/recycle.png) no-repeat left top;
	width: 14px;
	height: 16px;
}
.card-holder-table .approve-reject .delete:hover:before, .card-holder-table .approve-reject .delete.active:before {
	background: url(/assets/sat_images/recycle2.png) no-repeat left top;
}
@media (max-width: 1199px) {
	.card-holder-table {
		padding-top: 153px;
	}
}
@media (max-width: 767px) {
	.card-holder-table {
		padding-top: 189px;
	}
	.card-holder-table.detail-table {
		padding-top: 236px;
	}
}
.activity-sec {
	padding: 17px 10% 17px 35px;
	border-bottom: 1px solid #e4e4e4;
}
.activity-sec p {
	float: right;
	margin: 10px 0 0;
}
.activity-sec .about-user {
	float: left;
}
.activity-sec .about-user span {
	margin-top: 7px;
}
@media (max-width: 479px) {
	.activity-sec {
		padding-left: 10px;
	}
	.activity-sec .about-user {
		width: 210px;
	}
	.activity-sec .about-user span {
		margin-left: 5px;
	}
	.activity-sec .about-user .user-info-detail a,
	.activity-sec .about-user .user-info-detail strong {
		font-size: 12px;
	}
}
.highlited-sec {
	background: #f6f6f6;
}
.notification-alert {
	margin: 40px 0 0 35px;
}
.notification-alert h4 {
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.notification-alert {
		margin: 20px 0 20px 20px;
	}
	.notification-alert h4 {
		margin-bottom: 20px;
	}
}
.update-password {
	max-width: 470px;
}
.update-password .form-group {
	float: left;
	margin: 0 0 35px 33px;
	width: 217px;
}
.update-password .form-group input {
	padding-bottom: 0;
}
.update-password .no-margin {
	margin-left: 0;
}
@media (max-width: 767px) {
	.update-password .form-group {
		margin-left: 12px;
		width: 170px;
	}
}
.subscription-preferences h4 {
	margin: 0 0 20px;
}
.subscription-preferences ul {
	margin-bottom: 30px;
}
.subscription-preferences label strong {
	margin-top: 0;
}
.delete-account {
	margin: 20px 0 0;
}
.profile-sec {
	padding: 80px 0 35px 35px;
}
@media (max-width: 1199px) {
	.profile-sec {
		max-width: 960px;
		padding: 80px 25px 35px;
	}
}
@media (max-width: 991px) {
	.profile-sec {
		padding: 80px 20px 35px;
	}
}
@media (max-width: 767px) {
	.profile-sec {
		padding: 80px 10px 35px;
	}
}
.about-profile {
	width: 180px;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 80px;
}
.about-profile a, 
.about-profile button{
	display: block;
	margin-top: 15px;
	margin-left: 0 !important;
}
.about-profile .profile-logo {
	margin: 0 0 35px;
}
.profile-logo img{
	width: 150px !important;
	height: 150px !important;
	/*	-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;*/
}
@media (max-width: 1199px) {
	.about-profile {
		margin-right: 40px;
	}
}
@media (max-width: 991px) {
	.about-profile {
		width: 150px;
	}
	.about-profile a {
		width: 100%;
		min-width: 100%;
	}
	.about-profile .btn, .about-profile .get-started-btn, .about-profile .sign-up-btn {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.about-profile {
		width: auto;
		margin: 0 0 20px;
		position: static;
		text-align: center;
	}
	.about-profile .btn, .about-profile .get-started-btn, .about-profile .sign-up-btn,
	.about-profile .get-started-btn,
	.about-profile .sign-up-btn {
		font-size: 14px;
	}
	/*new*/
	.about-profile a {
		display: inline-block;
		width: auto;
		min-width: inherit;
	}
	.about-profile a.btn, .about-profile a.get-started-btn, .about-profile a.sign-up-btn {
		display: block;
	}
	/*end new*/
}
.profile-form {
	width: 550px;
	/*width: 200px;*/
	margin-left: 260px;
	position: relative;
}
.profile-form textarea {
	height: 34px;
}
.profile-form form .get-started-btn + button {
	margin-left: 20px;
}
.profile-form .form-group {
	width: 100%;
}
.profile-form .create-business-card {
	margin: 20px 0 0;
}
.profile-form .create-business-card a {
	background: #fd6f02;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
.profile-form .create-business-card a:hover {
	background: #ff9900;
}
.profile-form .create-business-card a.disabled{
	background: #dfdfdf;
}
.profile-form .create-bussines-card a.disabled:hover{
	background: #dfdfdf;
}
@media (max-width: 1199px) {
	.profile-form {
		width: auto;
		margin-left: 220px;
	}
	.profile-form form .get-started-btn + button {
		margin-left: 15px;
	}
}
@media (max-width: 991px) {
	.profile-form {
		margin-left: 190px;
	}
	.profile-form .btn, .profile-form .get-started-btn, .profile-form .sign-up-btn {
		display: block;
	}
	.profile-form form .get-started-btn + button {
		margin: 10px 0 0;
	}
	.profile-form .create-bussines-card {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.profile-form {
		margin-left: 0;
	}
}
.inline-form {
	margin: 0 -17px;
}
.inline-form .form-group {
	float: left;
	width: 50%;
	padding: 0 17px;
}
@media (max-width: 767px) {
	.inline-form {
		margin: 0 -10px;
	}
	.inline-form .form-group {
		padding: 0 10px;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
.custom-select {
	position: relative;
	display: block;
	padding-right: 15px;
}
.custom-select:after {
	content: '';
	background: url(/assets/sat_images/select.png) no-repeat right bottom;
	display: block;
	width: 10px;
	height: 13px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.selectboxit, .selectboxit-options {
	width: 100% !important;
	min-width: 100% !important;
}
.custom-dropdown {
	position: relative;
}
.custom-dropdown ul {
	border: 1px solid #e4e4e4;
	padding: 10px 0;
	background: white;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	-webkit-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-moz-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-ms-box-shadow: 0px 2px 3px 0px #c5c5c5;
	-o-box-shadow: 0px 2px 3px 0px #c5c5c5;
	box-shadow: 0px 2px 3px 0px #c5c5c5;
	height: 140px;
	overflow: auto;
}
.custom-dropdown a {
	padding: 10px 15px;
	display: block;
	cursor: pointer;
}
.custom-dropdown a:hover {
	background: #f6f6f6;
}
.salution-select {
	width: 180px;
}
@media (max-width: 991px) {
	.salution-select {
		width: 140px;
	}
}
@media (max-width: 767px) {
	.salution-select {
		width: 100%;
	}
}
.select-card-page .wrapper,
.create-card-page-6 .wrapper {
	margin-bottom: -104px;
}
.select-card-page .user-sidebar,
.create-card-page-6 .user-sidebar {
	bottom: 104px;
}
@media (max-width: 767px) {
	.select-card-page .wrapper,
	.create-card-page-6 .wrapper {
		margin-bottom: 0;
	}
	.select-card-page .user-sidebar,
	.create-card-page-6 .user-sidebar {
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.select-card-page .business-card-type li a {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
}
.outgoing-head {
	display: none;
}
.dashboard-page .tab-content {
	/*padding-top: 20px !important;*/
	padding-top: 100px !important;
}
.dashboard-page .horizontal-scroll {
	width: auto;
	overflow-x: auto;
}
.dashboard-page .horizontal-scroll.scrollbar-style .mCSB_scrollTools {
	width: 100%;
}
.dashboard-page .horizontal-scroll.scrollbar-style .mCSB_scrollTools .mCSB_draggerRail {
	height: 15px;
	width: 100%;
}
.dashboard-page .horizontal-scroll.scrollbar-style .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	height: 0;
	top: 2px;
}
.dashboard-page .all-folders {
	white-space: nowrap;
	overflow-x: auto;
	/*margin-top: 60px;*/
}
.dashboard-page #grid_in_length,
.dashboard-page #grid_in_filter,
.dashboard-page #grid_in_info,
.dashboard-page #grid_in_paginate,
.dashboard-page #grid_on_length,
.dashboard-page #grid_on_filter,
.dashboard-page #grid_on_info,
.dashboard-page #grid_on_paginate{
	display: none !important;
}
.dashboard-page .all-folders li {
	float: none;
	display: inline-block;
}
@media (max-width: 1199px) {
	.dashboard-page .tab-content {
		padding-top: 91px;
	}
	.dashboard-page .all-folders li {
		width: 210px;
		padding: 0;
		margin: 20px 20px 30px;
	}
}
@media (max-width: 991px) {
	.dashboard-page .all-folders {
		margin-top: 0;
	}
	.dashboard-page .all-folders li {
		width: 175px;
		padding: 0;
		margin: 20px 10px 30px;
	}
	.dashboard-page .folder-info {
		height: 130px;
	}
}
.notification-activity-page .tab-content,
.setting-page .tab-content {
	padding-top: 99px;
}
@media (max-width: 1199px) {
	.notification-activity-page .tab-content,
	.setting-page .tab-content {
		padding-top: 96px;
	}
}
.inner-pages #footer-wrap {
	padding-left: 267px;
}
@media (max-width: 1199px) {
	.inner-pages #footer-wrap {
		padding-left: 200px;
	}
}
@media (max-width: 991px) {
	.inner-pages #footer-wrap {
		padding-left: 170px;
	}
}
@media (max-width: 767px) {
	.inner-pages #footer-wrap {
		padding-left: 90px;
	}
}
@media (max-width: 479px) {
	.inner-pages #footer-wrap {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.new-folders-page .top-sec {
		padding: 10px;
	}
	.new-folders-page .top-sec h3 {
		float: none;
		display: inline-block;
	}
	.new-folders-page .top-sec .new-folder-icon {
		display: inline-block;
	}
	.new-folders-page .top-sec .get-started-btn {
		display: block;
		margin-top: 0px;
	}
	.new-folders-page .manage-folders {
		padding-top: 150px;
	}
	.new-folders-page .manage-folders.active {
		padding-top: 250px;
	}
}
@media (max-width: 479px) {
	.new-folders-page .top-sec .get-started-btn {
		max-width: 130px;
		min-width: 1px;
		padding: 0 7px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.personal-Corporate-page .manage-folders,
	.srvice-product-page .manage-folders {
		padding-top: 120px;
	}
	.personal-Corporate-page .manage-folders.active,
	.srvice-product-page .manage-folders.active {
		padding-top: 225px;
	}
}
@media (max-width: 479px) {
	.personal-Corporate-page .manage-folders,
	.srvice-product-page .manage-folders {
		padding-top: 160px;
	}
	.personal-Corporate-page .manage-folders.active,
	.srvice-product-page .manage-folders.active {
		padding-top: 230px;
	}
	.personal-Corporate-page .manage-folders.active .toggle-btn,
	.srvice-product-page .manage-folders.active .toggle-btn {
		top: 250px;
	}
}
.setting-page .tab-content {
	padding: 149px 0 0 35px;
}
@media (max-width: 767px) {
	.setting-page .tab-content {
		padding: 120px 15px 20px;
	}
}
/*detail-table
====================*/
.detail-table {
	display: none;
	padding-top: 161px !important;
}
.detail-table > tbody > tr > th {
	width: 16.66666666666667%;
	text-align: left;
}
.detail-table > tbody > tr > td {
	background: #f6f6f6;
}
.detail-table > tbody > tr > td:first-child {
	padding-left: 25px;
}
.detail-table .table > tbody > tr > td {
	width: 16.66666666666667%;
	text-align: left;
	background: #f6f6f6;
}
.detail-table .table > tbody > tr > td:first-child {
	padding-left: 13px;
}
@media (max-width: 1199px) {
	.detail-table > tbody > tr > th {
		width: 20%;
	}
	.detail-table > tbody > tr > th:last-child {
		display: none;
	}
	.detail-table .table > tbody > tr > td {
		width: 20%;
		padding-right: 2px;
		padding-left: 2px;
	}
	.detail-table .table > tbody > tr > td:first-child {
		padding-left: 10px;
	}
	.detail-table .table > tbody > tr > td:last-child {
		display: none;
	}
}
@media (max-width: 767px) {
	.detail-table .user-info-detail {
		width: 100%;
	}
}
.cards-holder-page .card-control-sec,
.card-request-page .card-control-sec {
	display: block !important;
}
@media (max-width: 767px) {
	.cards-holder-page .folder-pages,
	.card-request-page .folder-pages,
	.setting-page .folder-pages,
	.notification-activity-page .folder-pages {
		position: static;
	}
	.cards-holder-page .top-sec,
	.card-request-page .top-sec,
	.setting-page .top-sec,
	.notification-activity-page .top-sec {
		position: fixed;
		top: 60px;
		left: 80px;
		right: 0;
		/*z-index: 2;*/
		z-index: 1001;
		background: white;
	}
	.cards-holder-page .card-control-sec,
	.card-request-page .card-control-sec,
	.setting-page .card-control-sec,
	.notification-activity-page .card-control-sec {
		padding-top: 51px;
	}
	.cards-holder-page .card-holder-table,
	.card-request-page .card-holder-table,
	.setting-page .card-holder-table,
	.notification-activity-page .card-holder-table {
		padding-top: 0;
	}
}
@media (max-width: 479px) {
	.cards-holder-page .top-sec,
	.card-request-page .top-sec,
	.setting-page .top-sec,
	.notification-activity-page .top-sec {
		left: 0;
	}
}
@media (max-width: 767px) {
	.card-request-page .nav-tabs {
		margin-top: 51px;
	}
	.card-request-page .card-control-sec {
		padding-top: 0;
	}
	.card-request-page .tab-content {
		padding-top: 0;
	}
}
@media (max-width: 479px) {
	.card-request-page .nav-tabs {
		margin-top: 48px;
	}
}
@media (max-width: 767px) {
	.setting-page .nav-tabs,
	.notification-activity-page .nav-tabs {
		margin-top: 48px;
	}
	.setting-page .tab-content,
	.notification-activity-page .tab-content {
		padding-top: 15px;
	}
	.setting-page .update-password .form-group,
	.notification-activity-page .update-password .form-group {
		margin-left: 0;
	}
}
@media (max-width: 479px) {
	.setting-page .update-password .form-group,
	.notification-activity-page .update-password .form-group {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.notification-activity-page .tab-content {
		padding-top: 0;
	}
}
/*footer-sec
------------------------------*/
#footer-wrap {
	border-top: 1px solid #f4f1ed;
	padding: 10px;
	background: white;
	position: relative;
	/*z-index: 12;*/
	z-index: 1003;
}
#footer-wrap p {
	margin: 10px 0 0;
}
#footer-wrap p a {
	display: inline-block;
}
#footer-wrap p img {
	display: inline-block;
	margin-right: 5px;
}
.ft-links {
	margin-bottom: 10px;
}
.ft-links li {
	display: inline-block;
	margin: 0 10px;
}
.ft-links a {
	display: inline-block;
}
@media (max-width: 767px) {
	.ft-links li {
		margin: 0 6px;
	}
	.ft-links a {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.ft-links li {
		margin: 0 10px 10px;
	}
}
.ft-logo {
	display: inline-block;
}
/*popup-styling-here
=========================*/
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(234, 234, 231, 0.5);
	/*z-index: 20;*/
	z-index: 1005;
	display: none;
}
.overlay-info {
	position: relative;
	/*z-index: 20;*/
	z-index: 1006;
	background: white;
	padding: 100px 15px;
	display: none;
}
#card-sharing-panel {
	/*display: block !important;*/
}
.overlay-info h3 {
	margin-bottom: 60px;
}
.overlay-info h3#title {
	margin-top: 30px;
}
.overlay-info h2 {
	margin-bottom: 45px;
}
.overlay-info .form-group {
	margin-bottom: 30px;
}
.overlay-info input {
	padding: 0 0 0 30px;
}
.overlay-info input.email-field {
	background: url(/assets/sat_images/email.png) no-repeat left center;
}
.overlay-info .no-padding{
	padding-top: 20px;
}
/*input.email-field {
  background: url(/assets/sat_images/email.png) no-repeat left center;
  padding: 0 0 0 30px;
}*/
.overlay-info input.password-field {
	background: url(/assets/sat_images/password.png) no-repeat left center;
}
.overlay-info input.full-name {
	background: url(/assets/sat_images/name.png) no-repeat left center;
}
.overlay-info .btn, .overlay-info .get-started-btn, .overlay-info .sign-up-btn {
	min-width: 100%;
	background: none;
	text-transform: none;
}
.overlay-info .btn-warning, .overlay-info .sign-up-btn {
	margin-top: 15px;
}
@media (max-width: 767px) {
	.overlay-info {
		padding: 50px 15px;
	}
	.overlay-info h3, .overlay-info h2 {
		margin-bottom: 20px;
	}
}
.sign-in {
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}
.close-btn {
	background: url(/assets/sat_images/close-btn.png) no-repeat left center;
	position: absolute;
	top: 43px;
	right: 60px;
	width: 10px;
	height: 10px;
	padding-left: 10px;
	overflow: hidden;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.close-btn:before {
	content: 'close';
	display: inline-block;
	margin-right: 10px;
	color: #fd6f02;
	position: absolute;
	top: 0;
	right: 100%;
	font-size: 13px;
	margin-top: -5px;
	font-weight: 600;
	-webkit-transition: all 0.3s 0s;
	-moz-transition: all 0.3s 0s;
	-ms-transition: all 0.3s 0s;
	-o-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.close-btn:hover {
	background: url(/assets/sat_images/close-btn.png) no-repeat right center;
	overflow: visible;
}
@media (max-width: 767px) {
	.close-btn {
		top: 15px;
		right: 20px;
	}
}
.forgot-password {
	float: right;
	margin: 11px 0 32px;
}
.sign-up-wrap {
	max-width: 700px;
	margin: 0 auto;
}
.sign-up-form {
	float: left;
	width: 270px;
}
@media (max-width: 767px) {
	.sign-up-form {
		width: auto;
		float: none;
	}
}
.bc-folder {
	width: 340px;
	float: right;
}
@media (max-width: 767px) {
	.bc-folder {
		width: auto;
		float: none;
		margin-top: 40px;
	}
	.bc-folder p {
		margin-bottom: 15px;
		font-size: 13px;
	}
}
.seeting-update img {
	margin-bottom: 27px;
}
.create-folder {
	max-width: 320px;
	margin: 0 auto;
}
.create-folder h3 {
	margin-bottom: 35px;
}
.create-folder input {
	padding-left: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.create-folder h3 {
		margin-bottom: 20px;
	}
}
.card-setting {
	max-width: 330px;
	max-width: 460px;
	margin: 0 auto;
}
.card-setting h3 {
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	.card-setting h3 {
		margin-bottom: 20px;
	}
}
.preview-save {
	max-width: 415px;
	/*max-width: 539px;*/
	margin: 0 auto;
}
.preview-save img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.preview-save h3 {
	margin-bottom: 0;
	font-weight: 600;
}
@media (max-width: 767px) {
	.preview-save img {
		margin-bottom: 30px;
	}
}
.preview-save .card-info ul {
	float: none;
	margin-bottom: 20px;
}
.inline-button .get-started-btn, .inline-button .sign-up-btn {
	display: inline-block;
	min-width: inherit;
	padding: 0 27px;
	margin: 32px 5px 0;
}
@media (max-width: 767px) {
	.inline-button .get-started-btn, .inline-button .sign-up-btn {
		padding: 0 13px;
		margin: 25px 2px 0;
	}
}
.user-card-detail {
	max-width: 860px;
	margin: 0 auto;
}
.user-card-detail h3 {
	margin-bottom: 20px;
}
.user-card-detail .user-name {
	display: block;
	margin: 8px 0;
}
.user-card-detail .rate-card {
	margin-bottom: 10px;
	display: block;
	font-weight: normal;
}
@media (max-width: 991px) {
	.user-card-detail {
		max-width: 740px;
	}
}
.card-status {
	margin-top: 5px;
	width: 300px;
	margin: 0 auto;
}
.card-status p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
#card-owner-card-status .card-status p{
	font-size: 12px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
#card-owner-card-status .card-status img{
	margin-right: 10px !important;
	height: auto !important;
	width: auto !important;
}
.card-status img {
	margin-right: 10px;
	height: auto;
}
.card-status a {
	background: #f6f6f6;
	border: 1px solid #e4e4e4;
	font-size: 12px;
	text-align: center;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 5px;
}
.user-card-sec {
	margin-top: 25px;
}
.user-info-box {
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.user-info-box h3 {
	background: #f6f6f6;
	text-align: center;
	text-transform: capitalize;
	padding: 13px 10px;
	font-weight: 600;
	border-bottom: 1px solid #cfcfcf;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	font-size: 13px;
	margin-bottom: 0;
}
.user-info-box h4 {
	font-size: 12px;
	color: #8c8c8c;
	margin-bottom: 20px;
	padding-top: 20px;
}
@media (max-width: 991px) {
	.user-info-box h4 {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.user-info-box h4 {
		margin-bottom: 20px;
	}
}
.tst {
	background: green;
	width: 300px;
	height: 300px;
	overflow-y: auto;
	margin: 0 auto;
}
.tst div {
	height: 500px;
	width: 150px;
	background: #000;
	margin: 0 auto;
}
.scrolling-area {
	padding-left: 15px;
	height: 220px;
	overflow: auto;
}
.scrolling-area .user-card-sec {
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.scrolling-area {
		height: 180px;
	}
	.scrolling-area .user-card-sec {
		margin-bottom: 6px;
	}
}
@media (max-width: 767px) {
	.scrolling-area {
		height: 215px;
	}
	.scrolling-area .user-card-sec {
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.scrolling-area .user-card {
		width: 100%;
		float: none;
	}
	.scrolling-area .user-card-sec {
		margin-bottom: 0;
	}
}
.scrollbar-style .mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background: #e4e4e4;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.scrollbar-style .mCSB_scrollTools .mCSB_dragger {
	width: 5px;
	background: white;
	left: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.scrollbar-style .mCSB_scrollTools {
	width: 12px;
}
.scrollbar-style .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.scrollbar-style .rate-base-layer,
.scrollbar-style .rate,
.scrollbar-style .rate-hover-layer,
.scrollbar-style .rate-face {
	color: #fd6f02;
}
@media (max-width: 991px) {
	.scrollbar-style .mCSB_inside > .mCSB_container {
		margin-right: 10px;
	}
}
.scrollingTable {
	height: 229px;
	padding-left: 0;
}
.about-user .avatar-slide {
	float: left;
}
.about-user > img {
	float: left;
}
.about-user:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.about-user .checkbox {
	float: left;
}
.about-user .checkbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 16px;
	margin: 0 5px 0 0;
	width: 16px;
	height: 14px;
}
@media (max-width: 479px) {
	.about-user {
		width: 190px;
		margin: 0;
	}
}
.user-info-detail {
	float: left;
	margin-left: 10px;
	/*	display: block;
		min-height: 37px;*/
}
.user-info-detail strong {
	display: block;
}
@media (max-width: 991px) {
	.user-info-detail {
		margin-left: 3px;
	}
}
@media (max-width: 767px) {
	.user-info-detail {
		margin-left: 10px;
	}
}
.card-info {
	margin-top: 20px;
}
.card-info li {
	display: inline-block;
}
.card-info li.active .drop-down {
	display: block;
}
.card-info li.folder-list {
	position: relative;
}
.card-info li.folder-list > a {
	min-width: 63px;
	min-height: 41px;
	background: #F6F6F6;
	display: block;
	padding: 0px 15px 0 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #BEBEBE;
	color: black;
	border-radius: 0;
}
.card-info li.folder-list > a:after {
	content: '';
	background: url(/assets/sat_images/arrow-down.png) no-repeat left center;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -3px 0 0 10px;
	width: 10px;
	height: 5px;
}
.card-info li.folder-list.active > a:after {
	background-position: -10px;
}
.card-info a {
	display: inline-block;
	min-width: 84px;
	min-height: 41px;
	background: #fd6f02;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid transparent;
}
.card-info a.back-side {
	background: none;
	border-color: #d6d6d6;
}
.card-info a:hover {
	background: black;
	color: white;
}
.card-info .checkboxes {
	float: left;
	margin-top: 13px;
	position: relative;
}
.disabling-overlay{
	position: absolute;
	background: rgba(255,255,255,.5);
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	display: block;
}
.card-info ul {
	float: right;
}
.card-info ul.drop-down {
	float: none;
}
.card-info ul.drop-down li {
	display: block;
}
.card-info ul.drop-down li a {
	background: none;
	color: black;
	min-width: inherit;
	min-height: inherit;
	line-height: 1.5;
	border-bottom: none;
	display: block;
	border-radius: 0;
}
.card-info ul.drop-down li a:hover {
	background: #F6F6F6;
}
@media (max-width: 991px) {
	.card-info a {
		min-width: 75px;
	}
}
@media (max-width: 767px) {
	.card-info {
		margin-bottom: 20px;
	}
	.card-info .checkboxes {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.card-info ul {
		float: none;
	}
}
.user-card{
	/*	-webkit-perspective: 900000px;
		perspective: 900000px;*/
}
.img-flip {
	position: relative;
	/*border: 1px dotted silver;*/
	width: 100%;
	height: 100%;
	transform-style: flat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.img-flip.active {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.img-flip.active #back-side-content-id0,
.img-flip.active #back-side-content-id,
.img-flip.active #back-side-content-id2,
.img-flip.active #link-canvas-back{
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}
.img-flip.active #link-canvas,
.img-flip.active #droppable,
.img-flip.active #new-card-data{
	-webkit-visibility: hidden;
	-moz-visibility: hidden;
	-ms-visibility: hidden;
	visibility: hidden;
}
/*.img-flip.rotation {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  max-width: 450px;
}*/
#back-side-content-id,
#back-side-content-id0,
#back-side-content-id2,
#link-canvas-back{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: block;
	box-sizing: border-box;
	/*padding: 10px;*/
	/*background-color: #ababab;*/
	background-color: transprent;
	/*#aaa*/
}
#back-side-content-id p{
	margin-top: 30%;
}
.coments-sec {
	margin-top: 43px;
}
.coments-sec .user-info-box {
	padding-bottom: 0;
}
.coments-info {
	padding: 20px 0 0 25px;
}
.coments-info input {
	padding-left: 0;
}
.coments-info strong {
	display: block;
	margin-bottom: 20px;
}
.coments-info p {
	margin-bottom: 0;
	position: relative;
	padding-right: 75px;
	word-wrap: break-word;
}
.coments-info p a {
	margin: 0 2px;
}
.coments-info p:hover .remove-coment {
	display: block;
}
.coments-info .tooltip-inner {
	white-space: nowrap;
}
.coments-info .scrolling-area {
	padding-left: 0;
}
.coments-info .scrolling-area .mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 6px 6px 6px 0;
	-moz-border-radius: 6px 6px 6px 0;
	-o-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;
}
.coments-info .tooltip-link strong {
	min-width: 120px;
}
@media (max-width: 479px) {
	.coments-info {
		padding-left: 15px;
	}
	.coments-info p {
		padding-right: 40px;
	}
	.coments-info .remove-coment {
		right: 17px;
	}
}
.add-coment {
	position: relative;
	padding-right: 75px;
}
@media (max-width: 479px) {
	.add-coment {
		padding-right: 50px;
	}
}
.add-coment-link {
	position: absolute;
	bottom: 0;
	right: 25px;
	margin-left: 20px;
}
.add-coment-link a {
	display: block;
}
@media (max-width: 479px) {
	.add-coment-link {
		right: 10px;
		bottom: 6px;
	}
}
.remove-coment {
	bottom: auto;
	top: 0;
	right: 38px;
	margin-left: 20px;
	display: none;
}
.avatar-slide {
	position: relative;
	padding-top: 10px;
	margin-top: -10px;
}
.avatar-slide h4 {
	text-align: center;
}
.avatar-slide p {
	margin-bottom: 5px;
	font-weight: 500;
}
.avatar-slide .avatar-title {
	color: #fd6f02;
	margin: 5px 0 10px;
	display: inline-block;
}
.avatar-slide .address-link {
	text-decoration: underline;
}
.avatar-slide .tell-link a {
	/*border-left: 1px solid black;*/
	/*padding-left: 5px;*/
	/*margin-left: 5px;*/
}
.avatar-slide .tell-link a:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.avatar-slide .card-added {
	margin-top: 10px;
}
.avatar-slide .card-added img {
	margin-right: 5px;
}
.avatar-slide:hover .mutual-contacts {
	display: block;
}
.avatar-slide img{
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.checkboxStyle.active label.css-label {
	background-image: url("/assets/sat_images/box2.png") !important;
	background-repeat: no-repeat;
	background-size: 16px 14px;
	background-position: left top;
}
.hidden-phone {
	display: block !important;
}
@media (max-width: 767px) {
	.hidden-phone {
		display: none !important;
	}
}
.visible-phone {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-phone {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.all-follders-page .top-sec,
	.personal-Corporate-page .top-sec,
	.srvice-product-page .top-sec,
	.new-folders-page .top-sec,
	.my-own-card-page .top-sec {
		position: relative;
		min-height: 57px;
		padding-right: 170px;
	}
	.all-follders-page .top-sec .get-started-btn,
	.personal-Corporate-page .top-sec .get-started-btn,
	.srvice-product-page .top-sec .get-started-btn,
	.new-folders-page .top-sec .get-started-btn,
	.my-own-card-page .top-sec .get-started-btn {
		min-width: 130px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 479px) {
	.all-follders-page .top-sec .get-started-btn,
	.personal-Corporate-page .top-sec .get-started-btn,
	.srvice-product-page .top-sec .get-started-btn,
	.new-folders-page .top-sec .get-started-btn,
	.my-own-card-page .top-sec .get-started-btn {
		right: 10px;
	}
}
/*header-sec
=====================*/
/*main-sec
========================*/
/*buttons-styling-here
-----------------------*/
/*contact-page
---------------*/
/*home-page
---------------*/
/*popup-pages
--------------------*/
/*search-pages
======================*/
/*inner-pages
===================*/
/*footer-sec
========================*/
input[type="file"] {
	display: none;
	margin: 10px 0;
	opacity: 0;
	width: 100%;
}
.card-box img.mut_cont_prof{
	width: 37px;
}
/*overwrite bootstrap class for No mutual contacts */
.well {
	background-color: transparent;
	border: none;
}
.card-detail-profile-image{
	width: 90px !important;
	height: 90px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.rating-inline span, .rating-inline .star-rating{
	display: inline !important;
}
.mut_cont_prof{
	width: 37px;
	height: 37px;
}
span.full-name{
	color: #fd6f02;
}
input[type=checkbox].css-checkbox + label.css-label.mg-checkbox{
	width: 90%;
	/*padding-right: 22px;*/
}
/*input[type=checkbox].css-checkbox.mg-checkbox{
	vertical-align: bottom;
	top: -3px;
}*/

.get-started-btn.picture-upload:not(.disabled):hover {
	background: #ff9900 !important;
	color: #fff;
}
.get-started-btn.picture-upload:not(.disabled) {
	background: #fd6f02 !important;
	color: #fff;
}
.get-started-btn.picture-upload.disabled{
	/*background: #dfdfdf;*/
}
.btn-default.picture-upload.disabled:hover,
.get-started-btn.picture-upload.disbled:hover{
	/*background: #dfdfdf;*/
}
.form-control.required {
	color: #424242;
	border: none;
	border-bottom: 1px solid #fd6f02;
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding: 0 0 10px 0;
}
label.css-label.mg-checkbox {
	line-height: 15px;
	padding: 0 20px !important;
	white-space: nowrap;
}
.drop-down.select-filter,
.drop-down.select-folder{
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
input[type=checkbox].css-checkbox-mg {
	position: absolute;
	/*  z-index: -1000;
		left: -1000px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;*/

	display: none;
}
input[type=checkbox].css-checkbox-mg + label.css-label-mg {
	/*  padding-left: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 13px;
		color: #424242;
		color: rgba(255,255,255,0); 
		vertical-align: middle;
		cursor: pointer;
		margin-bottom: 10px;*/

	/*background: #999;*/
	background-image: url("/assets/sat_images/box.png");
	height: 14px;
	width: 16px;
	display:inline-block;
	padding: 0 0 0 0px;
	float: right;
	margin-top: -6px;
}
input[type=checkbox].css-checkbox-mg:checked + label.css-label-mg {
	/*  background-image: url("/assets/sat_images/box1.png");
		background-repeat: no-repeat;
		background-size: 16px 14px;
		background-position: left top;*/

	/*background: #0080FF;*/
	background-image: url("/assets/sat_images/box1.png");
	height: 14px;
	width: 16px;
	display:inline-block;
	padding: 0 0 0 0px;	
}
label.css-label-mg {
	/*  background-image: url("/assets/sat_images/box.png");
		background-repeat: no-repeat;
		background-size: 16px 14px;
		background-position: left top;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float: right;
		margin-top: -6px;*/
}
#commands{
	display: none;
	width: 300px;
	margin: 0 auto;
}
.drop-down.select-filter label.css-label.mg-checkbox,
.drop-down.select-folder label.css-label.mg-checkbox{
	margin-left: 10px;
}
.orange{
	background: #fd6f02 !important;
	color: #fff;
}
.price{
	margin-top: 160px;
	border: 1px solid #fd6f02;
	box-shadow: 0 1px 1px rgba(253, 111, 2, 0.05);
	max-width: 450px;
	padding: 30px;
}
.payment-data{
	margin: 160px auto;
	max-width: 380px;
}
.panel-heading{
	background: transparent !important;
}
.credit-card-icon{
	border: 1px solid #ccc !important;

	-webkit-border-bottom-right-radius: 4px !important;;
	-moz-border-radius-bottomright: 4px !important;;
	border-bottom-right-radius: 4px !important;;

	-webkit-border-top-right-radius: 4px !important;;
	-moz-border-radius-topright: 4px !important;;
	border-top-right-radius: 4px !important;;

	-webkit-border-bottom-left-radius: 0px !important;;
	-moz-border-radius-bottomleft: 0px !important;;
	border-bottom-left-radius: 0px !important;;

	-webkit-border-top-left-radius: 4px !important;;
	-moz-border-radius-topleft: 4px !important;;
	border-top-left-radius: 4px !important;;

	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	/*color: #555555;*/
	color: #fd6f02;
	text-align: center;
	background: transparent !important;
}
.centered-btn{
	margin: 60px auto 0;
}
/*line 3856*/
.form-control:focus + .credit-card-icon{
	box-shadow: none;
	border-color: #fd6f02 !important;
}
.sasa{
	color: black;
}
.cards-holder thead{
	border: 1px solid #e4e4e4 !important;
}
.cards-holder th{
	/*background: #f8d97c !important;*/
	border: medium none !important;
	font-weight: 600 !important;
	padding: 11px 8px !important;
	width: 20% !important;
}
.cards-holder th:first-child{
	padding-left: 35px !important;
}
/*overwrite previous rule to style dataTables in my-cards-holder.php*/
.card-holder-table {
	padding-top: 80px;
}
.tab-content.in_on_request{
	/*padding-top: 120px;*/ /*if you show even incoming and switch toolbar*/
	padding-top: 48px !important;
}
/*style for datatables controls*/
#grid_length, 
#grid_in_length, 
#grid_on_length { /*the container of controls*/
	float: left !important;
	padding: 9px 30px !important;
	padding: 0 20px 0 15px;
	width: 165px !important;
	background: #eee !important;
	background: #f6f6f6 !important;
	border-color: #e4e4e4;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	margin-left: 30px;
	/*border: 1px solid red !important;*/
}
#grid_length select, 
#grid_in_length select, 
#grid_on_length select{
	line-height: 20px;
	background: #eee;
	border: none;
	color: #fd6f02 !important;
	width: 40px;
}
/*background: rgba(0, 0, 0, 0) url("/assets/sat_images/select.png") no-repeat scroll right bottom;*/
#grid_length label,
#grid_in_length label,
#grid_on_length label{
	content: '';
}
#grid_length label::after,
#grid_in_length label::after,
#grid_on_length label::after{
	vertical-align: middle;
	background-color: #eee;
	color: #000;
	/*content: "\25BC";*/
	content:url(../sat_images/select2.png);
	display: inline-block;
	height: 18px;
	margin-left: -55px;
	pointer-events: none;
	width: 17px;
}
#grid_filter,
#grid_in_filter,
#grid_on_filter{
	border: none !important;
	margin-right: 30px;
}
#grid_filter input,
#grid_in_filter input,
#grid_on_filter input{
	border: none !important;
	margin-right: 60px;
	height: 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c2c2c2 !important;
}
#grid_filter label,
#grid_in_filter label,
#grid_on_filter label{
	height: 30px;
}
#grid_filter label:after,
#grid_in_filter label:after,
#grid_on_filter label:after{
	margin-left: -55px;
	pointer-events: none;
	width: 17px;
	vertical-align: middle;
	content: url(../sat_images/search-icon2.png);
	display: inline-block;
	height: 24px;
	width: 24px;
}
#grid_info,
#grid_activity_info,
#grid_in_info,
#grid_on_info{
	margin-left: 60px !important;
	width: 160px !important;
	color: #a7a7a7 !important;
	float:left;
	padding-top: 20px;
}
#grid_paginate,
#grid_activity_paginate,
#grid_in_paginate,
#grid_on_paginate{
	margin-right: 60px !important;
	width: 300px !important;
	float:right;
	padding-top: 20px;
}
#grid_paginate a,
#grid_activity_paginate a,
#grid_in_paginate a,
#grid_on_paginate a{
	display: inline-block !important;
	padding-left: 15px !important;
	position: relative !important;
}
a#grid_previous::before,
#grid_activity_previous::before,
a#grid_in_previous::before,
a#grid_on_previous::before{
	background: rgba(0, 0, 0, 0) url("/assets/sat_images/prev-arrow.png") no-repeat scroll left center !important;
	content: "" !important;
	height: 10px !important;
	left: 0 !important;
	margin-right: 10px !important;
	margin-top: -5px !important;
	position: absolute !important;
	top: 50% !important;
	width: 5px !important;
}
a#grid_next::before,
#grid_activity_next::before,
a#grid_in_next::before,
a#grid_on_next::before{
	background: rgba(0, 0, 0, 0) url("/assets/sat_images/arrow-links.png") no-repeat scroll 0 0 !important;
	left: 100% !important;
	margin-left: 15px !important;
	content: "";
	height: 10px;
	left: 0;
	margin-right: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 5px;
}
/*CARD CREATION*/
.wysi-field {
	height: auto;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}
.draggables {
	width: 200px;
	/*  z-index: 78888;*/
}
.note-editor {
	/*z-index: 99999 !important;*/
}
.dropdown-menu, .note-editor, .on-top {
	/*z-index: 99999 !important;*/
}
.note-editor .input-group {
	border-collapse: separate !important;
}
.note-toolbar .btn-toolbar > .btn, .note-toolbar .btn-toolbar .btn-toolbar > .btn-group, .note-toolbar .btn-toolbar .btn-toolbar > .input-group {
	margin-left: 5px !important;
}
.note-toolbar .btn-toolbar .btn-group, .note-toolbar .btn-toolbar .btn-toolbar .input-group {
	float: left !important;
}
.note-toolbar .btn-toolbar .btn-group, .note-toolbar .btn-toolbar .btn-group-vertical {
	display: inline-block !important;
	position: relative !important;
	vertical-align: middle !important;
}
.note-toolbar .btn-toolbar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.note-toolbar .btn-toolbar .btn-group > .btn:first-child {
	margin-left: 0 !important;
}
.note-toolbar .btn-toolbar .btn-group > .btn, .note-toolbar .btn-toolbar .btn-group-vertical > .btn {
	float: left !important;
	position: relative !important;
}
.note-toolbar .btn-toolbar .btn-sm, .note-toolbar .btn-toolbar .btn-group-sm > .btn {
	border-radius: 3px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	padding: 5px 10px !important;
}
.note-toolbar .btn-toolbar .btn-default {
	background-color: #fff !important;
	border-color: #ccc !important;
	color: #333 !important;
}

.note-toolbar .btn-toolbar .btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.note-toolbar .btn-toolbar .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0 !important;
}
.note-codable {
	display: none;
}
.note-editor .btn-group, .note-editor .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
/*IMPORTANT this rule allows to font list to be shown*/
.note-editor {
	overflow: visible !important;
}
.input-group-addon {
	border: none;
	height: 16px;
	margin-right: 5px;
}
#draggable1 {
	width: 400px;
	height: 300px;
	padding: 0.5em;
	float: left;
	margin: 10px 10px 10px 0;
}
.context-menu-list {
	/*	z-index: 99999 !important;*/
}
.note-color .dropdown-menu {
	width: 300px;
}
.note-color .btn-group {
	width: 145px;
	float: left;
}
.note-color .note-color-reset {
	font-size: 10px;
	padding: 10px;
}
.note-color .note-color-reset:hover {
	cursor: pointer;
	color: #E82528;
}
.note-color .note-palette-title {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
.note-color .note-color-btn {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0 1px;
}
.note-color .note-color-palette {
	text-align: center;
}
.note-editable {
	border: 1px solid #A0A0A0;
}
.note-codable {
	display: none;
}
.input-group {
	margin-bottom: 10px !important;
}
.note-editable:hover {
	cursor: text !important;
}
.new-image:hover, .draggables:hover {
	cursor: move;
}
.click-container2 {
	opacity: 0.25;
}
.click-container {
	opacity: 0;
	padding: 0;
	width: 15px;
	height: 30px;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 0;
}
.insertables {
	width: 100%;
}
.insertables:hover .click-container2 {
	opacity: 0.75;
}
.el-opacity{
	opacity: 0.75;
}
.draggables:hover .click-container {
	opacity: 0.75;
}
.draggables:hover {
	background: rgba(183,183,183,0.14);
}
.draggables {
	width: 200px;
}
.new-image-bg:hover .del,
.new-image:hover .del {
	opacity: 0.75;
}
.del {
	opacity: 0;
}
.wysi-field {
	height: auto;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}
.wysi-adder {
	border: 1px solid #ccc !important;
	background: #eee !important;
	box-shadow: none !important;
}
.ui-resizable-handle {
	opacity: 0;
}
.draggables:hover .ui-resizable-handle:hover {
	opacity: 0.75;
}
.upload-panel{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(91deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(222,222,222,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(91deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(91deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(91deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* ie10+ */
	background: linear-gradient(359deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEDEDE', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 0px -1px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 0px -1px 2px 0px rgba(50, 50, 50, 0.25);
	/*margin-bottom: 30px;*/
	width: 160px;
	display: none;
	position: relative;
	/*float: left;*/
	margin-top: -30px;
	/*top: 110px;*/
}
#import-details{
	right: 100px !important;
	width: 400px !important;
}
#import-details .form-control{
	font-size: 12px;
	background: #fff;
	padding: 6px 12px;
}
.upload-panel#link-panel{
	width: 300px;
	right: 10%;
}
.upload-panel#link-panel .upload-panel-body{
	padding-top: 20px;
}
.modal-body {
	padding: 10px 20px;
	position: relative;
}
.upload-panel-body{
	padding: 6px;
	text-align: center;
}
.upload-panel a, .upload-panel button {
	font-size: 10px;
	margin: 10px;
	min-width: 0 !important;
	width: 78px;
	padding: 0 10px !important;
}
.upload-panel-title{
	background: #3D3D3D;
	padding: 4px; 
	cursor: move;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	/*padding-bottom: 2px;*/
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 0px -1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 0px -1px 2px 0px rgba(50, 50, 50, 0.5);	
	overflow: auto;
}
.upload-panel-title h4{
	color: #fd6f02;
	color: #fff;
	width: auto;
	float: left;
}
.upload-panel-title span{
	float: right;
}
#droppable,
#link-canvas{
	position: relative !important;
}
#back-side-content-id,
#link-canvas-back {
	/*COMMENTED BECAUSE IT AFFECTED WIDGETS*/
/*	color: white;
	text-align: center;*/
}
.img-backdrop-shadow {
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.preview-save .img-flip,
.preview-save #droppable,
.preview-save #back-side-content-id2{
	max-width: 415px;
	max-height: 260px;
	width: 100%;
	height: auto;
}
.preview-save .img-flip.portrait img{
	max-width: 260px;
	max-height: 415px;
	width: 260px;
	height: 415px;
	margin: 0 auto;
}
#link-canvas,
#droppable,
#link-canvas-back,
#back-side-content-id{
	-webkit-transition: width 4s, height 2s; /* For Safari 3.1 to 6.0 */
	transition: width 4s, height 2s;	
}
.img-flip,
#droppable,
#link-canvas,
#link-canvas-back,
#back-side-content-id{
	max-width: 539px;
	max-height: 338px;
	width: 539px;
	height: 338px;
}
.img-flip.portrait,
.img-flip.portrait #droppable,
.img-flip.portrait #link-canvas,
.img-flip.portrait #link-canvas-back,
.img-flip.portrait #back-side-content-id{
	width: 338px;
	height: 539px;
	max-width: 338px;
	max-height: 539px!important;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.img-flip.portrait {
		/*max-width: 300px;*/
	}
}
.img-flip.portrait.active img {
	width: 338px;
	height: 539px;
	-webkit-transition: width 2s, height 2s;  /*For Safari 3.1 to 6.0 */
	transition: width 2s, height 2s;	
}
@media (max-width: 767px) {
	.img-flip {
		max-width: 415px;
		margin: 0 auto;
	}
	.img-flip.portrait {
		max-width: 220px;
	}
}
.card-area {
	background: #f6f6f6;
	position: relative;
	/*padding: 110px 0 110px 262px;*/
	padding: 10% 0 10% 262px;
}
.card-area .img-flip {
	/*  max-width: 539px;
		height: auto;*/
	margin-top: -30px;
}
.card-area .img-flip img {
	/*height: auto;*/
	/*changed to 100% to make image resizable without preserving aspect ratio*/
	height: 100%;
	max-height: 338px;
	max-width: 539px;
	max-height: 350px;
	max-width: 558px;
	width: auto;
}
.card-area .img-flip img#background-pic-front,
.card-area .img-flip img#background-pic-back{
	/*height: 338px;*/
	width: auto;
	max-width: 558px;
}
.card-area .img-flip.portrait {
	/*  max-width: 338px;
		height: auto;*/
	margin-top: -30px;
}
.card-area .img-flip.portrait img {
	height: auto;
	max-height: 539px;
	max-width: 338px;
	width: 338px;
}
.card-area .img-flip.portrait img#background-pic-front,
.card-area .img-flip.portrait img#background-pic-back{
	height: auto;
	width: 338px;
}
.note-editable{
	color: #000 !important;
}
.on-top .note-editable {
	background: white !important;
}
.dropdown-menu, .note-editor, .on-top {
	/*z-index: 99999 !important;*/
	z-index: 1006 !important;
}
.on-top .note-editable {
	/*z-index: 99999 !important;*/
	z-index: 1001 !important;
}
.note-editor {
	/*z-index: 99999 !important;*/
	z-index: 1001 !important;
}
.click-container {
	/*z-index: 100000;*/
	z-index: 1001;
}
.draggables {
	/*z-index: 78888;*/
	z-index: 1000;
}
.upload-panel{
	/*z-index: 1000;*/
	z-index: 999;
}
.colpick {
	/*z-index: 99999;*/
	z-index: 1001;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	/*background-image: none;*/
	/*opacity: 0.35;*/
	opacity: 1 !important;
}
.white{
	color: #fff;
}
.user-card-sec .img-flip {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.3s linear 0s;
	width: 100%;
}
.warn_required{
	display: none;
	width: 120px;
	text-align: center;
	padding: 2px;
	background-color: #fff;
	color: #fd6f02;
	border: 1px dotted #fd6f02;
}
#link-panel .input-group-addon {
	background-color: rgba(0,0,0,0);
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
	color: #fd6f02;
}
/*this to keep card-box always of the same width
and the card of the right image and centered*/
.portrait .card-over-lay {
	margin: 0 auto;
	width: 176px;
}
.card-box.portrait{
	/*width: 176px !important;*/
}
/*end centering card box*/
.card_data{
	position: relative;
	margin-top: 10px;
}
.about-user {
	position: relative;
}
a.disabled{
	color: #aaa !important;
	cursor: default;
}
a.disabled:hover{
	color: #aaa !important;
	cursor: default;
}
.upload-panel-body label{
	content: '';
	font-weight: normal;
	text-align: left;
	white-space: nowrap;	
	position: relative;
	width: 220px;
}
.upload-panel-body label::after {
	background: #F0F0F0;
	color: #000;
	content: url("../sat_images/select2.png");
	display: inline-block;
	height: 34px;
	margin-left: 204px;
	pointer-events: none;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 17px;
}
#link-panel > input:focus  .input-group-addon{
	/*border-bottom: 1px solid #fd6f02;*/ 
}
#link-panel{
	display: block;
}
.orange_underline{
	border-bottom: 1px solid #fd6f02 !important;
}
.upload-panel-body > ul {
	padding-left: 40px;
	text-align: left;
	margin-bottom:  20px;
}
.upload-panel-body > ul li {
	list-style-type: circle;
	color: #fd6f02;
}
.upload-panel-body > ul li span{
	color: black;
}
.linky,
.linky p{
	background-color: transparent !important;
	color: transparent !important;
}
.linky p:before{
	font-family: FontAwesome;
	content: '\f0c1';
	color: #fff;
	margin-left: -15px;
	top: 15px;
	position: absolute;
}
label.error{
	color: #fd6f02 !important;
	margin-top: 6px;
}
.help-block{
	color: #fd6f02 !important;
}
/*#hlp_hidden_card:after{
	background: rgba(0,0,0,0);
	content: url(../imges/help.png);
}*/
#hlp_hidden_card_tip{
	display: none;
	background: #fff;
	/*border: 1px solid rgba(253,11,2,.6);*/
	border: 1px solid #bebebe;
	padding: 3px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	right: -200px;
	top: -60px;
	width: 200px; 
	z-index: 1005;
}
table.dataTable thead th:nth-child(5).sorting ,
table.dataTable thead th:nth-child(6).sorting {
	background: #f8d97c;
}
.controls-list a:hover, .controls-list a:focus {
	color: #000;
	text-decoration: none;
}
.super-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(234, 234, 231, 0.5);
	z-index: 20;
	z-index: 1007;
	display: none;
}
#avatarSlideSec{
	z-index: 1007;
}
.about-user a{
	cursor: pointer !important;
}
#premium-id-data{
	position: relative;
}
#na_bcn_msg{
	display: block; 
	position: relative; 
	width: auto; 
	min-height: 20px;
}
.avatar-slide.u-profile img{
	width: auto;
	height: auto;
}
li.dropdown > ul{ 
	display: none;
}
a.fancybox{
	display: block;
}
#hidden-card{
	position: absolute;
	/*opacity: 0;*/
	top: 200px;
	left: 40%;
	display: none;
}
#zoom-card{ 
	min-height: 20px;
	text-align: right;
	width: 100%
}
#zoom-card i{
	/*background: #eee;*/
}
td.larger{
	width: 30% !important;
}
td.largest{
	width: 40% !important;
}
td.smaller{
	width: 15% !important;
}
td.smallest{
	width: 5% !important;
}
.dashboard-page #activity{
	margin-top: 0;
}
#activity {
	margin-top: -30px;
} 
/*#preview-details2{
	display: none;
	position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;	
}*/
.btn-subscription{
	float: left;
	margin: 30px 24px 0 !important;
	min-width: 120px;
	width: 120px !important;
}
.get-started-btn.orange:hover, .get-started-btn.orange:focus, .btn-default.orange:active, .get-started-btn.orange:active {
	color: #ffffff;
}
table.dataTable thead .sorting {
	background: #f8d97c !important;
}
.not-arrow{
	background: #f8d97c !important;
}
/*.new-image .ui-resizable-handle {
		opacity: 1;
}*/
/*.ui-resizable-sw,
.ui-resizable-nw,
.ui-resizable-ne,
.ui-resizable-se{
  background-color: rgba(238,238,238,.1);
}
.new-image .ui-resizable{
	background: rgba(238,238,238,.1) !important;
}
.new-image .ui-resizable-handle {
	opacity: 1;
	background-color: rgba(238,238,238,.1);
}
.ui-resizable-nw,
.ui-resizable-ne,
.ui-resizable-se,
.ui-resizable-sw{
	background-color: rgba(238,238,238,.1);
}
.new-image .ui-resizable-s,
.new-image .ui-resizable-n {
	height: 3px !important;
}
.new-image .ui-resizable-e,
.new-image .ui-resizable-w {
	width: 3px !important;
}
*/
.new-image {
	z-index: 3;
}
.new-image-bg {
	z-index: 1;
}
.ui-resizable{
	background: transparent;
	min-height: 36px !important;
}
.ui-resizable:hover {
	background: transparent url(../images/lines.png) repeat;
}
/*.ui-resizable:hover .new-image-bg .ui-resizable-handle,*/
.ui-resizable:hover .ui-resizable-handle,
.ui-resizable:hover .ui-rotatable-handle{
	opacity: 0.5;
}
.new-image-bg .ui-resizable-handle,
.new-image .ui-resizable-handle{
	opacity: 0;
	background-color: #ccc;
}
.ui-resizable-se{
	background-color: #ccc !important;
}
/*.new-image-bg .ui-resizable-handle:hover,
.new-image .ui-resizable-handle:hover {
  opacity: 0.5;
  background-color: #949494;
}*/
.new-image-bg .ui-resizable-s,
.new-image-bg .ui-resizable-n,
.new-image .ui-resizable-s,
.new-image .ui-resizable-n {
	height: 2px !important;
}
.new-image-bg .ui-resizable-e,
.new-image-bg .ui-resizable-w,
.new-image .ui-resizable-e,
.new-image .ui-resizable-w {
	width: 2px !important;
}

#u-prof-profile-image{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 300px !important;
	height: 300px !important;
}
/*to put edit and close button of the widgets above and inline*/
.click-container {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	height: 20px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -10px;
	top: -16px;
	width: 15px;
}
.glyphicon-edit, .glyphicon-remove{
	left: -16px !important;
}
#disabling-overlay{
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	/*display: block;*/
	position:absolute;
}

/******************************************************************************
/******************************************************************************
/******************************************************************************
/******************************************************************************
																	SPINNER
*******************************************************************************
*******************************************************************************
*******************************************************************************
*******************************************************************************/
.spinner-overlay{
	display: block;
	background: rgba(150,150,150,.5);
	background: rgba(255,255,255,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	z-index: 100000;
}
#spinner-title{
	background: transparent;
	color: rgb(253,111,2);
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
}
.spinner-overlay.spinner-sidebar .cssload-loader{
	top: 30%;
}
.spinner-overlay.spinner-page .cssload-loader{
	top: 40%;
}
.cssload-loader {
	position: absolute;
	/*top: 30%;*/
	left: 50%;
	width: 27.284271247462px;
	height: 27.284271247462px;
	margin-left: -14.142135623731px;
	margin-top: -14.142135623731px;
	border-radius: 100%;
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-duration: 4s;
	-o-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
}
.cssload-loader .cssload-side {
	display: block;
	width: 3px;
	height: 11px;
	background-color: rgb(253,111,2);
	margin: 1px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	animation-name: cssload-rotate0;
	-o-animation-name: cssload-rotate0;
	-ms-animation-name: cssload-rotate0;
	-webkit-animation-name: cssload-rotate0;
	-moz-animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	animation-name: cssload-rotate90;
	-o-animation-name: cssload-rotate90;
	-ms-animation-name: cssload-rotate90;
	-webkit-animation-name: cssload-rotate90;
	-moz-animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	animation-name: cssload-rotate45;
	-o-animation-name: cssload-rotate45;
	-ms-animation-name: cssload-rotate45;
	-webkit-animation-name: cssload-rotate45;
	-moz-animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	animation-name: cssload-rotate135;
	-o-animation-name: cssload-rotate135;
	-ms-animation-name: cssload-rotate135;
	-webkit-animation-name: cssload-rotate135;
	-moz-animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
	top: 14.142135623731px;
	left: 27.284271247462px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(2) {
	top: 23.213203431093px;
	left: 23.213203431093px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(3) {
	top: 27.284271247462px;
	left: 14.142135623731px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(4) {
	top: 23.213203431093px;
	left: 4.0710678163691px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(5) {
	top: 14.142135623731px;
	left: 0px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(6) {
	top: 4.0710678163691px;
	left: 4.0710678163691px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 14.142135623731px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
.cssload-loader .cssload-side:nth-child(8) {
	top: 4.0710678163691px;
	left: 23.213203431093px;
	margin-left: -2px;
	margin-top: -6px;
	animation-delay: 0;
	-o-animation-delay: 0;
	-ms-animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
}
@keyframes cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-o-keyframes cssload-rotate0 {
	0% {
		-o-transform: rotate(0deg);
	}
	60% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(180deg);
	}
}

@-ms-keyframes cssload-rotate0 {
	0% {
		-ms-transform: rotate(0deg);
	}
	60% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(180deg);
	}
}

@-webkit-keyframes cssload-rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}

@-moz-keyframes cssload-rotate0 {
	0% {
		-moz-transform: rotate(0deg);
	}
	60% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(180deg);
	}
}

@keyframes cssload-rotate90 {
	0% {
		transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-o-keyframes cssload-rotate90 {
	0% {
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-ms-keyframes cssload-rotate90 {
	0% {
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-webkit-keyframes cssload-rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-moz-keyframes cssload-rotate90 {
	0% {
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	60% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes cssload-rotate45 {
	0% {
		transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-o-keyframes cssload-rotate45 {
	0% {
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-ms-keyframes cssload-rotate45 {
	0% {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-webkit-keyframes cssload-rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@-moz-keyframes cssload-rotate45 {
	0% {
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	60% {
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@keyframes cssload-rotate135 {
	0% {
		transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-o-keyframes cssload-rotate135 {
	0% {
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-ms-keyframes cssload-rotate135 {
	0% {
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-webkit-keyframes cssload-rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@-moz-keyframes cssload-rotate135 {
	0% {
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	60% {
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	100% {
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/******************************************************************************
									END SPINNER
*******************************************************************************/