.sourcecoast .intro {
  padding: 6px 8px 0 0;
  font-size: 1.1em;
}

.sourcecoast .btn {
  margin-top: 0;
}

.sourcecoast.modal-backdrop {
  z-index: 99990;
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color: #000000;
  opacity: 0.8;
}

.sourcecoast.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.sourcecoast.modal-backdrop.fade.in {
    opacity: 0.8;
}

.sourcecoast.modal {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 99999 !important;
  max-width: 560px;
  width: 80%;
  margin: 0 0 0 -40%;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.sourcecoast.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
  opacity: 0;
}
.sourcecoast.modal.fade.in {
  opacity: 1;
}
.sourcecoast.modal.fade.in {
  top: 25%;
}

.sourcecoast .modal-body {
    overflow-y:auto; /* Change from visible to scroll the modal for mobile */
    width: 94%;
}

.sourcecoast .form-horizontal .control-group {
  margin-bottom:10px;
}

.sourcecoast.facebook,
.sourcecoast.linkedin,
.sourcecoast.twitter,
.sourcecoast.google,
.sourcecoast.pinterest,
.sourcecoast .facebook,
.sourcecoast .linkedin,
.sourcecoast .twitter,
.sourcecoast .google,
.sourcecoast .pinterest {
    background:none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	margin-top: 5vh;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('templates/esw_easypeasy/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('templates/esw_easypeasy/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('templates/esw_easypeasy/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('templates/esw_easypeasy/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
	position: absolute;
	font-size: 1.25em;
	top: 0;
	bottom: auto;
}

@media screen and (max-width: 900px) {
	.fancybox-opened .fancybox-title {
		top: -55px !important;
	}
}


.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('templates/esw_easypeasy/css/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('templates/esw_easypeasy/css/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img:not([src*='blank.gif']) {
  height: auto;
}
#map_canvas img,
.google-maps img,
.gm-style img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix[class*="span"] {
  clear: none;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #324164;
  background-color: #fff;
}
a {
  color: #0080ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FF1066;
  text-decoration: underline;
}
a.active {
  color: #fb5619;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -22px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row[class*="span"] {
  clear: none;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 22px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1118px;
}
.span12 {
  width: 1118px;
}
.span11 {
  width: 1023px;
}
.span10 {
  width: 928px;
}
.span9 {
  width: 833px;
}
.span8 {
  width: 738px;
}
.span7 {
  width: 643px;
}
.span6 {
  width: 548px;
}
.span5 {
  width: 453px;
}
.span4 {
  width: 358px;
}
.span3 {
  width: 263px;
}
.span2 {
  width: 168px;
}
.span1 {
  width: 73px;
}
.offset12 {
  margin-left: 1162px;
}
.offset11 {
  margin-left: 1067px;
}
.offset10 {
  margin-left: 972px;
}
.offset9 {
  margin-left: 877px;
}
.offset8 {
  margin-left: 782px;
}
.offset7 {
  margin-left: 687px;
}
.offset6 {
  margin-left: 592px;
}
.offset5 {
  margin-left: 497px;
}
.offset4 {
  margin-left: 402px;
}
.offset3 {
  margin-left: 307px;
}
.offset2 {
  margin-left: 212px;
}
.offset1 {
  margin-left: 117px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid[class*="span"] {
  clear: none;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
  margin-left: 1.9677996422182%;
  *margin-left: 1.9230769230769%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.9677996422182%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.955277280859%;
}
.row-fluid .span11 {
  width: 91.502683363148%;
  *width: 91.457960644007%;
}
.row-fluid .span10 {
  width: 83.005366726297%;
  *width: 82.960644007156%;
}
.row-fluid .span9 {
  width: 74.508050089445%;
  *width: 74.463327370304%;
}
.row-fluid .span8 {
  width: 66.010733452594%;
  *width: 65.966010733453%;
}
.row-fluid .span7 {
  width: 57.513416815742%;
  *width: 57.468694096601%;
}
.row-fluid .span6 {
  width: 49.016100178891%;
  *width: 48.97137745975%;
}
.row-fluid .span5 {
  width: 40.518783542039%;
  *width: 40.474060822898%;
}
.row-fluid .span4 {
  width: 32.021466905188%;
  *width: 31.976744186047%;
}
.row-fluid .span3 {
  width: 23.524150268336%;
  *width: 23.479427549195%;
}
.row-fluid .span2 {
  width: 15.026833631485%;
  *width: 14.982110912343%;
}
.row-fluid .span1 {
  width: 6.5295169946333%;
  *width: 6.484794275492%;
}
.row-fluid .offset12 {
  margin-left: 103.93559928444%;
  *margin-left: 103.84615384615%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.96779964222%;
  *margin-left: 101.87835420394%;
}
.row-fluid .offset11 {
  margin-left: 95.438282647585%;
  *margin-left: 95.348837209302%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.470483005367%;
  *margin-left: 93.381037567084%;
}
.row-fluid .offset10 {
  margin-left: 86.940966010733%;
  *margin-left: 86.851520572451%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.973166368515%;
  *margin-left: 84.883720930233%;
}
.row-fluid .offset9 {
  margin-left: 78.443649373882%;
  *margin-left: 78.354203935599%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.475849731664%;
  *margin-left: 76.386404293381%;
}
.row-fluid .offset8 {
  margin-left: 69.94633273703%;
  *margin-left: 69.856887298748%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.978533094812%;
  *margin-left: 67.88908765653%;
}
.row-fluid .offset7 {
  margin-left: 61.449016100179%;
  *margin-left: 61.359570661896%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.481216457961%;
  *margin-left: 59.391771019678%;
}
.row-fluid .offset6 {
  margin-left: 52.951699463327%;
  *margin-left: 52.862254025045%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.983899821109%;
  *margin-left: 50.894454382826%;
}
.row-fluid .offset5 {
  margin-left: 44.454382826476%;
  *margin-left: 44.364937388193%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.486583184258%;
  *margin-left: 42.397137745975%;
}
.row-fluid .offset4 {
  margin-left: 35.957066189624%;
  *margin-left: 35.867620751342%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.989266547406%;
  *margin-left: 33.899821109123%;
}
.row-fluid .offset3 {
  margin-left: 27.459749552773%;
  *margin-left: 27.37030411449%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.491949910555%;
  *margin-left: 25.402504472272%;
}
.row-fluid .offset2 {
  margin-left: 18.962432915921%;
  *margin-left: 18.872987477639%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.994633273703%;
  *margin-left: 16.90518783542%;
}
.row-fluid .offset1 {
  margin-left: 10.46511627907%;
  *margin-left: 10.375670840787%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.4973166368515%;
  *margin-left: 8.4078711985689%;
}
.row-fluid .span20 {
  width: 18.425760286225%;
  *width: 18.381037567084%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container[class*="span"] {
  clear: none;
}
.container-fluid {
  padding-right: 22px;
  padding-left: 22px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid[class*="span"] {
  clear: none;
}
html {
  font-size: 100%;
}
body {
  font-size: 15px;
  line-height: 1.5;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 1.25em;
  font-weight: 200;
}
.lead p:last-child {
  margin-bottom: 0;
}
small,
.small {
  font-size: .85em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: rgba(0,0,0,0.36);
}
a.muted:hover,
a.muted:focus {
  color: rgba(0,0,0,0.36);
}
.text-warning {
  color: #fb5619;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #dd3f04;
}
.text-error {
  color: #af0e2d;
}
a.text-error:hover,
a.text-error:focus {
  color: #7f0a21;
}
.text-info {
  color: #0066cc;
}
a.text-info:hover,
a.text-info:focus {
  color: #004d99;
}
.text-success {
  color: #017c69;
}
a.text-success:hover,
a.text-success:focus {
  color: #00493e;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1 {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-weight: 100;
  font-size: 2.8em;
  line-height: 1.275;
  margin: 22px 0;
}
h1 .small,
h1 small {
  font-weight: normal;
  line-height: 1;
}
h1 .small.badge,
h1 .small.label,
h1 small.badge,
h1 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
h2 {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.8em;
  line-height: 1.35;
  font-weight: 500;
  margin: 22px 0;
}
h2 .small,
h2 small {
  font-weight: normal;
  line-height: 1;
}
h2 .small.badge,
h2 .small.label,
h2 small.badge,
h2 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
h3 {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}
h3 .small,
h3 small {
  font-weight: normal;
  line-height: 1;
}
h3 .small.badge,
h3 .small.label,
h3 small.badge,
h3 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
h4 {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.125em;
}
h4 .small,
h4 small {
  font-weight: normal;
  line-height: 1;
}
h4 .small.badge,
h4 .small.label,
h4 small.badge,
h4 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
h5 {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1em;
  font-weight: bold;
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 0.85em;
  font-weight: bold;
}
h5 .small,
h5 small {
  font-weight: normal;
  line-height: 1;
}
h5 .small.badge,
h5 .small.label,
h5 small.badge,
h5 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
h5 .small,
h5 small {
  font-weight: normal;
  line-height: 1;
}
h5 .small.badge,
h5 .small.label,
h5 small.badge,
h5 small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.page-header {
  padding-bottom: 10px;
  margin: 1em 0 22px;
  border-bottom: 1px solid rgba(0,0,0,0.02);
}
.page-header h1 {
  margin-top: 1em;
  margin-bottom: 11px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 11px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style-image: url('templates/esw_easypeasy/images/icon-arrow.png');
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal[class*="span"] {
  clear: none;
}
.dl-horizontal dt {
  float: left;
  width: 18%;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 38%;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
hr:last-child {
  margin-bottom: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0,0,0,0.08);
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid rgba(0,0,0,0.02);
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: rgba(0,0,0,0.08);
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgba(0,0,0,0.02);
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 11px;
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #4c5767;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 0.25;
  margin: 0 0 0.75;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 1.5;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5;
  font-size: 22.5px;
  line-height: 3;
  color: #4c5767;
  border: 0;
}
legend small {
  font-size: 1.125;
  color: rgba(0,0,0,0.08);
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
input,
button,
select,
textarea {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5.5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 2em;
  padding: 2.75px 5.5px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.36);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2.75px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 2em;
  *margin-top: 2.75px;
  line-height: 2em;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: rgba(0,0,0,0.08);
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0,0,0,0.3);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.3);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}
.radio,
.checkbox {
  min-height: 1.5;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.text-center .radio input[type="radio"],
.text-center .checkbox input[type="checkbox"] {
  margin-left: 0;
  float: none;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5.5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 22px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 1104px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 1009px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 914px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 819px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 724px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 629px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 534px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 439px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 344px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 249px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 154px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 59px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row[class*="span"] {
  clear: none;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: rgba(0,0,0,0.02);
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #fb5619;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #fb5619;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #fb5619;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #dd3f04;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #fda07d;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #fda07d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #fda07d;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #fb5619;
  background-color: rgba(251,86,25,0.15);
  border-color: #fb5619;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #af0e2d;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #af0e2d;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #af0e2d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #7f0a21;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #af0e2d;
  background-color: #f2dede;
  border-color: #af0e2d;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #017c69;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #017c69;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #017c69;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #00493e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #01e1be;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #01e1be;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #01e1be;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #017c69;
  background-color: rgba(1,200,169,0.15);
  border-color: #017c69;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #0066cc;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #0066cc;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #0066cc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #004d99;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #3399ff;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #3399ff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #3399ff;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #0066cc;
  background-color: #ffffff;
  border-color: #0066cc;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21px 0 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions[class*="span"] {
  clear: none;
}
.help-block,
.help-inline {
  color: #4c6297;
  font-size: 0.89em;
}
.help-block {
  display: block;
  margin-bottom: 0.75;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-block-level + .help-inline {
  display: block !important;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  max-width: 100%;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 15px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 2em;
  min-width: 16px;
  padding: 2.75px 4.5px;
  font-size: 15px;
  font-weight: normal;
  line-height: -3.5em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-append .btn,
.input-prepend .btn {
  padding: 2.75px 4.5px;
  height: 2em;
  line-height: -3.5em;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #64fee6;
  border-color: #01c8a9;
}
.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table !important;
}
.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
}
.input-append.input-block-level input,
.input-prepend.input-block-level input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  min-height: inherit;
  width: 100%;
}
.old-IE .input-append.input-block-level input,
.old-IE .input-prepend.input-block-level input {
  display: block;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-block-level input {
  border-left: 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append.input-block-level input {
  border-right: 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 54px 54px 0;
  -moz-border-radius: 0 54px 54px 0;
  border-radius: 0 54px 54px 0;
  -webkit-border-radius: 0 54px 54px 0;
  -moz-border-radius: 0 54px 54px 0;
  border-radius: 0 54px 54px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 54px 54px 0;
  -moz-border-radius: 0 54px 54px 0;
  border-radius: 0 54px 54px 0;
  -webkit-border-radius: 0 54px 54px 0;
  -moz-border-radius: 0 54px 54px 0;
  border-radius: 0 54px 54px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 54px 0 0 54px;
  -moz-border-radius: 54px 0 0 54px;
  border-radius: 54px 0 0 54px;
  -webkit-border-radius: 54px 0 0 54px;
  -moz-border-radius: 54px 0 0 54px;
  border-radius: 54px 0 0 54px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.text-center .form-search .radio input[type="radio"],
.text-center .form-search .checkbox input[type="checkbox"],
.text-center .form-inline .radio input[type="radio"],
.text-center .form-inline .checkbox input[type="checkbox"] {
  margin-left: 0;
  float: none;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 11px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 11px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group[class*="span"] {
  clear: none;
}
.form-horizontal .control-label {
  float: left;
  width: 36%;
  padding-top: 5.5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 2%;
  margin-left: 38%;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 38%;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 38%;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  margin-top: -9px;
  top: 50%;
  left: 10px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #cccccc;
  border: 1px solid #b3b3b3;
}
.radio-container input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2196F3;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.5;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 57px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 152px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 247px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 342px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 437px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 532px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 627px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 722px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 817px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 912px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 1007px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 1102px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: rgba(1,200,169,0.15);
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: rgba(251,86,25,0.15);
}
.table tbody tr.info > td {
  background-color: #ffffff;
}
.table-hover tbody tr.success:hover > td {
  background-color: rgba(1,175,148,0.15);
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: rgba(246,70,4,0.15);
}
.table-hover tbody tr.info:hover > td {
  background-color: #f2f2f2;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: -0.25 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #4c5767;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #007bf5;
  background-image: -moz-linear-gradient(top,#0080ff,#0073e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0080ff),to(#0073e6));
  background-image: -webkit-linear-gradient(top,#0080ff,#0073e6);
  background-image: -o-linear-gradient(top,#0080ff,#0073e6);
  background-image: linear-gradient(to bottom,#0080ff,#0073e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0080ff', endColorstr='#ff0073e5', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #4c5767;
  text-decoration: none;
  outline: 0;
  background-color: #007bf5;
  background-image: -moz-linear-gradient(top,#0080ff,#0073e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0080ff),to(#0073e6));
  background-image: -webkit-linear-gradient(top,#0080ff,#0073e6);
  background-image: -o-linear-gradient(top,#0080ff,#0073e6);
  background-image: linear-gradient(to bottom,#0080ff,#0073e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0080ff', endColorstr='#ff0073e5', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgba(0,0,0,0.08);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.02);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7.7px 18.7px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  color: #4c5767;
  border-color: #e6e6e6;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #4c5767;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #4c5767;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 0.75em 2.5em;
  font-size: 18.75px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 0em 1.75em;
  font-size: 13px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 1px 0.25em;
  font-size: 11.25px;
  line-height: 16.5px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.btn-trial {
  margin-left: 30px;
  padding: 0 15px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5.5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  background-color: #0080ff;
  color: #fff;
  border-color: #FF1066;
  *background-color: #FF1066;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: transparent !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #FF1066;
  *background-color: #f60058;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #dc004f \9;
}
.btn-warning {
  background-color: #fc8d64;
  color: #fff;
  border-color: #fb5619;
  *background-color: #fb5619;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #fb5619;
  *background-color: #f64604;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #dd3f04 \9;
}
.btn-danger {
  background-color: #ee5f5b;
  color: #fff;
  border-color: #bd362f;
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #62c462;
  color: #fff;
  border-color: #51a351;
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #0080ff;
  border-color: #0080ff;
}
.btn-price {
  color: #fff;
  border-color: #fff;
  background-color: inherit;
}
.btn-price:hover,
.btn-price :focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-notification {
  border-radius: 2.75px;
  background-color: inherit;
  color: #fff;
  padding: 1px 0.25em;
}
.btn-inverse {
  background-color: #444;
  color: #fff;
  border-color: rgba(0,0,0,0.8325);
  *background-color: rgba(0,0,0,0.8325);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: rgba(0,0,0,0.8325);
  *background-color: rgba(0,0,0,0.8325);
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: rgba(0,0,0,0.8325) \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0080ff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #FF1066;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #4c5767;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 0.75;
  margin-bottom: 0.75;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
}
.btn-group > .btn-mini {
  font-size: 11.25px;
}
.btn-group > .btn-small {
  font-size: 13px;
}
.btn-group > .btn-large {
  font-size: 18.75px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 55px;
  -moz-border-radius-topleft: 55px;
  border-top-left-radius: 55px;
  -webkit-border-bottom-left-radius: 55px;
  -moz-border-radius-bottomleft: 55px;
  border-bottom-left-radius: 55px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 55px;
  -moz-border-radius-topright: 55px;
  border-top-right-radius: 55px;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #FF1066;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fb5619;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #0080ff;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: rgba(0,0,0,0.8325);
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 55px 55px 0 0;
  -moz-border-radius: 55px 55px 0 0;
  border-radius: 55px 55px 0 0;
  -webkit-border-radius: 55px 55px 0 0;
  -moz-border-radius: 55px 55px 0 0;
  border-radius: 55px 55px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 55px 55px;
  -moz-border-radius: 0 0 55px 55px;
  border-radius: 0 0 55px 55px;
  -webkit-border-radius: 0 0 55px 55px;
  -moz-border-radius: 0 0 55px 55px;
  border-radius: 0 0 55px 55px;
}
.alert {
  padding: 5.5px 11px;
  margin-bottom: 11px;
  background-color: rgba(251,86,25,0.15);
  border: 1px solid #fb5619;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.alert,
.alert h4 {
  color: #fb5619;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -2px;
  line-height: 1.5;
}
.alert p:last-child {
  margin: 0;
}
.alert-success {
  background-color: rgba(1,200,169,0.15);
  border-color: #01c8a9;
  color: #017c69;
}
.alert-success h4 {
  color: #017c69;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #af0e2d;
}
.alert-danger h4,
.alert-error h4 {
  color: #af0e2d;
}
.alert-info {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #0066cc;
}
.alert-info h4 {
  color: #0066cc;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li+li {
  margin-top: 0;
}
.nav > li > a,
.nav > li > span.separator {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: rgba(0,0,0,0.36);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.nav-list > li > a,
.nav-list > li > span.separator,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fb5619;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #fb5619;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: -0.25 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs[class*="span"],
.nav-pills[class*="span"] {
  clear: none;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 11px;
  padding-left: 11px;
  margin-right: 2px;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid rgba(0,0,0,0.1);
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #fb5619;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 2.75px;
  -moz-border-radius-topright: 2.75px;
  border-top-right-radius: 2.75px;
  -webkit-border-top-left-radius: 2.75px;
  -moz-border-radius-topleft: 2.75px;
  border-top-left-radius: 2.75px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 2.75px;
  -moz-border-radius-bottomright: 2.75px;
  border-bottom-right-radius: 2.75px;
  -webkit-border-bottom-left-radius: 2.75px;
  -moz-border-radius-bottomleft: 2.75px;
  border-bottom-left-radius: 2.75px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: transparent;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 55px 55px;
  -moz-border-radius: 0 0 55px 55px;
  border-radius: 0 0 55px 55px;
  -webkit-border-radius: 0 0 55px 55px;
  -moz-border-radius: 0 0 55px 55px;
  border-radius: 0 0 55px 55px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0080ff;
  border-bottom-color: #0080ff;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #FF1066;
  border-bottom-color: #FF1066;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: rgba(0,0,0,0.36);
  border-bottom-color: rgba(0,0,0,0.36);
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.08);
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: rgba(0,0,0,0.08);
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable[class*="span"] {
  clear: none;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 2.75px 2.75px;
  -moz-border-radius: 0 0 2.75px 2.75px;
  border-radius: 0 0 2.75px 2.75px;
  -webkit-border-radius: 0 0 2.75px 2.75px;
  -moz-border-radius: 0 0 2.75px 2.75px;
  border-radius: 0 0 2.75px 2.75px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: rgba(0,0,0,0.1);
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 2.75px 0 0 2.75px;
  -moz-border-radius: 2.75px 0 0 2.75px;
  border-radius: 2.75px 0 0 2.75px;
  -webkit-border-radius: 2.75px 0 0 2.75px;
  -moz-border-radius: 2.75px 0 0 2.75px;
  border-radius: 2.75px 0 0 2.75px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent rgba(0,0,0,0.1) transparent transparent;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: rgba(0,0,0,0.1) transparent rgba(0,0,0,0.1) rgba(0,0,0,0.1);
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 2.75px 2.75px 0;
  -moz-border-radius: 0 2.75px 2.75px 0;
  border-radius: 0 2.75px 2.75px 0;
  -webkit-border-radius: 0 2.75px 2.75px 0;
  -moz-border-radius: 0 2.75px 2.75px 0;
  border-radius: 0 2.75px 2.75px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent rgba(0,0,0,0.1);
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1) transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: rgba(0,0,0,0.08);
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 22px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 1;
  padding-left: 11px;
  padding-right: 11px;
  background: rgba(0,0,0,0.08);
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner[class*="span"] {
  clear: none;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 0.7em 0.8em 0.7em;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #324164;
  text-shadow: 0 1px 0 #fff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar .brand .navbar-search {
  margin: 0;
  padding: 0;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 2.5em;
  color: #324164;
}
.navbar-link {
  color: #324164;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #fff;
}
.navbar .divider-vertical {
  height: 2.5em;
  margin: 0 9px;
  border-left: 1px solid rgba(0,0,0,0.08);
  border-right: 1px solid #fff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0.25em;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form[class*="span"] {
  clear: none;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0.25em;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 0.375em;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  border-color: rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.08);
  color: #324164;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1118px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
  padding: 0 15px;
}
.navbar .nav > li > a,
.navbar .nav > li > span.separator {
  float: none;
  padding: 0.83333333333333em 1em 0.83333333333333em;
  color: #324164;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav > li > span.separator {
  color: #546da8;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #0080ff;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
  -moz-box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
  box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0080ff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
  -moz-box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
  box-shadow: inset 0px 14px 17px -17px rgba(0,0,0,0.35);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 15px;
  margin: 0.306em 0;
  background-color: #f2f2f2;
  color: #fff;
  border-color: rgba(0,0,0,0.08);
  *background-color: rgba(0,0,0,0.08);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: rgba(0,0,0,0.08);
  *background-color: rgba(0,0,0,0.08);
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: rgba(0,0,0,0.08) \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #0080ff;
  color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #324164;
  border-bottom-color: #324164;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,#fff);
  background-image: -o-linear-gradient(top,#fff,#fff);
  background-image: linear-gradient(to bottom,#fff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: rgba(0,0,0,0.1);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #324164;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #0080ff;
}
.navbar-inverse .brand {
  color: #324164;
}
.navbar-inverse .navbar-text {
  color: #324164;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #0080ff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #0080ff;
  background-color: #fff;
}
.navbar-inverse .navbar-link {
  color: #324164;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #0080ff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #fff;
  border-right-color: #fff;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  color: #0080ff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #0080ff;
  border-bottom-color: #0080ff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #324164;
  border-bottom-color: #324164;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #0080ff;
  border-bottom-color: #0080ff;
}
.navbar-inverse .navbar-search .search-query {
  color: #324164;
  background-color: #ffffff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #4c5767;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  background-color: #f2f2f2;
  color: #fff;
  border-color: #f2f2f2;
  *background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #f2f2f2;
  *background-color: #e6e6e6;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #d9d9d9 \9;
}
.breadcrumb {
  padding: 5.5px 11px;
  margin: 22px 0 22px;
  list-style: none;
  background-color: rgba(0,0,0,0.02);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgba(0,0,0,0.36);
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: rgba(0,0,0,0.08);
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: rgba(0,0,0,0.08);
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 0.75em 1em;
  font-size: 18.75px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 55px;
  -moz-border-radius-topleft: 55px;
  border-top-left-radius: 55px;
  -webkit-border-bottom-left-radius: 55px;
  -moz-border-radius-bottomleft: 55px;
  border-bottom-left-radius: 55px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 55px;
  -moz-border-radius-topright: 55px;
  border-top-right-radius: 55px;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2.75px;
  -moz-border-radius-topleft: 2.75px;
  border-top-left-radius: 2.75px;
  -webkit-border-bottom-left-radius: 2.75px;
  -moz-border-radius-bottomleft: 2.75px;
  border-bottom-left-radius: 2.75px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2.75px;
  -moz-border-radius-topright: 2.75px;
  border-top-right-radius: 2.75px;
  -webkit-border-bottom-right-radius: 2.75px;
  -moz-border-radius-bottomright: 2.75px;
  border-bottom-right-radius: 2.75px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 0em 0.75em;
  font-size: 13px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 0.25em;
  font-size: 11.25px;
}
.pager {
  margin: 1.5 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager[class*="span"] {
  clear: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgba(0,0,0,0.08);
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  width: 98%;
  position: relative;
  max-height: 400px;
  padding: 1%;
}
.modal-body iframe {
  width: 100%;
  max-height: none;
  border: 0 !important;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer[class*="span"] {
  clear: none;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -22px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails[class*="span"] {
  clear: none;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 11px;
  margin-left: 22px;
  margin-top: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.5;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0080ff;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: rgba(0,0,0,0.36);
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-weight: bold;
  color: #324164;
  vertical-align: middle;
  white-space: nowrap;
  font-size: .85em;
  background-color: rgba(0,0,0,0.02);
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #f2dede;
  color: #fb5619;
}
.label-important[href],
.badge-important[href] {
  background-color: #7f0a21;
}
.label-warning,
.badge-warning {
  background-color: rgba(251,86,25,0.15);
  color: #fb5619;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #dd3f04;
}
.label-success,
.badge-success {
  background-color: rgba(1,200,169,0.15);
  color: #017c69;
}
.label-success[href],
.badge-success[href] {
  background-color: #00493e;
}
.label-info,
.badge-info {
  background-color: #ffffff;
  color: #0066cc;
}
.label-info[href],
.badge-info[href] {
  background-color: #004d99;
}
.label-inverse,
.badge-inverse {
  background-color: #4c5767;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #363e4a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22.5px;
  margin-bottom: 22.5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fc7746;
  background-image: -moz-linear-gradient(top,#fc8d64,#fb5619);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc8d64),to(#fb5619));
  background-image: -webkit-linear-gradient(top,#fc8d64,#fb5619);
  background-image: -o-linear-gradient(top,#fc8d64,#fb5619);
  background-image: linear-gradient(to bottom,#fc8d64,#fb5619);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8d64', endColorstr='#fffb5618', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fc8d64;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
  margin-bottom: 1.5;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 1.5;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.8325);
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255,255,255,0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #4c5767;
  background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 1.5;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 2em 1em;
  margin: 1em 0;
  font-size: 1.75em;
  color: inherit;
  background-color: #fff;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.hero-unit h1 {
  margin: 0;
  color: inherit;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.visible-print {
  display: none !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.media-min-navbarCollapse .affix {
  position: fixed;
  top: 0;
}
.media-min-navbarCollapse .affix,
.media-min-navbarCollapse .affix-bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media-min-navbarCollapse .affix-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
[class*="relnegoffset"] {
  position: relative;
}
.negoffset12 {
  margin-left: -1118px;
}
.negoffset11 {
  margin-left: -1023px;
}
.negoffset10 {
  margin-left: -928px;
}
.negoffset9 {
  margin-left: -833px;
}
.negoffset8 {
  margin-left: -738px;
}
.negoffset7 {
  margin-left: -643px;
}
.negoffset6 {
  margin-left: -548px;
}
.negoffset5 {
  margin-left: -453px;
}
.negoffset4 {
  margin-left: -358px;
}
.negoffset3 {
  margin-left: -263px;
}
.negoffset2 {
  margin-left: -168px;
}
.negoffset1 {
  margin-left: -73px;
}
.relnegoffset12 {
  left: -1140px;
}
.relnegoffset11 {
  left: -1045px;
}
.relnegoffset10 {
  left: -950px;
}
.relnegoffset9 {
  left: -855px;
}
.relnegoffset8 {
  left: -760px;
}
.relnegoffset7 {
  left: -665px;
}
.relnegoffset6 {
  left: -570px;
}
.relnegoffset5 {
  left: -475px;
}
.relnegoffset4 {
  left: -380px;
}
.relnegoffset3 {
  left: -285px;
}
.relnegoffset2 {
  left: -190px;
}
.relnegoffset1 {
  left: -95px;
}
.flipX {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flipY {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.unseen {
  display: inline;
  height: 0px;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0px;
}
.span0 {
  float: none !important;
  *zoom: 1;
}
.span0:before,
.span0:after {
  display: table;
  content: "";
  line-height: 0;
}
.span0:after {
  clear: both;
}
.span0[class*="span"] {
  clear: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -1px;
}
.invalid {
  color: #af0e2d;
  font-weight: bold;
}
input.invalid,
select.invalid,
textarea.invalid {
  border-color: #af0e2d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
input.invalid:focus,
select.invalid:focus,
textarea.invalid:focus {
  border-color: #7f0a21;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ef3458;
}
.skiplinks {
  display: none;
}
.img-polaroid,
.img-circle {
  margin-bottom: 11px;
  margin-top: 11px;
  display: inline-block;
}
i {
  text-decoration: none;
}
body {
  background: #001a33;
  overflow-y: scroll;
}
#main {
  background: #fff;
}
#header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#header p {
  margin: 0;
}
#header #top {
  font-size: 1em;
}
#header #top ul.nav>li {
  float: left;
  margin-right: 11px;
}
#header #top ul.nav>li.active a {
  color: #0080ff;
  border-bottom: 3px solid #0080ff;
}
#header #top .mod-languages {
  display: inline;
}
#header #top .mod-languages img {
  vertical-align: baseline;
}
#header #top .mod-search,
#header #top .mod-menu,
#header #top .mod-languages {
  float: left;
  width: auto;
}
#header input,
#header select {
  height: 31px;
}
#header .contact span {
  margin-left: 11px;
}
.mobile-menu-buttons {
  display: flex;
  justify-content: center;
}
.mobile-menu-buttons .switcher {
  margin: 5px 5px 0 5px;
  padding: 0;
}
.mobile-menu-buttons a {
  background-color: #f2f2f2 !important;
  border: 1px solid #dfdfdf !important;
  padding: 8px !important;
  font-size: 1.3em !important;
  border-radius: 2.75px !important;
}
.nav-collapse-search {
  text-align: center;
}
.nav-collapse-login {
  text-align: center;
}
#font-size {
  width: 70px;
}
#font-size ul {
  list-style-type: none;
  width: 48px;
  margin: 0 auto;
  *zoom: 1;
}
#font-size ul:before,
#font-size ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#font-size ul:after {
  clear: both;
}
#font-size ul[class*="span"] {
  clear: none;
}
#font-size ul li {
  width: 16px;
  float: left;
  display: block;
  vertical-align: baseline;
  font-weight: bold;
  color: #0080ff;
  text-align: center;
  cursor: pointer;
}
#font-size ul li.font-size1 {
  font-size: 11px;
}
#font-size ul li.font-size2 {
  font-size: 14px;
}
#font-size ul li.font-size3 {
  font-size: 17px;
}
#font-size .font-size-slider {
  width: 70px;
  height: 17px;
  background: url(templates/esw_easypeasy/images/font-size-slider.png) 0 50% no-repeat;
  position: relative;
}
#font-size .font-size-slider .font-size-arrow {
  width: 15px;
  height: 17px;
  background: url(templates/esw_easypeasy/images/font-size-arrow.png) 0 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.font-size1 #font-size ul li.font-size1 {
  color: #000;
  cursor: default;
}
.font-size2 #font-size ul li.font-size2 {
  color: #000;
  cursor: default;
}
.font-size3 #font-size ul li.font-size3 {
  color: #000;
  cursor: default;
}
.font-size1 #font-size .font-size-slider .font-size-arrow {
  left: 12px;
}
.font-size2 #font-size .font-size-slider .font-size-arrow {
  left: 28px;
}
.font-size3 #font-size .font-size-slider .font-size-arrow {
  left: 44px;
}
#nav-top {
  display: none;
}
#nav-top a {
  color: rgba(0,0,0,0.36);
  text-decoration: underline;
}
#nav-top a:hover {
  text-decoration: none;
  color: #0080ff;
}
#nav-top a img + span {
  margin-left: 5px;
}
#nav {
  z-index: 1;
  position: relative;
}
#nav ul.nav .ep2016 {
  padding-right: 45px;
  padding-left: 45px;
}
#nav ul.nav .btn {
  font-size: inherit;
}
#nav ul.nav>li {
  text-align: center;
  margin: -2px 0;
}
#nav ul.nav>li>a {
  text-shadow: none;
}
#nav ul.nav>li>a img {
  vertical-align: text-bottom;
}
#nav ul.nav>li>a img+ span {
  margin-left: 5px;
}
#nav ul.nav>li>span.separator {
  padding-right: 0.5em;
  border-left: 1px solid rgba(0,0,0,0.36);
  color: rgba(0,0,0,0.36);
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 4px;
  padding-bottom: 3px;
}
#nav ul.nav>li>ul {
  display: none;
}
#nav ul.nav>li.active>ul {
  display: block;
}
#nav ul.nav>li.active>ul>li.active {
  font-weight: bold;
}
#nav .nav-collapse.in ul.nav {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 11px;
}
#nav .nav-collapse.in ul.nav + ul.nav {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 11px;
}
#nav .btn-navbar {
  line-height: 1em;
  color: #324164;
}
#nav .btn-navbar +.btn-navbar {
  margin-left: 5px;
}
#nav .btn-navbar span {
  display: inline-block;
  width: 1em;
}
#nav .btn-navbar span.icon-bar {
  display: block;
}
#nav .pull-left {
  float: left;
}
#nav .nav-collapse-search,
#nav .nav-collapse-login {
  clear: both;
}
#nav .nav-collapse-search.in,
#nav .nav-collapse-login.in {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 11px;
}
#nav .nav-collapse-search.in {
  padding-bottom: 11px;
}
#nav .nav-logo {
  float: left;
  margin-right: 22px;
}
#nav .nav-search {
  float: right;
  float: right;
}
#nav .navbar-inner {
  border-top: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
#nav .nav-collapse .mobile-menu-buttons select {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.08);
}
.banner .module {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.08);
}
.showcase {
  position: relative;
}
.showcase:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#showcase1 {
  text-align: center;
}
#showcase1>.container {
  width: auto;
  padding: 0;
}
#showcase10 {
  background: #fafafa;
  text-align: center;
  color: #324164;
  padding: 22px 0;
}
#showcase10 h3 {
  font-weight: bold;
}
#showcase10 p:last-child {
  margin-bottom: 0;
}
.fullwidth .module {
  padding: 33px 0;
}
.fullwidth .module.nopadding {
  padding: 10px 0 0 0;
}
.fullwidth .module .help-block,
.fullwidth .module .help-inline {
  color: inherit;
  font-size: 0.69em;
}
.fullwidth .module.background-vertical-top {
  background-position-y: top !important;
}
.fullwidth .module.background-vertical-center {
  background-position-y: center !important;
}
.fullwidth .module.background-vertical-bottom {
  background-position-y: bottom !important;
}
.fullwidth .module[class*="background-"] ul {
  list-style-image: url('templates/esw_easypeasy/images/ikona_sipka.png');
}
.fullwidth .module.background-lightblue {
  background-color: #b3d9ff;
  color: #003366;
}
.fullwidth .module.background-blue {
  background-color: #0080ff;
  color: #fff;
}
.fullwidth .module.background-bluesmall {
  background-color: #0080ff;
  box-shadow: none;
  padding: 0;
  color: #fff;
}
.fullwidth .module.background-darkblue {
  background-color: #264065;
  color: #fff;
}
.fullwidth .module.background-gray {
  background-color: rgba(230,230,230,0.36);
  color: #324164;
  box-shadow: none;
}
.fullwidth .module.background-grayLight {
  background: rgba(0,0,0,0.08);
  color: #324164;
  box-shadow: none;
}
.fullwidth .module.background-green {
  background-color: #01c8a9;
  color: #324164;
  box-shadow: none;
}
.fullwidth .module.background-white {
  background-color: #fff;
  color: #324164;
  box-shadow: none;
}
.fullwidth .module.background-darkgray {
  background-color: #999;
}
.fullwidth .module.background-brazilian-green {
  background-color: #009c2e;
  color: #fff;
}
.fullwidth .module.background-orange {
  background-color: #fb5619;
}
.fullwidth .module.background-orange .btn-primary {
  background-color: #003366;
  color: #fff;
  border-color: #004080;
  *background-color: #004080;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fullwidth .module.background-orange .btn-primary:hover,
.fullwidth .module.background-orange .btn-primary:focus,
.fullwidth .module.background-orange .btn-primary:active,
.fullwidth .module.background-orange .btn-primary.active,
.fullwidth .module.background-orange .btn-primary.disabled,
.fullwidth .module.background-orange .btn-primary[disabled] {
  color: #fff;
  background-color: #004080;
  *background-color: #003366;
}
.fullwidth .module.background-orange .btn-primary:active,
.fullwidth .module.background-orange .btn-primary.active {
  background-color: #00264d \9;
}
.fullwidth .module.background-image9,
.fullwidth .module.background-image-blurred {
  background-image: url("images/modules/we_innovate_project_management.jpg");
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullwidth .module[class*="overlay-"] {
  padding: 11px 0;
}
.fullwidth .module[class*="overlay-"] ul {
  list-style-image: url('templates/esw_easypeasy/images/icon-arrow-white.png');
}
.fullwidth .module[class*="overlay-"] .module-container {
  padding: 11px 15%;
  margin: 22px 0;
  color: #fff;
}
.fullwidth .module[class*="overlay-"] .module-container .table-hover tbody tr >td {
  padding: 5.5px 0;
}
.fullwidth .module[class*="overlay-"] .module-container .table-hover tbody tr >td ul {
  margin-bottom: 0;
}
.fullwidth .module[class*="overlay-"] .module-container .table-hover tbody tr:hover>td,
.fullwidth .module[class*="overlay-"] .module-container .table-hover tbody tr:hover>th {
  background: rgba(255,255,255,0.25);
}
.fullwidth .module.textcolor-light .f2c-banner-intro {
  color: #fff;
}
.fullwidth .module.textcolor-dark .f2c-banner-intro {
  color: #324164;
  text-shadow: none;
}
.fullwidth .module.overlay-blue .module-container {
  background: rgba(0,128,255,0.8);
}
.fullwidth .module.overlay-blue .module-container a:not(.btn) {
  color: #fb5619;
}
.fullwidth .module.overlay-orange .module-container {
  background: rgba(251,86,25,0.8);
}
.fullwidth .module.overlay-orange .module-container a:not(.btn) {
  color: #003366;
  text-shadow: 1px 1px 1px #fff;
}
.fullwidth .module.overlay-orange .module-container .btn-primary {
  background-color: #003366;
  color: #fff;
  border-color: #004080;
  *background-color: #004080;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: none;
}
.fullwidth .module.overlay-orange .module-container .btn-primary:hover,
.fullwidth .module.overlay-orange .module-container .btn-primary:focus,
.fullwidth .module.overlay-orange .module-container .btn-primary:active,
.fullwidth .module.overlay-orange .module-container .btn-primary.active,
.fullwidth .module.overlay-orange .module-container .btn-primary.disabled,
.fullwidth .module.overlay-orange .module-container .btn-primary[disabled] {
  color: #fff;
  background-color: #004080;
  *background-color: #003366;
}
.fullwidth .module.overlay-orange .module-container .btn-primary:active,
.fullwidth .module.overlay-orange .module-container .btn-primary.active {
  background-color: #00264d \9;
}
.fullwidth .module.overlay-none .module-container {
  padding: 0;
  background: none;
}
.fullwidth .module.background-image-color-light {
  box-shadow: none;
  background-color: #dfdfdf !important;
}
.fullwidth .module.background-image-color-light .module-container {
  text-shadow: none;
}
.fullwidth .border-bottom {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.fullwidth .rounded-border {
  background: #fff;
  color: #324164;
  border-radius: 6px;
  padding: 10px;
  text-shadow: none;
  margin-bottom: 10px;
  font-size: 15px;
}
.fullwidth .rounded-border h1 {
  color: #0080ff;
}
.fullwidth .rounded-border h2 {
  color: #0080ff;
  font-size: 30px;
}
.fullwidth .rounded-border h3 {
  color: #0080ff;
}
.fullwidth .rounded-border .breadcrumb {
  margin: 0px -60px 50px;
  background-color: inherit;
  border-radius: 6px;
  color: rgba(0,0,0,0.36);
}
.fullwidth .rounded-border .breadcrumb a {
  color: rgba(0,0,0,0.36);
}
.fullwidth .rounded-border-big {
  background: #fff;
  color: #324164;
  border-radius: 6px;
  padding: 10px;
  text-shadow: none;
  margin-bottom: 10px;
  font-size: 15px;
  margin-bottom: 100px;
  padding: 0 60px 50px 60px;
}
.fullwidth .rounded-border-big h1 {
  color: #0080ff;
}
.fullwidth .rounded-border-big h2 {
  color: #0080ff;
  font-size: 30px;
}
.fullwidth .rounded-border-big h3 {
  color: #0080ff;
}
.fullwidth .rounded-border-big .breadcrumb {
  margin: 0px -60px 50px;
  background-color: inherit;
  border-radius: 6px;
  color: rgba(0,0,0,0.36);
}
.fullwidth .rounded-border-big .breadcrumb a {
  color: rgba(0,0,0,0.36);
}
.fullwidth .rounded-border-big .row-fluid {
  margin-bottom: 15px;
}
.logos img {
  max-width: 200px;
  padding: 5px 0px;
}
[class*="percent-active-border-"] {
  position: relative;
  text-align: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  background-color: #0080ff;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[class*="percent-active-border-"] .circle {
  position: relative;
  top: 2px;
  left: 2px;
  text-align: center;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  background-color: #fff;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[class*="percent-active-border-"] .circle h3 {
  color: #0080ff;
  padding-top: 45px;
  font-size: 30px;
}
[class*="percent-active-border-"] .circle-cover {
  position: relative;
  top: -35px;
  text-align: center;
  width: 135px;
  height: 40px;
  background: #fff;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: auto;
  margin-right: auto;
}
[class*="percent-active-border-"] .circle-cover span {
  position: relative;
  top: -27px;
  text-align: center;
}
.background-gray .circle {
  background-color: #F6F6F6;
}
.background-gray .circle-cover {
  background: #F6F6F6;
}
.percent-active-border-anim {
  background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.animated-graph-56 {
  background-image: linear-gradient(75deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  -webkit-animation-name: percent-active-border-56;
  animation-name: percent-active-border-56;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated-graph-75 {
  background-image: linear-gradient(30deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  -webkit-animation-name: percent-active-border-75;
  animation-name: percent-active-border-75;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated-graph-32 {
  background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  -webkit-animation-name: percent-active-border-32;
  animation-name: percent-active-border-32;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated-graph-81 {
  background-image: linear-gradient(20deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  -webkit-animation-name: percent-active-border-81;
  animation-name: percent-active-border-81;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated-graph-57 {
  background-image: linear-gradient(72deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  -webkit-animation-name: percent-active-border-57;
  animation-name: percent-active-border-57;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.percent-active-border-56 {
  background-image: linear-gradient(75deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.percent-active-border-75 {
  background-image: linear-gradient(30deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.percent-active-border-32 {
  background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.percent-active-border-81 {
  background-image: linear-gradient(20deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.percent-active-border-57 {
  background-image: linear-gradient(72deg,transparent 50%,#0080ff 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
}
.flex-box {
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 947px) and (max-width: 1047px),(min-width: 1162px) and (max-width: 1312px),(min-width: 1354px) and (max-width: 1554px) {
  .fullwidth .module .module-container .custom > * {
    padding-left: 25%;
    padding-right: 25%;
  }
  .fullwidth .module .module-container .custom > h2,
  .fullwidth .module .module-container .custom > h3,
  .fullwidth .module .module-container .custom > div.row,
  .fullwidth .module .module-container .custom > div.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth .module[class*="overlay-"] .module-container {
    margin-left: 10%;
    margin-right: 10%;
  }
  .fullwidth .module[class*="overlay-"] .module-container .custom > * {
    padding-left: 15%;
    padding-right: 15%;
  }
  .fullwidth .module[class*="overlay-"] .module-container .custom > h2,
  .fullwidth .module[class*="overlay-"] .module-container .custom > h3,
  .fullwidth .module[class*="overlay-"] .module-container .custom > div.row,
  .fullwidth .module[class*="overlay-"] .module-container .custom > div.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.fullwidth.nopadding .module .module-container .custom > * {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth.nopadding .module .module-container .custom > h2,
.fullwidth.nopadding .module .module-container .custom > h3,
.fullwidth.nopadding .module .module-container .custom > div.row,
.fullwidth.nopadding .module .module-container .custom > div.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth.nopadding .module[class*="overlay-"] .module-container {
  margin-left: 0;
  margin-right: 0;
  padding: 11px;
}
.fullwidth.nopadding .module[class*="overlay-"] .module-container .custom > * {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth.nopadding .module.overlay-none .module-container {
  padding: 0;
}
.easy-team-feed .newsfeed ol li {
  list-style-type: none;
}
.easy-team-feed .newsfeed ol li h3 {
  display: none;
}
#message {
  margin-top: 11px;
}
.hp-title {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 20px;
}
#content {
  position: relative;
}
#content > .container {
  position: relative;
}
#content #maincol .maincol-top {
  padding: 22px 0;
}
#content #maincol .maincol-top+.maincol-top {
  border-top: 1px solid rgba(0,0,0,0.1);
}
#content #maincol .maincol-top#maincol-top1 {
  padding: 11px 0;
}
#content #maincol .component-pad .tags {
  padding-left: 10px;
  margin-top: -5px;
}
#content #maincol .component-pad .tags a {
  background-color: inherit;
  color: inherit;
}
#content #maincol .component-pad .item-page .tags {
  margin-top: 15px;
  margin-bottom: -15px;
  padding-left: 0 !important;
}
#content #maincol .component-pad > div {
  margin-bottom: 44px;
}
#content #maincol .maincol-bot {
  padding: 11px 0;
}
#content #leftcol {
  margin-bottom: 20px;
}
#content #leftcol .logout-btn {
  margin-top: -25px;
  margin-left: 10px;
}
#content #leftcol .logout-btn .btn-primary {
  width: 100%;
}
#content #rightcol .border-gray .module-body {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  margin: 20px 20px;
  padding: 25px 20px;
}
#content #rightcol .border-gray-green .module-body {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  margin: 20px 20px;
  padding: 25px 20px;
  background-color: #01c8a9;
}
#content #rightcol .background-gray .module-body {
  border-radius: 6px;
  margin: 20px 20px;
  padding: 25px 20px;
  background-color: rgba(0,0,0,0.08);
}
#content #rightcol .background-blueLight .module-body {
  border-radius: 6px;
  margin: 20px 20px;
  padding: 25px 20px;
  background-color: #e3f2ff;
}
#content #rightcol .module-body {
  margin: 0 20px;
  padding: 0 20px;
}
#content .sidecol .module {
  margin-top: 22px;
  overflow: hidden;
}
.fullwidth-content #content>.container {
  width: auto;
  padding: 0;
}
.fullwidth-content #content>.container>.row {
  margin: 0;
}
.fullwidth-content #content>.container #maincol {
  width: 100%;
  margin: 0;
}
.fullwidth-content #content>.container .f2c-banner-intro {
  font-size: 0.9em;
}
.fullwidth-content #content>.container .f2c-landing-main-body .container.fullwidth {
  width: auto;
  padding: 0;
}
.fullwidth-content #content #maincol .component-pad > div {
  margin-bottom: 0;
}
.x-c-x #content #maincol .page-header {
  text-align: center;
}
.right-no-border #rightcol:before {
  border-left: 0 !important;
}
.fullwidth .no-padding {
  padding: 0 !important;
}
.fullwidth .small-padding {
  padding: 15px 0 !important;
}
.fullwidth .big-padding {
  padding: 60px 0 !important;
}
.mod-falang {
  display: inline-block;
}
.bottom {
  padding: 22px 0;
  position: relative;
}
#bottom2 {
  background: #0080ff;
  color: #fff;
  position: relative;
  position: relative;
  position: relative;
}
#bottom2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
#bottom2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#bottom3 {
  background: url("images/modules/we_innovate_project_management.jpg");
}
#bottom4 {
  background: #0080ff;
  color: #fff;
  position: relative;
  position: relative;
  position: relative;
}
#bottom4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
#bottom4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#bottom9 {
  position: relative;
  background: url("images/modules/we_innovate_project_management.jpg");
}
#bottom9:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
#bottom9 .module-title {
  color: #fb5619;
}
#bottom10 {
  position: relative;
  background: #01c8a9;
  padding: 0;
}
#bottom10:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.color-blue {
  color: #0080ff;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #324164;
}
.color-gray {
  color: rgba(0,0,0,0.36);
}
.color-green {
  color: #01c8a9;
}
.color-orange {
  color: #fb5619;
}
.color-red {
  color: #ED1C45;
}
.products_wrapper_btn_field h2 {
  margin: 5px 0;
}
.products_wrapper_btn_field h2 .products_wrapper_btn.s,
.products_wrapper_btn_field h2 .products_wrapper_btn.s:hover {
  color: #324164;
}
.products_wrapper_btn_field h2 .products_wrapper_btn.h,
.products_wrapper_btn_field h2 .products_wrapper_btn.h:hover {
  color: rgba(0,0,0,0.36);
}
.mod-easy-project-com-demo-text .text-body {
  padding-right: 50px;
  padding-top: 30px;
  text-align: center;
}
.mod-easy-project-com-demo-text .text-body h2 {
  font-size: 35px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mod-easy-project-com-demo-text .text-body ul {
  text-align: left;
  font-weight: 500;
  margin-left: 10px;
  font-size: 15px;
  margin-top: 35px;
}
.mod-easy-project-com-demo-text .text-body ul li {
  list-style: none;
}
.mod-easy-project-com-demo-text .text-body ul li p {
  color: #324164;
}
.mod-easy-project-com-demo-text .text-body ul li p:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url('templates/esw_easypeasy/images/icons/Ikona-Check-black.svg');
  margin-bottom: -7px;
  margin-right: 15px;
}
.footer {
  background: #00264d;
  color: #fff;
  padding: 33px 0;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer .nav-list>li.parent > a,
.footer .nav-list>li.parent > span {
  font-weight: bold;
  color: #fff;
}
.footer .nav-list li.active > a,
.footer .nav-list li.active > span {
  color: #fb5619;
  background: none;
}
#footer1 {
  background: rgba(0,0,0,0.08);
  color: #324164;
  padding: 33px 0;
}
#footer1 .nav-list>li.parent > a,
#footer1 .nav-list>li.parent > span {
  color: #324164;
}
#footer1 .nav-list li.active > a,
#footer1 .nav-list li.active > span {
  color: #324164;
}
#footer2 {
  background: #fff;
  color: #324164;
  padding: 33px 0;
}
#footer2 .nav-list>li.parent > a,
#footer2 .nav-list>li.parent > span {
  color: #324164;
}
#footer2 .nav-list li.active > a,
#footer2 .nav-list li.active > span {
  color: #324164;
}
.media-min-navbarCollapse .footer {
  font-size: 0.9em;
}
.media-max-navbarCollapse .footer {
  text-align: center;
}
.media-max-navbarCollapse .footer .nav-list {
  width: auto;
}
.media-max-navbarCollapse .footer .nav-list>li+ li {
  margin-top: 11px;
}
#footer10 {
  padding: 22px 0;
  background: rgba(0,0,0,0.08);
  font-size: 0.75em;
  color: #324164;
}
#errorboxbody i {
  font-size: 360px;
  margin-top: 11px;
  color: #fb5619;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-title-top .fancybox-title {
  font-size: 1.25em;
  line-height: inherit;
  font-family: inherit;
  text-align: center;
}
.fancybox-skin {
  background: #fff;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.fancybox-overlay {
  background: rgba(0,23,46,0.8);
}
.fancybox-close {
  background-image: none !important;
  text-align: center;
  background: #fff;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-close:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f00d";
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.fancybox-type-iframe .fancybox-inner {
  overflow: visible !important;
}
.fancybox-posttext {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 11px;
}
.fancybox-posttext p:last-child {
  margin: 0;
}
.video-image-field {
  position: relative;
  text-align: center;
  display: inline-block;
}
.f2c-videotutorial-intro-field-image:hover .btn-video,
.video-image-field:hover .btn-video {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.btn-video {
  background: url("templates/esw_easypeasy/images/Ikona_Play_video.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: width .25s, height .25s, margin-top .25s, margin-left .25s;
  transition: width .25s, height .25s, margin-top .25s, margin-left .25s;
}
.btn-video:hover {
  width: 95px;
  height: 95px;
  margin-left: -47.5px;
  margin-top: -47.5px;
}
.btn-video i,
.btn-video em {
  display: none !important;
}
body.contentpane .component-pad {
  font-size: 1.125em;
  padding: 0 22px;
}
body.contentpane .fancybox-overlay {
  background: rgba(0,128,255,0.8);
}
body.nomaincol #content {
  display: none;
}
.menu-faq #content .row-separator {
  display: none;
}
.tooltip.bottom {
  position: absolute;
}
.badgeword {
  width: 6em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.badgeword [class^="icon-"],
.badgeword [class*=" icon-"] {
  margin-right: 0;
}
.badgeword .icon-3x {
  font-size: 2.5em;
}
.badgeword .icon-stack {
  margin-bottom: 1.5;
  display: block;
  width: 100%;
}
.badgeword .icon-stack strong {
  position: relative;
  font-size: 0.5em;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
.badgeword .icon-stack .icon-stack-base {
  color: #fb5619;
}
.badgeword .icon-stack .icon-stack-base + i {
  font-size: 0.9em;
  color: #fff;
}
.badgeword .icon-stack .icon-bookmark {
  top: 43%;
  left: -0.45em;
  font-size: 0.8em;
  color: #0080ff;
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  transform: rotate(24deg);
}
.badgeword .icon-stack .icon-bookmark+.icon-bookmark {
  -webkit-transform: rotate(-24deg);
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
  transform: rotate(-24deg);
  right: -0.45em;
  left: auto;
}
#gdpr_modal,
#agree_modal {
  z-index: 9999;
  position: fixed;
  top: 100px;
  left: 50%;
  background: #fff;
  max-width: 500px;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mod_easyredmine_demo.ready_default {
  text-align: center;
  font-size: 1.5em;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 639px) {
  #calculid-buy-btn {
    position: initial !important;
  }
}
.menu-features .icon-play:before {
  display: none;
}
.newsfeed ol li {
  list-style: none;
}
.newsfeed ol li h3 {
  display: none;
}
.newsfeed .feed-item-description {
  margin: 5px 0;
}
.banner-right-side {
  position: fixed;
  right: -2.5px;
  top: 195px;
  padding: 10px 10px 20px 20px !important;
  background: #4c5767;
  border-radius: 2.5px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  z-index: 99;
}
.banner-right-side .close-btn {
  position: absolute;
  right: 9px;
  top: 0;
  color: #fff;
}
.banner-right-side .close-btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.green-frame {
  text-align: center;
  display: inline-block;
  margin: 1px 0;
  padding: 15px;
  border: 2px solid #01c8a9;
  font-weight: 500;
  padding-left: 45px;
  background-image: url(templates/esw_easypeasy/images/icons/plusko.svg);
  background-repeat: no-repeat;
  background-position: 18px 50%;
  background-size: 16px;
  border-radius: 2.5px;
}
#fieldID_42 {
  display: none;
}
.products_wrapper_btn {
  color: rgba(0,0,0,0.36);
}
[class*="fastsocialshare"] {
  margin: 5px;
}
.zooming-img {
  -webkit-transition: width 0.25s, margin-top 0.25s, margin-bottom 0.25s;
  transition: width 0.25s, margin-top 0.25s, margin-bottom 0.25s;
  margin: 0;
}
.features-table h4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
  font-size: 1.125em;
}
.top-logo {
  margin-top: -3px;
}
.testimonial-fullwidth .module-container .custom > * {
  padding: 0 !important;
}
.tagline {
  font-size: 0.89em;
  color: #fb5619;
}
.intl-tel-input .country-list {
  font-size: 13px;
  color: #000;
}
#cookie_notification {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
  color: #fff;
  box-shadow: 0 0 40px #000;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#cookie_notification .notification {
  padding: 0 10px;
}
#gtranslate_notification {
  text-align: center;
  padding: 10px;
  color: #fff;
}
#gtranslate_notification span {
  margin-right: 15px;
}
.errorpage #content {
  background-color: rgba(0,0,0,0.02);
}
.errorpage #content .hero-unit {
  background-color: inherit;
}
.banner-right-side {
  position: fixed;
  right: -2.5px;
  top: 195px;
  padding: 10px 10px 20px 20px !important;
  background: #4c5767;
  border-radius: 2.5px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  z-index: 99;
}
.banner-right-side .close-btn {
  position: absolute;
  right: 9px;
  top: 0;
  color: #fff;
}
.banner-right-side .close-btn:hover {
  text-decoration: none;
  cursor: pointer;
}
#gdpr_modal {
  z-index: 9999;
  position: fixed;
  top: 100px;
  left: 50%;
  background: #fff;
  max-width: 500px;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
}
@-webkit-keyframes percent-active-border-56 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(24deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-45deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-52deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(-70deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-77deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(-84deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  81% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(86deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(82deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(78deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(75deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@keyframes percent-active-border-56 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(24deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-45deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-52deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(-70deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-77deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(-84deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  81% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(86deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(82deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(78deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(75deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@keyframes percent-active-border-75 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(22deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(15deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(8deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(-10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-30deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-50deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-78deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  61% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(80deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(70deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(60deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(55deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(45deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(40deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(35deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(30deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@-webkit-keyframes percent-active-border-75 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(22deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(15deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(8deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(-10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-30deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-50deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-78deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  61% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(80deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(70deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(60deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(55deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(45deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(40deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(35deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(30deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@keyframes percent-active-border-32 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-13deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(-38deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@-webkit-keyframes percent-active-border-32 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-13deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(-38deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@keyframes percent-active-border-81 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(22deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(15deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(8deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(-10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-30deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-50deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-78deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  61% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(80deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(70deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(60deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(50deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(40deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(30deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(25deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(20deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@-webkit-keyframes percent-active-border-81 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(22deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(15deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(8deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(-10deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-30deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-40deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-50deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-78deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  61% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(80deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(70deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(60deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(50deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(40deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(30deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(25deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(20deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@keyframes percent-active-border-57 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(24deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-45deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-52deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(-70deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-77deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(-84deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  81% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(86deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(82deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(78deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(72deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@-webkit-keyframes percent-active-border-57 {
  0% {
    background-image: linear-gradient(28deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  5% {
    background-image: linear-gradient(24deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  10% {
    background-image: linear-gradient(20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  15% {
    background-image: linear-gradient(12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  20% {
    background-image: linear-gradient(5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  25% {
    background-image: linear-gradient(0deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  30% {
    background-image: linear-gradient(-5deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  35% {
    background-image: linear-gradient(-12deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  40% {
    background-image: linear-gradient(-20deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  45% {
    background-image: linear-gradient(-32deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  50% {
    background-image: linear-gradient(-45deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  55% {
    background-image: linear-gradient(-52deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  60% {
    background-image: linear-gradient(-65deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  65% {
    background-image: linear-gradient(-70deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  70% {
    background-image: linear-gradient(-77deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  75% {
    background-image: linear-gradient(-84deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  80% {
    background-image: linear-gradient(-90deg,transparent 50%,#e4e4e4 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  81% {
    background-image: linear-gradient(89deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  85% {
    background-image: linear-gradient(86deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  90% {
    background-image: linear-gradient(82deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  95% {
    background-image: linear-gradient(78deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
  100% {
    background-image: linear-gradient(72deg,transparent 50%,#0080e6 50%), linear-gradient(90deg,#e4e4e4 50%,transparent 50%);
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.woff2?v=3.2.1') format('woff2'), url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('templates/esw_easypeasy/css/fonts/fontAwesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571em;
  text-align: right;
  padding-right: 0.28571428571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714em;
}
.icons-ul {
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-large {
  font-size: 1.3333333333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}
.btn [class^="icon-"].pull-left,
.btn [class^="icon-"].pull-right,
.btn [class*=" icon-"].pull-left,
.btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
}
.icon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}
.icon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}
.icon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}
.icon-envelope-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}
.icon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}
.icon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}
.icon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}
.icon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}
.icon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}
.icon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}
.icon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}
.icon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}
.icon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}
.icon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}
.icon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}
.icon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}
.icon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-power-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}
.icon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-gear {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}
.icon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}
.icon-file-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}
.icon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}
.icon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}
.icon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}
.icon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}
.icon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}
.icon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}
.icon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}
.icon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-rotate-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}
.icon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}
.icon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}
.icon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}
.icon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}
.icon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}
.icon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}
.icon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}
.icon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}
.icon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}
.icon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}
.icon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}
.icon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}
.icon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}
.icon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}
.icon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}
.icon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}
.icon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}
.icon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}
.icon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}
.icon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}
.icon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}
.icon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}
.icon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}
.icon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}
.icon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}
.icon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}
.icon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}
.icon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}
.icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}
.icon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}
.icon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}
.icon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}
.icon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}
.icon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}
.icon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}
.icon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}
.icon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}
.icon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}
.icon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}
.icon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}
.icon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}
.icon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}
.icon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}
.icon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}
.icon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}
.icon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}
.icon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}
.icon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}
.icon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}
.icon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}
.icon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}
.icon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}
.icon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}
.icon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}
.icon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}
.icon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}
.icon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}
.icon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}
.icon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}
.icon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}
.icon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}
.icon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}
.icon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}
.icon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-mail-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}
.icon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}
.icon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}
.icon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}
.icon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}
.icon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}
.icon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}
.icon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}
.icon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}
.icon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}
.icon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}
.icon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}
.icon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}
.icon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}
.icon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}
.icon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}
.icon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}
.icon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}
.icon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}
.icon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}
.icon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}
.icon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}
.icon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}
.icon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}
.icon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}
.icon-bar-chart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}
.icon-twitter-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}
.icon-facebook-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}
.icon-camera-retro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}
.icon-key {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}
.icon-cogs {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-gears {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-comments {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}
.icon-thumbs-up-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}
.icon-thumbs-down-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}
.icon-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}
.icon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}
.icon-signout {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}
.icon-linkedin-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}
.icon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}
.icon-external-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}
.icon-signin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}
.icon-trophy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}
.icon-github-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}
.icon-upload-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}
.icon-lemon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}
.icon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}
.icon-check-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-unchecked {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}
.icon-phone-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}
.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}
.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}
.icon-github {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}
.icon-unlock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}
.icon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}
.icon-rss {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}
.icon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}
.icon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}
.icon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}
.icon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}
.icon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}
.icon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}
.icon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}
.icon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}
.icon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}
.icon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}
.icon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}
.icon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}
.icon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}
.icon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}
.icon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}
.icon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}
.icon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}
.icon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}
.icon-group {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}
.icon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}
.icon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}
.icon-beaker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}
.icon-cut {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}
.icon-copy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}
.icon-paper-clip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-paperclip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}
.icon-sign-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}
.icon-reorder {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}
.icon-list-ul {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}
.icon-list-ol {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}
.icon-strikethrough {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}
.icon-underline {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}
.icon-table {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}
.icon-magic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}
.icon-truck {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}
.icon-pinterest {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}
.icon-pinterest-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}
.icon-google-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}
.icon-google-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}
.icon-money {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}
.icon-caret-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}
.icon-caret-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}
.icon-caret-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}
.icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}
.icon-columns {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}
.icon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}
.icon-sort-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}
.icon-sort-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}
.icon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}
.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}
.icon-undo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-rotate-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-legal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}
.icon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}
.icon-comment-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}
.icon-comments-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}
.icon-bolt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}
.icon-sitemap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}
.icon-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}
.icon-paste {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}
.icon-lightbulb {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}
.icon-exchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}
.icon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}
.icon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}
.icon-user-md {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}
.icon-stethoscope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}
.icon-suitcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}
.icon-bell-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}
.icon-coffee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}
.icon-food {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}
.icon-file-text-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}
.icon-building {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}
.icon-hospital {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}
.icon-ambulance {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}
.icon-medkit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}
.icon-fighter-jet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}
.icon-beer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}
.icon-h-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}
.icon-plus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}
.icon-double-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}
.icon-double-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}
.icon-double-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}
.icon-double-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}
.icon-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}
.icon-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}
.icon-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}
.icon-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}
.icon-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}
.icon-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}
.icon-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}
.icon-mobile-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}
.icon-circle-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}
.icon-quote-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}
.icon-quote-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}
.icon-spinner {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}
.icon-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}
.icon-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-mail-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-github-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}
.icon-folder-close-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}
.icon-folder-open-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}
.icon-expand-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
}
.icon-collapse-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
}
.icon-smile {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
}
.icon-frown {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
}
.icon-meh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
}
.icon-gamepad {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
}
.icon-keyboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
}
.icon-flag-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
}
.icon-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
}
.icon-terminal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
}
.icon-code {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
}
.icon-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-mail-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-star-half-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-star-half-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-location-arrow {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
}
.icon-crop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
}
.icon-code-fork {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
}
.icon-unlink {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
}
.icon-question {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
}
.icon-info {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
}
.icon-exclamation {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
}
.icon-superscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
}
.icon-subscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
}
.icon-eraser {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
}
.icon-puzzle-piece {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
}
.icon-microphone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
}
.icon-microphone-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
}
.icon-shield {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
}
.icon-calendar-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
}
.icon-fire-extinguisher {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
}
.icon-rocket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
}
.icon-maxcdn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
}
.icon-chevron-sign-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
}
.icon-chevron-sign-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
}
.icon-chevron-sign-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
}
.icon-chevron-sign-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
}
.icon-html5 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
}
.icon-css3 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
}
.icon-anchor {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
}
.icon-unlock-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
}
.icon-bullseye {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
}
.icon-ellipsis-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
}
.icon-ellipsis-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
}
.icon-rss-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
}
.icon-play-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
}
.icon-ticket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
}
.icon-minus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
}
.icon-check-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
}
.icon-level-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
}
.icon-level-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
}
.icon-check-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
}
.icon-edit-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
}
.icon-external-link-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
}
.icon-share-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
}
.icon-compass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
}
.icon-collapse {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
}
.icon-collapse-top {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
}
.icon-expand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
}
.icon-eur {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-euro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-gbp {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
}
.icon-usd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-dollar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-inr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-rupee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-jpy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-yen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-cny {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-renminbi {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-krw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-won {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-btc {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-bitcoin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
}
.icon-file-text {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
}
.icon-sort-by-alphabet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
}
.icon-sort-by-alphabet-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
}
.icon-sort-by-attributes {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
}
.icon-sort-by-attributes-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
}
.icon-sort-by-order {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
}
.icon-sort-by-order-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
}
.icon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
}
.icon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
}
.icon-youtube-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
}
.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}
.icon-xing {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
}
.icon-xing-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
}
.icon-youtube-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}
.icon-dropbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
}
.icon-stackexchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
}
.icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
}
.icon-flickr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
}
.icon-adn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
}
.icon-bitbucket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
}
.icon-bitbucket-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
}
.icon-tumblr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
}
.icon-tumblr-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
}
.icon-long-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
}
.icon-long-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
}
.icon-long-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
}
.icon-long-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
}
.icon-apple {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
}
.icon-windows {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
}
.icon-android {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
}
.icon-linux {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
}
.icon-dribbble {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
}
.icon-skype {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
}
.icon-foursquare {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
}
.icon-trello {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
}
.icon-female {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
}
.icon-male {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
}
.icon-gittip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
}
.icon-sun {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
}
.icon-moon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
}
.icon-archive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
}
.icon-bug {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
}
.icon-vk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
}
.icon-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
}
.icon-renren {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
}
".sidecol".span12 > .row > .sticky {
  width: 1140px;
}
".sidecol".span11 > .row > .sticky {
  width: 1045px;
}
".sidecol".span10 > .row > .sticky {
  width: 950px;
}
".sidecol".span9 > .row > .sticky {
  width: 855px;
}
".sidecol".span8 > .row > .sticky {
  width: 760px;
}
".sidecol".span7 > .row > .sticky {
  width: 665px;
}
".sidecol".span6 > .row > .sticky {
  width: 570px;
}
".sidecol".span5 > .row > .sticky {
  width: 475px;
}
".sidecol".span4 > .row > .sticky {
  width: 380px;
}
".sidecol".span3 > .row > .sticky {
  width: 285px;
}
".sidecol".span2 > .row > .sticky {
  width: 190px;
}
".sidecol".span1 > .row > .sticky {
  width: 95px;
}
#content .container {
  position: relative;
}
.option-com-acymailing .component-pad .list_description {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.85em;
}
.option-com-content .component-pad .items-row {
  margin-bottom: 11px;
}
.menu-pricing-buy #fullwidth,
.menu-pricing-buy #content {
  background-color: rgba(0,0,0,0.08);
}
.menu-easy-redmine-pricing .navbar .nav .item-155 a {
  background-color: #0080ff;
}
.option-com-easyredminehelper.view-product .cartsteps {
  padding: 0px !important;
}
.option-com-easyredminehelper.view-product .cartsteps .container {
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.option-com-easyredminehelper.view-product #content {
  background: rgba(0,0,0,0.08);
}
.option-com-easyredminehelper .component-pad .productlist {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.option-com-easyredminehelper .component-pad .productlist .product+ .product {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.option-com-easyredminehelper .component-pad .productlist .product-section .product-title {
  font-weight: bold;
  font-size: 15px;
  margin: 5.5px 2.75px;
}
.option-com-easyredminehelper .component-pad .productlist .product-code-project_basic .product-title {
  font-weight: bold;
  font-size: 15px;
  margin: 5.5px 2.75px;
}
.option-com-easyredminehelper .component-pad .productlist .product .product-title {
  font-size: 15px;
  margin: 2.75px;
}
.option-com-easyredminehelper .component-pad .productlist .product .product-title .icon-ok {
  color: #01c8a9;
  display: inline-block;
  width: 18px;
  text-align: center;
}
.option-com-easyredminehelper .component-pad .productlist .product .product-title .icon-remove {
  color: #ED1C45;
  display: inline-block;
  width: 18px;
  text-align: center;
}
.option-com-easyredminehelper .component-pad .productlist .product .product-order {
  margin-left: 5px;
}
.option-com-easyredminehelper .component-pad .productlist .product .productitem-links font-size: @BFS
					a {
  margin-left: 5px;
}
.option-com-easyredminehelper .component-pad .view-demo h1 + .info-block,
.option-com-easyredminehelper .component-pad .view-reg h1 + .info-block {
  margin-bottom: 22px;
  font-size: 1.25em;
  font-weight: 200;
}
.option-com-easyredminehelper .component-pad .view-demo h1 + .info-block p:last-child,
.option-com-easyredminehelper .component-pad .view-reg h1 + .info-block p:last-child {
  margin-bottom: 0;
}
.option-com-easyredminehelper .component-pad .view-demo h1 + .info-block .mod-menu.segments ul.nav,
.option-com-easyredminehelper .component-pad .view-reg h1 + .info-block .mod-menu.segments ul.nav {
  font-size: 15px;
}
.option-com-easyredminehelper .component-pad .view-demo h1 + .info-block strong,
.option-com-easyredminehelper .component-pad .view-reg h1 + .info-block strong {
  color: #fb5619;
}
.option-com-easyredminehelper .component-pad .view-demo a [class^="icon-"],
.option-com-easyredminehelper .component-pad .view-reg a [class^="icon-"] {
  margin-left: 0.25em;
}
.option-com-easyredminehelper .component-pad .view-demo .control-group,
.option-com-easyredminehelper .component-pad .view-reg .control-group {
  margin-bottom: 8.25px;
}
.option-com-easyredminehelper .component-pad .view-demo .control-group .help-block,
.option-com-easyredminehelper .component-pad .view-reg .control-group .help-block {
  margin-top: 5px;
  font-size: 1em;
}
.option-com-easyredminehelper .component-pad .view-demo .control-group .text-center,
.option-com-easyredminehelper .component-pad .view-reg .control-group .text-center {
  width: 208px;
}
.option-com-easyredminehelper .component-pad .view-demo .form-horizontal .form-actions,
.option-com-easyredminehelper .component-pad .view-reg .form-horizontal .form-actions {
  background: none;
  padding-top: 0;
  padding-top: 0;
  border: none;
}
.option-com-easyredminehelper .component-pad .view-demo .form-horizontal .form-actions .info-block,
.option-com-easyredminehelper .component-pad .view-reg .form-horizontal .form-actions .info-block {
  margin-left: -49%;
}
.option-com-easyredminehelper .component-pad .view-demo #demo_form_accord .text-center,
.option-com-easyredminehelper .component-pad .view-reg #demo_form_accord .text-center {
  margin-bottom: 8.25px;
}
.option-com-easyredminehelper .component-pad .view-product .currency-select {
  display: inline-block;
  position: absolute;
  margin-top: 50px;
  right: 0;
}
.option-com-easyredminehelper .component-pad .view-product .currency-select form select {
  font-size: 18px;
}
.option-com-easyredminehelper .component-pad .view-product .page-header {
  text-align: center;
}
.option-com-easyredminehelper .component-pad .view-product .product-pricing {
  position: relative;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs {
  border-bottom: none;
  font-size: 1.35em;
  line-height: 60px;
  text-align: center;
  margin-bottom: 22px;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li {
  width: auto;
  float: none;
  display: inline;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li> a {
  display: inline-block;
  border: 1px solid rgba(77,77,77,0.36);
  background: none;
  color: rgba(77,77,77,0.36);
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin: 0 11px 11px 11px;
  padding: 0 44px;
  text-transform: uppercase;
  white-space: nowrap;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li> a [class^="icon-"] {
  line-height: inherit;
  margin-right: 11px;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li> a .icon-solution-cloud:before {
  content: "\f0c2";
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li> a .icon-solution-server:before {
  content: "\f0c9";
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li> a:hover {
  -webkit-box-shadow: 0 0 10px #3399ff;
  -moz-box-shadow: 0 0 10px #3399ff;
  box-shadow: 0 0 10px #3399ff;
  border-color: #0080ff;
}
.option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li.active> a {
  background: #fff;
  border-color: rgba(128,128,128,0.36);
  color: #0080ff;
  -webkit-box-shadow: 0 0 5px rgba(153,153,153,0.36);
  -moz-box-shadow: 0 0 5px rgba(153,153,153,0.36);
  box-shadow: 0 0 5px rgba(153,153,153,0.36);
}
.option-com-easyredminehelper .component-pad .view-product .tab-content {
  overflow: visible;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab .flex-box {
  align-items: baseline;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab .flex-box .minor-offer+ .minor-offer {
  margin-left: 25px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab .flex-box .main-offer {
  margin-left: 25px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab .flex-box .main-offer+ .minor-offer {
  margin-left: 25px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab .hidden {
  visibility: visible;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-switch {
  margin-bottom: 11px;
  text-align: center;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-switch br {
  display: none;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top {
  font-size: 0.8em;
  line-height: 1.2;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top .custom {
  width: 90%;
  margin: 22px auto;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top img {
  margin-right: 5.5px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .custom {
  margin: 22px 0;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .testimonial-quotation {
  min-height: 80px;
  margin-bottom: 11px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .testimonial-person img {
  margin-bottom: 11px;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .clients-overview {
  padding-top: 22px;
  font-size: 1.2em;
  line-height: 1.4;
}
.option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .clients-overview img {
  margin-top: 11px;
}
.option-com-easyredminehelper .component-pad .view-product .main-offer .product-item.well {
  position: relative;
  padding: 75px 15px 35px 15px;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}
.option-com-easyredminehelper .component-pad .view-product .main-offer .product-item.well:hover {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
}
.option-com-easyredminehelper .component-pad .view-product .main-offer .product-item.well .most-popular {
  position: absolute;
  left: 50%;
  top: 10px;
}
.option-com-easyredminehelper .component-pad .view-product .main-offer .product-item.well .most-popular div {
  position: relative;
  left: -50%;
  font-weight: bold;
  color: #01c8a9;
}
.option-com-easyredminehelper .component-pad .view-product .product-item {
  text-align: center;
}
.option-com-easyredminehelper .component-pad .view-product .product-item.well {
  padding: 35px 15px;
  min-width: 225px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}
.option-com-easyredminehelper .component-pad .view-product .product-item.well:hover {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.25);
}
.option-com-easyredminehelper .component-pad .view-product .product-item .btn-addtocart {
  box-sizing: border-box;
  margin-top: 10px;
}
.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well {
  background: #01c8a9;
}
.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well * {
  color: #fff !important;
  border-color: rgba(255,255,255,0.2) !important;
}
.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well .btn {
  background-color: transparent;
  border-color: #fff !important;
}
.option-com-easyredminehelper .component-pad .view-product .product-title {
  color: #0080ff;
  font-size: 2.0em;
  font-weight: 100;
  margin: -15px -15px 0 -15px;
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.option-com-easyredminehelper .component-pad .view-product .product-subtitle {
  color: #828282;
  margin: -10px 0 55px 0;
}
.option-com-easyredminehelper .component-pad .view-product .product-price {
  font-weight: 100;
  margin: 0 0 22px 0;
  color: #828282;
  font-size: 2.25em;
}
.option-com-easyredminehelper .component-pad .view-product .product-price .num {
  color: #0080ff;
  font-size: 1.5em;
}
.option-com-easyredminehelper .component-pad .view-product .product-price .item_price_period {
  display: block;
  font-size: 0.4em;
  margin-top: -1em;
}
.option-com-easyredminehelper .component-pad .view-product .product-price .item_price_info {
  margin-top: 5px;
  margin-bottom: -10px;
  font-size: 0.4em;
  display: block;
  font-weight: 400;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_users {
  color: #828282;
  padding: 20px 0;
  font-size: 1.1em;
  text-align: left;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_users p {
  margin: 0;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_users .check {
  text-align: left;
  margin: 5px 10px;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_users .check::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('templates/esw_easypeasy/images/icons/Ikona-Check-modry.svg');
  margin-bottom: -5px;
  margin-right: 7px;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_users .num {
  color: #0080ff;
  float: right;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_info {
  font-size: 0.8em;
  color: #828282;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 40px;
}
.option-com-easyredminehelper .component-pad .view-product .product-price_info .item_price_period {
  font-size: inherit;
}
.option-com-easyredminehelper .component-pad .view-product .product-info {
  color: #828282;
  margin: 30px -15px 0 -15px;
  padding: 20px 15px 0 15px;
  font-size: 1.1em;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.option-com-easyredminehelper .component-pad .view-product .product-info p {
  margin: 0;
}
.option-com-easyredminehelper .component-pad .view-product .product-info .check {
  text-align: left;
  margin: 5px 10px;
}
.option-com-easyredminehelper .component-pad .view-product .product-info .check::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('templates/esw_easypeasy/images/icons/Ikona-Check-modry.svg');
  margin-bottom: -5px;
  margin-right: 7px;
}
.option-com-easyredminehelper .component-pad .view-product .product-info .num {
  color: #01c8a9;
  float: right;
}
.submit-loading-message #fancybox-loading {
  background-image: none !important;
}
.submit-loading-message h3 {
  color: #fff;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .componentheading,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .componentheading {
  text-align: center;
  font-weight: bold;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo a:not(.btn),
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg a:not(.btn) {
  color: #fff;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .add-on,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .add-on {
  background: none;
  border: none;
  color: #fff;
  text-shadow: none;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .input-append,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .input-append {
  width: 100%;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .help-block,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .help-block {
  color: #fff;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo button.btn[type="submit"],
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg button.btn[type="submit"] {
  margin-bottom: 5.5px;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo button.btn[type="submit"] .icon-ok,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg button.btn[type="submit"] .icon-ok {
  display: none;
}
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .success,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .error,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .info,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .invalid,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .success label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .error label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo .info label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-demo label.invalid,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .success,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .error,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .info,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .invalid,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .success label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .error label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg .info label,
.option-com-easyredminehelper .overlay-blue .component-pad .view-reg label.invalid {
  text-shadow: 0px 1px 1px #000;
  font-weight: bold;
}
.domain-stagingeasyprojectcz #demo_form .fieldname-already-using,
.domain-easyprojectcz #demo_form .fieldname-already-using {
  display: none;
}
.domain-field {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin-bottom: 33px;
}
.domain-field .domain-field-body {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.domain-field .domain-field-body #domain {
  border: 2px solid #0080ff;
  border-radius: 3px;
  padding: 10px;
  max-width: 250px;
  margin-top: -4px;
  width: 100%;
  height: 40px;
}
.domain-field .domain-field-body .domain-append {
  padding: 10px;
}
.domain-field .domain-field-body .input-domain {
  margin-bottom: 15px;
}
.domain-field .domain-field-body .input-domain.success input {
  border-color: #01c8a9 !important;
}
.domain-field .domain-field-body .input-domain.success .domain-append,
.domain-field .domain-field-body .input-domain.success .text-success {
  color: #01c8a9 !important;
  margin-top: 15px;
}
.domain-field .domain-field-body .input-domain.error input {
  border-color: #ED1C45 !important;
}
.domain-field .domain-field-body .input-domain.error .domain-append,
.domain-field .domain-field-body .input-domain.error .text-error {
  color: #ED1C45 !important;
  margin-top: 15px;
  font-weight: 400;
}
.domain-field .domain-field-body .input-domain.warning input {
  border-color: #fb5619 !important;
}
.domain-field .domain-field-body .input-domain.warning .domain-append,
.domain-field .domain-field-body .input-domain.warning .text-warning {
  color: #fb5619 !important;
  margin-top: 15px;
}
.domain-field .domain-field-body .input-domain.info input {
  border-color: #0080ff !important;
}
.domain-field .domain-field-body .input-domain.info .domain-append,
.domain-field .domain-field-body .input-domain.info .text-info {
  color: #0080ff !important;
  margin-top: 15px;
}
.domain-field .domain-field-body .domain-description {
  color: rgba(0,0,0,0.36);
}
.pricing-loading-message {
  position: fixed;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-top: 22px;
  margin-left: -250px;
  z-index: 8025;
  text-align: center;
  color: #fff;
}
.mod-pricingpagecart {
  margin-bottom: 33px;
}
.mod-pricingpagecart .module-body {
  background: #fff !important;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  z-index: 1 !important;
}
.mod-pricingpagecart .module-body #solution-background {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect.active:before {
  color: #0080ff;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart {
  position: relative;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart a:hover,
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart a:focus {
  color: initial;
  text-decoration: none;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart .products .product {
  font-size: 15px;
  font-weight: 400 !important;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart .solution-select-position {
  position: absolute;
  width: 100%;
  margin-top: -11px;
  z-index: 999;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart .solution-select-position .solution-select {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.36);
  padding: 5px 0px;
  border-radius: 3px;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart .solution-select-position .solution-select .solution-item {
  padding: 5px 9px;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart .solution-select-position .solution-select a:hover .solution-item {
  background: rgba(0,0,0,0.08);
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .solution {
  border: 2px solid #0080ff;
  border-radius: 3px;
  padding: 7px;
  margin-bottom: 11px;
  color: #324164;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .solution .solution-price {
  float: right;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .products {
  padding: 0 10px;
  padding-bottom: 6px;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect {
  border: 1px solid rgba(0,0,0,0.08);
  padding: 7px;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect em {
  color: #01c8a9;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect [class*="period_price_"] {
  float: right;
  color: #01c8a9;
  font-weight: 600;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect [class*="period_price_"] .old_price {
  color: rgba(0,0,0,0.36);
  text-decoration: line-through;
  padding-right: 10px;
  font-weight: 500;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect.active em {
  color: #0080ff;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .periodselectbox .periodselect.active [class*="period_price_"] {
  color: #0080ff;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .finalpricebox {
  border-top: none;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart {
  margin-bottom: 15px;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .finalpricebox .totalwording,
.mod-pricingpagecart .module-body .mod_pricingpagecart .finalpricebox .payment-result {
  font-size: 1.2em;
  font-weight: 500;
  color: #324164;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-proceedtocheckout-text {
  display: initial;
}
.mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-proceedtocheckout-info {
  margin-top: 40px;
  color: rgba(0,0,0,0.36);
}
#billing_info .well {
  background: white;
  border-color: lightgray;
  border-radius: 2px;
}
.products_wrapper_field {
  margin-bottom: 33px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 15px 40px;
}
.products_wrapper_field .productlist-introtext {
  display: none;
}
.products_wrapper_field .productlist {
  margin-top: 15px;
}
.products_wrapper_field .products_wrapper_btn_field {
  text-align: center;
  margin: 0;
}
.products_wrapper_field #products_wrapper {
  padding: 0;
  margin: 0 !important;
}
#pricingForm {
  margin-bottom: 33px;
}
.pricing-buy-header {
  padding: 0 !important;
}
.pricing-buy-header .module-container .custom > * {
  padding: 0 !important;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgba(0,0,0,0.08) !important;
}
#content #maincol .page-header.productitem_title {
  text-align: left;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-addtocart {
  border-color: #fb5619 !important;
  min-width: 100px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-incart {
  color: #01c8a9 !important;
  border: 1px solid #01c8a9;
  background: inherit !important;
  min-width: 100px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-incart .icon-ok {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem.checked .btn-removefromcart {
  color: rgba(0,0,0,0.36);
  padding: 7px;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .currency-select {
  top: 0;
  right: 0;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .main-offer .product-item.well .most-popular div {
  color: #fb5619 !important;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item .btn-addtocart {
  background-color: #01c8a9;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well {
  background: #9aaab8;
  border-color: #7c91a3;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well .btn {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #9aaab8 !important;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well .product-price {
  padding: 30px 0;
  margin: 0 -15px 22px -15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item-size-custom.well .product-price .num {
  font-size: 20px !important;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item .button-info {
  margin: 10px 0 -10px 0;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-item .btn-addtocart {
  background-color: ;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-title {
  border-bottom: none;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-title-info {
  margin: -15px -15px 0 -15px;
  padding: 0 15px 20px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-title-info .num {
  font-size: 25px;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-subtitle {
  margin: -10px 0 55px 0;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-price .item_price_period {
  display: initial;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-price .item_price_info {
  margin: -5px -15px 0 -15px;
  padding: 0 15px 20px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 0.4em;
  display: block;
  font-weight: 400;
}
.pricing_2018.option-com-easyredminehelper .component-pad .view-product .product-info {
  margin: -10px -15px 15px -15px;
  padding: 0px 15px 0 15px;
  border-top: none;
}
.mod_pricingpagecart .pricingpage-proceedtocheckout-text.btn-primary {
  background-color: #01c8a9;
}
.formError {
  color: inherit !important;
  font-size: inherit !important;
}
.fieldtype-checkboxGroup-HORIZONTAL .controls,
.fieldtype-checkboxGroup-VERTICAL .controls {
  padding-top: 5.5px;
}
.fieldtype-checkboxGroup-HORIZONTAL .controls input,
.fieldtype-checkboxGroup-VERTICAL .controls input {
  float: left;
  margin: 4.4px 5.5px 0 0;
}
.fieldtype-checkboxGroup-HORIZONTAL .controls label,
.fieldtype-checkboxGroup-VERTICAL .controls label {
  display: block;
}
.fieldtype-checkboxGroup-HORIZONTAL .controls label+ br,
.fieldtype-checkboxGroup-VERTICAL .controls label+ br {
  display: none;
}
.option-com-rsform.view-rsform.contentpane form h1 {
  text-align: center;
}
.option-com-rsform.view-rsform.contentpane form #billing_info .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.02);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.option-com-rsform.view-rsform.contentpane form #billing_info .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.option-com-search .component-pad select,
.option-com-search .component-pad textarea,
.option-com-search .component-pad input[type="text"],
.option-com-search .component-pad input[type="password"],
.option-com-search .component-pad input[type="datetime"],
.option-com-search .component-pad input[type="datetime-local"],
.option-com-search .component-pad input[type="date"],
.option-com-search .component-pad input[type="month"],
.option-com-search .component-pad input[type="time"],
.option-com-search .component-pad input[type="week"],
.option-com-search .component-pad input[type="number"],
.option-com-search .component-pad input[type="email"],
.option-com-search .component-pad input[type="url"],
.option-com-search .component-pad input[type="search"],
.option-com-search .component-pad input[type="tel"],
.option-com-search .component-pad input[type="color"],
.option-com-search .component-pad .uneditable-input {
  margin-bottom: 0;
}
.option-com-search .component-pad label {
  display: inline;
  margin-left: 11px;
  margin-right: 44px;
}
.option-com-search .component-pad label.radio {
  padding-top: 0;
}
.option-com-search .component-pad form {
  *zoom: 1;
}
.option-com-search .component-pad form:before,
.option-com-search .component-pad form:after {
  display: table;
  content: "";
  line-height: 0;
}
.option-com-search .component-pad form:after {
  clear: both;
}
.option-com-search .component-pad form[class*="span"] {
  clear: none;
}
.option-com-search .component-pad form#searchForm > .input-append {
  display: block;
}
.option-com-search .component-pad form#searchForm > .input-append > input {
  box-sizing: border-box;
  width: 90%;
}
.option-com-search .component-pad form#searchForm > .input-append > button {
  box-sizing: border-box;
  width: 10%;
}
.option-com-search .component-pad form#searchForm > .input-append > button> .icon-search {
  display: block;
}
.option-com-search .component-pad .input-append .btn,
.option-com-search .component-pad .input-prepend .btn {
  height: 2em;
}
.option-com-search .component-pad .phrases {
  display: none;
  *zoom: 1;
}
.option-com-search .component-pad .phrases:before,
.option-com-search .component-pad .phrases:after {
  display: table;
  content: "";
  line-height: 0;
}
.option-com-search .component-pad .phrases:after {
  clear: both;
}
.option-com-search .component-pad .phrases[class*="span"] {
  clear: none;
}
.option-com-search .component-pad .phrases legend {
  display: none;
}
.option-com-search .component-pad .phrases .phrases-box label {
  float: left;
}
.option-com-search .component-pad .phrases .phrases-box input {
  float: left;
  margin-top: 4px;
}
.option-com-search .component-pad .only {
  display: none;
  *zoom: 1;
}
.option-com-search .component-pad .only:before,
.option-com-search .component-pad .only:after {
  display: table;
  content: "";
  line-height: 0;
}
.option-com-search .component-pad .only:after {
  clear: both;
}
.option-com-search .component-pad .only[class*="span"] {
  clear: none;
}
.option-com-search .component-pad .only label.checkbox {
  float: left;
}
.option-com-search .component-pad .only input {
  margin-top: 4px;
}
.option-com-search .component-pad .ordering-box {
  display: none;
  float: right;
}
.option-com-search .component-pad .ordering-box select {
  display: inline;
}
.option-com-search .component-pad .form-limit {
  display: none;
  float: right;
}
.option-com-search .component-pad .form-limit select {
  display: inline;
  width: 100px;
}
.option-com-search .component-pad .searchintro {
  overflow: hidden;
  clear: both;
  padding-top: 11px;
}
.option-com-search .component-pad .search-results {
  border-top: 1px solid rgba(0,0,0,0.02);
  padding-top: 11px;
}
.option-com-search .component-pad .search-results span.highlight {
  background-color: rgba(251,169,25,0.5);
  font-weight: bold;
  padding: 1px 11px;
}
.option-com-search .component-pad .blog .article-info {
  font-size: 11.25px;
  color: #324164;
  margin-bottom: 11px;
}
.option-com-search .component-pad .blog .article-info dd {
  display: inline;
  margin-left: 0;
  margin-right: 22px;
}
.f2c-banner-intro {
  color: #fff;
  text-align: center;
}
.f2c-banner-intro p small,
.f2c-banner-intro h1 small,
.f2c-banner-intro h2 small,
.f2c-banner-intro h3 small,
.f2c-banner-intro h4 small,
.f2c-banner-intro h5 small,
.f2c-banner-intro h6 small {
  font-size: 0.5em;
  display: block;
}
.f2c-banner-intro h1 {
  margin: 11px 0;
}
.f2c-banner-intro-text-wrapper {
  padding: 22px 11px;
  background: rgba(0,128,255,0.9);
  position: relative;
}
.f2c-banner-intro-field-claim {
  font-size: 3em;
  line-height: 1.125;
}
.f2c-banner-intro-field-support ul {
  font-size: 0.8em;
  list-style-image: url('templates/esw_easypeasy/images/icon-arrow-white.png');
}
.f2c-banner-intro-field-video {
  position: relative;
  padding: 4em 0;
  text-align: center;
}
.f2c-banner-intro-field-video .module {
  width: 60%;
  margin: 22px auto !important;
  padding: 11px;
  background-color: rgba(240,240,240,0.184);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.92),rgba(217,217,217,0.92));
  background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.92)),to(rgba(217,217,217,0.92)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.92),rgba(217,217,217,0.92));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.92),rgba(217,217,217,0.92));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0.92),rgba(217,217,217,0.92));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaffffff', endColorstr='#ead8d8d8', GradientType=0);
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
}
.f2c-banner-intro-field-video .module .module-title {
  margin-top: 0;
  color: #324164;
  font-size: 2em;
  line-height: 1.25;
  font-weight: normal;
}
.f2c-banner-intro-field-video .module .module-body input {
  width: 90%;
}
.f2c-banner-intro-field-video .module .module-body button {
  width: 90%;
}
.f2c-banner-intro-field-video .module.mod-easyredmine-demo .module-title {
  color: #fb5619;
}
.fullwidth.banner-rounded.nopadding .module-container {
  margin: 0;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth {
  text-shadow: none;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim {
  font-weight: bold;
  line-height: 1;
}
.fullwidth.banner-rounded .f2c-banner-intro .row-fluid {
  position: relative;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module .module-title {
  margin-top: 0;
  color: #fff !important;
  font-size: 2.5em !important;
  line-height: 1.25 !important;
  font-weight: bold !important;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module .module-body input {
  width: 50% !important;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-style: italic;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module .module-body .btn {
  width: 50% !important;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module .module-body .help-block {
  color: #fff;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module .module-body .btn {
  font-weight: normal;
}
.fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module.mod-easyredmine-demo .module-title {
  color: #fff;
}
.f2c-benefits-intro {
  text-align: center;
  font-size: 0.85em;
  border: 1px solid rgba(0,0,0,0.1);
  padding-top: 11px;
}
.f2c-benefits-intro-text {
  margin-top: 11px;
  border-top: 1px solid rgba(0,0,0,0.1);
  background: rgba(128,128,128,0.02);
  padding: 5.5px;
}
.f2c-benefits-intro-text:first-line {
  font-size: 1.25em;
}
.f2c-benefits-intro-text strong {
  display: block;
  color: #fb5619;
}
.calculoid-theme-bordered .gridster .gridster-item {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.calculoid-theme-bordered .calculoid-field-item h4.calculoid-field-title {
  border-bottom: none !important;
}
.calculoid-payment-field .calculoid-field-type-checkbox,
.calculoid-payment-field .calculoid-orderAsCompany {
  padding: 0 !important;
}
.calculoid-payment-field .checkbox1-info {
  color: #0080e6;
}
.calculoid-payment-field .checkbox1-info:hover {
  color: #fb5619;
  text-decoration: underline;
}
.calculoid-container .signature-div {
  display: none !important;
}
.calculoid-payment-logos {
  height: 50px !important;
}
.newCalcDesign .calculoid-background {
  padding: 0 !important;
}
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-email-field .btn-primary,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-payment-field .btn-primary {
  background-color: #fb5619 !important;
  color: #fff !important;
  border-color: #dd3f04 !important;
  padding: 0.75em 1em !important;
  font-size: 18.75px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-email-field .btn-primary,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-payment-field .btn-primary:hover,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-email-field .btn-primary,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-payment-field .btn-primary:focus,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-email-field .btn-primary,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .calculoid-payment-field .btn-primary:active {
  color: #fff !important;
  background-color: #dd3f04 !important;
}
.calculoid-color-scheme-sea-green .calcNewInputDesign .calculoid-formula-field {
  border-color: #01c8a9 !important;
}
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .jslider.sliderCSS div.jslider-bg i.after,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .jslider.sliderCSS div.jslider-bg i.before,
.calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-item .jslider.sliderCSS div.jslider-pointer {
  background: #01c8a9 !important;
}
@media (min-width: 460px) {
  .calculoid-payment-field > .calculoid-field-type-radio {
    margin: 40px -20px 20px !important;
    overflow: hidden !important;
  }
  .calcNewInputDesign.calculoid-field-type-radio label .calculoid-option-name {
    padding: 25px 0 0 0 !important;
  }
  .calcNewInputDesign.calculoid-field-type-radio label .calculoid-option-name:before {
    left: 50% !important;
    margin-left: -10px !important;
  }
  .calcNewInputDesign.calculoid-field-type-radio label .calculoid-option-name:after {
    left: 50% !important;
    margin-left: -5px !important;
  }
  .calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-type-checkbox label input[type=checkbox]:checked:before,
  .calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-type-radio label input[type=radio]:checked+.calculoid-option-name:before {
    border-color: #01c8a9 !important;
  }
  .calculoid-color-scheme-sea-green .calcNewInputDesign.calculoid-field-type-radio label .calculoid-option-name:after {
    background: #01c8a9 !important;
  }
}
@media (max-width: 459px) {
  .calculoid-payment-field .calculoid-flex-box>label {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }
  .calculoid-payment-field .calculoid-flex-box>div {
    max-width: 100% !important;
    width: 100% !important;
  }
  .calculoid-payment-field .calcNewInputDesign.calculoid-field-type-radio {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .calculoid-payment-field .calcNewInputDesign.calculoid-field-type-radio label[class*="calculoid-w"] {
    width: 100% !important;
  }
  .calculoid-payment-field .calcNewInputDesign.calculoid-field-type-radio label .calculoid-option-name {
    float: left !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 30px !important;
    width: 50% !important;
    box-sizing: border-box;
  }
  .calculoid-payment-field .calcNewInputDesign.calculoid-field-type-radio label br {
    display: none !important;
  }
  .calculoid-payment-field .calcNewInputDesign.calculoid-field-type-radio label img {
    float: right !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    max-width: 50% !important;
    height: auto !important;
  }
}
#module757 .newCalcDesign .calculoid-background {
  padding: 0;
}
.f2c-case-study-2018 #content > .container {
  width: auto;
  padding: 0;
}
.f2c-case-study-2018 #content > .container > .row {
  margin: 0;
}
.f2c-case-study-2018 #content > .container #maincol {
  width: 100%;
  margin: 0;
}
.f2c-case-study-2018 #content > .container #maincol .component-pad .container {
  margin-bottom: 30px;
}
.f2c-case-study-2018 #content > .container #maincol .component-pad .row-fluid {
  margin-top: 25px;
}
.f2c-case-intro-field-image {
  margin-top: 11px;
}
.f2c-article-main {
  padding-bottom: 35px;
}
.f2c-faq-intro h2 {
  margin: 0;
}
.f2c-faq-main .mod-custom.comparsion td,
.f2c-faq-main .mod-custom.comparsion th {
  padding-top: 2.75px;
  padding-bottom: 2.75px;
}
.f2c-funkce-intro .badgeword,
.f2c-funkce-main .badgeword {
  font-size: 10px;
  margin-top: -1em;
  position: absolute;
}
.f2c-funkce-intro .rating,
.f2c-funkce-main .rating {
  color: #fb5619;
  font-size: 0.5em;
  white-space: nowrap;
  vertical-align: middle;
}
.f2c-funkce-intro {
  margin-top: 11px;
}
.sidecol .f2c-funkce-intro [class*="span"] {
  width: auto;
  margin: 0;
}
.f2c-funkce-intro-field-image {
  position: relative;
  padding: 22px;
  margin-bottom: 22px;
  text-align: center;
}
.f2c-funkce-intro-details .thumbnails {
  margin-bottom: 0;
}
.f2c-funkce-intro-details .thumbnails li {
  margin-bottom: 5.5px;
}
.f2c-funkce-intro-more {
  text-align: center;
  font-size: 0.89em;
  margin-bottom: -33px;
}
.f2c-funkce-intro-more-btn {
  line-height: 1.5em;
  display: inline-block;
  background: none;
  border: 1px solid rgba(0,0,0,0.1);
  color: #0080ff;
  background: #fff;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}
.f2c-funkce-intro-more-btn:hover {
  text-decoration: none;
  color: #FF1066;
}
.f2c-funkce-intro-more-textwrap {
  padding: 0 5.5px;
  cursor: pointer;
}
.f2c-funkce-intro-more-icon {
  border-left: 1px solid rgba(0,0,0,0.1);
  padding: 0 5.5px;
  display: inline-block !important;
}
.row-0 .f2c-funkce-intro {
  margin-top: 0;
}
.f2c-landing-page #content>.container,
.f2c-landing-page-ultimate #content>.container {
  width: auto;
  padding: 0;
}
.f2c-landing-page #content>.container>.row,
.f2c-landing-page-ultimate #content>.container>.row {
  margin: 0;
}
.f2c-landing-page #content>.container #maincol,
.f2c-landing-page-ultimate #content>.container #maincol {
  width: 100%;
  margin: 0;
}
.f2c-landing-page #content>.container .f2c-banner-intro-field-introtext,
.f2c-landing-page-ultimate #content>.container .f2c-banner-intro-field-introtext {
  font-size: 19px;
}
.f2c-landing-page #content>.container .f2c-landing-main-body .container.fullwidth,
.f2c-landing-page-ultimate #content>.container .f2c-landing-main-body .container.fullwidth {
  width: auto;
  padding: 0;
}
.f2c-landing-page #content #maincol .component-pad > div,
.f2c-landing-page-ultimate #content #maincol .component-pad > div {
  margin-bottom: 0;
}
.f2c-landing-main .badgeword {
  font-size: .5em;
}
.f2c-landing-main-top {
  background: #0080ff;
  color: #fff;
  padding-bottom: 44px;
}
.f2c-landing-main-body {
  padding-top: 22px;
}
.f2c-landing-main-body div.container.fullwidth:first-child {
  margin-top: -22px;
}
.f2c-landing-main-body:empty {
  padding-top: 0;
}
.f2c-landing-main-video {
  display: block;
  margin-bottom: 22px;
}
.f2c-landing-main-logo {
  margin: 11px 0;
  padding: 11px 0;
}
.f2c-landing-main-galerie a {
  display: block;
  text-align: center;
}
.f2c-landing-main-galerie img {
  max-width: 80%;
  max-height: 80%;
}
.f2c-landing-main-galerie .row-fluid {
  margin-bottom: 22px;
}
.f2c-landing-main-title {
  font-weight: bold;
}
.f2c-landing-main .navbar-fixed-top-spacer {
  height: 2.5em;
}
.f2c-landing-main .navbar-inverse .brand,
.f2c-landing-main .navbar-inverse .nav > li > a {
  text-shadow: none;
}
.f2c-landing-main .navbar-inverse .brand {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1162px) and (max-width: 1353px) {
  .f2c-landing-page-ultimate #header #logoheader {
    width: 453px;
  }
  .f2c-landing-page-ultimate #header #top {
    width: 643px;
  }
}
@media (min-width: 947px) and (max-width: 1161px) {
  .f2c-landing-page-ultimate #header #logoheader {
    width: 379px;
  }
  .f2c-landing-page-ultimate #header #top {
    width: 535px;
  }
  .f2c-landing-page-ultimate .navbar-inverse .brand {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
[class*="frames"] {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[class*="frame-"] {
  margin: 20px;
  background: #fff;
  color: #324164;
  width: 325px;
  font-size: 17px;
  position: relative;
  padding-bottom: 20px;
}
[class*="frame-"] h6 {
  text-align: center;
  width: 99%;
  font-size: 17px;
  margin: auto;
  margin-top: 1px;
  font-weight: 500;
  color: #fff;
  margin: none;
  padding: none;
}
[class*="frame-"] p {
  padding: 0 5px;
}
[class*="frame-"] .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.frame-gray {
  border: 1px solid #888;
}
.frame-gray h6 {
  background: #888;
}
.frame-graylight {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 2.75px;
}
.frame-graylight h3 {
  background: rgba(0,0,0,0.08);
  width: 100%;
  text-align: center;
  color: #0080ff;
  margin: 0;
  margin-bottom: 20px;
  padding: 15px 0;
}
.frame-blue {
  border: 1px solid #0080ff;
}
.frame-blue h6 {
  background: #0080ff;
}
.f2c-learning-main-image {
  position: relative;
}
.f2c-learning-main-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.f2c-new-faq-intro h2 {
  margin: 0;
}
.f2c-new-faq-intro .accordion-group {
  border: none;
}
.f2c-new-faq-intro .accordion-group .accordion-heading {
  margin-bottom: 2px;
}
.f2c-new-faq-intro .accordion-group .accordion-heading .accordion-toggle {
  padding-bottom: 0;
}
.f2c-new-faq-intro .accordion-group .faq-info {
  margin: 0;
  padding-left: 15px;
  color: rgba(0,0,0,0.25);
  font-size: 13px;
}
.f2c-new-faq-intro .accordion-inner {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.f2c-new-faq-intro .accordion-inner p {
  padding-top: 10px;
}
.f2c-new-faq-main .mod-custom.comparsion td,
.f2c-new-faq-main .mod-custom.comparsion th {
  padding-top: 2.75px;
  padding-bottom: 2.75px;
}
.f2c-new-faq-main .faq-info {
  margin: 0;
  padding-left: 15px;
  color: rgba(0,0,0,0.25);
  font-size: 13px;
}
.f2c-medailon-intro-content {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.f2c-medailon-intro-content .person-name {
  text-transform: uppercase;
}
.f2c-medailon-intro-content .text {
  background: url("images/ikona_uvozovky.svg");
  background-size: 35px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.f2c-news-intro {
  margin-bottom: 22px;
}
.f2c-news-intro h4 {
  font-weight: normal;
}
.f2c-news-intro .badge {
  font-size: 0.75em;
  margin-right: 0.25em;
  display: block;
  float: left;
  background: #0080ff;
  color: #fff;
  font-weight: normal;
  position: relative;
  height: 14px;
  line-height: 14px;
  padding: 0 11px;
  margin-bottom: 5.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.f2c-news-intro .badge:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #0080ff;
}
.f2c-news-intro .badge+ a {
  clear: left;
  display: block;
}
.sidecol .f2c-news-intro [class*="span"] {
  width: auto;
  float: none;
  margin: 0;
}
.blog  .f2c-news-intro-introtext {
  font-size: 1em;
}
.blog  .f2c-news-intro h4 {
  display: none;
}
.blog  .f2c-news-intro .hp-intropage {
  display: none;
}
.blog  .f2c-news-intro .badge {
  margin-top: -9px;
}
.f2c-news-intro-image {
  margin: 8.25px 0;
}
.f2c-news-intro-video {
  position: relative;
  margin-bottom: 11px;
}
.f2c-news-intro-introtext {
  font-size: 0.9em;
}
.f2c-news-main-video {
  position: relative;
}
.f2c-news-main-video .btn-video {
  top: 50%;
}
.hp .f2c-news-intro .f2c-news-intro-introtext {
  display: none;
}
.hp .f2c-news-intro h2 {
  display: none;
}
.hp .f2c-news-intro .f2c-news-intro-video .btn-video {
  margin-left: -22px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
  top: 50%;
}
.fb_iframe_widget iframe {
  position: inherit !important;
}
.f2c-partners-logo {
  height: 120px;
  white-space: nowrap;
}
.f2c-partners-logo a {
  vertical-align: middle;
}
.f2c-partners-logo img {
  vertical-align: middle;
}
.f2c-partners-logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.f2c-partners-company h2 {
  font-size: 1.125em;
  font-weight: bold;
}
.f2c-partners-level h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.f2c-partners-country {
  font-size: 1em;
}
.f2c-partners-country span {
  font-weight: bold;
}
.f2c-partners-text {
  font-size: 0.9em;
}
.blog .items-row .f2c-partners-intro {
  border-top: 1px solid rgba(0,0,0,0.08);
}
.blog .items-row.row-0 .f2c-partners-intro {
  border: none;
}
.cartsteps {
  padding: 11px 0 !important;
  color: rgba(0,0,0,0.5) !important;
}
.cartsteps .active {
  color: #003366 !important;
}
.cartsteps a {
  color: rgba(0,0,0,0.36) !important;
}
.cartsteps p {
  margin: 0;
}
.cartsteps span {
  white-space: nowrap;
}
.cartsteps [class*="icon-"] {
  display: inline-block;
  padding: 0 2em;
  vertical-align: text-top;
  font-size: 1.5em;
  line-height: 0.8;
}
.mod-pricingpagecart .module-body {
  position: relative;
  z-index: 2;
  background: rgba(77,77,77,0.08);
}
.mod-pricingpagecart.tablike .pricingpage-cart {
  border: 1px solid rgba(0,0,0,0.1);
  border-left-color: #fff;
  padding: 11px;
  padding-left: 22px;
  margin-left: -22px;
}
.mod-pricingpagecart h3 {
  padding-bottom: 11px;
}
.mod-pricingpagecart .solution .solution-type small,
.mod-pricingpagecart .solution .solution-type br {
  display: none;
}
.mod-pricingpagecart .solution .icon {
  padding-left: 3px;
  display: none;
}
.mod-pricingpagecart .clone-container {
  display: none;
}
.mod-pricingpagecart .product {
  font-size: 0.89rem;
  *zoom: 1;
  padding: 2.75px 0;
}
.mod-pricingpagecart .product:before,
.mod-pricingpagecart .product:after {
  display: table;
  content: "";
  line-height: 0;
}
.mod-pricingpagecart .product:after {
  clear: both;
}
.mod-pricingpagecart .product[class*="span"] {
  clear: none;
}
.mod-pricingpagecart .product+.product {
  border-top: 1px dashed #e6e6e6;
}
.mod-pricingpagecart .product.cildproduct {
  border: none;
}
.mod-pricingpagecart .product.cildproduct .productname:before {
  content: "-";
  padding: 0 2.75px;
}
.mod-pricingpagecart .product .productname,
.mod-pricingpagecart .product .solution-type {
  float: left;
  display: inline;
  font-weight: bold;
}
.mod-pricingpagecart .product .productname span,
.mod-pricingpagecart .product .solution-type span {
  display: none;
}
.mod-pricingpagecart .product .productprice {
  float: right;
  display: inline;
  font-weight: bold;
}
.mod-pricingpagecart .semipricebox {
  border-top: 1px solid #e6e6e6;
}
.mod-pricingpagecart .periodselectbox {
  margin-top: 5px;
}
.mod-pricingpagecart .periodselectbox .periodselect {
  display: block;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.36);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.36);
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  text-align: left;
  color: #324164;
  font-weight: normal;
  padding: 5.5px;
  margin-bottom: 11px;
  font-size: 0.9em;
  line-height: 1.75;
}
.mod-pricingpagecart .periodselectbox .periodselect:before {
  margin-top: 2px;
  margin-right: 5px;
  content: "";
  font-size: 10.8px;
  float: left;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.6px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  text-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.mod-pricingpagecart .periodselectbox .periodselect:hover {
  color: #324164;
  text-decoration: none;
}
.mod-pricingpagecart .periodselectbox .periodselect.active {
  border: 2px solid #0080ff;
  padding: 4.5px;
}
.mod-pricingpagecart .periodselectbox .periodselect.active:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f111";
  border-color: #0080ff;
  color: #fb5619;
}
.mod-pricingpagecart .periodselectbox .periodselect em {
  font-weight: bold;
  color: #0080ff;
  font-style: normal;
}
.mod-pricingpagecart .finalpricebox {
  border-top: 2px solid #324164;
  padding: 11px 0;
  margin-top: 11px;
  overflow: hidden;
}
.mod-pricingpagecart .finalpricebox .totalwording {
  margin: 0;
  float: left;
  line-height: 22px;
}
.mod-pricingpagecart .finalpricebox .finalprice {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.125em;
  margin: 0;
  line-height: 22px;
}
.mod-pricingpagecart .finalpricebox .finalprice .small,
.mod-pricingpagecart .finalpricebox .finalprice small {
  font-weight: normal;
  line-height: 1;
}
.mod-pricingpagecart .finalpricebox .finalprice .small.badge,
.mod-pricingpagecart .finalpricebox .finalprice .small.label,
.mod-pricingpagecart .finalpricebox .finalprice small.badge,
.mod-pricingpagecart .finalpricebox .finalprice small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.mod-pricingpagecart .finalpricebox .finalprice .price-result {
  color: #0080ff;
  float: right;
  font-weight: bold;
  text-align: right;
}
.mod-pricingpagecart .finalpricebox .finalprice .converted {
  font-size: 0.8em;
  text-align: right;
  display: block;
  color: #647bb2;
  clear: right;
  line-height: 1.125;
  margin-top: -5px;
  margin-bottom: 16.5px;
}
.mod-pricingpagecart .finalpricebox .finalprice .price-calculation {
  font-size: 0.8em;
  text-align: right;
  display: block;
  color: #647bb2;
  clear: right;
  line-height: 1.125;
}
.mod-pricingpagecart .finalpricebox .finalprice-total {
  float: right;
  clear: right;
  text-decoration: line-through;
  color: #8698c3;
  font-size: 0.8em;
  line-height: 1.5;
  display: none;
}
.mod-pricingpagecart .pricingpage-proceedtocheckout {
  margin-bottom: 11px;
  text-align: center;
}
.mod-pricingpagecart .pricingpage-proceedtocheckout-text {
  display: block;
}
.mod-pricingpagecart .pricingpage-proceedtocheckout-text.btn {
  text-transform: uppercase;
}
.mod-pricingpagecart .pricingpage-proceedtocheckout-text.btn i {
  display: none;
}
.mod-pricingpagecart .pricingpage-proceedtocheckout-info {
  display: block;
  font-style: italic;
  font-size: 0.89rem;
  line-height: 1.125;
  font-weight: bold;
  margin-top: 5px;
}
.mod-pricingpagecart.linkColorBackground .finalpricebox .finalprice .price-result {
  color: #fff;
}
.mod-pricingpagecart.linkColorBackground .finalpricebox .finalprice .converted {
  color: #fff;
}
.mod-pricingpagecart.linkColorBackground .finalpricebox .finalprice .price-calculation {
  color: #fff;
}
.mod-pricingpagecart.linkColorBackground h3 {
  border-color: #0066cc;
  text-align: center;
}
.mod-pricingpagecart.linkColorBackground .product {
  border-color: #0066cc;
}
.mod-pricingpagecart.linkColorBackground .finalpricebox {
  border-color: #0066cc;
  text-align: center;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-roi {
  margin: -11px;
  margin-top: 0;
  padding: 22px 0;
  background: #fff;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext {
  margin: -11px;
  margin-top: 0;
  padding: 22px 0;
  background: #fff;
  text-align: center;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7.7px 18.7px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  color: #4c5767;
  border-color: #e6e6e6;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #0080ff;
  color: #fff;
  border-color: #FF1066;
  *background-color: #FF1066;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: transparent !important;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text[disabled],
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text[disabled] {
  color: #4c5767;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.active {
  background-color: #cccccc \9;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:first-child,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:first-child {
  *margin-left: 0;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:focus {
  color: #4c5767;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text[disabled],
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text .label,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text .badge,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text .label,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text .badge {
  position: relative;
  top: -1px;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].icon-large {
  line-height: .9em;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].icon-spin,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].icon-spin,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].icon-spin,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].icon-spin {
  display: inline-block;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].pull-left.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].pull-right.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].pull-left.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].pull-right.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].pull-left.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].pull-right.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].pull-left.icon-2x,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].icon-spin.icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].icon-spin.icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].icon-spin.icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].pull-left,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].pull-right,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].pull-left,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].pull-right,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].pull-left,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].pull-right,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].pull-left,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class^="icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text [class*=" icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class^="icon-"].icon-large,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text[disabled],
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:hover,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:focus,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.disabled,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text[disabled] {
  color: #fff;
  background-color: #FF1066;
  *background-color: #f60058;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text.active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text:active,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text.active {
  background-color: #dc004f \9;
}
.mod-pricingpagecart.linkColorBackground .pricingpage-proceedtocheckout-text .caret,
.mod-pricingpagecart.linkColorBackground .pricingpage-cart-posttext-text .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.mod-pricingpagecart.linkColorInverseOutline .module-body {
  border-color: #d9d9d9 !important;
}
.mod-pricingpagecart.linkColorInverseOutline h3 {
  text-align: center;
  margin-bottom: 0;
}
.mod-pricingpagecart.linkColorInverseOutline .solution {
  border: 2px solid #324164;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  text-align: center;
  padding: 5.5px 0;
  margin-bottom: 11px;
}
.mod-pricingpagecart .layout-version2 .licensing {
  text-transform: uppercase;
  padding: 0;
  font-size: 0.8rem;
  margin: 0 0 5px 0;
}
.mod-pricingpagecart .layout-version2 .licensing:after {
  content: ":";
}
.mod-pricingpagecart .layout-version2 .solution {
  border-color: #0080ff;
  background: #fff;
}
.mod-pricingpagecart .layout-version2 .products .product {
  padding: 3.3px 0;
}
.mod-pricingpagecart .layout-version2 .products .product+ .product {
  border-top: 1px solid #e6e6e6;
}
.mod-pricingpagecart .layout-version2 .finalpricebox {
  border-top: 2px solid #0080ff;
  padding: 5.5px 0;
  margin: 2.75px 0 11px 0;
}
.mod-pricingpagecart .layout-version2 .finalpricebox .totalwording {
  font-size: 0.89rem;
  font-weight: bold;
}
.mod-pricingpagecart .layout-version2 .finalpricebox .finalprice {
  display: none;
}
.mod-pricingpagecart .layout-version2 .finalpricebox .finalprice .price-calculation {
  display: none;
}
.mod-pricingpagecart .layout-version2 .finalpricebox .rsform_payment_total {
  color: #0080ff;
  float: right;
  font-weight: bold;
  text-align: right;
}
.mod-pricingpagecart .layout-version2 .finalpricebox .rsform_payment_total .payment-calculation {
  font-size: 0.8em;
  text-align: right;
  display: block;
  color: #647bb2;
  clear: right;
  line-height: 1.125;
  font-weight: normal;
}
.mod-pricingpagecart .layout-version2 .pricingpage-proceedtocheckout-text.btn {
  text-transform: none;
}
.mod-pricingpagecart .layout-version2 .pricingpage-proceedtocheckout-info {
  font-weight: normal;
}
.mod-pricingpagecart .layout-version2 .pricingpage-cart-posttext {
  text-align: center;
}
.item_price_period {
  font-size: 0.75em;
  font-weight: normal;
}
.menu-pricing-buy .navbar .nav .item-1629 a {
  background-color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm {
  margin-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm.upsale_server_plugins .rsform-block-solution,
.option-com-rsform .component-pad .pricingForm.upsale_server_plugins #billing_period_switch,
.option-com-rsform .component-pad .pricingForm.upsale_server_plugins .rsform-block-business,
.option-com-rsform .component-pad .pricingForm.upsale_server_plugins #services_products,
.option-com-rsform .component-pad .pricingForm.upsale_cloud_plugins .rsform-block-solution,
.option-com-rsform .component-pad .pricingForm.upsale_cloud_plugins #billing_period_switch,
.option-com-rsform .component-pad .pricingForm.upsale_cloud_plugins .rsform-block-business,
.option-com-rsform .component-pad .pricingForm.upsale_cloud_plugins #services_products {
  display: none !important;
}
.option-com-rsform .component-pad .pricingForm .formContainer {
  font-size: 0.89em;
}
.option-com-rsform .component-pad .pricingForm .rsform-block-currency {
  display: none;
  float: right;
  font-size: 2em;
  line-height: 1.1;
  margin: 22px 0;
}
.option-com-rsform .component-pad .pricingForm .rsform-block-currency select {
  width: auto;
}
.option-com-rsform .component-pad .pricingForm .claim {
  margin-bottom: 22px;
}
.option-com-rsform .component-pad .pricingForm [id*="rsform_error"] {
  text-align: center;
  padding: 5.5px 11px;
  margin-bottom: 11px;
  background-color: rgba(251,86,25,0.15);
  border: 1px solid #fb5619;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fb5619;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #af0e2d;
}
.option-com-rsform .component-pad .pricingForm [id*="rsform_error"] p {
  color: #af0e2d;
}
.option-com-rsform .component-pad .pricingForm [id*="rsform_error"] p:last-child {
  margin-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm .btn-group .active {
  background-color: #fc8d64;
  color: #fff;
  border-color: #fb5619;
  *background-color: #fb5619;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.option-com-rsform .component-pad .pricingForm .btn-group .active:hover,
.option-com-rsform .component-pad .pricingForm .btn-group .active:focus,
.option-com-rsform .component-pad .pricingForm .btn-group .active:active,
.option-com-rsform .component-pad .pricingForm .btn-group .active.active,
.option-com-rsform .component-pad .pricingForm .btn-group .active.disabled,
.option-com-rsform .component-pad .pricingForm .btn-group .active[disabled] {
  color: #fff;
  background-color: #fb5619;
  *background-color: #f64604;
}
.option-com-rsform .component-pad .pricingForm .btn-group .active:active,
.option-com-rsform .component-pad .pricingForm .btn-group .active.active {
  background-color: #dd3f04 \9;
}
.option-com-rsform .component-pad .pricingForm .btn-group .active .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.option-com-rsform .component-pad .pricingForm .posttext {
  display: inline-block;
}
.option-com-rsform .component-pad .pricingForm .posttext a {
  display: inline-block;
}
.option-com-rsform .component-pad .pricingForm .posttext a:hover,
.option-com-rsform .component-pad .pricingForm .posttext a:focus {
  text-decoration: none;
}
.option-com-rsform .component-pad .pricingForm .posttext span {
  display: inline-block;
}
.option-com-rsform .component-pad .pricingForm #products_wrapper {
  position: relative;
  margin-top: 22px;
}
.option-com-rsform .component-pad .pricingForm #products_wrapper.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  -webkit-animation: lightness 3s infinite alternate;
  -moz-animation: lightness 3s infinite alternate;
  animation: lightness 3s infinite alternate;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch {
  border: 1px solid rgba(0,0,0,0.1);
  padding-right: 15px;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch .tag {
  display: inline-block;
  line-height: 22.5px;
  padding: 7.5px 0 7.5px 7.5px;
  position: relative;
  background: rgba(0,0,0,0.03);
  margin-right: 45px;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch .tag:before {
  right: -22px;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 22.5px solid rgba(0,0,0,0.03);
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch a {
  font-weight: bold;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch a:hover,
.option-com-rsform .component-pad .pricingForm .pricingpage-switch a:focus {
  text-decoration: none;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch .small,
.option-com-rsform .component-pad .pricingForm .pricingpage-switch small {
  font-weight: normal;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch label {
  padding-left: 25.5px;
  line-height: 1.2;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch label+a {
  vertical-align: top;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch label+a * {
  vertical-align: top;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch label+a *:before {
  vertical-align: top;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch-item {
  display: block;
  margin-left: 15px;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch-item:before {
  margin-top: 2px;
  margin-left: -25.5px;
  content: "";
  font-size: 10.8px;
  float: left;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.6px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  text-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap {
  float: right;
  padding: 15px 0;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap .radio.inline {
  padding-top: 0;
}
.option-com-rsform .component-pad .pricingForm .pricingpage-switch .active .pricingpage-switch-item:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f111";
  border-color: #0080ff;
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm #billing_period_switch {
  margin-bottom: 11px;
}
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular {
  text-align: center;
  margin-bottom: 22px;
  font-weight: bold;
}
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular a {
  color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular a:hover {
  color: #FF1066;
  text-decoration: none;
}
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular a.active {
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular a.active:hover,
.option-com-rsform .component-pad .pricingForm #switch_wrapper_popular a.active:focus {
  text-decoration: none;
  cursor: default;
}
.option-com-rsform .component-pad .pricingForm .fieldtype-freeText .control-label,
.option-com-rsform .component-pad .pricingForm .fieldtype-freeText .help-inline,
.option-com-rsform .component-pad .pricingForm .fieldtype-freeText .formClr {
  display: none !important;
}
.option-com-rsform .component-pad .pricingForm .fieldtype-freeText .controls {
  margin: 0 !important;
}
.option-com-rsform .component-pad .pricingForm .productitem {
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 22px;
  border-bottom-color: rgba(0,0,0,0.1);
  padding-bottom: 11px;
}
.option-com-rsform .component-pad .pricingForm .productitem-radio {
  padding-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm .productitem-radio+.productitem {
  padding-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm .productitem_title {
  margin-top: 0;
  line-height: 22px;
  padding: 11px;
  margin-bottom: 22px;
  background: rgba(0,0,0,0.025);
  font-weight: bold;
}
.option-com-rsform .component-pad .pricingForm .productitem_title .productitem_links {
  font-size: 0.7em;
  font-weight: normal;
}
.option-com-rsform .component-pad .pricingForm .productitem_title .row-fluid {
  display: block;
}
.option-com-rsform .component-pad .pricingForm .productitem_title i {
  font-size: 0.89em;
}
.option-com-rsform .component-pad .pricingForm .productitem_description-image {
  padding: 0 11px;
}
.option-com-rsform .component-pad .pricingForm .productitem-more {
  text-align: center;
  margin-bottom: -23.375px;
}
.option-com-rsform .component-pad .pricingForm .productitem-more-btn {
  background: none;
  border: 1px solid rgba(0,0,0,0.1);
  color: #0080ff;
  background: #fff;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}
.option-com-rsform .component-pad .pricingForm .productitem-more-btn:hover {
  text-decoration: none;
  color: #FF1066;
}
.option-com-rsform .component-pad .pricingForm .productitem-more-textwrap {
  line-height: 1;
  padding: 0 5.5px;
}
.option-com-rsform .component-pad .pricingForm .productitem-more-icon {
  border-left: 1px solid rgba(0,0,0,0.1);
  padding: 0 5.5px;
}
.option-com-rsform .component-pad .pricingForm .productitem_box-inner {
  position: relative;
}
.option-com-rsform .component-pad .pricingForm .productitem_info {
  white-space: nowrap;
  height: 0px;
  position: relative;
  z-index: 2;
}
.option-com-rsform .component-pad .pricingForm .productitem_pricebox {
  white-space: nowrap;
  line-height: 1.25;
  padding: 0 11px;
  overflow: hidden;
  display: block;
}
.option-com-rsform .component-pad .pricingForm .productitem_pricebox .tooltip {
  white-space: normal;
}
.option-com-rsform .component-pad .pricingForm .productitem_price {
  font-size: 1.5em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.option-com-rsform .component-pad .pricingForm .productitem_price .item_price_period {
  font-size: 0.5em;
  font-weight: normal;
}
.option-com-rsform .component-pad .pricingForm .productitem_price-total {
  font-size: 13px;
  white-space: normal;
  overflow: hidden;
  display: block;
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm .productitem_price-total span {
  white-space: nowrap;
}
.option-com-rsform .component-pad .pricingForm .productitem_price-totalammount {
  text-decoration: line-through;
}
.option-com-rsform .component-pad .pricingForm .productitem_price-totaldiscount {
  display: block;
}
.option-com-rsform .component-pad .pricingForm .productitem_checkbox {
  float: right;
  margin-left: 11px;
}
.option-com-rsform .component-pad .pricingForm .productitem_checkbox input {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_checkbox .btn-fake {
  float: right;
  margin-right: 11px;
}
.option-com-rsform .component-pad .pricingForm .productitem_checkbox:before {
  margin-top: 4px;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  float: right;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
}
.option-com-rsform .component-pad .pricingForm .productitem.checked {
  -webkit-box-shadow: inset 0 0 10px #cce6ff;
  -moz-box-shadow: inset 0 0 10px #cce6ff;
  box-shadow: inset 0 0 10px #cce6ff;
  border-color: rgba(0,128,255,0.25);
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .page-header {
  border-bottom-color: ;
  background: rgba(0,128,255,0.15);
  color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .productitem_box .productitem_checkbox .btn-fake {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .productitem_box .productitem_checkbox:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f00c";
  border-color: #0080ff;
  color: #fb5619;
  font-size: 0.8em;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .productitem-more-btn {
  border-color: ;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .productitem_childs .discount_box {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem.checked .productitem_childs .discount_box.hidden {
  display: block;
  visibility: visible;
}
.option-com-rsform .component-pad .pricingForm .productitem.disabled .productitem_box:hover,
.option-com-rsform .component-pad .pricingForm .productitem.disabled .childitem:hover {
  cursor: default;
}
.option-com-rsform .component-pad .pricingForm .productitem .productitem_box:hover,
.option-com-rsform .component-pad .pricingForm .productitem .childitem:hover {
  cursor: pointer;
}
.option-com-rsform .component-pad .pricingForm .productitem .productitem_box.disabled:hover,
.option-com-rsform .component-pad .pricingForm .productitem .childitem.disabled:hover {
  cursor: pointer;
}
.option-com-rsform .component-pad .pricingForm .productitem+h2,
.option-com-rsform .component-pad .pricingForm .productitem+h2~.productitem {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs {
  position: relative;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .discount_box {
  margin: 11px;
  text-align: center;
  cursor: pointer;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .discount_box button {
  margin-left: 11px;
  margin-top: -2px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childlist_box {
  position: relative;
  margin: 11px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem {
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  margin-top: -1px;
  padding: 0 12px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .row-fluid {
  overflow: hidden;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .right>span,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .right>a {
  margin-top: 12px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .right>input {
  margin-top: 18px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .productitem_checkbox:before {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .span7:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f005";
  opacity: 0.25;
  margin-right: 11px;
  color: #0080ff;
  height: 100%;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem:hover .span7:before {
  opacity: 1;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem.checked {
  background-color: rgba(0,128,255,0.05);
  border: 1px solid #cce6ff;
  color: #0080ff;
  position: relative;
  z-index: 2;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem.checked .span7:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f005";
  opacity: 1;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem.checked .productitem_checkbox {
  display: block;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem.checked .btn-fake {
  display: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title {
  display: inline-block;
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.125em;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title .small,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title small {
  font-weight: normal;
  line-height: 1;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title .small.badge,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title .small.label,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title small.badge,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_title small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_new {
  display: inline-block;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .productitem_checkbox,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .btn-fake {
  float: right;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .productitem_checkbox {
  display: none;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .btn-fake {
  margin-top: 8.25px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_price {
  display: inline-block;
  float: right;
  margin-right: 15px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_video,
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_description {
  display: inline-block;
  margin-right: 10px;
  height: 16.5px;
  line-height: 16.5px;
  padding: 2px 3px;
}
.option-com-rsform .component-pad .pricingForm .productitem_childs .childitem .childitem_top_seller {
  font-size: 6px;
  margin-top: -1em;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.option-com-rsform .component-pad .pricingForm.template_type_customproductsale .custom-product-price {
  font-weight: bold;
  margin-left: 11px;
}
.option-com-rsform .component-pad .pricingForm.template_type_simple #solution_switch_wrapper {
  display: none !important;
}
.option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic .pricingpage-switch {
  border: none;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic .pricingpage-switch .tag {
  padding: 11px 0 11px 11px;
  text-align: left;
  float: left;
}
.option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic .pricingpage-switch .pricingpage-switch-item-wrap {
  padding: 11px 0;
  display: inline-block;
  float: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic #billing_period_switch {
  margin-left: 30%;
  text-align: center;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productlist-introtext {
  font-size: 1.25em;
  line-height: 1.3125;
  margin: 22px 0;
}
.option-com-rsform .component-pad .pricingForm.template_type_default #solution_switch_wrapper,
.option-com-rsform .component-pad .pricingForm.template_type_default #product_project_basic,
.option-com-rsform .component-pad .pricingForm.template_type_default #product_ep_com {
  display: none !important;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem {
  background: rgba(0,0,0,0.02);
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem-radio {
  padding-bottom: 11px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem.checked .productitem_title {
  color: inherit;
  background: inherit;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem.checked .btn-incart,
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem.checked .btn-removefromcart {
  display: inline-block !important;
  visibility: visible;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem.checked .btn-removefromcart {
  text-decoration: underline;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_addtocart-box {
  margin-top: 22px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_pricebox .productitem_price-total {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_price {
  font-size: 15px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_price .item_price_period {
  font-size: 15px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_price-billed {
  color: #b3b3b3;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox {
  float: none;
  margin: 11px 0 0 0;
  display: block;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox input {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox:before {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-fake {
  float: none;
  padding: 5.5px 10px;
  font-size: 15px;
  margin: 0;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-addtocart {
  background: white;
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-incart {
  background: #b3b3b3;
  color: white;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-incart i {
  color: #01c8a9;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-removefromcart {
  color: #324164;
  font-size: 15px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_title {
  padding-left: 0;
  margin: 0;
  background: none;
  border: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem_description {
  margin-left: 11px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem-more {
  margin-bottom: 0;
  text-align: left;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem-more .btn.active,
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem-more .btn:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems .productitem-more-textwrap,
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems .productitem-more-icon {
  padding: 0;
  border: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems .productitem-more-icon {
  margin-left: 3px;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems.active .productitem-more-textwrap {
  display: none;
  visibility: hidden;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .productitem .btn.showchilditems.active .productitem-more-textwrap-hide {
  display: inline;
  visibility: visible;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-weight: 100;
  font-size: 2.8em;
  line-height: 1.275;
  margin: 22px 0;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title .small,
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title small {
  font-weight: normal;
  line-height: 1;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title .small.badge,
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title .small.label,
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title small.badge,
.option-com-rsform .component-pad .pricingForm.template_type_default .services-title small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .services-description {
  margin-bottom: 22px;
  font-size: 0.9em;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .services .productitem {
  background: rgba(0,0,0,0.02);
}
.option-com-rsform .component-pad .pricingForm.template_type_default .finalpricebox .btn i {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .finalpricebox .finalprice-total {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default .finalpricebox .finalprice-text {
  display: none;
}
.option-com-rsform .component-pad .pricingForm.template_type_default #billing_info .rsform_payment_total .payment-result {
  color: #0080ff;
  font-size: 1.25em;
}
.option-com-rsform .component-pad .pricingForm .productitem_simplebasic.productitem .productitem_title .productitem_price {
  font-size: 1em;
  color: #324164;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .productitem_title {
  margin-bottom: 0;
  background: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .productitem_title .productitem_price {
  font-size: 1em;
  color: #324164;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .productitem_childs .childlist_box {
  margin: 0;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .productitem_childs .discount_box {
  border: none;
  background: none;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .childitem .childitem_video,
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem .childitem .childitem_description {
  margin-left: 10px;
  margin-right: 0px;
  padding-right: 0px;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem + #services_products {
  margin-top: 22px;
}
.option-com-rsform .component-pad .pricingForm .productitem_simple.productitem.checked .productitem_title {
  background: rgba(0,128,255,0.15);
}
.option-com-rsform .component-pad .pricingForm.popular_show_only .productitem_simple.productitem .productitem_box,
.option-com-rsform .component-pad .pricingForm.popular_show_only .productitem_simple.productitem .productitem_childs .discount_box,
.option-com-rsform .component-pad .pricingForm.popular_show_only .productitem_simple.productitem .productitem_childs .childitem.notpopular {
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  overflow: hidden !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.option-com-rsform .component-pad .pricingForm.popular_show_only .productitem_simple.productitem .productitem_childs .childitem .childitem_top_seller {
  opacity: 0;
}
.option-com-rsform .component-pad .pricingForm.popular_show_all .productitem_simple.productitem .productitem_box,
.option-com-rsform .component-pad .pricingForm.popular_show_all .productitem_simple.productitem .productitem_childs .discount_box,
.option-com-rsform .component-pad .pricingForm.popular_show_all .productitem_simple.productitem .productitem_childs .childitem.notpopular {
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.option-com-rsform .component-pad .pricingForm .childitem_description,
.option-com-rsform .component-pad .pricingForm .childitem_video {
  text-decoration: none;
  color: #0080ff;
  margin-left: 11px;
}
.option-com-rsform .component-pad .pricingForm .childitem_description:hover,
.option-com-rsform .component-pad .pricingForm .childitem_video:hover {
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm .childitem_description i,
.option-com-rsform .component-pad .pricingForm .childitem_video i {
  vertical-align: middle;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-group {
  margin: 0;
  border: none;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-header {
  margin-bottom: 22px;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle i {
  font-size: 4.5em;
  color: #fb5619;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle .info-description {
  color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle .info-description i {
  font-size: 1.3em;
  line-height: 80px;
  color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle .info-description:hover {
  text-decoration: none;
  color: #FF1066;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle .info-description:hover i {
  color: #FF1066;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle small {
  color: #0080ff;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle small:after {
  padding-left: 5px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f107";
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle:hover small {
  color: #FF1066;
  text-decoration: underline;
}
.option-com-rsform .component-pad .pricingForm .services-accordion .accordion-toggle.active small:after {
  content: "\f106";
}
.option-com-rsform .component-pad .pricingForm #billing_info_btn {
  text-align: center;
  clear: both;
}
.option-com-rsform .component-pad .pricingForm #billing_info .well {
  margin-bottom: 0;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-tos .controls {
  padding-top: 6px;
  text-align: center;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-tos .controls input {
  margin-top: -3px;
  margin-right: 3px;
  float: none;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-tos .controls label {
  display: inline-block;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform_payment_total {
  display: block;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid rgba(0,0,0,0.1);
  padding-top: 11px;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment {
  *zoom: 1;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment:before,
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment:after {
  display: table;
  content: "";
  line-height: 0;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment:after {
  clear: both;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment[class*="span"] {
  clear: none;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment .help-block {
  text-align: center;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment [id^='payment_wrapper_'] {
  position: relative;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment [id^='payment_wrapper_'] .payment-notice {
  text-align: center;
  color: #647bb2;
  font-weight: bold;
  margin-top: -16.5px;
  padding: 11px;
  font-size: 0.8em;
  line-height: 1.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label {
  padding: 22px;
  position: relative;
  border: 1px solid transparent;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label input {
  margin-left: 0;
  float: none;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label span {
  display: block;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label img {
  max-height: 48px;
  z-index: 1;
  display: block;
  pointer-events: none;
  position: relative;
  margin: 0 auto;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label:hover {
  opacity: 1;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label.active {
  background-color: #cce6ff;
  border-color: #66b3ff;
  opacity: 1;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label.disabled {
  opacity: 0.3;
  background-color: rgba(102,102,102,0.08);
  border-color: rgba(51,51,51,0.08);
  position: relative;
  overflow: hidden;
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label.disabled:after,
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label.disabled:before {
  content: "";
  border-bottom: 1px solid rgba(51,51,51,0.08);
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-payment label.disabled:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.option-com-rsform .component-pad .pricingForm #billing_info .rsform-block-info-text-submit {
  text-align: center;
}
.option-com-rsform .component-pad .pricingForm #billing_info .formError {
  display: block;
  margin-top: 6px;
}
.rsform-block.rsform-block-odeslano-z {
  display: none;
}
.menu-product-pricing .fullwidth .module .module-container .custom>* {
  padding: 0;
}
.menu-product-pricing.option-com-easyredminehelper.view-product #content,
.menu-services-pricing.option-com-easyredminehelper.view-product #content,
.menu-devops-pricing.option-com-easyredminehelper.view-product #content,
.menu-business-intelligence-pricing.option-com-easyredminehelper.view-product #content {
  background: none;
}
.access-level-6 .rsform-block-currency.hidden,
.access-level-6 .rsform-block-ep_crm_case_id_to_update.hidden,
.access-level-6 .rsform-block-product_code.hidden,
.access-level-6 .rsform-block-ep_crm_case_name_appendix.hidden {
  display: block !important;
  visibility: visible !important;
}
body:not(.pricing_2018) #product_solutionsTabs li.active {
  position: relative;
}
body:not(.pricing_2018) #product_solutionsTabs li.active a.btn-info-article {
  position: absolute;
  color: rgba(0,0,0,0.36);
  left: 50%;
  width: 160px;
  margin-left: -80px;
  top: 35px;
  font-size: 15px;
  background-color: inherit;
  border: none;
  box-shadow: none;
  padding: 0;
  display: block;
  text-transform: none;
  cursor: pointer;
}
body:not(.pricing_2018) #product_solutionsTabs li.active a.btn-info-article:hover {
  text-decoration: underline;
}
body:not(.pricing_2018) #product_solutionsTabs li.active a:not(.btn-info-article) {
  margin-bottom: 50px;
}
body:not(.pricing_2018) #product_solutionsTabs li a.btn-info-article {
  display: none;
}
.pricing_2018 #product_solutionsTabs li {
  position: relative;
}
.pricing_2018 #product_solutionsTabs li a.btn-info-article {
  position: absolute;
  color: rgba(0,0,0,0.36);
  width: 160px;
  font-size: 15px;
  background-color: inherit;
  border: none;
  box-shadow: none;
  padding: 0;
  display: block;
  text-transform: none;
  cursor: pointer;
  top: -15px;
}
.pricing_2018 #product_solutionsTabs li a.btn-info-article:hover {
  text-decoration: underline;
}
.pricing_2018 #product_solutionsTabs li:nth-child(odd) a.btn-info-article {
  right: 100%;
}
.pricing_2018 #product_solutionsTabs li:nth-child(even) a.btn-info-article {
  left: 100%;
}
.pricing_2019 .solutiontab .flex-box {
  align-items: flex-end !important;
}
.pricing_2019 .minor-offer,
.pricing_2019 .main-offer {
  max-width: 350px;
  width: 350px;
}
.pricing_2019 .minor-offer.selected .product-item.background-blue-light,
.pricing_2019 .main-offer.selected .product-item.background-blue-light {
  border: 3px solid #41acfe;
}
.pricing_2019 .minor-offer.selected .product-item.background-blue,
.pricing_2019 .main-offer.selected .product-item.background-blue {
  border: 3px solid #0180e7;
}
.pricing_2019 .minor-offer.selected .product-item.background-purple,
.pricing_2019 .main-offer.selected .product-item.background-purple {
  border: 3px solid #6f61da;
}
.pricing_2019 .minor-offer.selected .product-item .product-item-top,
.pricing_2019 .main-offer.selected .product-item .product-item-top {
  padding: 13px 16px 0 16px;
}
.pricing_2019 .minor-offer.selected .product-item .product-item-content,
.pricing_2019 .main-offer.selected .product-item .product-item-content {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.pricing_2019 .minor-offer .product-item-top-offer,
.pricing_2019 .main-offer .product-item-top-offer {
  font-weight: lighter;
  font-size: 1em;
  padding: 0 5px 5px 15px;
  position: relative;
}
.pricing_2019 .minor-offer .product-item-top-offer:after,
.pricing_2019 .main-offer .product-item-top-offer:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: orange;
}
.pricing_2019 .minor-offer .product-item,
.pricing_2019 .main-offer .product-item {
  padding: 35px 0 0 0 !important;
}
.pricing_2019 .minor-offer .product-item.background-blue-light .product-item-top,
.pricing_2019 .main-offer .product-item.background-blue-light .product-item-top {
  background: #41acfe;
}
.pricing_2019 .minor-offer .product-item.background-blue .product-item-top,
.pricing_2019 .main-offer .product-item.background-blue .product-item-top {
  background: #0180e7;
}
.pricing_2019 .minor-offer .product-item.background-purple .product-item-top,
.pricing_2019 .main-offer .product-item.background-purple .product-item-top {
  background: #6f61da;
}
.pricing_2019 .minor-offer .product-item .btn-addtocart,
.pricing_2019 .main-offer .product-item .btn-addtocart {
  margin: 15px 0;
}
.pricing_2019 .minor-offer .product-item .product-item-content,
.pricing_2019 .main-offer .product-item .product-item-content {
  background-color: #fff;
  display: flex;
  color: rgba(0,0,0,0.36);
  margin: 0 -1px;
  padding: 10px 3px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.pricing_2019 .minor-offer .product-item .product-item-content.product-item-content-ok,
.pricing_2019 .main-offer .product-item .product-item-content.product-item-content-ok {
  background-color: rgba(0,0,0,0.08);
  color: #324164;
  border-top: 1px solid #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-content .product-item-content-left,
.pricing_2019 .main-offer .product-item .product-item-content .product-item-content-left {
  max-width: 100px;
  width: 100%;
  text-align: left;
  position: relative;
}
.pricing_2019 .minor-offer .product-item .product-item-content .product-item-content-left .num.color-green,
.pricing_2019 .main-offer .product-item .product-item-content .product-item-content-left .num.color-green {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pricing_2019 .minor-offer .product-item .product-item-content .product-item-content-right,
.pricing_2019 .main-offer .product-item .product-item-content .product-item-content-right {
  max-width: 100%;
  text-align: left;
  padding-left: 10px;
}
.pricing_2019 .minor-offer .product-item .product-item-content .product-item-content-right p,
.pricing_2019 .main-offer .product-item .product-item-content .product-item-content-right p {
  margin-bottom: 0;
}
.pricing_2019 .minor-offer .product-item .product-item-top,
.pricing_2019 .main-offer .product-item .product-item-top {
  margin: -38px -1px 0 -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 18px 0 18px;
}
.pricing_2019 .minor-offer .product-item .product-item-top .main-offer-corner,
.pricing_2019 .main-offer .product-item .product-item-top .main-offer-corner {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -6px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid orange;
  transform: rotate(-45deg);
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-price,
.pricing_2019 .main-offer .product-item .product-item-top .product-price {
  margin-top: 1px;
  float: right;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-price .num,
.pricing_2019 .main-offer .product-item .product-item-top .product-price .num {
  font-size: 40px;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-price .item_price_period,
.pricing_2019 .main-offer .product-item .product-item-top .product-price .item_price_period {
  font-size: 15px;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-title,
.pricing_2019 .main-offer .product-item .product-item-top .product-title {
  max-width: 100%;
  text-align: left;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-title .product-title-header,
.pricing_2019 .main-offer .product-item .product-item-top .product-title .product-title-header {
  font-size: 40px;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-title .product-title-info,
.pricing_2019 .main-offer .product-item .product-item-top .product-title .product-title-info {
  font-size: 15px;
  border-bottom: 0;
  color: #fff;
}
.pricing_2019 .minor-offer .product-item .product-item-top .product-price-period,
.pricing_2019 .main-offer .product-item .product-item-top .product-price-period {
  clear: both;
  max-width: 100%;
  text-align: center;
  color: #fff;
}
.f2c-testimonial-intro-images {
  display: inline-block;
  max-width: 100px;
}
.f2c-testimonial-intro-field-ksicht {
  max-width: 60%;
  margin-bottom: 11px;
}
.f2c-testimonial-intro-field-logo {
  margin-right: 3%;
  max-width: 75%;
}
.f2c-medailon .f2c-testimonial-intro-images {
  max-width: 160px;
}
.f2c-medailon .f2c-testimonial-intro-field-ksicht {
  max-width: 80%;
}
.media-max-phonePortrait .f2c-testimonial-intro-field-ksicht {
  margin-top: 11px;
}
.media-min-phonePortrait .f2c-testimonial {
  *zoom: 1;
}
.media-min-phonePortrait .f2c-testimonial:before,
.media-min-phonePortrait .f2c-testimonial:after {
  display: table;
  content: "";
  line-height: 0;
}
.media-min-phonePortrait .f2c-testimonial:after {
  clear: both;
}
.media-min-phonePortrait .f2c-testimonial[class*="span"] {
  clear: none;
}
.media-min-phonePortrait .f2c-testimonial-intro-content {
  width: 75%;
  float: left;
}
.media-min-phonePortrait .f2c-testimonial-intro-face {
  width: 25%;
  float: right;
}
.bubble {
  line-height: 1.25;
  padding: 0.5em;
  border: 1px solid rgba(0,0,0,0.1);
  font-style: italic;
  position: relative;
}
.bubble p {
  line-height: 1.5;
}
.bubble-footer {
  font-size: 1em;
  border-top: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
  margin: 0 -0.5em -0.5em -0.5em;
  padding: 0.5em;
}
.bubble-person {
  text-align: right;
  font-size: 0.8em;
}
.bubble-person-name {
  font-weight: bold;
  font-size: 110%;
}
.media-min-phonePortrait .bubble:before {
  content: "";
  display: block;
  position: absolute;
  right: -5.5px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 5.5px solid rgba(0,0,0,0.1);
}
.media-min-phonePortrait .bubble:after {
  content: "";
  display: block;
  position: absolute;
  right: -4.5px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 5.5px solid #fff;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .pricingpage-switch h2 {
  margin-left: 11px;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .pricingpage-switch#support_switch .pricingpage-switch-item-wrap .radio.inline {
  display: block;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .pricingpage-switch#support_switch .pricingpage-switch-item-wrap .radio.inline+ .radio.inline {
  margin-left: 0;
  margin-top: 11px;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .pricingpage-switch#support_switch .pricingpage-switch-item {
  display: inline-block;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .pricingpage-switch#support_switch .pricingpage-switch-item-price {
  display: inline-block;
  float: right;
  margin-left: 22px;
  font-size: 0.85em;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .rsform_payment_total {
  border-top: none;
  padding-top: 5.5px;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .rsform_payment_total_formula {
  font-weight: normal;
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .rsform_payment_total_result {
  white-space: nowrap;
  display: inline-block;
}
.option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .tax_id_validation_msg {
  display: none;
}
#maincol .module .module-title,
.bottom .module .module-title {
  text-align: center;
}
.module.linkColorBackground .module-body {
  background-color: #0080ff;
  color: #fff;
  padding: 11px;
}
.module.linkColorBackground a {
  color: #fff;
}
.module.linkColorBackground textarea,
.module.linkColorBackground input[type="text"],
.module.linkColorBackground input[type="password"],
.module.linkColorBackground input[type="datetime"],
.module.linkColorBackground input[type="datetime-local"],
.module.linkColorBackground input[type="date"],
.module.linkColorBackground input[type="month"],
.module.linkColorBackground input[type="time"],
.module.linkColorBackground input[type="week"],
.module.linkColorBackground input[type="number"],
.module.linkColorBackground input[type="email"],
.module.linkColorBackground input[type="url"],
.module.linkColorBackground input[type="search"],
.module.linkColorBackground input[type="tel"],
.module.linkColorBackground input[type="color"],
.module.linkColorBackground .uneditable-input {
  border-color: #0066cc;
}
.module.linkColorBackground input[disabled],
.module.linkColorBackground select[disabled],
.module.linkColorBackground textarea[disabled],
.module.linkColorBackground input[readonly],
.module.linkColorBackground select[readonly],
.module.linkColorBackground textarea[readonly] {
  background-color: #eeeeee;
}
.module.linkColorBackground .add-on {
  background-color: #0066cc;
  border-color: #0066cc;
}
.module.linkColorInverseOutline .module-body {
  border: 1px solid #fb5619;
  padding: 11px;
}
.module.linkColorInverseOutline .module-body .btn-large {
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.module.linkColorInverseOutline .module-body p:last-child {
  margin-bottom: 0;
}
.module.trialButton ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
}
.module.trialButton .badgeword {
  width: auto;
  text-align: left;
  margin-bottom: 5px;
}
.module.trialButton .badgeword .icon-stack {
  font-size: 0.7em;
  width: 2em;
  float: left;
  margin-right: 0.5em;
}
.module.trialButton em {
  display: block;
  font-style: italic;
  font-size: 0.89rem;
  line-height: 1.125;
  font-weight: bold;
  margin-left: 11px;
}
.showcase .mod-breadcrumbs .breadcrumb {
  background: none;
  margin: 0;
  padding: 11px 0;
}
.showcase .mod-breadcrumbs .breadcrumb > li {
  text-shadow: none;
  color: #fff;
}
.showcase .mod-breadcrumbs .breadcrumb > li a {
  color: #fff;
}
.showcase .mod-breadcrumbs .breadcrumb > li a:hover {
  color: #fb5619;
}
.showcase .mod-breadcrumbs .breadcrumb .active {
  color: #004d99;
}
.mod-custom.quote {
  text-align: center;
  position: relative;
}
.mod-custom.quote .module-body {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 11px;
}
.mod-custom.benefits .custom > div {
  float: left;
  width: 48%;
}
.mod-custom.benefits .custom > div:nth-of-type(2n+1) {
  margin-right: 2%;
}
.mod-custom.benefits .custom > div:nth-of-type(2n) {
  margin-last: 2%;
}
.mod-custom.pricing-table dl {
  background: #e6e6e6;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#f9f9f9,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#e6e6e6);
  background-image: -o-linear-gradient(top,#f9f9f9,#e6e6e6);
  background-image: linear-gradient(to bottom,#f9f9f9,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe5e5e5', GradientType=0);
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16.5px 22px;
  margin-bottom: 0;
  margin-right: -1px;
}
.mod-custom.pricing-table dl.premium {
  background-color: #fc8255;
  background-image: -moz-linear-gradient(top,#fc8d64,#fc723f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc8d64),to(#fc723f));
  background-image: -webkit-linear-gradient(top,#fc8d64,#fc723f);
  background-image: -o-linear-gradient(top,#fc8d64,#fc723f);
  background-image: linear-gradient(to bottom,#fc8d64,#fc723f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8d64', endColorstr='#fffb713e', GradientType=0);
  border-color: #fb5619;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 22px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 22px rgba(0,0,0,0.25);
  box-shadow: 0 0 22px rgba(0,0,0,0.25);
  margin: -5.5px -1px 0 -1px;
}
.mod-custom.pricing-table dl.premium .price {
  color: #fff;
}
.mod-custom.pricing-table dl.premium+dl {
  margin-left: 0;
}
.mod-custom.pricing-table dl.premium dt {
  border-bottom: 1px solid #fb5619;
  color: #fff;
}
.mod-custom.pricing-table dl.premium dd {
  padding: 10px 0;
}
.mod-custom.pricing-table dl.premium dd.price {
  font-size: 37.5px;
}
.mod-custom.pricing-table dl.premium dd.price small {
  color: #fff;
}
.mod-custom.pricing-table dt {
  line-height: 1.5;
  font-size: 18.75px;
  border-bottom: 1px solid #bfbfbf;
  padding: 16.5px 0;
  margin-top: -16.5px;
  text-align: center;
}
.mod-custom.pricing-table dd {
  line-height: 1.5;
  padding: 5.5px 0;
  text-align: center;
  margin-left: 0;
}
.mod-custom.pricing-table dd.price {
  color: #fb5619;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}
.mod-custom.pricing-table dd.price small {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}
.mod-custom.pricing-table .premium dd a {
  border-color: #c43803;
}
.mod-custom.comparsion {
  overflow-x: auto;
}
.mod-custom.comparsion td+td,
.mod-custom.comparsion th+th {
  text-align: center;
}
.mod-custom.comparsion td+td+td {
  border-left: 1px solid #e6e6e6;
}
.mod-custom.comparsion td+td {
  color: #b9c4dc;
}
.mod-custom.comparsion td,
.mod-custom.comparsion th {
  padding: 11px;
}
.mod-custom.comparsion td ul,
.mod-custom.comparsion th ul {
  margin-bottom: 0;
}
.mod-custom.comparsion th {
  font-size: 0.9em;
  vertical-align: top;
  line-height: 1.25;
}
.mod-custom.comparsion tr:hover td {
  background: #e6e6e6;
}
.mod-custom.comparsion tr:hover td+td+td {
  border-left-color: #fff;
}
.mod-custom.comparsion img {
  max-width: 50%;
  margin-bottom: 5.5px;
}
.mod-custom.comparsion i {
  font-size: 14px;
  margin: 0 5.5px;
  line-height: 1;
}
.mod-custom.comparsion .red {
  color: #ED1C45;
}
.mod-custom.comparsion .green {
  color: #01c8a9;
}
.media-off .module.pricing-table {
  padding: 44px 0;
}
.media-off .module.pricing-table.col1 {
  padding: 22px 60%;
}
.media-off .module.pricing-table.col1 dl {
  width: 100%;
}
.media-off .module.pricing-table.col2 {
  padding: 22px 15%;
}
.media-off .module.pricing-table.col2 dl {
  float: left;
  width: 50%;
}
.media-off .module.pricing-table.col3 {
  padding: 22px 10%;
}
.media-off .module.pricing-table.col3 dl {
  float: left;
  width: 33.3%;
}
.media-off .module.pricing-table.col4 dl {
  float: left;
  width: 25%;
}
.media-off .module.pricing-table.col5 dl {
  float: left;
  width: 20%;
}
.mod-easy-project-demo.mod-easyredmine-demo .module-body .form-actions {
  padding-left: 38%;
}
.mod-easy-project-demo .module-title {
  text-align: center;
  margin: 0 -11px;
  padding: 22px;
  background: #0080ff;
  color: #fff;
}
.mod-easy-project-demo .module-title .credoboost {
  margin-top: 22px;
}
.mod-easy-project-demo .module-title .badgeword {
  font-size: 0.9em;
  display: block;
  width: auto;
  margin-top: 22px;
}
.mod-easy-project-demo .module-title .badgeword .icon-stack {
  font-size: 1em;
  margin-bottom: 11px;
}
.mod-easy-project-demo .module-title .badgeword .icon-stack-base {
  color: #fff;
}
.mod-easy-project-demo .module-title .badgeword .icon-stack-base+i {
  color: #01c8a9;
}
.mod-easy-project-demo .module-title .badgeword .icon-stack .icon-bookmark {
  color: #fb5619;
}
.mod-easy-project-demo .module-title>span {
  display: block;
  font-weight: normal;
  text-transform: none;
  padding: 0 22px;
}
.mod-easy-project-demo .module-title>span:first-child {
  margin-top: 11px;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.mod-easy-project-demo .module-title>span:first-child:before {
  right: -11px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #0080ff;
  top: 32px;
}
.mod-easy-project-demo .module-body {
  padding: 11px 0;
}
.mod-easy-project-demo .module-body .form-actions {
  background: none;
  padding-left: 0;
}
.mod-easy-project-demo .form-horizontal .row-fluid:first-child .control-group .input-block-level {
  min-height: 3em;
}
.mod-easy-project-demo .form-horizontal .row-fluid:first-child .control-group .add-on {
  width: 39.5%;
}
.mod-easy-project-com-demo.mod-easyredmine-demo .module-body .form-actions {
  padding-left: 38%;
}
.mod-easy-project-com-demo .module-title {
  text-align: center;
  margin: 0 -11px;
  padding: 22px;
}
.mod-easy-project-com-demo .module-title .credoboost {
  margin-top: 22px;
}
.mod-easy-project-com-demo .module-title .badgeword {
  font-size: 0.9em;
  display: block;
  width: auto;
  margin-top: 22px;
}
.mod-easy-project-com-demo .module-title .badgeword .icon-stack {
  font-size: 1em;
  margin-bottom: 11px;
}
.mod-easy-project-com-demo .module-title .badgeword .icon-stack .icon-bookmark {
  color: #fb5619;
}
.mod-easy-project-com-demo .module-title>span {
  display: block;
  font-weight: normal;
  text-transform: none;
  padding: 0 22px;
}
.mod-easy-project-com-demo .module-title>span:first-child {
  margin-top: 11px;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.mod-easy-project-com-demo .module-title>span:first-child:before {
  right: -11px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid ;
  top: 32px;
}
.mod-easy-project-com-demo .module-body {
  padding: 11px 0;
}
.mod-easy-project-com-demo .module-body .form-actions {
  background: none;
  padding-left: 0;
  border-top: none;
}
.mod-easy-project-com-demo .form-horizontal .row-fluid:first-child .control-group .input-block-level {
  min-height: 3em;
}
.mod-easy-project-com-demo .form-horizontal .row-fluid:first-child .control-group .add-on {
  width: 39.5%;
}
.mod_easyknowledge_search .alert-info {
  font-size: 15px;
  padding: 15px 25px;
  background-color: #fff;
  text-align: left;
}
.mod_easyknowledge_search p {
  margin: 0;
}
.mod_easyknowledge_search p a {
  color: #324164;
}
.mod_easyknowledge_search form {
  background: white;
  border-radius: 30px;
  max-width: 500px;
  margin: 11px 0;
  margin-left: auto;
  margin-right: auto;
}
.mod_easyknowledge_search h1 {
  margin: 11px 0;
}
.mod_easyknowledge_search .search-query {
  background: url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTUzw4R1jr7ciBmgOZarSheI7EcpCC_IJr8HamS2AO5c_X6g0UbV2CPPjY) no-repeat right 10px top;
  background-size: 28px 28px;
  padding-right: 35px;
  max-width: 500px;
  width: 100%;
}
.mod_easyknowledge_search .search-query::-webkit-input-placeholder {
  color: transparent;
}
.mod_easyknowledge_search .search-query:-moz-placeholder {
  color: transparent;
}
.mod_easyknowledge_search .search-query::-moz-placeholder {
  color: transparent;
}
.mod_easyknowledge_search .search-query:-ms-input-placeholder {
  color: transparent;
}
.mod_easyknowledge_search .icon-refresh {
  margin-right: 30px;
  margin-top: 4px;
}
.mod-easyredmine-demo .module-body .form-actions {
  padding-left: 38%;
}
.mod-easyredmine-demo .module-body input#jform_domain {
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.mod-easyredmine-demo .module-body input#jform_domain:focus {
  width: 206px;
}
.mod-easyredmine-demo .module-body .help-block {
  color: #324164;
}
.mod-easyredmine-demo .module-body .help-block .icon-briefcase {
  display: none;
}
.bottom .mod-easyredmine-demo .module-body form {
  margin-top: 11px;
}
.mod-easyredmine-demo label.radio {
  border-radius: 2.75px;
  padding: 10px 15px 10px 35px;
  color: #324164 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
}
.mod-easyredmine-demo label.radio input {
  width: auto !important;
  height: auto !important;
}
.mod-easyredmine-demo .control-group-projectswitch {
  margin-top: -25px;
}
.mod-easyredmine-demo div.popover {
  min-width: 270px;
}
.mod-easyredmine-demo-version2 .module-title {
  font-size: 27px;
  color: #000;
  text-transform: uppercase;
  margin: 22px 0;
}
.mod-easyredmine-demo-version2 .module-body a.accordion-toggle {
  font-size: 15px;
  color: #000;
  font-size: 0.89em;
}
.mod-easyredmine-demo-version2 .module-body label {
  color: #000;
  font-weight: bold;
}
.mod-easyredmine-demo-version2 .module-body label.radio {
  float: left;
  display: inline-block;
}
.mod-easyredmine-demo-version2 .module-body label.radio + label.radio {
  margin-left: 22px;
}
.mod-easyredmine-demo-version2 .module-body label .star {
  display: none;
}
.mod-easyredmine-demo-version2 .module-body input,
.mod-easyredmine-demo-version2 .module-body textarea,
.mod-easyredmine-demo-version2 .module-body .uneditable-input {
  width: 230px;
}
.mod-easyredmine-demo-version2 .module-body select {
  width: 234px;
}
.mod-easyredmine-demo-version2 .module-body input[type="radio"] {
  width: auto;
}
.mod-easyredmine-demo-version2 .module-body input#jform_domain {
  width: 150px;
}
.mod-easyredmine-demo-version2 .module-body input#jform_domain:focus {
  width: 230px;
}
.mod-easyredmine-demo-version2 .module-body .add-on {
  background: none;
  border: none;
  color: #000;
}
.mod-easyredmine-demo-version2 .module-body .controls .help-block {
  margin-top: 0;
}
.mod-easyredmine-demo-version2 .module-body .controls fieldset {
  padding-top: 5px;
}
.mod-easyredmine-demo-version2 .module-body .form-actions {
  background: none;
  border: none;
  margin-top: 0px;
  padding-top: 0px;
}
.mod-easyredmine-demo-version2 .module-body .form-actions .help-block {
  width: 232px;
}
.mod-easyredmine-demo-version2 .module-body .form-actions .help-block em {
  font-style: normal;
  color: #000;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  display: block;
  width: 500px;
  text-align: center;
}
.mod-easyredmine-demo-version2 .module-body .demo_form_submit_btn {
  width: 230px;
  text-align: center;
  font-weight: bold;
}
.mod-easyredmine-demo-version2 .module-body .demo_form_submit_btn i {
  display: none;
}
.mod-easyredmine-demo-social .module-title {
  color: #fff;
  padding-top: 50px;
}
.mod-easyredmine-demo-social .module-title small p {
  color: #324164;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.mod-easyredmine-demo-social .module-body {
  padding-top: 20px;
}
.mod-easyredmine-demo-social .module-body .control-group {
  text-align: center;
}
.mod-easyredmine-demo-social .module-body .control-group label {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 5px 0;
}
.mod-easyredmine-demo-social .module-body .control-group label .small,
.mod-easyredmine-demo-social .module-body .control-group label small {
  font-weight: normal;
  line-height: 1;
}
.mod-easyredmine-demo-social .module-body .control-group label .small.badge,
.mod-easyredmine-demo-social .module-body .control-group label .small.label,
.mod-easyredmine-demo-social .module-body .control-group label small.badge,
.mod-easyredmine-demo-social .module-body .control-group label small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.mod-easyredmine-demo-social .module-body .control-group label .star {
  display: none;
}
.mod-easyredmine-demo-social .module-body .control-group input {
  border-radius: 2.75px;
  padding: 10px 15px 10px 15px;
  height: 45px;
  font-size: 13px;
}
.mod-easyredmine-demo-social .module-body .control-group #jform_domain {
  transition: inherit;
}
.mod-easyredmine-demo-social .module-body .control-group .add-on {
  height: 45px;
  border-radius: 2.75px;
  font-size: 15px;
  width: inherit;
  line-height: 45px;
  vertical-align: middle;
}
.mod-easyredmine-demo-social .module-body .control-group .demo_form_submit_btn {
  border-radius: 2.75px;
  padding: 8px 15px;
  height: 45px;
  font-size: 13px;
}
.mod-easyredmine-demo-social .module-body .control-group .soc-span {
  line-height: 45px;
}
.mod-easyredmine-demo-social .module-body .control-group .socials {
  position: relative;
  font-size: 44px;
  vertical-align: middle;
}
.mod-easyredmine-demo-social .module-body .control-group .socials a {
  color: #fff;
}
.mod-easyredmine-demo-social .module-body .control-group .socials a:hover {
  text-decoration: none;
  color: #0080ff;
}
.mod-easyredmine-demo-social .module-body .control-group .email-span {
  margin-bottom: 20px;
}
.mod-easyredmine-demo-social .module-body .control-group .email-span input {
  height: 65px;
  font-size: 15.6px;
}
.mod-easyredmine-demo-social .module-body .control-group .email-span .demo_form_submit_btn {
  height: 65px;
  font-size: 15.6px;
}
.mod-easyredmine-demo-social .module-body .control-group.success .input-append .add-on {
  color: #a7ff00;
}
.mod-easyredmine-demo-social .module-body .help-block div {
  float: none;
}
.mod-easyredmine-demo-social .module-body .help-block .text-success {
  color: #a7ff00;
}
.mod-easyredmine-demo-social .module-body p.help-block {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 50px;
  font-size: 15px;
}
.mod_easyredmine_demo.demo_default {
  text-align: center;
}
.mod_easyredmine_demo.reg_default {
  text-align: center;
}
.mod_easyredmine_demo.reg_default form {
  margin: 0;
}
.mod_easyredmine_demo.reg_default input {
  width: 263px;
  text-align: center;
}
.mod_easyredmine_demo.reg_default .btn {
  width: 263px;
  font-weight: bold;
}
.mod_easyredmine_demo.reg_default .help-block {
  margin: 0;
  line-height: 0.9;
}
.mod_easyredmine_demo.reg_form .btn .icon-ok,
.mod_easyredmine_demo.demo_form .btn .icon-ok {
  display: none;
}
.mod_easyredmine_demo.ready_default {
  text-align: center;
  font-size: 1.5em;
}
.fullwidth .mod-easyredmine-demo {
  width: 90%;
  margin: 22px auto !important;
  padding: 11px;
  text-shadow: none;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top,#fff,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#fff,#d9d9d9);
  background-image: -o-linear-gradient(top,#fff,#d9d9d9);
  background-image: linear-gradient(to bottom,#fff,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
}
.fullwidth .mod-easyredmine-demo .module-title {
  margin: 0 0 7.7px 0;
  color: #fb5619;
  font-size: 2em;
  line-height: 1.25;
  font-weight: normal !important;
}
.fullwidth .mod-easyredmine-demo .module-body .control-group {
  margin-bottom: 7.7px;
}
.fullwidth .mod-easyredmine-demo .module-body input {
  width: 90%;
}
.fullwidth .mod-easyredmine-demo .module-body button {
  width: 90%;
}
.mod-easyredmine-demo-header-url.m20margin {
  margin-top: -20px;
  margin-bottom: -20px;
}
.mod-easyredmine-demo-header-url .mod_easyredmine_demo {
  font-size: 15px;
  padding-bottom: 0;
  text-align: right;
  color: rgba(0,0,0,0.36);
}
.mod-easyslideshow ul.mod_easyslideshow {
  list-style: none;
  margin: 0;
}
.mod-easyslideshow ul.mod_easyslideshow li +li {
  margin-top: 0;
}
.grouped:before,
.grouped:after {
  display: table;
  content: "";
  line-height: 0;
}
.grouped:after {
  clear: both;
}
.mod_easythankyouswitch #trial_counter {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.mod_easythankyouswitch #trial_counter .small,
.mod_easythankyouswitch #trial_counter small {
  font-weight: normal;
  line-height: 1;
}
.mod_easythankyouswitch #trial_counter .small.badge,
.mod_easythankyouswitch #trial_counter .small.label,
.mod_easythankyouswitch #trial_counter small.badge,
.mod_easythankyouswitch #trial_counter small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.mod_easythankyouswitch #trial_counter #trial_countdown {
  color: #0080ff;
  font-size: 3em;
  line-height: 0;
}
.mod_easythankyouswitch #trial_retry {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.mod_easythankyouswitch #trial_retry .small,
.mod_easythankyouswitch #trial_retry small {
  font-weight: normal;
  line-height: 1;
}
.mod_easythankyouswitch #trial_retry .small.badge,
.mod_easythankyouswitch #trial_retry .small.label,
.mod_easythankyouswitch #trial_retry small.badge,
.mod_easythankyouswitch #trial_retry small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.mod_easythankyouswitch #trial_retry img {
  height: 3em;
}
.mod_easythankyouswitch #trial_retry span {
  font-size: 3em;
}
.mod_easythankyouswitch #trial_retry span img {
  height: 1em;
}
.mod_easythankyouswitch .progress {
  margin-bottom: 5.5px;
  border-radius: 22px;
  margin: 0 10%;
}
.mod_easythankyouswitch .progress .bar {
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
  background-color: #0080ff;
}
.mod_easythankyouswitch .btn {
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
  -webkit-border-radius: 2.75px;
  -moz-border-radius: 2.75px;
  border-radius: 2.75px;
}
.mod_easythankyouswitch .btn.btn-primary {
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.mod-form2contentsearch .f2cs_element {
  margin-right: 22px;
}
#google_translate_element2 {
  display: none;
}
.mod-gtranslate {
  width: auto !important;
}
.mod-gtranslate .switcher {
  width: auto;
}
.mod-gtranslate .switcher .selected {
  background: none;
}
.mod-gtranslate .switcher .selected a {
  background: none;
  border: none;
  width: auto;
  display: inline-block;
  padding: 0;
  width: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.mod-gtranslate .switcher .selected a:hover {
  background: none;
}
.mod-gtranslate .switcher .selected a span.gflag {
  margin: 0;
  font-size: 24px;
  background-image: url(modules/mod_gtranslate/tmpl/lang/24.png);
}
.mod-gtranslate .switcher .selected a span.gflag img {
  width: 24px;
  height: 24px;
  margin: 0;
}
.nav-translate .mod-gtranslate .switcher {
  float: left;
}
.nav-translate .mod-gtranslate .switcher>.selected {
  height: 24px;
  padding: 10px;
  margin: .306em 0 .306em 5px;
  background-color: #f2f2f2;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
}
.nav-translate .mod-gtranslate .switcher>.selected:hover {
  background-color: rgba(0,0,0,0.08);
}
div.notranslate[style*="position:fixed"] {
  display: none !important;
}
.mod-jux-timeline .module-body .jux-tl-title {
  font-weight: normal;
}
.mod-jux-timeline .jux-tl-time {
  font-size: 1.4em !important;
}
.mod-jux-timeline .jux-tl-info {
  font-size: 0.7em;
  background: rgba(0,0,0,0.08);
}
.mod-jux-timeline .jux-tl-info .arrow {
  border-right-color: rgba(0,0,0,0.08) !important;
  border-left-color: rgba(0,0,0,0.08) !important;
}
.mod-jux-timeline .jux-tl-title a {
  color: #324164;
}
.mod-jux-timeline .jux-tl-title a:hover {
  color: #324164;
}
div.advanced-dropdown a.langChoose:link img {
  width: 25px !important;
  margin-bottom: -5px;
}
ul.lang-inline {
  list-style: none;
  margin: 0;
  display: inline;
  max-width: 25px;
}
ul.lang-inline li {
  display: inline;
}
.expanding-language {
  display: inline-block;
  float: right !important;
}
.mod-languages .dropdown-toggle {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod-languages .dropdown-toggle:hover {
  background: inherit;
}
.mod-languages .dropdown-menu {
  min-width: 60px;
}
#pricing-login-module {
  max-width: 175px;
  margin: auto;
}
#pricing-login-module .controls {
  margin-left: 0 !important;
}
#pricing-login-module .control-label {
  float: right;
  width: 99%;
  padding-top: 0;
  text-align: left;
}
#pricing-login-module input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
#pricing-login-module .social-login {
  padding: 15px 0 0 0;
}
#pricing-login-module .social-login button {
  padding: 0;
  margin: 0 3px;
  font-size: 40px;
  color: #004d99;
  text-decoration: none;
}
#pricing-login-module .social-login button:hover {
  color: #fb5619;
}
#login-form .social-login {
  padding: 15px 0 0 0;
}
#login-form .social-login button {
  padding: 0;
  margin: 0 3px;
  font-size: 40px;
  color: #004d99;
  text-decoration: none;
}
#login-form .social-login button:hover {
  color: #fb5619;
}
#myModalLogin {
  position: fixed;
  z-index: 1050;
  top: 20%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 3px;
}
#myModalLogin .modal-body {
  padding: 25px 60px;
  width: auto;
}
.modal-backdrop.fade.in {
  opacity: 0.35 !important;
}
.mod-menu {
  margin-right: 20px !important;
}
.mod-menu .module-body {
  margin: 0 0 0 20px !important;
  padding: 0 !important;
}
.mod-menu.segments {
  padding: 11px 0;
}
.mod-menu.segments ul.nav {
  margin: 0;
}
.mod-menu.segments ul.nav>li {
  text-align: center;
}
.mod-menu.segments ul.nav>li>a span {
  display: block;
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mod-menu.segments ul.nav>li>a span .small,
.mod-menu.segments ul.nav>li>a span small {
  font-weight: normal;
  line-height: 1;
}
.mod-menu.segments ul.nav>li>a span .small.badge,
.mod-menu.segments ul.nav>li>a span .small.label,
.mod-menu.segments ul.nav>li>a span small.badge,
.mod-menu.segments ul.nav>li>a span small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.sidecol .mod-menu ul.nav {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav li>ul {
  display: none;
}
.sidecol .mod-menu ul.nav li.active>ul {
  display: block;
}
.sidecol .mod-menu ul.nav>li:last-child:hover {
  margin-bottom: -1px;
  border-bottom: 1px solid #dd3f04;
}
.sidecol .mod-menu ul.nav>li:first-child:hover {
  border-top: 1px solid #dd3f04;
}
.sidecol .mod-menu ul.nav>li:hover {
  margin-left: -1px;
  margin-right: -1px;
  border-left: 1px solid #dd3f04;
  border-right: 1px solid #dd3f04;
}
.sidecol .mod-menu ul.nav>li:hover a {
  background: #fb5619;
}
.sidecol .mod-menu ul.nav>li.active:hover {
  margin: 0;
  border-left: none;
  border-right: none;
}
.sidecol .mod-menu ul.nav>li.active:last-child:hover {
  margin-bottom: -1px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav>li.active:first-child:hover {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav>li a {
  padding: 8.25px 11px;
  display: block;
}
.sidecol .mod-menu ul.nav>li>a {
  padding: 11px 30px;
}
.sidecol .mod-menu ul.nav>li+li {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav .active {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav .active li {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.sidecol .mod-menu ul.nav .active a {
  background: rgba(13,13,13,0.1);
}
.sidecol .mod-menu ul.nav .active .nav-child li a {
  color: #324164 !important;
  background: #e3f2ff !important;
  padding: 7px 35px;
}
.sidecol .mod-menu ul.nav .active .nav-child .active a {
  color: #fff !important;
  background: #0080ff !important;
}
.sidecol .mod-menu ul.nav .active .nav-child li a:hover {
  color: #fff !important;
  background: #0080ff !important;
}
.sidecol .mod-menu ul.nav .active .nav-child .active .nav-child a {
  color: #324164 !important;
  background: #e3f2ff !important;
  padding: 7px 40px;
}
.sidecol .mod-menu ul.nav .active .nav-child .active .nav-child .active a {
  color: #fff !important;
  background: #0080ff !important;
}
.sidecol .mod-menu ul.nav .active .nav-child .active .nav-child a:hover {
  color: #fff !important;
  background: #0080ff !important;
}
.sidecol .mod-menu ul.nav .current>a {
  font-weight: bold;
}
.sidecol .mod-menu.linkColorBackground ul.nav {
  background-color: #0080ff;
  border-color: #0073e6;
  margin: -11px;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li {
  border-color: #0073e6;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li a {
  color: #fff;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li:hover {
  border-color: #dd3f04;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li:hover a {
  background: #fb5619;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li.active {
  border-top: 1px solid #0073e6;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li.active li {
  border-top: 1px solid #0073e6;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li.active a {
  background: #0078f0;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li.active a:hover {
  border-color: #0073e6;
  background: #0076eb;
}
.sidecol .mod-menu.linkColorBackground ul.nav>li.active:hover {
  background: #0080ff;
  border-color: #0073e6;
}
.sidecol .mod-menu.grayBackground ul.nav {
  background-color: rgba(0,0,0,0.08);
  border-color: #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li {
  border-color: #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li a {
  color: #324164;
}
.sidecol .mod-menu.grayBackground ul.nav>li:hover {
  border-color: #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li:hover a {
  background: #0080ff;
  color: #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li.active {
  border-top: 1px solid #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li.active li {
  border-top: 1px solid #fff;
}
.sidecol .mod-menu.grayBackground ul.nav>li.active a {
  background: #0080ff;
  color: #fff;
  font-weight: 400 !important;
}
.sidecol .mod-menu.grayBackground ul.nav>li.active a:hover {
  border-color: #fff;
  background: #0080ff;
}
.sidecol .mod-menu.grayBackground ul.nav>li.active:hover {
  border-color: #fff;
}
.lead .mod-menu.segments ul.nav {
  font-size: 15px;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav {
  *zoom: 1;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span {
  margin: 11px 0;
  font-family: inherit;
  line-height: 1.125;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span .small,
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span small {
  font-weight: normal;
  line-height: 1;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span .small.badge,
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span .small.label,
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span small.badge,
.media-max-tabletPortrait .mod-menu.segments ul.nav>li>a span small.label {
  font-size: 0.5em !important;
  line-height: 2em;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav:before,
.media-max-tabletPortrait .mod-menu.segments ul.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav:after {
  clear: both;
}
.media-max-tabletPortrait .mod-menu.segments ul.nav[class*="span"] {
  clear: none;
}
.media-min-phoneLandscape .mod-menu {
  margin-right: 30px;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav {
  *zoom: 1;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav>li {
  width: 20%;
  float: left;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav.items-2 {
  padding: 0 25%;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav.items-2>li {
  width: 50%;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav.items-3>li {
  width: 33%;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav.items-4>li {
  width: 25%;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav.items-6>li {
  width: 16.66666666666%;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav:before,
.media-min-phoneLandscape .mod-menu.segments ul.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav:after {
  clear: both;
}
.media-min-phoneLandscape .mod-menu.segments ul.nav[class*="span"] {
  clear: none;
}
#content .gsc-control-cse {
  padding: 0 !important;
}
#content .gsc-control-cse .gsc-search-box,
#content .gsc-control-cse table.gsc-search-box,
#content .gsc-control-cse .gsc-input-box {
  font-family: inherit !important;
  font-size: inherit !important;
  margin: auto !important;
  margin-bottom: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#content .gsc-control-cse .gsc-input {
  padding: 0 !important;
}
#content .gsc-control-cse .gsc-input .gsib_a {
  padding: 0 !important;
}
#content .gsc-control-cse td.gsc-search-button {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
}
#content .gsc-control-cse .gsst_a {
  padding: 0 4px !important;
}
#content .gsc-control-cse input.gsc-input {
  font-family: inherit !important;
  margin: 0 !important;
  border-radius: 2.75px !important;
  padding: 10px 15px 10px 15px !important;
  height: 45px !important;
  font-size: 13px !important;
  display: inline-block !important;
  margin-bottom: 11px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: rgba(0,0,0,0.36) !important;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s !important;
  -moz-transition: border linear .2s, box-shadow linear .2s !important;
  -o-transition: border linear .2s, box-shadow linear .2s !important;
  transition: border linear .2s, box-shadow linear .2s !important;
}
#content .gsc-control-cse input.gsc-input:focus {
  border-color: rgba(82,168,236,0.8) !important;
  outline: 0 !important;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}
#content .gsc-control-cse button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7.7px 18.7px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  color: #4c5767;
  border-color: #e6e6e6;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #0080ff;
  color: #fff;
  border-color: #FF1066;
  *background-color: #FF1066;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: transparent !important;
  border-radius: 2.75px !important;
  padding: 8px 15px !important;
  height: 45px !important;
  font-size: 13px !important;
}
#content .gsc-control-cse button:hover,
#content .gsc-control-cse button:focus,
#content .gsc-control-cse button:active,
#content .gsc-control-cse button.active,
#content .gsc-control-cse button.disabled,
#content .gsc-control-cse button[disabled] {
  color: #4c5767;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#content .gsc-control-cse button:active,
#content .gsc-control-cse button.active {
  background-color: #cccccc \9;
}
#content .gsc-control-cse button:first-child {
  *margin-left: 0;
}
#content .gsc-control-cse button:hover,
#content .gsc-control-cse button:focus {
  color: #4c5767;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
#content .gsc-control-cse button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#content .gsc-control-cse button.active,
#content .gsc-control-cse button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content .gsc-control-cse button.disabled,
#content .gsc-control-cse button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content .gsc-control-cse button .label,
#content .gsc-control-cse button .badge {
  position: relative;
  top: -1px;
}
#content .gsc-control-cse button [class^="icon-"].icon-large,
#content .gsc-control-cse button [class*=" icon-"].icon-large {
  line-height: .9em;
}
#content .gsc-control-cse button [class^="icon-"].icon-spin,
#content .gsc-control-cse button [class*=" icon-"].icon-spin {
  display: inline-block;
}
#content .gsc-control-cse button [class^="icon-"].pull-left.icon-2x,
#content .gsc-control-cse button [class^="icon-"].pull-right.icon-2x,
#content .gsc-control-cse button [class*=" icon-"].pull-left.icon-2x,
#content .gsc-control-cse button [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
#content .gsc-control-cse button [class^="icon-"].icon-spin.icon-large,
#content .gsc-control-cse button [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
#content .gsc-control-cse button [class^="icon-"].pull-left,
#content .gsc-control-cse button [class^="icon-"].pull-right,
#content .gsc-control-cse button [class*=" icon-"].pull-left,
#content .gsc-control-cse button [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
#content .gsc-control-cse button [class^="icon-"].icon-large,
#content .gsc-control-cse button [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
#content .gsc-control-cse button:hover,
#content .gsc-control-cse button:focus,
#content .gsc-control-cse button:active,
#content .gsc-control-cse button.active,
#content .gsc-control-cse button.disabled,
#content .gsc-control-cse button[disabled] {
  color: #fff;
  background-color: #FF1066;
  *background-color: #f60058;
}
#content .gsc-control-cse button:active,
#content .gsc-control-cse button.active {
  background-color: #dc004f \9;
}
#content .gsc-control-cse button .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#content .gsc-control-cse .gsc-adBlock {
  display: none !important;
}
#content .gsc-control-cse .gsc-webResult.gsc-result {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#content .gsc-control-cse .gsc-webResult.gsc-result:hover {
  border-bottom: 1px #fff solid;
}
#content .gsc-control-cse .gs-result .gs-visibleUrl {
  padding-bottom: 0;
}
#content .gsc-control-cse .gsc-table-result {
  padding: 0;
  margin: 0 8px;
}
#content .gsc-control-cse .gsc-result .gs-title {
  height: auto !important;
}
.yee-widget {
  margin-bottom: 22px;
}
.fullwidth .yee-widget {
  margin-bottom: 0;
}
@media screen and (min-width: 1162px) {
  #content #maincol .maincol-bot {
    padding: 22px 0;
  }
  .option-com-easyredminehelper .component-pad .view-product .currency-select {
    top: 50px;
  }
  .pricing_2018.option-com-easyredminehelper .component-pad .view-product .currency-select {
    margin-top: 10px;
    top: 130px !important;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart {
    width: 45%;
    margin: auto;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .dd-icon {
    position: relative;
    float: right;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .dd-icon .icon-caret-down {
    position: absolute;
    top: -4px;
    right: -37px;
    font-size: 2em;
    color: rgba(0,0,0,0.36);
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext {
    position: absolute;
    width: 27%;
    left: 0;
    bottom: 243px;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img {
    margin-left: 30%;
    max-width: 60%;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img-phone {
    display: none;
  }
  .pp-sale {
    position: absolute;
    min-width: 200px;
    top: -60px;
    right: 10%;
  }
  .pp-sale .sale-img {
    max-width: 200px;
  }
  .pp-sale .sale-img-phone {
    display: none;
  }
  .domain-field-body {
    width: 55%;
    margin: auto;
  }
  .menu-product-pricing .fullwidth .module .module-container .custom>*,
  .menu-services-pricing .fullwidth .module .module-container .custom>*,
  .menu-devops-pricing .fullwidth .module .module-container .custom>*,
  .menu-business-intelligence-pricing .fullwidth .module .module-container .custom>* {
    padding-left: 15%;
    padding-right: 15%;
  }
  .menu-product-pricing .component-pad,
  .menu-services-pricing .component-pad,
  .menu-devops-pricing .component-pad,
  .menu-business-intelligence-pricing .component-pad {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 947px) {
  .banner .module .btn-large {
    min-width: 100px;
    max-width: 300px;
  }
  .background-onright {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .background-onright .module-container {
    width: 50%;
  }
  .background-onright .module-container .module-body {
    padding: 0 40px;
  }
  .fullwidth[class*="background-image"] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0080ff;
  }
  .fullwidth[class*="background-image"].textcolor-dark {
    background-color: rgba(0,0,0,0.08);
  }
  .fullwidth {
    background-color: #fff;
    position: relative;
  }
  .fullwidth .module .module-container .custom > * {
    padding-left: 15%;
    padding-right: 15%;
  }
  .fullwidth .module .module-container .custom > h2,
  .fullwidth .module .module-container .custom > h3,
  .fullwidth .module .module-container .custom > div.row,
  .fullwidth .module .module-container .custom > div.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth .module[class*="overlay-"] .module-container .custom > * {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth .module[class*="background-image"] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0080ff;
  }
  .fullwidth .module[class*="background-image"].textcolor-dark {
    background-color: rgba(0,0,0,0.08);
  }
  .fullwidth .module.background-image1,
  .fullwidth .module.background-image-working {
    background-image: url("images/modules/Working_on_graph_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image2,
  .fullwidth .module.background-image-ipad {
    background-image: url("images/modules/ipad_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image3,
  .fullwidth .module.background-image-meetingtablet {
    background-image: url("images/modules/Meeting_over_tablet_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image4,
  .fullwidth .module.background-image-younglady {
    background-image: url("images/modules/Young_lady_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image5,
  .fullwidth .module.background-image-meeting {
    background-image: url("images/modules/Meeeting_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image6,
  .fullwidth .module.background-image-target {
    background-image: url("images/modules/Target_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image7,
  .fullwidth .module.background-image-meetingroom {
    background-image: url("images/modules/Meeting_Room_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image8,
  .fullwidth .module.background-image-ladymanager {
    background-image: url("images/modules/Lady_manager_Easy_Redmine.jpg");
  }
  .fullwidth .module.background-image10,
  .fullwidth .module.background-image-team {
    background-image: url("images/modules/Easy_Software_Team.jpg");
  }
  .fullwidth .module.background-image11,
  .fullwidth .module.background-image-hero {
    background-image: url("images/About_us_company_background.png");
    color: inherit;
  }
  .fullwidth .module.background-image12,
  .fullwidth .module.background-image-hedviga {
    background-image: url("images/banners/banner2_hedviga.jpg");
    color: inherit;
  }
  .fullwidth .module.background-image13,
  .fullwidth .module.background-image-svadba {
    background-image: url("images/banners/ER_background_plugins.jpg");
    color: inherit;
  }
  .fullwidth .module.background-image14,
  .fullwidth .module.background-image-smiling-lady {
    background-image: url("images/modules/sevice-banner.png");
    color: inherit;
  }
  .fullwidth .module.background-image15,
  .fullwidth .module.background-image-team-2 {
    background-image: url("images/modules/fullwidth-background-team-gray.jpg");
    color: inherit;
  }
  .fullwidth .module.background-image16,
  .fullwidth .module.background-image-about-us {
    background-image: url("images/About_us_company_background.png");
    color: inherit;
  }
  .fullwidth .module.background-image17,
  .fullwidth .module.background-image-remote-1 {
    background-image: url("images/landing-pages/home_office/2020-banner-fullwidth-background-remote-work-white.jpg");
    color: inherit;
  }
  .fullwidth .module.background-image18,
  .fullwidth .module.background-image-risk-management-1 {
    background-image: url("images/landing-pages/risk_management/fullwidth-background-team-gray-businessman-with-tablet.jpg");
    color: inherit;
  }
  .fullwidth .module.background-image-after-trial-map {
    background-image: url("images/banners/EasyProject-Redirect-Background.jpg"), url("images/banners/EasyProject-Redirect-Background-bg.jpg");
    color: inherit;
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-y;
    background-size: auto, auto;
    background-color: #d4d7dc;
  }
  .hp-title {
    font-size: 4em;
  }
  .alternating-rows {
    padding-top: 70px;
  }
  .alternating-rows .row,
  .alternating-rows .row-fluid {
    padding-bottom: 50px;
  }
  .alternating-rows .line {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 50px;
  }
  .alternating-rows .row:nth-child(even) div:first-child,
  .alternating-rows .row-fluid:nth-child(even) div:first-child {
    text-align: right;
  }
  .alternating-rows .row:nth-child(even) div:last-child,
  .alternating-rows .row-fluid:nth-child(even) div:last-child {
    text-align: left;
  }
  .alternating-rows .row:nth-child(odd) div:first-child,
  .alternating-rows .row-fluid:nth-child(odd) div:first-child {
    float: right;
    text-align: left;
  }
  .alternating-rows .row:nth-child(odd) div:last-child,
  .alternating-rows .row-fluid:nth-child(odd) div:last-child {
    float: left;
    text-align: right;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(even) .row-fluid .f2c-medailon-intro-content .person-info {
    order: 1;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(even) .row-fluid .f2c-medailon-intro-content .person-image {
    order: 2;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(even) .row-fluid .f2c-medailon-intro-content .text {
    order: 3;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(odd) .row-fluid .f2c-medailon-intro-content .person-info {
    order: 3;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(odd) .row-fluid .f2c-medailon-intro-content .person-image {
    order: 2;
  }
  .alternating-team .f2c-testimonial-intro:nth-child(odd) .row-fluid .f2c-medailon-intro-content .text {
    order: 1;
  }
  .f2c-banner-intro .btn-large {
    min-width: 100px;
    max-width: 300px;
  }
  .f2c-banner-intro-field-support {
    font-size: 1.43em;
  }
  #dark-ground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.5s ease 0s;
  }
  .video-button {
    z-index: 2;
    display: block;
    position: absolute;
    right: 75px;
    bottom: 75px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 22px;
  }
  .video-button:hover {
    cursor: hand;
    cursor: pointer;
  }
  .video-button.pause::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 13px;
    width: 4px;
    height: 14px;
    border: 3px solid #fff;
    border-top: none;
    border-bottom: none;
  }
  .video-button.play::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 12px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-width: 7px 14px;
    border-left-color: #fff;
    overflow: hidden;
  }
  #vid-cont {
    height: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
  }
  .yb-video-background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0px;
  }
  .yb-video-background iframe {
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0%;
    left: -25%;
  }
  .video-background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .bg-video-text {
    z-index: 1;
    position: relative;
  }
  .menu-pricing #banner .module {
    background-image: url("images/banners/pricing-banner.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
  }
  .menu-pricing #banner .module.cartsteps {
    background-image: none;
  }
  .option-com-rsform .component-pad .pricingForm.template_type_default .productitem_addtocart {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .capterra-slideshow {
    padding-bottom: 25px;
  }
  .capterra-slideshow .allarticles {
    text-align: center;
    padding: 10px 0px;
  }
  .capterra-slideshow .about-capterra {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 20px;
  }
  .capterra-slideshow .arrow a {
    padding: 50px 0px;
    margin: -200% 0 0 0 !important;
    width: 45px !important;
    background: url("templates/esw_easypeasy/images/arrows.png") !important;
    background-repeat: no-repeat;
  }
  .capterra-slideshow .forward a {
    background-position: right top !important;
  }
  .capterra-slideshow .back a {
    background-position: left top !important;
  }
  .capterra-slideshow .mod_easyslideshow-introtext {
    width: 80%;
    margin: auto;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .user-icon {
    float: left;
    background-image: url("templates/esw_easypeasy/images/user.png");
    background-size: 80px;
    background-repeat: no-repeat;
    padding: 5%;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .cap-stary::before {
    display: inline-block;
    position: relative;
    color: #ffd814;
    text-shadow: none;
    font-weight: bold;
    font-size: 43px;
    margin: 0px -2.5px;
    content: '⋆';
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info {
    border: 1px solid rgba(0,0,0,0.08);
    padding: .75rem;
    border-radius: .1875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left {
    padding-left: 0.25rem;
    width: 59%;
    display: block;
    float: left;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left .review-person {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left .review-person-info {
    line-height: 1.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right {
    width: 39%;
    display: flex;
    float: right;
    align-items: center;
    justify-content: flex-end;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .icon-star {
    margin-right: 0 !important;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating {
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .rating {
    text-align: center;
    font-size: 3.75em;
    display: block;
    line-height: 1;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .rating .score {
    font-size: 30px !important;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .rating .icon-star:before {
    top: 2px !important;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .info {
    text-align: center;
    font-weight: 600;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating {
    border-right: 1px solid rgba(0,0,0,0.08);
    padding-left: 10px;
    padding-right: 25px;
    width: 100%;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .rating {
    font-size: 23px;
    line-height: 1;
    min-width: 170px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .info {
    font-weight: 600;
    line-height: 1;
    padding: 18px 0 0 0;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .easeofuse-rating {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .customerservice {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .score {
    min-width: 50px;
    display: inline-block;
    text-align: right;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .cap-starn::before {
    display: inline-block;
    position: relative;
    color: #f2f4f6;
    text-shadow: 0 1px 0 #999ea4;
    font-weight: bold;
    font-size: 43px;
    margin: 0px -2.5px;
    content: '⋆';
    line-height: 0.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .icon-star:before {
    top: 5px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-title {
    font-size: 1.3125rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: .75rem;
  }
  #nav .navbar-inner {
    overflow: visible !important;
  }
  #nav .navbar-inner .nav.nav-list.row-fluid {
    width: auto;
  }
  #nav .navbar-inner .nav.nav-list.row-fluid:after {
    display: none;
    clear: none;
  }
  .nav-collapse .mod_easyredmine_client {
    float: right;
    background-color: #0080ff;
    color: #fff;
  }
  .nav-collapse .mod_easyredmine_client a {
    color: #fff;
  }
  .nav-collapse .mod_easyredmine_client .accordion-group {
    margin: 0;
    padding: 0;
  }
  .nav-collapse .mod_easyredmine_client .accordion-heading .accordion-toggle {
    text-decoration: none;
  }
  .nav-collapse .mod_easyredmine_client #account_info_box {
    position: absolute;
    right: 0;
    background-color: #0080ff;
    color: #fff;
    font-size: 0.85em;
  }
  .nav-collapse .mod_easyredmine_client #account_info_box .table-striped th,
  .nav-collapse .mod_easyredmine_client #account_info_box .table-striped td {
    background: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 2px 0;
  }
  .dropdown-login #modal-background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
  }
  .dropdown-login .modal {
    display: none;
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    width: 180px;
    margin-left: -40px;
    z-index: 999;
  }
  .dropdown-login .modal .social-login {
    padding: 15px 0 0 0;
  }
  .dropdown-login .modal .social-login button {
    padding: 0;
    margin: 0 3px;
    font-size: 40px;
    color: #004d99;
    text-decoration: none;
  }
  .dropdown-login .modal .social-login button:hover {
    color: #fb5619;
  }
  .dropdown-login #loginBtn:hover,
  .dropdown-login #loginBtn {
    color: #4c5767;
  }
  .dropdown-login input {
    height: 30px !important;
  }
  .dropdown-login #modlgn-remember {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .option-com-easyredminehelper .component-pad .view-demo input,
  .option-com-easyredminehelper .component-pad .view-demo textarea,
  .option-com-easyredminehelper .component-pad .view-demo .uneditable-input,
  .option-com-easyredminehelper .component-pad .view-demo select,
  .option-com-easyredminehelper .component-pad .view-reg input,
  .option-com-easyredminehelper .component-pad .view-reg textarea,
  .option-com-easyredminehelper .component-pad .view-reg .uneditable-input,
  .option-com-easyredminehelper .component-pad .view-reg select {
    width: 50%;
  }
  .menu-pricing-buy .component-pad {
    padding: 0 10%;
  }
  .mod-custom.pricing-table {
    padding: 44px 0;
  }
  .mod-custom.pricing-table.col1 {
    padding: 22px 60%;
  }
  .mod-custom.pricing-table.col1 dl {
    width: 100%;
  }
  .mod-custom.pricing-table.col2 {
    padding: 22px 15%;
  }
  .mod-custom.pricing-table.col2 dl {
    float: left;
    width: 50%;
  }
  .mod-custom.pricing-table.col3 {
    padding: 22px 10%;
  }
  .mod-custom.pricing-table.col3 dl {
    float: left;
    width: 33.3%;
  }
  .mod-custom.pricing-table.col4 dl {
    float: left;
    width: 25%;
  }
  .mod-custom.pricing-table.col5 dl {
    float: left;
    width: 20%;
  }
  .mod-custom.pricing-table .premium {
    margin-top: -2.75px;
  }
  .mod-custom.quote .module-body:before,
  .mod-custom.quote .module-body:after {
    position: absolute;
    color: rgba(50,65,100,0.25);
    display: block;
    font-size: 150px;
    line-height: 0;
  }
  .mod-custom.quote .module-body:before {
    content: '"';
    left: 0;
    bottom: -22.5px;
  }
  .mod-custom.quote .module-body:after {
    content: '"';
    right: 0;
    top: -22.5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mod-easyredmine-demo-social .module-body .control-group input {
    width: 250px;
  }
  .mod-easyredmine-demo-social .module-body .control-group .add-on {
    text-shadow: none;
    background-color: inherit;
    border: 0;
  }
  .mod-menu {
    margin-right: 30px;
  }
  .mod-menu.segments ul.nav {
    *zoom: 1;
  }
  .mod-menu.segments ul.nav>li {
    width: 20%;
    float: left;
  }
  .mod-menu.segments ul.nav.items-2 {
    padding: 0 25%;
  }
  .mod-menu.segments ul.nav.items-2>li {
    width: 50%;
  }
  .mod-menu.segments ul.nav.items-3>li {
    width: 33%;
  }
  .mod-menu.segments ul.nav.items-4>li {
    width: 25%;
  }
  .mod-menu.segments ul.nav.items-6>li {
    width: 16.66666666666%;
  }
  .mod-menu.segments ul.nav:before,
  .mod-menu.segments ul.nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .mod-menu.segments ul.nav:after {
    clear: both;
  }
  .mod-menu.segments ul.nav[class*="span"] {
    clear: none;
  }
}
@media screen and (min-width: 360px) {
  .f2c-testimonial {
    *zoom: 1;
  }
  .f2c-testimonial:before,
  .f2c-testimonial:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .f2c-testimonial:after {
    clear: both;
  }
  .f2c-testimonial[class*="span"] {
    clear: none;
  }
  .f2c-testimonial-intro-content {
    width: 75%;
    float: left;
  }
  .f2c-testimonial-intro-face {
    width: 25%;
    float: right;
  }
  .bubble:before {
    content: "";
    display: block;
    position: absolute;
    right: -5.5px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5.5px solid rgba(0,0,0,0.1);
  }
  .bubble:after {
    content: "";
    display: block;
    position: absolute;
    right: -4.5px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5.5px solid #fff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1161px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  #gdpr_modal,
  #agree_modal {
    top: 50px;
    max-height: 80%;
    width: 500px;
  }
  #gdpr_modal {
    top: 50px;
    max-height: 80%;
    width: 500px;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart {
    width: 80%;
    margin: auto;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .dd-icon .icon-caret-down {
    display: none;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext {
    text-align: center;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img {
    display: none;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img-phone {
    width: 50%;
  }
  .pp-sale {
    text-align: center;
  }
  .pp-sale .sale-img {
    display: none;
  }
  .pp-sale .sale-img-phone {
    width: 50%;
    padding-bottom: 25px;
  }
  .domain-field-body {
    width: 80%;
    margin: auto;
  }
  .option-com-rsform .component-pad #customPaymentForm .pricingForm #billing_info .span9 {
    width: 75% !important;
  }
  .option-com-rsform .component-pad #customPaymentForm .pricingForm #billing_info .rsform-block-payment .span6 {
    width: 49% !important;
    margin-left: 2% !important;
    float: left !important;
  }
  .option-com-rsform .component-pad #customPaymentForm .pricingForm #billing_info .rsform-block-payment .span6:first-child {
    margin-left: 0 !important;
  }
  .option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .span9 {
    width: 75% !important;
  }
  .option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .rsform-block-payment .span4 {
    width: 32% !important;
    margin-left: 2% !important;
    float: left !important;
  }
  .option-com-rsform .component-pad #upsalePaymentForm .pricingForm #billing_info .rsform-block-payment .span4:first-child {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 947px) and (max-width: 1161px) {
  .row {
    margin-left: -11px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row[class*="span"] {
    clear: none;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 11px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 925px;
  }
  .span12 {
    width: 925px;
  }
  .span11 {
    width: 847px;
  }
  .span10 {
    width: 769px;
  }
  .span9 {
    width: 691px;
  }
  .span8 {
    width: 613px;
  }
  .span7 {
    width: 535px;
  }
  .span6 {
    width: 457px;
  }
  .span5 {
    width: 379px;
  }
  .span4 {
    width: 301px;
  }
  .span3 {
    width: 223px;
  }
  .span2 {
    width: 145px;
  }
  .span1 {
    width: 67px;
  }
  .offset12 {
    margin-left: 947px;
  }
  .offset11 {
    margin-left: 869px;
  }
  .offset10 {
    margin-left: 791px;
  }
  .offset9 {
    margin-left: 713px;
  }
  .offset8 {
    margin-left: 635px;
  }
  .offset7 {
    margin-left: 557px;
  }
  .offset6 {
    margin-left: 479px;
  }
  .offset5 {
    margin-left: 401px;
  }
  .offset4 {
    margin-left: 323px;
  }
  .offset3 {
    margin-left: 245px;
  }
  .offset2 {
    margin-left: 167px;
  }
  .offset1 {
    margin-left: 89px;
  }
  [class*="relnegoffset"] {
    position: relative;
  }
  .negoffset12 {
    margin-left: -925px;
  }
  .negoffset11 {
    margin-left: -847px;
  }
  .negoffset10 {
    margin-left: -769px;
  }
  .negoffset9 {
    margin-left: -691px;
  }
  .negoffset8 {
    margin-left: -613px;
  }
  .negoffset7 {
    margin-left: -535px;
  }
  .negoffset6 {
    margin-left: -457px;
  }
  .negoffset5 {
    margin-left: -379px;
  }
  .negoffset4 {
    margin-left: -301px;
  }
  .negoffset3 {
    margin-left: -223px;
  }
  .negoffset2 {
    margin-left: -145px;
  }
  .negoffset1 {
    margin-left: -67px;
  }
  .relnegoffset12 {
    left: -936px;
  }
  .relnegoffset11 {
    left: -858px;
  }
  .relnegoffset10 {
    left: -780px;
  }
  .relnegoffset9 {
    left: -702px;
  }
  .relnegoffset8 {
    left: -624px;
  }
  .relnegoffset7 {
    left: -546px;
  }
  .relnegoffset6 {
    left: -468px;
  }
  .relnegoffset5 {
    left: -390px;
  }
  .relnegoffset4 {
    left: -312px;
  }
  .relnegoffset3 {
    left: -234px;
  }
  .relnegoffset2 {
    left: -156px;
  }
  .relnegoffset1 {
    left: -78px;
  }
  .span-p12-12 {
    width: 67px;
  }
  .span-p12-11 {
    width: 74.090909090909px;
  }
  .span-p12-10 {
    width: 82.6px;
  }
  .span-p12-9 {
    width: 93px;
  }
  .span-p12-8 {
    width: 106px;
  }
  .span-p12-7 {
    width: 122.71428571429px;
  }
  .span-p12-6 {
    width: 145px;
  }
  .span-p12-5 {
    width: 176.2px;
  }
  .span-p12-4 {
    width: 223px;
  }
  .span-p12-3 {
    width: 301px;
  }
  .span-p12-2 {
    width: 457px;
  }
  .span-p12-1 {
    width: 925px;
  }
  .span-p11-12 {
    width: 60.5px;
  }
  .span-p11-11 {
    width: 67px;
  }
  .span-p11-10 {
    width: 74.8px;
  }
  .span-p11-9 {
    width: 84.333333333333px;
  }
  .span-p11-8 {
    width: 96.25px;
  }
  .span-p11-7 {
    width: 111.57142857143px;
  }
  .span-p11-6 {
    width: 132px;
  }
  .span-p11-5 {
    width: 160.6px;
  }
  .span-p11-4 {
    width: 203.5px;
  }
  .span-p11-3 {
    width: 275px;
  }
  .span-p11-2 {
    width: 418px;
  }
  .span-p11-1 {
    width: 847px;
  }
  .span-p10-12 {
    width: 54px;
  }
  .span-p10-11 {
    width: 59.909090909091px;
  }
  .span-p10-10 {
    width: 67px;
  }
  .span-p10-9 {
    width: 75.666666666667px;
  }
  .span-p10-8 {
    width: 86.5px;
  }
  .span-p10-7 {
    width: 100.42857142857px;
  }
  .span-p10-6 {
    width: 119px;
  }
  .span-p10-5 {
    width: 145px;
  }
  .span-p10-4 {
    width: 184px;
  }
  .span-p10-3 {
    width: 249px;
  }
  .span-p10-2 {
    width: 379px;
  }
  .span-p10-1 {
    width: 769px;
  }
  .span-p9-12 {
    width: 47.5px;
  }
  .span-p9-11 {
    width: 52.818181818182px;
  }
  .span-p9-10 {
    width: 59.2px;
  }
  .span-p9-9 {
    width: 67px;
  }
  .span-p9-8 {
    width: 76.75px;
  }
  .span-p9-7 {
    width: 89.285714285714px;
  }
  .span-p9-6 {
    width: 106px;
  }
  .span-p9-5 {
    width: 129.4px;
  }
  .span-p9-4 {
    width: 164.5px;
  }
  .span-p9-3 {
    width: 223px;
  }
  .span-p9-2 {
    width: 340px;
  }
  .span-p9-1 {
    width: 691px;
  }
  .span-p8-12 {
    width: 41px;
  }
  .span-p8-11 {
    width: 45.727272727273px;
  }
  .span-p8-10 {
    width: 51.4px;
  }
  .span-p8-9 {
    width: 58.333333333333px;
  }
  .span-p8-8 {
    width: 67px;
  }
  .span-p8-7 {
    width: 78.142857142857px;
  }
  .span-p8-6 {
    width: 93px;
  }
  .span-p8-5 {
    width: 113.8px;
  }
  .span-p8-4 {
    width: 145px;
  }
  .span-p8-3 {
    width: 197px;
  }
  .span-p8-2 {
    width: 301px;
  }
  .span-p8-1 {
    width: 613px;
  }
  .span-p7-12 {
    width: 34.5px;
  }
  .span-p7-11 {
    width: 38.636363636364px;
  }
  .span-p7-10 {
    width: 43.6px;
  }
  .span-p7-9 {
    width: 49.666666666667px;
  }
  .span-p7-8 {
    width: 57.25px;
  }
  .span-p7-7 {
    width: 67px;
  }
  .span-p7-6 {
    width: 80px;
  }
  .span-p7-5 {
    width: 98.2px;
  }
  .span-p7-4 {
    width: 125.5px;
  }
  .span-p7-3 {
    width: 171px;
  }
  .span-p7-2 {
    width: 262px;
  }
  .span-p7-1 {
    width: 535px;
  }
  .span-p6-12 {
    width: 28px;
  }
  .span-p6-11 {
    width: 31.545454545455px;
  }
  .span-p6-10 {
    width: 35.8px;
  }
  .span-p6-9 {
    width: 41px;
  }
  .span-p6-8 {
    width: 47.5px;
  }
  .span-p6-7 {
    width: 55.857142857143px;
  }
  .span-p6-6 {
    width: 67px;
  }
  .span-p6-5 {
    width: 82.6px;
  }
  .span-p6-4 {
    width: 106px;
  }
  .span-p6-3 {
    width: 145px;
  }
  .span-p6-2 {
    width: 223px;
  }
  .span-p6-1 {
    width: 457px;
  }
  .span-p5-12 {
    width: 21.5px;
  }
  .span-p5-11 {
    width: 24.454545454545px;
  }
  .span-p5-10 {
    width: 28px;
  }
  .span-p5-9 {
    width: 32.333333333333px;
  }
  .span-p5-8 {
    width: 37.75px;
  }
  .span-p5-7 {
    width: 44.714285714286px;
  }
  .span-p5-6 {
    width: 54px;
  }
  .span-p5-5 {
    width: 67px;
  }
  .span-p5-4 {
    width: 86.5px;
  }
  .span-p5-3 {
    width: 119px;
  }
  .span-p5-2 {
    width: 184px;
  }
  .span-p5-1 {
    width: 379px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 11px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 911px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 833px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 755px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 677px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 599px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 521px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 443px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 365px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 287px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 209px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 131px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 53px;
  }
  .f2c-banner-intro-field-video .module .module-title {
    font-size: 1.5em;
  }
  .f2c-banner-intro-field-video .module .btn-large {
    font-size: 15px;
  }
  .mod-pricingpagecart .periodselectbox .periodselect {
    font-size: 0.7em;
    line-height: 2;
  }
  .option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-fake {
    width: 130px;
    font-size: 12px;
  }
  .option-com-rsform .component-pad .pricingForm.template_type_default .productitem_checkbox .btn-removefromcart {
    font-size: 12px;
  }
}
@media screen and (min-width: 947px) {
  .nav-tabs > li,
  .nav-pills > li {
    float: left;
  }
  .nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .nav-tabs > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid transparent;
    -webkit-border-radius: 2.75px 2.75px 0 0;
    -moz-border-radius: 2.75px 2.75px 0 0;
    border-radius: 2.75px 2.75px 0 0;
    -webkit-border-radius: 2.75px 2.75px 0 0;
    -moz-border-radius: 2.75px 2.75px 0 0;
    border-radius: 2.75px 2.75px 0 0;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border-color: transparent;
    border-bottom-color: rgba(0,0,0,0.1);
    color: auto;
    background: transparent;
  }
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus {
    color: #fb5619;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: #fff;
    cursor: default;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .affix {
    position: fixed;
    top: 0;
  }
  .affix,
  .affix-bottom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .affix-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  #header {
    padding: 33px 0 22px 0;
    overflow: visible;
  }
  #header .container {
    position: relative;
  }
  #nav-top {
    display: block;
    position: absolute;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    height: 19.25px;
    line-height: 19.25px;
    font-size: 0.75em;
    color: #fff;
  }
  #nav-top:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: -5.5px;
    width: 100%;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 19.25px solid #999999;
    border-radius: 0 0 11px 11px;
  }
  #nav-top> div {
    position: relative;
  }
  #nav-top a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
  }
  #nav-top a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #nav-top img {
    vertical-align: text-bottom;
  }
  #top {
    line-height: 2;
  }
  #top .mod-search {
    margin-top: -2px;
  }
  #top .contact {
    text-align: right;
    line-height: 1;
  }
  #top .mod-menu {
    margin-right: 0px;
    margin-left: 45px;
  }
  #top .mod-menu .menu li a {
    padding: 0px 5px;
    text-transform: uppercase;
    color: #324164;
    border-bottom: 3px solid transparent;
  }
  #top .mod-menu .menu li a:hover {
    color: #0080ff;
    border-bottom: 3px solid #0080ff;
  }
  #top .mod-menu .menu li a.btn {
    background-color: #0080ff;
    color: #fff;
    border-color: #FF1066;
    *background-color: #FF1066;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-size: 1em;
    border-bottom-width: 1px;
    line-height: 1.8;
  }
  #top .mod-menu .menu li a.btn:hover,
  #top .mod-menu .menu li a.btn:focus,
  #top .mod-menu .menu li a.btn:active,
  #top .mod-menu .menu li a.btn.active,
  #top .mod-menu .menu li a.btn.disabled,
  #top .mod-menu .menu li a.btn[disabled] {
    color: #fff;
    background-color: #FF1066;
    *background-color: #f60058;
  }
  #top .mod-menu .menu li a.btn:active,
  #top .mod-menu .menu li a.btn.active {
    background-color: #dc004f \9;
  }
  #top .mod-menu .menu li a.btn:hover {
    border-bottom-width: 1px;
  }
  #top .trial-button {
    display: inline-block;
    margin: 0;
  }
  #top .top-login {
    margin-right: 20px;
  }
  #nav ul.nav {
    float: none;
  }
  #stickyright .module:last-child {
    padding-bottom: 25px;
  }
  #content .sidecol .sticky.affix .module[class*="span"] {
    float: none;
  }
  #content #leftcol {
    position: relative;
    position: static;
  }
  #content #leftcol:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  #content #leftcol .module {
    margin-right: 22px;
  }
  #content #leftcol .module-title,
  #content #leftcol .module-body {
    margin-left: 22px;
  }
  #content #rightcol {
    position: relative;
    position: static;
  }
  #content #rightcol:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  #content #rightcol .module-title,
  #content #rightcol .module-body {
    margin-left: 22px;
  }
  .mod-easy-project-com-demo-text .text-body {
    float: right;
    position: relative;
  }
  .mod-easy-project-com-demo-text .text-body .trial-arrow {
    background-image: url('templates/esw_easypeasy/images/icons/Ikona-Sipka-Trial-gray.svg');
    width: 32px;
    height: 60px;
    position: absolute;
    top: 87px;
    right: -25px;
  }
  .footer {
    font-size: 0.9em;
  }
  .in-banner-video-btn {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40%;
    margin: 0 !important;
  }
  .contact-info .contact-icon {
    float: right;
    padding-right: 10px;
    max-width: 50px;
    width: 50%;
  }
  #fieldID_42 {
    position: absolute;
    top: -75px;
  }
  #fieldID_42 select {
    width: 100px;
  }
  .f2c-banner-intro {
    text-align: left;
  }
  .f2c-banner-intro-text-wrapper {
    padding: 22px 22px 22px 0;
  }
  .f2c-banner-intro-text-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: 100%;
    background: rgba(0,128,255,0.9);
  }
  .f2c-banner-intro-field-video {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    margin: 0 !important;
  }
  .f2c-banner-intro-field-video .btn-video {
    top: 50%;
  }
  .f2c-banner-intro-cta {
    text-align: right;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim {
    margin-left: 20%;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim > * {
    margin: 0;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim > * + * {
    text-indent: 10%;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim > * + * + * {
    text-indent: 20%;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim > * + * + * + * {
    text-indent: 30%;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .row-fluid {
    position: relative;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video {
    position: absolute;
    top: 40%;
    right: 0;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-field-video .module {
    margin: 0px !important;
  }
  .f2c-landing-page-ultimate #header {
    padding: 8.8px 0;
  }
  .f2c-landing-page-ultimate .navbar .nav {
    float: right;
    margin: 0 -1em 0 0.75em;
  }
  .scsocialcomments {
    width: 83.005366726297%;
  }
  .social-row {
    max-width: 130px;
  }
  .social-row {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .social-row.affix {
    margin-top: 40px;
  }
  .social-row.affix-bottom {
    margin-top: 40px;
  }
  .mod-easy-project-demo .module-title {
    position: absolute;
    text-align: right;
    margin: 0;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    margin-right: 300px;
    padding: 0;
  }
  .mod-easy-project-demo .module-title>span:first-child {
    padding-top: 22px;
    position: relative;
    display: block;
  }
  .mod-easy-project-demo .module-title>span:first-child:before {
    right: -11px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #0080ff;
    top: 32px;
  }
  .mod-easy-project-demo .module-body {
    margin-left: 50%;
  }
  .mod-easy-project-demo .module-body>div {
    margin-left: -256px;
  }
  .form-horizontal .row-fluid:first-child .control-group {
    margin: 22px 0 33px 0;
  }
  .form-horizontal .row-fluid:first-child .control-group .controls {
    margin-left: 16.4%;
  }
  .form-horizontal .row-fluid:first-child .control-group .control-label {
    width: 15.5%;
  }
  .mod-easy-project-com-demo .module-body {
    padding-top: 90px;
  }
  .mod-easy-project-com-demo .module-body form {
    min-width: 355px;
    float: left;
  }
  .mod-easy-project-com-demo .module-body .control-group .control-label {
    width: 30%;
  }
  .form-horizontal .row-fluid:first-child .control-group {
    margin: 22px 0 33px 0;
  }
  .form-horizontal .row-fluid:first-child .control-group .controls {
    margin-left: 16.4%;
  }
  .form-horizontal .row-fluid:first-child .control-group .control-label {
    width: 15.5%;
  }
  .mod-easyslideshow.testimonials {
    padding-top: 22px;
  }
  .mod-easyslideshow.testimonials-hp .slide-content > ul > li {
    width: 33.3%;
    float: left;
  }
  .mod-easyslideshow.testimonials-hp ul.mod_easyslideshow > li {
    width: 33.3%;
    float: left;
  }
  .mod-easyslideshow.news.hp .module-title {
    font-weight: 500;
    text-align: center;
  }
  .mod-easyslideshow.news.hp ul.mod_easyslideshow {
    margin: 0 -11px;
  }
  .mod-easyslideshow.news.hp ul.mod_easyslideshow > li {
    width: 33.3%;
    float: left;
  }
  .mod-easyslideshow.news.hp ul.mod_easyslideshow > li .item {
    position: relative;
  }
  .mod-easyslideshow.news ul.mod_easyslideshow > li {
    position: relative;
  }
  .mod-easyslideshow.news ul.mod_easyslideshow > li .item {
    margin: 0 11px;
  }
  .mod-easyslideshow.news ul.mod_easyslideshow > li .item .mod_easyslideshow-title {
    padding-right: 22px;
  }
  .mod-easyslideshow.news .allarticles {
    text-align: center;
    clear: both;
  }
  .mod-gtranslate {
    width: auto !important;
  }
  .mod-gtranslate .switcher .option {
    position: absolute;
    border-top: 1px solid #ccc;
    right: 0;
  }
  .mobile-gtranslate {
    display: none;
  }
  .expanding-search .module-body .form-search {
    float: right;
  }
  .expanding-search .module-body .form-search .search-query {
    width: 0px;
    height: 25px;
    padding-left: 31px;
    padding-right: 0px;
    -webkit-transition: width 2s;
    transition: width 2s;
    background: url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTUzw4R1jr7ciBmgOZarSheI7EcpCC_IJr8HamS2AO5c_X6g0UbV2CPPjY) no-repeat left top;
    background-size: 28px 28px;
    border: none;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .expanding-search .module-body .form-search .search-query:hover,
  .expanding-search .module-body .form-search .search-query:focus-within,
  .expanding-search .module-body .form-search .search-query:active {
    width: 200px;
    border: 1px solid rgba(0,0,0,0.08);
  }
  #header .gsc-control-cse {
    font-family: inherit !important;
    font-size: inherit !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #header .gsc-control-cse * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  #header .gsc-control-cse .gsc-search-box,
  #header .gsc-control-cse table.gsc-search-box,
  #header .gsc-control-cse .gsc-input-box,
  #header .gsc-control-cse input.gsc-input {
    font-family: inherit !important;
    font-size: inherit !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 21px !important;
    line-height: 21px !important;
  }
  #header .gsc-control-cse .gsc-input {
    padding: 0 !important;
  }
  #header .gsc-control-cse .gsc-input .gsib_a {
    padding: 0 !important;
  }
  #header .gsc-control-cse .gsc-input:focus,
  #header .gsc-control-cse .gsc-input:active,
  #header .gsc-control-cse .gsc-input:hover {
    width: 200px !important;
  }
  #header .gsc-control-cse .gsst_a {
    padding: 0 4px !important;
  }
  #header .gsc-control-cse .gsc-search-button,
  #header .gsc-control-cse .gsc-adBlock {
    display: none !important;
  }
  #header .gsc-control-cse .gsc-webResult.gsc-result {
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }
  #header .gsc-control-cse .gsc-webResult.gsc-result:hover {
    border-bottom: 1px #fff solid;
  }
  #header .gsc-control-cse .gs-result .gs-visibleUrl {
    padding-bottom: 0;
  }
  #header .gsc-control-cse .gsc-table-result {
    padding: 0;
    margin: 0 8px;
  }
  #header .gsc-control-cse .gsc-result .gs-title {
    height: auto !important;
  }
}
@media screen and (min-width: 1354px) {
  .row {
    margin-left: -22px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row[class*="span"] {
    clear: none;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 22px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1310px;
  }
  .span12 {
    width: 1310px;
  }
  .span11 {
    width: 1199px;
  }
  .span10 {
    width: 1088px;
  }
  .span9 {
    width: 977px;
  }
  .span8 {
    width: 866px;
  }
  .span7 {
    width: 755px;
  }
  .span6 {
    width: 644px;
  }
  .span5 {
    width: 533px;
  }
  .span4 {
    width: 422px;
  }
  .span3 {
    width: 311px;
  }
  .span2 {
    width: 200px;
  }
  .span1 {
    width: 89px;
  }
  .offset12 {
    margin-left: 1354px;
  }
  .offset11 {
    margin-left: 1243px;
  }
  .offset10 {
    margin-left: 1132px;
  }
  .offset9 {
    margin-left: 1021px;
  }
  .offset8 {
    margin-left: 910px;
  }
  .offset7 {
    margin-left: 799px;
  }
  .offset6 {
    margin-left: 688px;
  }
  .offset5 {
    margin-left: 577px;
  }
  .offset4 {
    margin-left: 466px;
  }
  .offset3 {
    margin-left: 355px;
  }
  .offset2 {
    margin-left: 244px;
  }
  .offset1 {
    margin-left: 133px;
  }
  [class*="relnegoffset"] {
    position: relative;
  }
  .negoffset12 {
    margin-left: -1310px;
  }
  .negoffset11 {
    margin-left: -1199px;
  }
  .negoffset10 {
    margin-left: -1088px;
  }
  .negoffset9 {
    margin-left: -977px;
  }
  .negoffset8 {
    margin-left: -866px;
  }
  .negoffset7 {
    margin-left: -755px;
  }
  .negoffset6 {
    margin-left: -644px;
  }
  .negoffset5 {
    margin-left: -533px;
  }
  .negoffset4 {
    margin-left: -422px;
  }
  .negoffset3 {
    margin-left: -311px;
  }
  .negoffset2 {
    margin-left: -200px;
  }
  .negoffset1 {
    margin-left: -89px;
  }
  .relnegoffset12 {
    left: -1332px;
  }
  .relnegoffset11 {
    left: -1221px;
  }
  .relnegoffset10 {
    left: -1110px;
  }
  .relnegoffset9 {
    left: -999px;
  }
  .relnegoffset8 {
    left: -888px;
  }
  .relnegoffset7 {
    left: -777px;
  }
  .relnegoffset6 {
    left: -666px;
  }
  .relnegoffset5 {
    left: -555px;
  }
  .relnegoffset4 {
    left: -444px;
  }
  .relnegoffset3 {
    left: -333px;
  }
  .relnegoffset2 {
    left: -222px;
  }
  .relnegoffset1 {
    left: -111px;
  }
  .span-p12-12 {
    width: 89px;
  }
  .span-p12-11 {
    width: 99.090909090909px;
  }
  .span-p12-10 {
    width: 111.2px;
  }
  .span-p12-9 {
    width: 126px;
  }
  .span-p12-8 {
    width: 144.5px;
  }
  .span-p12-7 {
    width: 168.28571428571px;
  }
  .span-p12-6 {
    width: 200px;
  }
  .span-p12-5 {
    width: 244.4px;
  }
  .span-p12-4 {
    width: 311px;
  }
  .span-p12-3 {
    width: 422px;
  }
  .span-p12-2 {
    width: 644px;
  }
  .span-p12-1 {
    width: 1310px;
  }
  .span-p11-12 {
    width: 79.75px;
  }
  .span-p11-11 {
    width: 89px;
  }
  .span-p11-10 {
    width: 100.1px;
  }
  .span-p11-9 {
    width: 113.66666666667px;
  }
  .span-p11-8 {
    width: 130.625px;
  }
  .span-p11-7 {
    width: 152.42857142857px;
  }
  .span-p11-6 {
    width: 181.5px;
  }
  .span-p11-5 {
    width: 222.2px;
  }
  .span-p11-4 {
    width: 283.25px;
  }
  .span-p11-3 {
    width: 385px;
  }
  .span-p11-2 {
    width: 588.5px;
  }
  .span-p11-1 {
    width: 1199px;
  }
  .span-p10-12 {
    width: 70.5px;
  }
  .span-p10-11 {
    width: 78.909090909091px;
  }
  .span-p10-10 {
    width: 89px;
  }
  .span-p10-9 {
    width: 101.33333333333px;
  }
  .span-p10-8 {
    width: 116.75px;
  }
  .span-p10-7 {
    width: 136.57142857143px;
  }
  .span-p10-6 {
    width: 163px;
  }
  .span-p10-5 {
    width: 200px;
  }
  .span-p10-4 {
    width: 255.5px;
  }
  .span-p10-3 {
    width: 348px;
  }
  .span-p10-2 {
    width: 533px;
  }
  .span-p10-1 {
    width: 1088px;
  }
  .span-p9-12 {
    width: 61.25px;
  }
  .span-p9-11 {
    width: 68.818181818182px;
  }
  .span-p9-10 {
    width: 77.9px;
  }
  .span-p9-9 {
    width: 89px;
  }
  .span-p9-8 {
    width: 102.875px;
  }
  .span-p9-7 {
    width: 120.71428571429px;
  }
  .span-p9-6 {
    width: 144.5px;
  }
  .span-p9-5 {
    width: 177.8px;
  }
  .span-p9-4 {
    width: 227.75px;
  }
  .span-p9-3 {
    width: 311px;
  }
  .span-p9-2 {
    width: 477.5px;
  }
  .span-p9-1 {
    width: 977px;
  }
  .span-p8-12 {
    width: 52px;
  }
  .span-p8-11 {
    width: 58.727272727273px;
  }
  .span-p8-10 {
    width: 66.8px;
  }
  .span-p8-9 {
    width: 76.666666666667px;
  }
  .span-p8-8 {
    width: 89px;
  }
  .span-p8-7 {
    width: 104.85714285714px;
  }
  .span-p8-6 {
    width: 126px;
  }
  .span-p8-5 {
    width: 155.6px;
  }
  .span-p8-4 {
    width: 200px;
  }
  .span-p8-3 {
    width: 274px;
  }
  .span-p8-2 {
    width: 422px;
  }
  .span-p8-1 {
    width: 866px;
  }
  .span-p7-12 {
    width: 42.75px;
  }
  .span-p7-11 {
    width: 48.636363636364px;
  }
  .span-p7-10 {
    width: 55.7px;
  }
  .span-p7-9 {
    width: 64.333333333333px;
  }
  .span-p7-8 {
    width: 75.125px;
  }
  .span-p7-7 {
    width: 89px;
  }
  .span-p7-6 {
    width: 107.5px;
  }
  .span-p7-5 {
    width: 133.4px;
  }
  .span-p7-4 {
    width: 172.25px;
  }
  .span-p7-3 {
    width: 237px;
  }
  .span-p7-2 {
    width: 366.5px;
  }
  .span-p7-1 {
    width: 755px;
  }
  .span-p6-12 {
    width: 33.5px;
  }
  .span-p6-11 {
    width: 38.545454545455px;
  }
  .span-p6-10 {
    width: 44.6px;
  }
  .span-p6-9 {
    width: 52px;
  }
  .span-p6-8 {
    width: 61.25px;
  }
  .span-p6-7 {
    width: 73.142857142857px;
  }
  .span-p6-6 {
    width: 89px;
  }
  .span-p6-5 {
    width: 111.2px;
  }
  .span-p6-4 {
    width: 144.5px;
  }
  .span-p6-3 {
    width: 200px;
  }
  .span-p6-2 {
    width: 311px;
  }
  .span-p6-1 {
    width: 644px;
  }
  .span-p5-12 {
    width: 24.25px;
  }
  .span-p5-11 {
    width: 28.454545454545px;
  }
  .span-p5-10 {
    width: 33.5px;
  }
  .span-p5-9 {
    width: 39.666666666667px;
  }
  .span-p5-8 {
    width: 47.375px;
  }
  .span-p5-7 {
    width: 57.285714285714px;
  }
  .span-p5-6 {
    width: 70.5px;
  }
  .span-p5-5 {
    width: 89px;
  }
  .span-p5-4 {
    width: 116.75px;
  }
  .span-p5-3 {
    width: 163px;
  }
  .span-p5-2 {
    width: 255.5px;
  }
  .span-p5-1 {
    width: 533px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 22px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1296px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1185px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 1074px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 963px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 852px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 741px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 630px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 519px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 408px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 297px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 186px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 75px;
  }
  .thumbnails {
    margin-left: -22px;
  }
  .thumbnails > li {
    margin-left: 22px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  #top .contact {
    line-height: 2;
  }
  #top .contact br {
    display: none;
  }
  .top-logo {
    margin-top: -8px;
  }
  .option-com-easyredminehelper .component-pad .main-offer .well,
  .option-com-easyredminehelper .component-pad .minor-offer .well {
    min-width: 267px !important;
  }
  .option-com-easyredminehelper .component-pad .flex-box .minor-offer+ .minor-offer {
    margin-left: 35px !important;
  }
  .option-com-easyredminehelper .component-pad .flex-box .main-offer {
    margin-left: 35px !important;
  }
  .option-com-easyredminehelper .component-pad .flex-box .main-offer+ .minor-offer {
    margin-left: 35px !important;
  }
  .pricingpage-cart-pretext {
    bottom: 227px !important;
  }
  .f2c-banner-intro-field-claim {
    font-size: 3.5em;
  }
  .f2c-landing-page-ultimate #header #logoheader {
    width: 533px;
  }
  .f2c-landing-page-ultimate #header #top {
    width: 755px;
  }
  .mod-pricingpagecart .periodselectbox .periodselect {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (max-width: 1353px) {
  .top-logo {
    margin-top: -3px;
  }
}
@media screen and (max-width: 1161px) {
  body {
    font-size: 15px;
  }
  .top-logo {
    margin-top: 0px !important;
  }
  .option-com-easyredminehelper .component-pad .main-offer {
    min-width: 70%;
    margin: 15px 0px !important;
  }
  .option-com-easyredminehelper .component-pad .main-offer .well {
    -webkit-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    -moz-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
  }
  .option-com-easyredminehelper .component-pad .main-offer .well:hover {
    -webkit-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    -moz-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
  }
  .option-com-easyredminehelper .component-pad .minor-offer {
    position: relative;
    min-width: 70%;
    margin: 15px 0px !important;
  }
  .option-com-easyredminehelper .component-pad .minor-offer .well:hover {
    -webkit-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    -moz-box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
    box-shadow: 0px 10px 10px 3px rgba(153,153,153,0.36) !important;
  }
  .option-com-easyredminehelper .component-pad .currency-select {
    position: inherit !important;
    display: block !important;
    margin-bottom: 15px;
    text-align: center;
  }
  .option-com-easyredminehelper .component-pad .view-product .currency-select {
    top: 0px;
  }
  .mod-pricingpagecart .solution,
  .mod-pricingpagecart .product,
  .mod-pricingpagecart .period-select-text {
    display: flex;
    justify-content: space-between;
  }
  .mod-pricingpagecart .solution [class*="period_price_"],
  .mod-pricingpagecart .product [class*="period_price_"],
  .mod-pricingpagecart .period-select-text [class*="period_price_"] {
    min-width: 110px;
    text-align: right;
    padding-left: 10px;
  }
  .mod-pricingpagecart .solution .solution-price,
  .mod-pricingpagecart .product .solution-price,
  .mod-pricingpagecart .period-select-text .solution-price {
    padding-left: 10px;
  }
  .mod-pricingpagecart .product:before,
  .mod-pricingpagecart .product:after {
    content: none !important;
  }
  .mod-pricingpagecart .pricingpage-cart-pretext {
    padding-bottom: 27px;
  }
  .f2c-banner-intro-field-claim {
    font-size: 2.5em;
  }
  .pricing_2018 #product_solutionsTabs li a.btn-info-article {
    left: 50% !important;
    right: 0 !important;
    top: 35px;
    margin-left: -80px;
  }
  .pricing_2018 #product_solutionsTabs li a:not(.btn-info-article) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 946px) {
  .mobile-text-center {
    text-align: center;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  [class*="negoffset"] {
    margin-left: 0;
  }
  [class*="relnegoffset"] {
    left: 0;
  }
  [class*="span"].pull-right,
  [class*="span"].pull-left {
    float: none;
  }
  [class*="span"] {
    width: 100%;
  }
  .container {
    padding-left: 11px;
    padding-right: 11px;
  }
  .container .navbar-fixed-top,
  .container .navbar-fixed-bottom,
  .container .navbar-static-top {
    margin-left: -11px;
    margin-right: -11px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    max-width: 100%;
    float: left;
  }
  .input-append .add-on,
  .input-append .btn,
  .input-prepend .add-on,
  .input-prepend .btn {
    float: left;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 11px;
    left: 11px;
    right: 11px;
    width: 11px;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 11px;
  }
  body {
    font-size: 18px;
  }
  body #top .mod-menu {
    width: 100% !important;
    font-size: 1.1em;
  }
  body #top .mod-menu .menu li {
    font-size: large;
    width: 100%;
  }
  body #top .mod-menu .menu li a {
    padding: 5px 0px;
    text-transform: uppercase;
    color: #324164;
    background: rgba(0,0,0,0.02);
    border-radius: 3.5px;
  }
  body #top .mod-menu .menu li a:hover {
    color: #0080ff;
    background: rgba(0,0,0,0.08);
    font-weight: 600;
  }
  body #top .mod-menu .menu .active a {
    color: #0080ff !important;
    background: rgba(0,0,0,0.08);
    font-weight: 600;
  }
  body #top .trial-button a {
    width: 100%;
    padding: 2px 0;
    letter-spacing: 1px;
    font-size: 0.9em;
  }
  body #top .top-login {
    width: 100%;
    margin: 7px 0;
    position: relative;
  }
  body #top .top-search {
    width: 100%;
    padding: 15px 0;
  }
  body #top .top-search input {
    width: 100%;
    margin: 0 !important;
  }
  body #top .top-language {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #top .contact br {
    display: none;
  }
  .banner {
    background-image: inherit !important;
  }
  .banner .module {
    background-image: url("templates/esw_easypeasy/images/EP2019-Mobile-background.jpg") !important;
  }
  .background-onright {
    background-image: inherit !important;
  }
  .mobile-color-blue {
    color: #0080ff;
  }
  .mobile-color-white {
    color: #fff;
  }
  .mobile-color-black {
    color: #324164;
  }
  .mobile-color-gray {
    color: rgba(0,0,0,0.36);
  }
  .mobile-color-green {
    color: #01c8a9;
  }
  .mobile-color-orange {
    color: #fb5619;
  }
  .mobile-color-red {
    color: #ED1C45;
  }
  .fullwidth .module[class*="overlay-"] {
    padding: 33px 0;
  }
  .fullwidth .module[class*="overlay-"] .module-container {
    padding: 0;
    margin: 0;
  }
  .fullwidth .module.mobile-background-lightblue {
    background-color: #b3d9ff;
    color: #003366;
  }
  .fullwidth .module.mobile-background-blue {
    background-color: #0080ff;
    color: #fff;
  }
  .fullwidth .module.mobile-background-bluesmall {
    background-color: #0080ff;
    box-shadow: none;
    padding: 0;
    color: #fff;
  }
  .fullwidth .module.mobile-background-darkblue {
    background-color: #264065;
    color: #fff;
  }
  .fullwidth .module.mobile-background-gray {
    background-color: rgba(230,230,230,0.36);
    color: #324164;
    box-shadow: none;
  }
  .fullwidth .module.mobile-background-grayLight {
    background: rgba(0,0,0,0.08);
    color: #324164;
    box-shadow: none;
  }
  .fullwidth .module.mobile-background-green {
    background-color: #01c8a9;
    color: #324164;
    box-shadow: none;
  }
  .fullwidth .module.mobile-background-white {
    background-color: #fff;
    color: #324164;
    box-shadow: none;
  }
  .fullwidth .module.mobile-background-darkgray {
    background-color: #999;
  }
  .fullwidth .module.mobile-background-brazilian-green {
    background-color: #009c2e;
    color: #fff;
  }
  .fullwidth .module.overlay-blue {
    background: rgba(0,128,255,0.8);
  }
  .fullwidth .module.overlay-blue .module-container {
    background: none;
  }
  .fullwidth .module.overlay-orange {
    background: rgba(251,86,25,0.8);
  }
  .fullwidth .module.overlay-orange .module-container {
    background: none;
  }
  .fullwidth .module.overlay-none {
    background-color: #fff;
  }
  .fullwidth .module.overlay-none .module-container {
    background: none;
    text-shadow: none;
  }
  .fullwidth .module.overlay-none .module-container a:not(.btn) {
    text-shadow: none;
  }
  .fullwidth .module.overlay-none.textcolor-light,
  .fullwidth .module.overlay-none.textcolor-dark {
    background-color: #0080ff;
    background-image: url("images/banners/Easy-Project-baner-mobile.jpg");
    border-top: 10px solid #01c8a9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fullwidth .module.overlay-none.textcolor-light *,
  .fullwidth .module.overlay-none.textcolor-dark * {
    color: #fff;
  }
  .hp-title {
    font-size: 3em;
  }
  .about-us-info {
    text-align: center;
  }
  .about-us-info .module-body {
    margin: 0px !important;
    padding: 0px !important;
  }
  .about-us-info .module-body .row-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 350px;
  }
  .about-us-info .module-body .row-fluid .mobile-left {
    float: inherit !important;
    padding-bottom: 10px;
  }
  .alternating-rows {
    padding-top: 20px;
  }
  .alternating-rows .row,
  .alternating-rows .row-fluid {
    padding-bottom: 50px;
  }
  .alternating-rows .row div,
  .alternating-rows .row-fluid div {
    text-align: center;
  }
  .features-table h4,
  .features-table h3,
  .features-table p {
    text-align: center;
  }
  .option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs {
    border-bottom: none;
  }
  .option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li {
    width: 33%;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top {
    font-size: 0.8em;
    line-height: 1.2;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top .custom {
    width: 100%;
    margin: 11px 0;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-module-top [class*="span"] {
    margin-bottom: 11px;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-module-bottom .clients-overview {
    padding-bottom: 22px;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-billing-period .row-fluid [class*="span"] {
    width: 48%;
    margin-left: 4%;
    float: left;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-billing-period .row-fluid [class*="span"]:first-child,
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-billing-period .row-fluid [class*="span"]:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  body.option-com-rsform.view-rsform.contentpane {
    font-size: 18px;
  }
  #vid-cont {
    max-height: inherit !important;
  }
  .yb-video-background,
  .video-background {
    display: none;
  }
  .f2c-banner-intro .container {
    padding: 0;
    background: #0080ff;
  }
  .f2c-banner-intro-text-wrapper {
    background: none;
  }
  .f2c-banner-intro-field-video {
    padding: 0;
  }
  .f2c-banner-intro-field-video .btn-video {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 5.5px auto;
  }
  .fullwidth.banner-rounded .f2c-banner-intro .f2c-banner-intro-text-wrapper-fullwidth .f2c-banner-intro-field-claim p {
    display: none;
  }
  .f2c-funkce-intro-details .thumbnails li.span4 {
    float: left;
    margin-left: 1.9677996422182%;
    width: 32.021466905188%;
    *width: 31.976744186047%;
  }
  .f2c-funkce-intro-details .thumbnails li.span4:first-child {
    margin-left: 0;
  }
  .f2c-medailon-intro-content .person-image,
  .f2c-medailon-intro-content .person-info {
    text-align: center;
  }
  .capterra-slideshow {
    padding-bottom: 25px;
  }
  .capterra-slideshow .module-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
  }
  .capterra-slideshow .allarticles {
    text-align: center;
    padding: 10px 0px;
  }
  .capterra-slideshow .about-capterra {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 5px;
  }
  .capterra-slideshow .arrow a {
    padding: 50px 0px;
    margin: -125% 0 0 0 !important;
    width: 22.5px !important;
    background: url("templates/esw_easypeasy/images/arrows.png") !important;
    background-repeat: no-repeat;
    background-size: 45px 308px !important;
  }
  .capterra-slideshow .forward a {
    background-position: right top !important;
  }
  .capterra-slideshow .back a {
    background-position: left top !important;
  }
  .capterra-slideshow .mod_easyslideshow-introtext {
    width: 80%;
    margin: auto;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .text {
    width: 90%;
    float: left;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .cap-stary::before {
    display: inline-block;
    position: relative;
    color: #ffd814;
    text-shadow: none;
    font-weight: bold;
    font-size: 43px;
    margin: 0px -2.5px;
    content: '⋆';
  }
  .capterra-slideshow .mod_easyslideshow-introtext .cap-starn::before {
    display: inline-block;
    position: relative;
    color: #f2f4f6;
    text-shadow: 0 1px 0 #999ea4;
    font-weight: bold;
    font-size: 43px;
    margin: 0px -2.5px;
    content: '⋆';
    line-height: 0.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info {
    border: 1px solid rgba(0,0,0,0.08);
    padding: .75rem;
    border-radius: .1875rem;
    display: flex;
    flex-wrap: wrap;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left {
    padding-left: 1%;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left .review-person {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-left .review-person-info {
    font-weight: 500;
    line-height: 1.5;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right {
    order: 1;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.08);
    width: 100%;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .rating {
    font-size: 3.75em;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .overall-rating .info {
    font-weight: 600;
    margin-top: -15px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating {
    margin-top: -14px;
    padding-left: 10px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .rating {
    font-size: 23px;
    line-height: 1;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .info {
    font-weight: 600;
    line-height: 1;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .easeofuse-rating {
    padding-bottom: 10px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-info .review-right .other-rating .customerservice {
    padding-bottom: 5px;
  }
  .capterra-slideshow .mod_easyslideshow-introtext .review-title {
    font-size: 1.3125rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: .75rem;
    margin-top: -3px;
  }
  .btn-group {
    width: 70px;
  }
  .dropdown-menu {
    background-color: inherit;
    border: inherit;
    float: inherit;
    position: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
  }
  .dropdown-login #modal-background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
  }
  .dropdown-login .modal {
    display: none;
    position: inherit;
    margin: auto;
    width: 185px;
    padding-top: 10px;
    z-index: 999;
  }
  .dropdown-login #loginBtn:hover,
  .dropdown-login #loginBtn {
    color: #4c5767;
  }
  .dropdown-login input {
    height: 30px !important;
  }
  .dropdown-login #modlgn-remember {
    margin-top: -2px;
  }
  .mod-menu.segments ul.nav {
    *zoom: 1;
  }
  .mod-menu.segments ul.nav>li>a span {
    margin: 11px 0;
    font-family: inherit;
    line-height: 1.125;
    font-weight: 600;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .mod-menu.segments ul.nav>li>a span .small,
  .mod-menu.segments ul.nav>li>a span small {
    font-weight: normal;
    line-height: 1;
  }
  .mod-menu.segments ul.nav>li>a span .small.badge,
  .mod-menu.segments ul.nav>li>a span .small.label,
  .mod-menu.segments ul.nav>li>a span small.badge,
  .mod-menu.segments ul.nav>li>a span small.label {
    font-size: 0.5em !important;
    line-height: 2em;
  }
  .mod-menu.segments ul.nav:before,
  .mod-menu.segments ul.nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .mod-menu.segments ul.nav:after {
    clear: both;
  }
  .mod-menu.segments ul.nav[class*="span"] {
    clear: none;
  }
  #nav .gsc-control-cse {
    font-family: inherit !important;
    font-size: inherit !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #nav .gsc-control-cse * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  #nav .gsc-control-cse .gsc-search-box,
  #nav .gsc-control-cse table.gsc-search-box,
  #nav .gsc-control-cse .gsc-input-box {
    font-family: inherit !important;
    font-size: inherit !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 31px !important;
    line-height: 21px !important;
    border-radius: 3px;
    max-width: 250px;
  }
  #nav .gsc-control-cse input.gsc-input {
    font-family: inherit !important;
    font-size: inherit !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 31px !important;
    line-height: 21px !important;
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
  }
  #nav .gsc-control-cse .gsc-input {
    padding: 0 !important;
  }
  #nav .gsc-control-cse .gsc-input .gsib_a {
    padding: 0 !important;
  }
  #nav .gsc-control-cse .gsst_a {
    padding: 0 4px !important;
  }
  #nav .gsc-control-cse .gsc-search-button,
  #nav .gsc-control-cse .gsc-adBlock {
    display: none !important;
  }
  #nav .gsc-control-cse .gsc-webResult.gsc-result {
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }
  #nav .gsc-control-cse .gsc-webResult.gsc-result:hover {
    border-bottom: 1px #fff solid;
  }
  #nav .gsc-control-cse .gs-result .gs-visibleUrl {
    padding-bottom: 0;
  }
  #nav .gsc-control-cse .gsc-table-result {
    padding: 0;
    margin: 0 8px;
  }
  #nav .gsc-control-cse .gsc-result .gs-title {
    height: auto !important;
  }
}
@media screen and (max-width: 946px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0px 11px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 5.5px;
    padding-right: 5.5px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 11px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #324164;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px !important;
    font-weight: bold;
    color: #324164;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 5.5px 4px;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #0080ff;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #324164;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 5.5px;
    padding-right: 5.5px;
  }
  #header {
    display: none;
    text-align: center;
  }
  #header #logo {
    padding: 11px;
  }
  #header #logo img {
    max-width: 200px;
    margin: 0 !important;
  }
  #header #top .nav-pills>li {
    float: none;
  }
  #header #top .search-query {
    margin: 22px 0;
  }
  #header input,
  #header select {
    height: 31px;
  }
  #header .contact {
    margin-bottom: 11px;
  }
  .footer {
    text-align: center;
  }
  .footer .nav-list {
    width: auto;
  }
  .footer .nav-list>li+ li {
    margin-top: 11px;
  }
  .in-banner-video-btn {
    display: none;
  }
  .contact-info {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contact-info .contact-icon {
    display: none;
  }
  #fieldID_42 {
    text-align: center;
    margin-bottom: 10px;
  }
  #fieldID_42 select {
    width: 100px;
  }
  .banner-right-side {
    display: none;
  }
  .banner-right-side {
    display: none;
  }
  .f2c-case-study-2018 .f2c-banner-intro-text-wrapper-fullwidth .breadcrumb {
    display: none;
  }
  .f2c-landing-page-ultimate .navbar-fixed-top {
    margin-bottom: 0;
  }
  .f2c-landing-page-ultimate .navbar-fixed-top-spacer {
    display: none;
  }
  .f2c-landing-page-ultimate .container .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .f2c-landing-main-body * {
    text-align: center !important;
  }
  .f2c-landing-main-body li {
    text-align: left !important;
  }
  .f2c-news-intro-video {
    display: none;
  }
  .mod-easy-project-com-demo-text .text-body {
    padding-right: inherit;
  }
  .mod-easyslideshow.testimonials .f2c-testimonial-intro {
    margin-bottom: 11px;
  }
  .mod-gtranslate {
    width: auto !important;
  }
  .mod-gtranslate .switcher .option {
    display: none !important;
  }
  .mobile-gtranslate .switcher {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-gtranslate .switcher .selected {
    display: none;
  }
  .mobile-gtranslate .switcher .option a {
    padding: 6px;
  }
}
@media screen and (max-width: 719px) {
  .page-header h1 small {
    display: block;
    line-height: 1.5;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 5.5px;
    padding-right: 5.5px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 5.5px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 5.5px;
    left: 5.5px;
    right: 5.5px;
  }
  .modal-header .close {
    padding: 5.5px;
    margin: -5.5px;
  }
  .carousel-caption {
    position: static;
  }
  body {
    font-size: 15px;
    overflow-wrap: break-word;
  }
  a.pull-right,
  a.pull-left {
    float: none;
    display: block;
    text-align: center;
  }
  a.pull-right img,
  a.pull-left img {
    float: none !important;
  }
  .fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
  }
  .fancybox-skin {
    width: 100% !important;
  }
  .fancybox-outer {
    width: 100% !important;
  }
  .fancybox-inner {
    width: 100% !important;
  }
  .fancybox-close {
    background: none;
    -webkit-border-radius: 2.75px;
    -moz-border-radius: 2.75px;
    border-radius: 2.75px;
    -webkit-border-radius: 2.75px;
    -moz-border-radius: 2.75px;
    border-radius: 2.75px;
    margin: 5.5px 5.5px 0 0;
  }
  .fancybox-close:hover {
    background: #0080ff;
    color: #fff;
  }
  .fancybox-close:after {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }
  #gdpr_modal,
  #agree_modal {
    top: 25px;
    bottom: 25px;
    left: 15px;
    right: 15px;
    width: inherit;
    max-width: inherit;
    margin-left: 0;
  }
  #gdpr_modal {
    top: 25px;
    bottom: 25px;
    left: 15px;
    right: 15px;
    width: inherit;
    max-width: inherit;
    margin-left: 0;
  }
  .option-com-easyredminehelper .component-pad .main-offer,
  .option-com-easyredminehelper .component-pad .minor-offer {
    min-width: 95%;
  }
  .option-com-easyredminehelper .component-pad .minor-offer {
    min-width: 95%;
  }
  .option-com-easyredminehelper.view-knowledge-detail .component-pad table {
    width: 100% !important;
  }
  .option-com-easyredminehelper .component-pad .view-demo input,
  .option-com-easyredminehelper .component-pad .view-demo textarea,
  .option-com-easyredminehelper .component-pad .view-demo .uneditable-input,
  .option-com-easyredminehelper .component-pad .view-demo select,
  .option-com-easyredminehelper .component-pad .view-reg input,
  .option-com-easyredminehelper .component-pad .view-reg textarea,
  .option-com-easyredminehelper .component-pad .view-reg .uneditable-input,
  .option-com-easyredminehelper .component-pad .view-reg select {
    width: 100%;
  }
  .option-com-easyredminehelper .component-pad .view-demo .form-horizontal .form-actions .info-block,
  .option-com-easyredminehelper .component-pad .view-reg .form-horizontal .form-actions .info-block {
    margin-left: 0;
  }
  .option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li {
    width: 50%;
  }
  .option-com-easyredminehelper .component-pad .view-product .nav.nav-tabs> li+ li > a {
    margin-left: 11px;
  }
  .option-com-easyredminehelper .component-pad .view-product .solutiontab-billing-period .row-fluid [class*="span"] {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart {
    margin: 0 20px;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .dd-icon .icon-caret-down {
    display: none;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext {
    text-align: center;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img {
    display: none;
  }
  .mod-pricingpagecart .module-body .mod_pricingpagecart .pricingpage-cart-pretext .sale-img-phone {
    width: 75%;
    padding-bottom: 10px;
  }
  .pp-sale {
    text-align: center;
  }
  .pp-sale .sale-img {
    display: none;
  }
  .pp-sale .sale-img-phone {
    width: 50%;
  }
  .domain-field-body {
    margin: 0 20px;
  }
  .domain-field-body #domain {
    max-width: 40% !important;
  }
  .products_wrapper_field {
    padding: 10px 20px;
  }
  .login-module {
    max-width: 300px;
  }
  .option-com-rsform.view-rsform .formContainer {
    width: 100% !important;
  }
  .option-com-rsform .component-pad .pricingForm #billing_info_btn {
    margin-top: 11px;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap {
    float: none;
    display: block;
    padding-top: 11px;
    overflow: hidden;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > .radio.inline {
    display: block;
    float: left;
    clear: left;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > .radio.inline ~ .radio.inline {
    margin-left: 0;
    margin-top: 11px;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > .radio.inline ~ .radio.inline + a {
    margin-top: 11px;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > .radio.inline + a {
    float: right;
    clear: right;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > span {
    margin-top: 11px;
  }
  .option-com-rsform .component-pad .pricingForm .pricingpage-switch-item-wrap > span.posttext {
    display: block;
    float: left;
    clear: left;
  }
  .option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic .pricingpage-switch .pricingpage-switch-item-wrap {
    float: left;
    clear: left;
    text-align: left;
    display: block;
    padding: 5.5px 0;
  }
  .option-com-rsform .component-pad .pricingForm.template_type_simple .productitem_simplebasic #billing_period_switch {
    margin-left: 11px;
    text-align: left;
  }
  .mod-easy-project-com-demo .module-body {
    text-align: center;
  }
  .mod-easy-project-com-demo .module-body .intl-tel-input {
    width: 100%;
  }
  .mod-easy-project-com-demo .module-body .input-append {
    width: 100%;
  }
  .mod-easy-project-com-demo .module-body .input-append input {
    width: 60% !important;
  }
  .mod-easy-project-com-demo .module-body .input-append .add-on {
    display: block;
    width: 40%;
  }
  .mod-easy-project-com-demo .module-body label {
    text-align: center;
  }
  .mod-easy-project-com-demo .module-body input,
  .mod-easy-project-com-demo .module-body select {
    width: 100%;
  }
  .mod-easy-project-com-demo .module-body .radio input[type="radio"],
  .mod-easy-project-com-demo .module-body .checkbox input[type="checkbox"] {
    width: inherit;
    float: inherit;
  }
  .mod-easyredmine-demo-social .module-body .control-group .input-append {
    width: 100%;
  }
  .mod-easyredmine-demo-social .module-body .control-group .input-append input {
    width: 100%;
  }
  .mod-easyredmine-demo-social .module-body .control-group .input-append input.input-small {
    width: 50% !important;
  }
  .mod-easyredmine-demo-social .module-body .control-group .input-append .add-on {
    width: 50%;
  }
  .mod-easyredmine-demo-social .module-body .control-group .input-append button {
    width: 100%;
    margin-top: 15px;
  }
  .mod-easyredmine-demo .module-body .form-actions {
    padding-left: 0 !important;
  }
  .mod_easythankyouswitch #trial_counter #trial_countdown {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 5px;
  }
  .expanding-search .module-body .form-search {
    width: 100%;
    float: right;
    margin: -15px 0px;
  }
  .expanding-search .module-body .form-search .search-query {
    width: 100%;
    height: 31px;
    padding-left: 35px;
    padding-right: 0px;
    background: url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTUzw4R1jr7ciBmgOZarSheI7EcpCC_IJr8HamS2AO5c_X6g0UbV2CPPjY) no-repeat left top;
    background-size: 31px 31px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 30px;
  }
}
@media screen and (max-width: 359px) {
  .option-com-rsform .component-pad .pricingForm .finalpricebox {
    text-align: center;
  }
  .option-com-rsform .component-pad .pricingForm .finalpricebox span {
    display: block !important;
    float: none !important;
  }
  .f2c-testimonial-intro-field-ksicht {
    margin-top: 11px;
  }
  .mod-easy-project-com-demo .module-body .input-append input {
    width: 40% !important;
  }
  .mod-easy-project-com-demo .module-body .input-append .add-on {
    width: 60%;
  }
  .mod-easyredmine-demo-version2 .module-title {
    font-size: 18px;
    margin: 11px 0 5.5px 0;
  }
  .mod-easyredmine-demo-version2 .module-body a.accordion-toggle {
    font-size: 15px;
    color: #000;
    font-size: 0.89em;
  }
  .mod-easyredmine-demo-version2 .module-body label {
    margin-bottom: 0px;
  }
  .mod-easyredmine-demo-version2 .module-body .control-group {
    margin-bottom: 5px;
  }
  .mod-easyredmine-demo-version2 .module-body input,
  .mod-easyredmine-demo-version2 .module-body textarea,
  .mod-easyredmine-demo-version2 .module-body .uneditable-input {
    width: 100%;
  }
  .mod-easyredmine-demo-version2 .module-body select {
    width: 100%;
  }
  .mod-easyredmine-demo-version2 .module-body input[type="radio"] {
    width: auto;
  }
  .mod-easyredmine-demo-version2 .module-body input#jform_domain {
    width: 80px;
  }
  .mod-easyredmine-demo-version2 .module-body input#jform_domain:focus {
    width: 80px;
  }
  .mod-easyredmine-demo-version2 .module-body input#jform_domain .add-on {
    font-size: 15px;
  }
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.com_easyredminehelper .table-responsive{overflow:auto}.com_easyredminehelper .btn-toolbar{margin:10px 0}.com_easyredminehelper .view-demo form,.com_easyredminehelper .view-demo .form-actions,.mod_easyredmine_demo form,.mod_easyredmine_demo .form-actions{margin-bottom:0}.com_easyredminehelper_footer{text-align:center;display:block;overflow:hidden;clear:both;padding:10px;font-size:80%;opacity:.5}.com_easyredminehelper_footer:hover{opacity:1}.com_easyredminehelper .control-group.required .control-label{font-weight:bold}.com_easyredminehelper .control-group.required .control-label:after{content:'*';margin-left:3px;position:absolute}.com_easyredminehelper .nowrap{white-space:nowrap}.com_easyredminehelper .text-right{text-align:right}.com_easyredminehelper .text-left{text-align:left}.mod_easyredmine_demo .collapsed .icon-chevron-up:before,.com_easyredminehelper .collapsed .icon-chevron-up:before{content:"\f078"}.mod_easyredmine_demo .form-actions .help-block,.com_easyredminehelper .form-actions .help-block{margin-top:5px}.changelog-fancybox .inner-padding{padding:15px}.changelog-fancybox .changelog-subject{margin-bottom:10px}.changelog-fancybox .changelog-details{font-style:italic}.com_easyredminehelper .easy_tree.level-0{font-weight:bold}.com_easyredminehelper .easy_tree.level-1{font-style:italic;font-weight:normal}.com_easyredminehelper.view-knowledge_detail img{max-width:100%;height:auto !important}.autocomplete-input-container{position:relative}.autocomplete-input-icon{position:absolute;right:4px;margin:0;top:4px}.autocomplete-results{display:none;position:absolute;z-index:999;overflow:auto;box-shadow:0 2px 8px rgba(0,0,0,0.33)}.grecaptcha-badge{width:70px !important;overflow:hidden !important;transition:all .3s ease !important;left:0 !important;bottom:0 !important}.grecaptcha-badge:hover{width:256px !important}div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 0px;
	margin-right: 4px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}

/* Advanced Dropdown style*/

div.advanced-dropdown {
	position:relative;
}
div.mod-languages.advanced-dropdown ul {
	background: #ccc;
	position: absolute;
	z-index: 100;
	list-style-type: none;
	left: 0;
	padding: 5px 10px 5px 4px;
	border-radius: 0 0 2px 2px;
}

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
	background-color: #ccc;
	border-radius: 2px;
	width: 38px;
	margin-top: 3px;
	padding: 3px;
	line-height: 0;
	-webkit-transition: all 0.75s;
}

div.advanced-dropdown a.langChoose img {
	border: 1px solid white;
}

div.advanced-dropdown span.caret{
	display: inline-block;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin-left:1px;
}

div.advanced-dropdown a{
	white-space:nowrap;
}