@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-light-webfont.woff2') format('woff2'),
        url('../fonts/raleway-light-webfont.woff') format('woff'),
        url('../fonts/raleway-light-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
        url('../fonts/raleway-regular-webfont.woff') format('woff'),
        url('../fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-semibold-webfont.woff') format('woff'),
        url('../fonts/raleway-semibold-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-bold-webfont.woff') format('woff'),
        url('../fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/rb-light.eot');
    src: url('../fonts/rb-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rb-light.woff2') format('woff2'),
        url('../fonts/rb-light.woff') format('woff'),
        url('../fonts/rb-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'RB';
    src: url('../fonts/rb-regular.eot');
    src: url('../fonts/rb-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rb-regular.woff2') format('woff2'),
        url('../fonts/rb-regular.woff') format('woff'),
        url('../fonts/rb-regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'RB';
    src: url('../fonts/rb-bold.eot');
    src: url('../fonts/rb-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rb-bold.woff2') format('woff2'),
        url('../fonts/rb-bold.woff') format('woff'),
        url('../fonts/rb-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body,
.page-wrapper {
	width: 100%;
  overflow-x: hidden;
}
body {
	margin: 0;
	color: #616366;
	font-family: "RB", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
	-webkit-transition: all ease-in .15s; 	
	        transition: all ease-in .15s; 	
}
a:active,
a:hover {
  outline: 0;
}
p {
  margin: 0 0 17px 0; 
}
p .zmdi {
  font-size: 17px; 
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
	color: rgba(0,0,0,0);
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="text"], 
input[type="email"], 
input[type="search"],
 input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #edeff2 !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
.link {
  color: #1e88e5;
  text-decoration: none;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #3ba3ff;
  text-decoration: none;
}
.link .zmdi-long-arrow-right {
  margin-left: 8px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #363b40;
	font-weight: 500;
}	
h1,
.h1 {
	margin-top: 38px;
	margin-bottom: 38px;
	font-size: 33px;
	line-height: 46px;
}	
h2,
.h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 34px;
}
h3,
.h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
  line-height: 28px;
}
h4,
.h4 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 22px;
}
h5,
.h5 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;	
}
h6,
.h6 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;	
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	font-weight: 300;	
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #363b40;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #1e88e5;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.text-center {
  text-align: center!important;
}
.text-justify {
  text-align: justify!important;
}
.text-nowrap {
  white-space: nowrap;!important
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-normal {
  font-weight: 300!important; 
}
.text-semibold {
  font-weight: 500!important; 
}
.text-bold {
  font-weight: bold!important; 
}
.text-primary {
  color: #1e88e5!important;
}
.text-white {
  color: #fff!important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #43A047!important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #3ba3ff!important;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #fca426!important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fcb858;
}
.text-danger {
  color: #e53935!important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff4d4a!important;
}
.bg-primary {
  color: #fff;
  background-color: #1e88e5;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-styled {
	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;	
}
.list-styled > li {
  margin-bottom: 5px; 
}
.list-styled > li:last-child {
  margin-bottom: 0; 
}
.list-label {
	display: inline-block;
  color: #363b40;
	font-weight: 500;
}
.list-styled-minwidth > li {
  position: relative;
  padding-left: 150px; 
}
.list-styled-minwidth .list-label {
  position: absolute;
  top: 0;
  left: 0;
	width: 150px;	
}
.list-icon {
 	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;	 
}
.list-icon > li {
  margin-bottom: 16px; 
}
.list-icon > li {
  position: relative;
  padding-left: 32px;
}
.list-icon > li > a {
  display: block;
  color: #616366;
}
.list-icon > li > a > i,
.list-icon > li > i {
  position: absolute;
  top: 0;
  left: 0;
  color: #616366;
  font-size: 24px;
}
.list-icon > li > i > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

.list-bullet {
 	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;	 
}
.list-bullet > li {
  margin-bottom: 6px; 
}
.list-bullet > li {
  position: relative;
  padding-left: 24px;
}
.list-bullet > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "•";
  font-size: 34px;
}

.standard-ol {
	counter-reset: item;	
}
.standard-ol > li {
	margin: 0 0 17px 0;
	list-style-type: none;
 	counter-increment: item;
	text-indent: -2em;
}
.standard-ol > li > .standard-ol {
	margin-top: 17px;	
}
.standard-ol > li:before  {
	display: inline-block;
    width: 2em;
    padding-right: 0.5em;
	color: #2b3033;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}
.list-upper-latin > li:before {
    content: counter(item, upper-latin) ".";
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 28px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 16px 20px;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616366;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    /*width: 750px;*/
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-mob-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-mob-2 .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-mob-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-mob-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (max-width: 479px) {
  .col-mob-1, .col-mob-2, .col-mob-3, .col-mob-4, .col-mob-5, .col-mob-6, .col-mob-7, .col-mob-8, .col-mob-9, .col-mob-10, .col-mob-11, .col-mob-12 {
    float: left;
  }
  .col-mob-12 {
    width: 100%;
  }
  .col-mob-11 {
    width: 91.66666667%;
  }
  .col-mob-10 {
    width: 83.33333333%;
  }
  .col-mob-9 {
    width: 75%;
  }
  .col-mob-8 {
    width: 66.66666667%;
  }
  .col-mob-7 {
    width: 58.33333333%;
  }
  .col-mob-6 {
    width: 50%;
  }
  .col-mob-5 {
    width: 41.66666667%;
  }
  .col-mob-4 {
    width: 33.33333333%;
  }
  .col-mob-3 {
    width: 25%;
  }
  .col-mob-2 {
    width: 16.66666667%;
  }
  .col-mob-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-bottom: 1px solid #edf0f2;
}
.table > tbody > tr > td.cell-actions {
	padding-top: 6px;
	padding-bottom: 6px;
}
.table > tbody > tr > td.cell-actions:last-child {
	text-align: right;
}
.table > thead > tr > th {
  padding: 16px 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #edeff2;
  color: #9da2a6;
  font-size: 11px;
  font-weight: bold;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #edeff2;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #edeff2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #edeff2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
table [data-url] td:not(.cell-actions):not(.cell-checkbox){
	cursor: pointer;
}
table [data-url]:hover {
	background-color: #fafbfc
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (min-width: 768px) {
  .table-responsive .table-label {
    display: none; 
  }
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-y: visible;
    border: none;
  }
  .table-responsive,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tfoot,
  .table-responsive tr,
  .table-responsive td,
  .table-responsive th {
    display: block;	
  }
  .table-responsive tbody tr:before,
  .table-responsive tbody tr:after,
  .table-responsive tfoot tr:before,
  .table-responsive tfoot tr:after {
    display: block;
    content: "";
    clear: both;	
  }
  .table-responsive thead {
    display: none;	
  }
  .table-responsive tbody,
  .table-responsive tbody tr {
    width: 100%;
  }
  .table-responsive tbody tr {
    position: relative;
    padding: 15px 0 10px;
    border-bottom: 1px solid #edeff2;
  }	
  .table-responsive tfoot tr td,
  .table-responsive tbody tr td {
      border: none;	
      padding: 0;
      margin-bottom: 5px;
  }
  .table-responsive tbody tr.collapse-row {
      padding: 0;	
  }
  .table-responsive tbody tr.collapse-row,
  .table-responsive tbody tr.collapse-row table tr,
  .table-responsive tbody tr.collapse-row table tr td {
      border: none;	
  }
  .table-responsive tbody tr [class*="cell-xs"] {
    padding: 0 5px;	
  }
  .table-responsive .cell-xs-1, 
  .table-responsive .cell-xs-2, 
  .table-responsive .cell-xs-3, 
  .table-responsive .cell-xs-4, 
  .table-responsive .cell-xs-5, 
  .table-responsive .cell-xs-6, 
  .table-responsive .cell-xs-7, 
  .table-responsive .cell-xs-8, 
  .table-responsive .cell-xs-9, 
  .table-responsive .cell-xs-10, 
  .table-responsive .cell-xs-11, 
  .table-responsive .cell-xs-12 {
    display: block;
    float: left;
    min-height: 20px;
  }
  .table-responsive .cell-xs-12 {
      width: 100%;
  }
  .table-responsive .cell-xs-11 {
      width: 91.66666667%;
  }
  .table-responsive .cell-xs-10 {
      width: 83.33333333%;
  }
  .table-responsive .cell-xs-9 {
      width: 75%;
  }
  .table-responsive .cell-xs-8 {
      width: 66.66666667%;
  }
  .table-responsive .cell-xs-7 {
      width: 58.33333333%;
  }
  .table-responsive .cell-xs-6 {
      width: 50%;
  }
  .table-responsive .cell-xs-5 {
      width: 41.66666667%;
  }
  .table-responsive .cell-xs-4 {
      width: 33.33333333%;
  }
  .table-responsive .cell-xs-3 {
      width: 25%;
  }
  .table-responsive .cell-xs-2 {
      width: 16.66666667%;
  }
  .table-responsive .cell-xs-1 {
      width: 8.33333333%;
  }    
  .cell-xs-left {
    text-align: left!important;	
  }
  .cell-xs-right {
    text-align: right!important;	
  }	
  .cell-xs-hidden {
    display: none!important; 
  }
  .cell-title {
    margin-bottom: 10px;
  }
  .table-responsive .table-label {
    font-weight: bold;
  }
  
	/* Table: Checkbox */
	
	.table-checkbox > tbody > tr  {
		padding-left: 40px;
	}
	.table-checkbox > tbody > tr > .cell-checkbox {
		position: absolute;
		left: -5px;
		top: 6px;	
		height: 44px;
		width: 44px;
		padding: 13px!important;
	}
	.table-checkbox > tbody > tr > .cell-checkbox > input {
		margin: 0;	
	}
}
.table-bottom {
	margin-top: -20px;
}
.table-bottom .table-length {
		float: right;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.help {
  margin-left: 8px;
  font-size: 19px; 
  cursor: pointer;
  vertical-align: middle;
}
.help > i {
  color: #919499; 
	-webkit-transition: all ease-in .15s; 	
	transition: all ease-in .15s; 	
}
.help:hover > i {
  color: #1e88e5;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee0;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1e88e5;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group .row {
  margin-left: -7px;
  margin-right: -7px; 
}
.form-group [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px; 
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.icheck-label {
    cursor: pointer;	
}
.checkbox-styled > input {
    opacity: 0;
}
.checkbox-styled {
  position: relative;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 2px solid #cacdcf;
  border-radius: 2px;
  -webkit-transition: all .15s ease;
          transition: all .15s ease;
  cursor: pointer; 
}
.icheck-label:hover > .checkbox-styled,
.checkbox-styled.hover,
.checkbox-styled:hover { 
  border-color: #1e88e5;
}
.checkbox-styled.checked { 
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.checkbox-styled.disabled,
.checkbox-styled.disabled:hover,
.checkbox-styled.disabled:active,
.checkbox-styled.disabled:focus,
.icheck-label:hover > .checkbox-styled.disabled {
  border: 1px solid #e4e8f0;
  cursor: not-allowed;
}
.checkbox-styled:before {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    content: "\f26b";
    height: 18px;
    width: 18px;	
    opacity: 0;
    color: #fff;
    font-size: 17px;
    font-family: 'Material-Design-Iconic-Font';
    text-align: center;
    line-height: 18px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.checkbox-styled.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox > label,
.checkbox-inline {
    position: relative;
    padding-left: 30px;
}	
.checkbox > label > .checkbox-styled,
.checkbox-inline > .checkbox-styled {
    position: absolute;
    left: 0;
    top: 2px;	
}
.radio-inline + .radio-inline, 
.checkbox-inline + .checkbox-inline {
    margin-left: 30px;	
}
.icheck-label {
    cursor: pointer;	
}
.checkbox-styled > input,
.radio-styled > input {
    opacity: 0;
}
.checkbox-styled,
.radio-styled {
  position: relative;
  height: 18px;
  width: 18px;
  border: 2px solid #cacdcf;
  border-radius: 2px;
  -webkit-transition: all .15s ease;
          transition: all .15s ease;
  cursor: pointer; 
}
.radio-styled {
  -webkit-border-radius: 10px; 
  border-radius: 10px; 
}
.icheck-label:hover > .checkbox-styled,
.checkbox-styled.hover,
.radio-styled:hover { 
  border-color: #1e88e5;
}
.checkbox-styled.checked { 
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.radio-styled.checked { 
  border-color: #1e88e5;
}
.checkbox-styled.disabled,
.checkbox-styled.disabled:hover,
.checkbox-styled.disabled:active,
.checkbox-styled.disabled:focus,
.icheck-label:hover > .checkbox-styled.disabled {
  border: 1px solid #e4e8f0;
  cursor: not-allowed;
}
.checkbox-styled:before {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  content: "\f26b";
  height: 18px;
  width: 18px;	
  opacity: 0;
  color: #fff;
  font-size: 17px;
  font-family: 'Material-Design-Iconic-Font';
  text-align: center;
  line-height: 18px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
}
.radio-styled:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  content: "";
  height: 10px;
  width: 10px;	
  background-color: #1e88e5;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.radio-styled.checked:before,
.checkbox-styled.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.radio > label,
.checkbox > label,
.checkbox-inline {
  position: relative;
  padding-left: 30px;
}	
.radio > label > .radio-styled,
.checkbox > label > .checkbox-styled,
.checkbox-inline > .checkbox-styled {
  position: absolute;
  left: 0;
  top: 2px;	
}
.radio-inline + .radio-inline, 
.checkbox-inline + .checkbox-inline {
  margin-left: 30px;	
}
.switchbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.switchbox .switch {
  margin-right: 5px;
  vertical-align: middle;
} 
.switch {
  position: relative;
  height: 22px;
  width: 46px;
  cursor: pointer;
}
.switch-checkbox {
  position: absolute;
  opacity: 0; 
}
.switch-handle {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff; 
  -webkit-border-radius: 12px;
  border-radius: 12px;
	-webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.switch:hover .switch-handle {
  -webkit-box-shadow: 0 1px 10px -1px rgba(37,45,51, .5);
  box-shadow: 0 1px 10px -1px rgba(37,45,51, .5);
}
.switch-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #dadfe5;
  -webkit-border-radius: 12px;
  border-radius: 12px;
	-webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.switch-checkbox:checked + .switch-container {
  background-color:#1e88e5
}
.switch-checkbox:checked + .switch-container:after {
  position: absolute;
  top:  0;
  left: 5px;
  z-index: 1;
  display: block;
  content: "on";
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}
.switch-checkbox + .switch-container:after {
  position: absolute;
  top:  0;
  right: 5px;
  z-index: 1;
  display: block;
  content: "off";
  color: #8a9399;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
}
.switch-checkbox + .switch-container .switch-handle {
  right: 26px;
}
.switch-checkbox:checked + .switch-container .switch-handle {
  right: 2px; 
}


.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 42px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 42px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 56px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
}
.input-xlg {
  height: 62px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 3px;
}
select.input-lg {
  height: 54px;
  line-height: 56px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-icon {
	position: relative;
}
.input-icon > .form-control:first-child {
	padding-right: 50px;
}
.input-icon > .form-control:last-child {
	padding-left: 50px;
}
.input-icon > .btn-icon,
.input-icon > i {
	position: absolute;
	top: 0;
}
.input-icon > i {
	top: 13px;
	height: 24px;
	width: 24px;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}
.input-icon > .btn-icon:first-child {
	left: 5px;
}
.input-icon > i:first-child {
	left: 15px;
}
.input-icon > .btn-icon:last-child {
	right: 5px;
}
.input-icon > i:last-child {
	right: 15px;
}
.input-icons-right {
  position: absolute;
  top: 6px;
  right: 6px; 
}
.input-icon-sm .input-icons-right {
  top: 4px; 
}
.input-icon-lg .input-icons-right {
  top: 10px; 
}
.input-icon-xlg .input-icons-right {
  top: 12px; 
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #43A047;
}
.has-success .form-control {
  border-color: #43A047;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #43A047;
  background-color: #dff0d8;
  border-color: #43A047;
}
.has-success .form-control-feedback {
  color: #43A047;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e53935;
}
.has-error .form-control {
  border-color: #e53935;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #e53935;
  background-color: #f2dede;
  border-color: #e53935;
}
.has-error .form-control-feedback {
  color: #e53935;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #919499;
  font-size: 12px;
  line-height: 16px;  
}
.form-material .form-group {
  margin-bottom: 30px; 
}
.form-material-sm .form-group {
  margin-bottom: 20px; 
}
.actions {
  margin: 24px 0; 
}
.actions-lg {
  margin: 40px 0; 
}
.actions-md {
  margin: 32px 0; 
}
.actions-sm {
  margin: 16px 0; 
}
.actions > .btn + .btn:not(.btn-block) {
  margin-left: 12px; 
}
.actions > .btn.pull-right {
  margin-right: 0; 
  margin-left: 12px; 
}
.actions-sm > .btn {
  margin-right: 4px; 
}
.form-material .form-group {
  position: relative; 
}
.form-material select.form-control {
  padding-top: 22px;
} 
.form-material .form-control {
  padding-right: 0;
  padding-left: 0;
  border-top: none;
  border-left: none;
  border-right: none; 
  -webkit-border-radius: 0;
          border-radius: 0;
}
.form-material .form-control[disabled], 
.form-material .form-control[readonly], 
.form-material fieldset[disabled] .form-control {
  background-color: #fff;
}
.form-material .label-floatlabel {
  position: absolute;
  top: 0!important;
  left: 0!important;
}
.label-floatlabel,
.control-label {
  top: 7px!important;
  left: 12px!important;
  color: #9da2a6!important;
  font-size: 11px!important;
  font-weight: bold!important;
  line-height: 14px;
}
.control-label {
  margin-bottom: 10px; 
}
.form-sm {
  max-width: 480px; 
}
@media (min-width: 768px) {
  .form-inline {
	margin-left: -15px;  
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
	margin-left: 9px;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .btn {
	margin-left: 9px;  
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  min-width: 100px;
  padding: 12px 24px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
 	/*box-shadow: 0 2px 6px rgba(0,0,0, 0.1);*/
  -webkit-transition: all ease-in .15s;
  -moz-transition: all ease-in .15s;
  -ms-transition: all ease-in .15s;
  -o-transition: all ease-in .15s;
  transition: all ease-in .15s;
}
@media (max-width: 991px) {
	.btn {
	  min-width: 86px;
	}
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn.btn-outline:active,
.btn.btn-outline.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .5;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #616366;
  background-color: #dfe2e5;
  border-color: #dfe2e5;
}
.btn-default:focus,
.btn-default.focus {
  color: #616366;
  background-color: #dfe4eb;
  border-color: #dfe4eb;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #616366;
  background-color: #ebeff2;
  border-color: #ebeff2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default.btn-outline {
  color: #616366;
  border-color: #e6e9eb;
}
.btn-default.btn-outline:hover {
  color: #616366;
  border-color: #1e88e5;
}
.btn-default.btn-link,
.btn-default.btn-link:hover {
  color: #616366;
}
.btn-default.btn-link:hover {
  background-color: #edf0f2;
}
.btn-primary {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary{
  color: #fff;
  background-color: #3ba3ff;
  border-color: #3ba3ff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1e88e5;
  border-color: #2e6da4;
}
.btn-primary.btn-outline {
	color: #1e88e5
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active {
	background-color: #1e88e5;
	border-color: #1e88e5;
	color: #fff;
}
.btn-primary-light {
  color: #fff;
  background-color: #3ba3ff;
  border-color: #3ba3ff;
}
.btn-primary-light:focus,
.btn-primary-light.focus,
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light,
.btn-primary-light:hover {
  color: #fff;
  background-color: #54aaff;
  border-color: #54aaff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e53935;
  border-color: #e53935;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff4d4a;
  border-color: #ff4d4a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cc322f;
  border-color: #cc322f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-dark {
	color: #fff;
	background-color: #1669ba;
	border-color: #1669ba;	
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #fff;
  background-color: #2177c2;
  border-color: #2177c2;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1e88e5;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1e88e5;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-xlg,
.btn-group-xlg > .btn {
	height: 62px;
  min-width: 120px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
}
.btn-lg,
.btn-group-lg > .btn {
	height: 56px;
  min-width: 120px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
}
.btn-sm,
.btn-group-sm > .btn {
  height: 42px;
  min-width: 60px;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 14px;
}
.btn-sm.btn-link,
.btn-group-sm > .btn.btn-link {
  padding-left: 8px;
  padding-right: 8px; 
}
.btn-xs,
.btn-group-xs > .btn {
  height: 36px;
  min-width: 60px;
  padding: 5px 16px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn i {
  margin-right: 16px;	
	font-size: 24px;
  vertical-align: bottom;
}
.btn i.right,
.btn i.zmdi-long-arrow-right {
	margin-left: 16px;	
  margin-right: 0;
  font-size: 24px;
  vertical-align: sub;
}
.btn i.zmdi-long-arrow-right {
	font-size: 19px;
  vertical-align: middle;
}
.btn-icon {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.btn-icon.btn-sm,
.btn-circle.btn-sm  {
  line-height: 24px;
}
.btn-icon.btn-sm  {
	padding: 9px;
  font-size: 19px;
}
.btn-icon.btn-xs  {
	padding-left: 6px;
	padding-right: 6px;
  font-size: 17px;
}
.btn.btn-icon i,
.btn.btn-circle i {
  float: none;
	display: block;
	height: 24px;
	width: 24px;
	margin: 0 auto;
	font-size: 24px;
}
.btn.btn-icon i:before,
.btn.btn-circle i:before {
	line-height: 24px;
}
.btn-icon.btn-sm  > i{
  font-size: 19px;
}

.btn.btn-lg.btn-icon i,
.btn.btn-lg.btn-circle i {
	font-size: 24px;	
}
.btn.btn-icon.btn-link {
	color: #616366;
}
.btn.btn-icon.btn-link:hover {
	color: #1e88e5;
}
.open .btn.btn-icon.btn-link,
.open .btn.btn-icon.btn-link:active {
	background-color: #edf0f2;
}
.btn.btn-light {
	color: #fff;
	background-color: rgba(255,255,255, 0.2);
	border-color: transparent;
}
.btn.btn-light.btn-outline {
	border-color: rgba(255,255,255, 0.2);
}
.btn.btn-light:hover {
	color: #fff;
	background-color: rgba(255,255,255, 0.2);
	border-color: transparent;
}
.btn.btn-outline {
	background: transparent;
	box-shadow: none;
}
.btn.btn-circle {
	min-width: 0;
	padding-right: 0;
	padding-left: 0;
	-wbekit-border-radius: 40px;
	-moz-border-radius: 40px;	
	border-radius: 40px;	
}
.btn.btn-circle {
	width: 50px;	
}
.btn.btn-circle.btn-lg {
	width: 56px;	
}
.btn.btn-circle.btn-sm {
	height: 42px;	
	width: 42px;	
}
.btn.btn-circle.btn-xs {
	width: 36px;	
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.spinner:after {
	display: block;
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 2px transparent;
  border-top-color: #ffaa00;
  border-left-color: #ffaa00;
  border-radius: 100%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.spinner-lg:after {
  margin: -22px 0 0 -22px;
  width: 40px;
  height: 40px;
}
.spinner-md:after {
  margin: -16px 0 0 -16px;
  width: 28px;
  height: 28px;
}
.spinner-hidden {
	opacity: 0;
	visibility: hidden;
}
.spinner-visible {
	opacity: 1;
	visibility: visible;
}
.btn-preloader {
  position: relative; 
}
.btn-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-preloader .spinner:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
.btn-preloader .spinner-md {
  height: 32px;
  width: 32px;
  margin-left: -16px; 
  margin-top: -16px; 
}
.btn-preloader .spinner,
.btn-preloader.btn-loading > span:not(.spinner) {
  opacity: 0;
  visibility: hidden; 
}
.btn-preloader.btn-loading .spinner {
  opacity: 1;
  visibility: visible; 
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
	display: block;
  float: left;
  min-width: 200px;
  padding: 12px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
	visibility: hidden;
	opacity: 0;
  background-color: #fff;
	border: 1px solid #dcdee0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0 10px 40px -5px rgba(37,45,51, .25);
					box-shadow: 0 10px 40px -5px rgba(37,45,51, .25);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 	
					transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 	
	-webkit-transform: translateX(0px) translateY(20px);
					transform: translateX(0px) translateY(20px);	
}
.dropdown-menu:after,
.dropdown-menu:before {
	position: absolute;
	left: 30px;
	top: -16px;
	display: block;
	content: "\f2f8";
	height: 16px;
	width: 18px;
	color: #fff;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 40px;
	line-height: 26px;	
}
.dropdown-menu:before {
	top: -17px;
	font-size: 41px;
	color: #dcdee0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.pull-right:after,
.dropdown-menu.pull-right:before {
	right: 20px;
	left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #edeff2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 24px;
  clear: both;
  font-weight: 300;
  color: #616366;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  color: #1e88e5;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1e88e5;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
			transform: translateX(0px) translateY(0px);	
}
.cell-actions .dropdown-menu.pull-right {
  right: -12px; 
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfe2e5;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  margin: 0 -16px;
  border-bottom: 1px solid #edf0f2;
	white-space: nowrap;
}
.nav-tabs > li {
  display: inline-block;
}
.nav-tabs > li > a,
.nav-tabs > li > button,
.nav-tabs > li > span {
  position: relative;
	padding: 14px 2px;
  margin: 0 14px;
  color: #616366;
  line-height: 20px;
	-webkit-transition: color ease-in .15s; 	
	        transition: color ease-in .15s; 	
}
.nav-tabs > li > button {
  background: transparent;
  border: none; 
  cursor: pointer;
}
.nav-tabs > li > a:after,
.nav-tabs > li > button:after,
.nav-tabs > li > span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: ease-in all .15s;
  		    transition: ease-in all .15s;
} 
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > button:hover {
  color: #1e88e5;
}
.nav-tabs > li > button:focus,
.nav-tabs > li > button:active {
  outline: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > button,
.nav-tabs > li.active > button:hover,
.nav-tabs > li.active > button:focus,
.nav-tabs > li.active > span {
  color: #1e88e5;
  cursor: default;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > button:after,
.nav-tabs > li.active > button:after,
.nav-tabs > li.active > span:after {
	width: 100%;
  margin-left: -50%;
  background-color: #1e88e5;
}
@media (max-width: 767px) {
  .nav-tabs {
    margin: 0 -12px;
  }
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #edeff2;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #edeff2;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tabs-responsive {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.tabs-responsive > .tabs-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.tabs-responsive > .tabs-container > .btn {
  position: absolute;
  top: -1px; 
}
.tabs-responsive > .tabs-container > .btn-next {
  right: -18px; 
}
.tabs-responsive > .tabs-container > .btn-prev {
  left: -18px; 
}
.tabs-responsive > .tabs-container > .nav-tabs {
  height: 76px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-transition: all ease-in .15s;
  transition: all ease-in .15s;
}
.tabs-responsive > .tabs-container > ul > li {
  float: none;
  display: inline-block;
  width: auto;
}
@media (min-width: 992px) {
  .tabs-responsive > .tabs-container > .btn {
    display: none; 
  }
}
@media (max-width: 991px) {
  .tabs-responsive > .tabs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nav-sidebar > li {
  margin-bottom: 8px;  
}
.nav-sidebar > li:after {
  display: block;
  content: "";
  clear: both; 
}
.nav-sidebar > li > a {
  position: relative;
	display: inline-block;
	padding: 0 0 6px;
	color: #616366;
	-webkit-transition: color ease-in .15s;
	transition: color ease-in .15s;
}
.nav-sidebar > li > a > i {
  margin-right: 12px;
  font-size: 24px;
  vertical-align: top;
}
.nav-sidebar > li:not(.dropdown) > a:before,
.nav-sidebar > li > .nav > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	height: 2px;
	width: 0;
	background-color: #1e88e5;
	-webkit-transition: all ease-in .15s;
			    transition: all ease-in .15s;
}
.nav-sidebar > li:not(.dropdown).active > a:before,
.nav-siedbar > li > .nav > li.active > a:before {
	width: 100%;
}	
.nav-sidebar > li.active > a,
.nav-sidebar > li > a:hover,
.nav-sidebar > li > .nav > li.active > a,
.nav-sidebar > li > .nav > li > a:hover {
 	color: #1e88e5;
}
.nav-sidebar > li > .nav {
	display: none;	
	padding-left: 15px;
}
.nav-sidebar > li.active > .nav {
	display: block;	
}
.nav-sidebar > li > .nav > li > a {
	padding: 3px 15px 3px 0;
	color: #616366;
	font-size: 14px;
}
@media (min-width: 768px) {
	.nav-responsive > .btn,
  .panel-mobile-select > .mobile-select-label {
		display: none;
	}
}
@media (max-width: 767px) {
	.nav-responsive,
  .panel-mobile-select {
		position: relative;	
	}
  .panel-mobile-select > .panel-title,
  .panel-mobile-select > .panel-heading {
    display: none; 
  }
  .nav-responsive-p-b {
    margin-bottom: 40px; 
  }
	.nav-responsive > .btn,
  .panel-mobile-select > .mobile-select-label {
		width: 100%;
    padding-left: 12px;
    padding-right: 12px;
		text-align: left;
	}
  .nav-responsive > .btn.btn-icon {
    text-align: center; 
  }
	.nav-responsive > .btn i,
  .panel-mobile-select > .mobile-select-label i {
		float: right;
		color: #616366;
		font-size: 24px;	
	}
	.nav-responsive > ul,
  .panel-mobile-select > .list-group {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		display: block;
		width: 100%!important;
    min-width: 200px;
		padding: 12px 0;
		margin: 0;
		background: #fff;
		opacity: 0;
		visibility: hidden;
    border: 1px solid #dcdee0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
		-webkit-transform: translateX(0px) translateY(15px);
		transform: translateX(0px) translateY(15px);	
    -webkit-box-shadow: 0 10px 40px -5px rgba(37,45,51, .25);
    box-shadow: 0 10px 40px -5px rgba(37,45,51, .25);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
	}
  .nav-responsive-right > ul {
    left: auto;
    right: 0; 
  }
	.nav-responsive > .btn:after,
	.nav-responsive > .btn:before,
  .panel-mobile-select > .mobile-select-label:after {
		position: absolute;
		right: 25px;
		top: 100%;
    z-index: 1000;
		display: block;
		content: "\f2f8";
		height: 16px;
		width: 18px;
    margin-top: -16px;
		opacity: 0;
		visibility: hidden;
		color: #fff;
		font-family: 'Material-Design-Iconic-Font';
		font-size: 40px;
		line-height: 26px;	
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
		-webkit-transform: translateX(0px) translateY(15px);
		transform: translateX(0px) translateY(15px);	
	}
	.nav-responsive > .btn:before {
    margin-top: -17px;
    color: #dcdee0;
    font-size: 41px;
  }
	.nav-responsive.open > ul,
	.panel-mobile-select.open > .list-group,
	.nav-responsive.open > .btn:before,
	.nav-responsive.open > .btn:after {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);	
	}
  .nav-responsive > ul > li {
    margin: 0;
    padding: 0; 
    list-style: none;
  }
  .nav-responsive > ul > li > a,
  .nav-responsive > ul > li > .btn {
    width: 100%;
    padding: 4px 24px;
    border: none;
  }
  .nav-responsive > ul > li > a:before {
    display: none!important; 
  }
  .nav-responsive > ul > li > .btn {
    height: auto;
    width: auto;
    background: transparent!important;;
    font-size: 14px;
    font-weight: 300;
  }
  .nav-responsive > ul > li > .btn-icon > i {
    display: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1e88e5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #edeff2;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #edeff2;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  /*position: relative;*/
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  height: 58px;
  padding: 0;
  margin: -6px 0 -6px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
	.navbar-brand {
		float: left;
	}
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle i {
	padding: 4px 0;	
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 15px 8px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #edeff2;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #edeff2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination,
.table-length {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination.navigation {
  margin: 0; 
}
.pagination > li,
.table-length > li {
  display: inline-block;
	margin-right: 5px;
}
.pagination > li > a,
.pagination > li > span,
.table-length > li > a,
.table-length > li > span {
  position: relative;
  float: left;
	min-width: 34px;
  padding: 6px;
  line-height: 1.42857143;
  color: #616366;
  font-size: 14px;
  text-decoration: none;
	text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
	border-radius: 20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 0;
	color: #616366;
	font-size: 20px;
	line-height: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.table-length > li:last-child > a,
.table-length > li:last-child > span {
	margin-right: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.table-length > li > a:hover,
.table-length > li > span:hover,
.table-length > li > a:focus,
.table-length > li > span:focus {
  z-index: 3;
  color: #1e88e5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.table-length > .active > a,
.table-length > .active > span,
.table-length > .active > a:hover,
.table-length > .active > span:hover,
.table-length > .active > a:focus,
.table-length > .active > span:focus {
  z-index: 2;
  color: #1e88e5;
	font-weight: bold;
  cursor: default;
  border-color: #1e88e5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #edeff2;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.badge {
  display: inline-block;
  min-width: 16px;
  padding: 5px 6px;
  margin-left: 8px;
  font-size: 9px;
  font-weight: 300;
  line-height: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-bottom;
  background-color: #aaaeb3;
  border-radius: 15px;
}
.badge-lg {
  padding: 8px 9px;
  font-size: 15px; 
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #1e88e5;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.label {
  display: inline-block;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.label > .badge {
  padding: 3px 4px 2px; 
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  color: #919499;
  background-color: #edf0f2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #616366;
  background-color: #ebeff2;
}
.label-primary,
.badge-primary {
  background-color: #1e88e5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.status {
		display: inline-block;
		white-space: nowrap;
}
.status:before {
	display: inline-block;
	content: "";
	height: 8px;
	width: 8px;
	margin: -6px 6px 0 0 ;
  vertical-align: middle;
	-webkit-border-radius: 4px;
					border-radius: 4px;
}
.status-success {
	color: #43A047;
}
.status-success:before {
	background-color: #43A047;	
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1e88e5;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert-sm {
  padding: 12px 15px; 
  font-size: 14px;
  line-height: 20px;
}
a.alert {
  display: block; 
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > i {
  margin-right: 8px;
  font-size: 24px; 
  vertical-align: sub;
}
.alert-sm > i {
  font-size: 19px; 
}
a.alert:hover > i {
  color: #fff!important;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-default {
  color: #9da2a6;
  border-color: #e6e9eb;
}
.alert-success {
  color: #43A047;
  border-color: #81C784;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #1e88e5;
  border-color: #54aaff;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.panel.alert-warning,
.alert-warning {
  border-color: #ffb13d;
  color: #fca426;
}
a.alert-warning:hover {
  background-color: #ffb13d;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #e53935;
  border-color: #ff4d4a;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1e88e5;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 24px;
}
.list-group-condensed {
  margin-bottom: 17px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 24px 0;
  background-color: #fff;
  border-bottom: 1px solid #edeff2;
}
.list-group-item .list-group {
  margin: 0;
  padding: 24px 0 0 24px; 
}
.list-group-item .list-group-item {
  border-top: 1px solid #edeff2;
  border-bottom: none;
}
.list-group-item .list-group-item:last-child {
  padding-bottom: 0;
}
.list-group-icon {
  position: relative;
  padding-left: 40px; 
}
.list-group-item-icon {
  position: absolute;
  top: 24px;
  left: 0;
  font-size: 24px; 
}
.list-group-item-body > p:last-child {
  margin-bottom: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-group-condensed .list-group-item {
  line-height: 16px;
  border: none;
} 
.list-group-item > a,
a.list-group-item,
button.list-group-item {
  color: #616366;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
.list-group-item > a:hover,
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #1e88e5;
  text-decoration: none;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #1e88e5;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #43A047;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #43A047;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #43A047;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.list-group-item-info {
  color: #3ba3ff;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #3ba3ff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #3ba3ff;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3ba3ff;
  border-color: #3ba3ff;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #e53935;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e53935;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e53935;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e53935;
  border-color: #e53935;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
	position: relative;
	display: block;
	margin-bottom: 20px;
  background-color: #fff;
	border: 1px solid #e6e9eb;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
  text-align: left;
}
.panel-block {
	padding: 30px;
}
.panel-body,
.panel-block-sm {
	padding: 24px;
}
.panel-block-xs {
	padding: 16px;
}
.panel-block-icon {
	padding: 50px 30px;
  text-align: center;
}
.panel-icon {
	margin-bottom: 30px;	
}
a.panel-block-icon .link {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  opacity: 0;
	visibility: hidden;
  -webkit-transition: opacity ease-in .25s;
  -moz-transition: opacity ease-in .25s;
  transition: opacity ease-in .25s;
}
a.panel-block-icon .panel-body {
  padding: 0;
  -webkit-transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
	transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1); 	
	-webkit-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
a.panel-block-icon:hover .panel-body {
	-webki-transform: translateX(0px) translateY(-10px);
	transform: translateX(0px) translateY(-10px);
}
a.panel-block-icon:hover .link {
	opacity: 1;
	visibility: visible;
}
.panel-block-icon .panel-title {
  margin-bottom: 0; 
}
.panel-block-icon .panel-icon > i {
  color: #1e88e5;
}
.panel-block-icon.panel-block-sm {
  padding: 40px 16px; 
}
.panel-block-icon.panel-block-sm .panel-icon > i {
  font-size: 48px; 
}
a.panel-block-icon.panel-block-sm .link {
  bottom: -24px;
}
a.panel,
.panel-link {
	color: #616366;
  cursor: pointer;
	-webkit-transition: all ease-in .15s; 	
	transition: all ease-in .15s; 	
}
a.panel:hover, 
.panel-link:hover, 
.panel.active {
	border-color: #1e88e5;
}
.panel.active > * {
  color: #1e88e5;
}
@media (max-width: 767px) {
  .panel-block {
    padding: 24px; 
  }
}
.panel-block .panel-tabs .nav-tabs {
   padding: 0 14px;
   margin: -30px -30px 0;
}
.panel-block-sm .panel-tabs .nav-tabs {
   padding: 0 8px;
   margin: -24px -24px 24px;
}
.panel-block-sm .panel-tabs .nav-tabs > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-blue {
  color: #fff;
  background-color: #1e88e5;
  border: none;
}
.package.active,
.panel.active,
.panel-blue-gradient {
  color: #fff;
  border-color: transparent!important;
	background: #026FCE;
	background: linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #1E87E3  97%);
	background-image: -moz-linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #1E87E3  97%);
	background-image: -o-linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #1E87E3  97%);
	background-image: -webkit-linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #1E87E3  97%);
	background-image: linear-gradient(45deg, #135FAC  1%, #1e88e5 64%, #1E87E3  97%);	
  background-size: 102% 102%; /*transparent border fix*/  
  background-position: -1px; /*transparent border fix*/
}
.panel-dark-blue {
  background-color: #1669ba;
  border: none;
}
.panel-dark {
  background-color: #333d45;
  border: none;
}
.package.active,
.panel.active,
.panel-shadow {
  -webkit-box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
  box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
}
.panel-shadow-sm {
  -webkit-box-shadow: 0 10px 30px -10px rgba(37,45,51, .5);
  box-shadow: 0 10px 30px -10px rgba(37,45,51, .5);
}
.panel-blue .form-control,
.panel-blue-gradient .form-control {
  border-color: transparent;
  background: rgba(0,0,0, 0.2);
  color: #fff;
}
.panel-blue .form-control.active-floatlabel,
.panel-blue-gradient .form-control.active-floatlabel {
  padding-top: 25px!important;
}
.panel-blue .label-floatlabel,
.panel-blue-gradient .label-floatlabel,
.panel-blue .control-label,
.panel-blue-gradient .control-label {
  top: 10px!important;
  left: 20px!important;
  color: rgba(196, 227, 255, 0.5)!important;
}
.panel-blue .input-icon i,
.panel-blue-gradient .input-icon i,
.panel-blue-gradient .display-title {
	color: rgba(196, 227, 255, 0.8);
}
.panel-blue .form-control::-webkit-input-placeholder,
.panel-blue-gradient .form-control::-webkit-input-placeholder {
	color: rgba(196, 227, 255, 0.8);
}
.panel-blue .form-control:-moz-placeholder,
.panel-blue-gradient .form-control:-moz-placeholder {
	color: rgba(196, 227, 255, 0.8);  
}
.panel-blue .form-control::-moz-placeholder,
.panel-blue-gradient .form-control::-moz-placeholder {
	color: rgba(196, 227, 255, 0.8);  
}
.panel-blue .form-control:-ms-input-placeholder,
.panel-blue-gradient .form-control:-ms-input-placeholder {  
	color: rgba(196, 227, 255, 0.8);  
}
.panel-blue .checkbox-styled,
.panel-blue-gradient .checkbox-styled,
.panel-blue .radio-styled,
.panel-blue-gradient .radio-styled {
  border-color: rgba(196, 227, 255, 0.5);
}
.panel-blue .checkbox-styled:before,
.panel-blue-gradient .checkbox-styled:before,
.panel-blue .radio-styled:before,
.panel-blue-gradient .radio-styled:before {
  background-color: #fff;
}
.panel-blue .checkbox-styled.checked,
.panel-blue-gradient .checkbox-styled.checked,
.panel-blue .radio-styled.checked.checked,
.panel-blue-gradient .radio-styled.checked {
  border-color: #fff;
}
.panel-blue .checkbox-styled.checked,
.panel-blue-gradient .checkbox-styled.checked:before,
.panel-blue .radio-styled.checked.checked:before,
.panel-blue-gradient .radio-styled.checked:before {
  background-color: #fff;
}
.panel-blue-gradient .panel-title,
.panel-blue .panel-title,
a.panel-blue,
a.panel-blue-gradient,
.panel-blue-gradient .display-2 {
  color: #fff; 
}
.panel-heading {
  margin: 0;
  padding: 15px 24px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading > .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-title {
  margin-top: -7px;
}
.panel-block-sm .panel-title {
  margin-top: -3px; 
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #edeff2;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-block .panel-footer {
  margin: 30px -30px -30px -30px; 
  padding: 8px 30px;
}
.panel-dark .panel-footer,
.panel-blue .panel-footer,
.panel-dark-blue .panel-footer {
  border-top-color: rgba(255,255,255, 0.1);
}
.panel-dark .link,
.panel-blue .link,
.panel-dark-blue .link {
  color: rgba(255,255,255, .6)
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #edeff2;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #edeff2;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #edeff2;
}
.panel-default {
  border-color: #edeff2;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #edeff2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #edeff2;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #edeff2;
}
.panel-primary {
  border-color: #1e88e5;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1e88e5;
}
.panel-primary > .panel-heading .badge {
  color: #1e88e5;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1e88e5;
}
.panel-success {
  border-color: #81C784;
}
.panel-success > .panel-heading {
  color: #43A047;
  background-color: #dff0d8;
  border-color: #81C784;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #81C784;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #43A047;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #81C784;
}
.panel-info {
  border-color: #54aaff;
}
.panel-info > .panel-heading {
  color: #3ba3ff;
  background-color: #d9edf7;
  border-color: #54aaff;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #54aaff;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3ba3ff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #54aaff;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ff4d4a;
}
.panel-danger > .panel-heading {
  color: #e53935;
  background-color: #f2dede;
  border-color: #ff4d4a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff4d4a;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #e53935;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff4d4a;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #edeff2;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=40);
  opacity: .4;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
}
.modal .close {
  position: absolute;
  z-index: 99999
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal .close {
    top: -24px;
    right: -24px; 
  }
}
@media (max-width: 767px) {
  .modal .close {
    top: 20px;
    right: 20px; 
  }
  .modal .close i {
    color: #9da2a6; 
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
          transform: scale(.7);
  -webkit-transition-property: all;
          transition-property: all;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: ease-in-out all .2s;
     -moz-transition: ease-in-out all .2s;
          transition: ease-in-out all .2s;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    -webkit-transition-property: all;
            transition-property: all;
  opacity: 1;
  visibility: visible;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 10px;
  vertical-align: middle;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 4px;
  outline: 0;
	-webkit-box-shadow: 0 0 40px rgba(37,45,51, .5);
			    box-shadow: 0 0 40px rgba(37,45,51, .5);
}
@media (max-width: 767px) {
  .modal-content {
    width: 100%; 
  }
	.modal-dialog {
		width: 100%;
		margin: 0;
		padding: 20px;
	}
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2b3033;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 30px 30px 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-tabs {
  padding: 0 30px; 
  border-bottom: 1px solid #edf0f2;
}
.modal-tabs .nav-tabs {
  border-bottom: none; 
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 0px 30px 30px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-hero .modal-header {
  text-align: center; 
}
@media (min-width: 768px) {
  .modal-hero .modal-body h2,
  .modal-hero .modal-body .h2,
  .modal-hero .modal-body h3,
  .modal-hero .modal-body .h3 {
    margin-bottom: 40px; 
  }
  .modal-hero .modal-body {
    padding: 25px 60px 60px;
  }
  .modal-hero .modal-header {
    padding: 50px 60px 0;
  }
  .modal-hero .modal-footer {
    padding: 0px 60px 60px;
  }
  .modal-hero .modal-tabs {
    padding: 0 60px;
    margin-top: 20px;
  }
  .modal {
    text-align: center; 
  }
  .modal-dialog {
    display: inline-block;
    width: 500px;
    margin: 0 auto;
    vertical-align: middle;
  }
  .modal-content {
	-webkit-box-shadow: 0 0 40px rgba(37,45,51, .5);
			    box-shadow: 0 0 40px rgba(37,45,51, .5);
  }
  .modal-md .modal-dialog {
    width: 600px;
  }
  .modal-sm .modal-dialog {
    width: 460px;
  }
}
@media (max-width: 767px) {
	.modal-header {
		padding: 24px 24px 0 24px;
	}
  .modal-body {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .modal-lg .modal-dialog {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .modal-lg .modal-dialog {
    width: 99%;
		padding: 24px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(43,48,51, 0.95);
  border-radius: 2px;
}
.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: rgba(43,48,51, 0.95);
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(43,48,51, 0.95);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(43,48,51, 0.95);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(43,48,51, 0.95);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(43,48,51, 0.95);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(43,48,51, 0.95);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(43,48,51, 0.95);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(43,48,51, 0.95);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev{
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.m-b-0 {
    margin-bottom: 0px!important;
}
.m-b-5 {
    margin-bottom: 5px!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.m-b-15 {
    margin-bottom: 15px!important;
}
.m-b-20 {
    margin-bottom: 20px!important;
}
.m-b-25 {
    margin-bottom: 25px!important;
}
.m-b-30 {
    margin-bottom: 30px!important;
} 
.m-b-40 {
    margin-bottom: 40px!important;
} 
.m-b-50 {
    margin-bottom: 50px!important;
} 
.m-b-60 {
    margin-bottom: 60px!important;
} 
.m-b-80 {
    margin-bottom: 80px!important;
} 
.m-t-0 {
    margin-top: 0px!important;
}
.m-t-5 {
    margin-top: 5px!important;
}
.m-t-10 {
    margin-top: 10px!important;
}
.m-t-15 {
    margin-top: 15px!important;
}
.m-t-20 {
    margin-top: 20px!important;
}
.m-t-25 {
    margin-top: 25px!important;
}
.m-t-30 {
    margin-top: 30px!important;
} 
.m-t-40 {
    margin-top: 40px!important;
} 
.m-t-50 {
    margin-top: 50px!important;
} 
.m-t-60 {
    margin-top: 60px!important;
} 
.p-b-0 {
    padding-bottom: 0px!important;
}
.p-t-0 {
    padding-top: 0px!important;
}
.display-0 {
  color: #363b40;
  font-size: 25px;
  font-weight: 300; 
}
.display-1 {
  color: #363b40;
  font-size: 25px;
  font-weight: 500; 
  line-height: 32px;
}
.display-1 small {
  color: #8a9399;
  font-size: 18px;
  font-weight: 300; 
}
[class*="display-"] > .btn {
  vertical-align: text-bottom;
}
.display-2 {
  color: #363b40;
  font-size: 35px;
  font-weight: 100; 
}
.display-3 {
  color: #363b40;
  font-size: 49px;
  font-weight: 100; 
  line-height: 40px;
}
.display-title {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #9da2a6; 
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}
.display-title > a {
  color: #1e88e5; 
}
.display-title:last-child {
  margin: 0; 
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* 3.5 Flags */

.flag {
	display: inline-block;
	height: 36px;
	width: 54px;
  margin-right: 10px;
	background: url(../img/flags5e1f.png?v=2);
  vertical-align: middle;
	-webkit-border-radius: 3px;
			    border-radius: 3px;
}
.flag-germany {
	background-position: 0 0;	
}
.flag-france {
	background-position: -54px 0;	
}
.flag-netherlands {
	background-position: -108px 0;	
}
.flag-england {
	background-position: -162px 0;	
}
.flag-usa {
	background-position: 0 -36px;	
}
.flag-japan {
	background-position: -54px -36px;	
}
.flag-australia {
	background-position: -108px -36px;	
}

.flag-sm {
	display: inline-block;
	height: 18px;
	width: 27px;
	background: url(../img/flags5e1f.png?v=2);
	background-size: 108px 36px; 
	-webkit-border-radius: 3px;
			    border-radius: 3px;
}   
.flag-sm.flag-germany {
	background-position: 0 0;	
}
.flag-sm.flag-france {
	background-position: -27px 0;	
}
.flag-sm.flag-netherlands {
	background-position: -54px 0;	
}
.flag-sm.flag-england {
	background-position: -81px 0;	
}
.flag-sm.flag-usa {
	background-position: 0 -18px;	
}
.flag-sm.flag-japan {
	background-position: -27px -18px;	
}
.flag-sm.flag-australia {
	background-position: -81px -18px;	
}

.flag-xs {
	display: inline-block;
	height: 13px;
	width: 16px;
	background: url(../img/flags-sm5e1f.png?v=2);
	background-size: 66px 26px;
	-webkit-border-radius: 2px;
			    border-radius: 2px;
}   
.flag-xs.flag-germany {
	background-position: 0 0;	
}
.flag-xs.flag-france {
	background-position: -16px 0;	
}
.flag-xs.flag-netherlands {
	background-position: -32px 0;	
}
.flag-xs.flag-england {
	background-position: -48px 0;	
}
.flag-xs.flag-usa {
	background-position: 0 -13px;	
}
.flag-xs.flag-japan {
	background-position: -32px -13px;	
}
.flag-xs.flag-australia {
	background-position: -48px -13px;	
}



@font-face{font-family:Material-Design-Iconic-Font;src:url(../fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0) format('woff2'),url(../fonts/Material-Design-Iconic-Fontd1f1.woff?v=2.2.0) format('woff'),url(../fonts/Material-Design-Iconic-Fontd1f1.ttf?v=2.2.0) format('truetype')}.zmdi{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{width:1.28571429em;text-align:center}.zmdi-hc-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:2px}.zmdi-hc-border-circle{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:50%}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{-webkit-animation:zmdi-spin 1.5s infinite linear;animation:zmdi-spin 1.5s infinite linear}.zmdi-hc-spin-reverse{-webkit-animation:zmdi-spin-reverse 1.5s infinite linear;animation:zmdi-spin-reverse 1.5s infinite linear}@-webkit-keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.zmdi-hc-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.zmdi-hc-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.zmdi-hc-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.zmdi-hc-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.zmdi-hc-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.zmdi-hc-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{position:absolute;left:0;width:100%;text-align:center}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}
/*
	::  1.0 Page General Styles
	-------------------------------------------
		1.1 General: Reset
		1.2 General: Typography
		1.3 General: Helpers
		1.4 General: Icons
		1.5 General: Animations

	::  2.0 Page Structure
	-------------------------------------------

		2.1 Page: Container
		2.2 Page: Navbar
			2.2.1 Navbar: Brand
			2.2.2 Navbar: Toggle
			2.2.3 Navbar: Container
			2.2.4 Navbar: Main
			2.2.5 Navbar: Buttons
			2.2.6 Navbar: Dropdown
			2.2.7 Navbar: Fixed
		2.3 Page: Banner
			2.3.1 Banner: Slogan
			2.3.2 Banner: Hero
			2.3.3 Banner: Search
			2.3.4 Banner: Image
			2.3.5 Banner: Tabs
			2.3.6 Banner: Breadcrumbs
			2.3.7 Banner: Home
			2.3.8 Banner: Subpage
			2.3.9 Banner: Pricing
		2.4 Page: Section
			2.4.1 Section: Packages
			2.4.2 Section: Gallery
		2.5 Page: Main
			2.5.1 Main: Gallery
			2.5.2 Main: Sidebar
			2.5.3 Main: Content
		2.6 Page: Footer
			2.6.1 Footer: Nav
			2.6.2 Footer: Bottom

	::  3.0 Page Sections
	-------------------------------------------

		3.1 Section: General
		3.2 Section: Dark
		3.3 Section: Blue
		3.4 Section: Packages
			3.4.1 Package: Switcher
			3.4.1 Package: Header
			3.4.1 Package: Body
		3.5 Section: Gallery
		3.6 Section: Services
		3.7 Section: Features
			3.7.1 Features: Center
			3.7.2 Features: Icon
		3.8 Section: Map
			3.8.1 Map: Small
			3.8.2 Map: Large
			3.8.3 Map: Locations
		3.9 Section: Benchmarks
			3.9.1 Benchmark: Graph
			3.9.2 Benchmark: Low End
			3.9.3 Benchmark: Mid Range
		3.10 Section: Posts
			3.10.1 Post: Small
			3.10.2 Post: Content
			3.10.3 Post: Avatar
			3.10.4 Post: Info
			3.10.5 Post: Comments
			3.10.6 Post: Authot
			3.10.7 Post: Reply
		3.11 Section: Partners
		3.12 Section: Register
		3.13 Section: Team
		3.14 Section: Press
		3.14 Section: Press

	::  4.0 Page Components
	-------------------------------------------
		4.1 Component: Panel
		4.2 Component: Block
		4.3 Component: Accordion
		4.4 Component: Code

	::  5.0 Page Images
	-------------------------------------------
		5.1 Image: Bird One Click Apps
		5.2 Image: Resposive Devices
			5.2.1 Resposive Devices: Browser
			5.2.1 Resposive Devices: Phone
		5.3 Image: Storage, how it works
		5.4 Image: Instant deployment
		5.5 Image: Active In Sec
*/


/* -------------------------------
   1.0 General
------------------------------- */

/* 1.1 General: Reset */

body.navbar-open {
	overflow: hidden;
}

/* 1.2 General: Typography */

.desc {
  font-size: 16px;
  line-height: 28px;
}

a {
	-webkit-transition: all ease-in .15s;
	-moz-transition: all ease-in .15s;
	-ms-transition: all ease-in .15s;
	-o-transition: all ease-in .15s;
	transition: all ease-in .15s;
}
.link-docs {
  display: block;
  margin: 18px 0 -8px 0;
}
.actions {
  margin: 0;
  padding: 24px 0;
}

/* 1.3 General: Helpers */

@media (min-width: 768px) {
	.clear-sm {
		display: block;
		clear: both;
	}
}
@media (min-width: 992px) {
	.clear-md {
		display: block;
		clear: both;
	}
}
@media (min-width: 1200px) {
	.clear-lg {
		display: block;
		clear: both;
	}
}
@media (max-width: 767px) {
	.clear-xs {
		display: block;
		clear: both;
	}
	.actions .btn {
		width: 100%;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;

	}
}

/* 1.4 General: Icons */

/*
note: moved to layout
@font-face {
	font-family: 'icons';
	src:url('../fonts/icons/icons.eot?kah05e');
	src:url('../fonts/icons/icons.eot?kah05e#iefix') format('embedded-opentype'),
		url('../fonts/icons/icons.ttf?kah05e') format('truetype'),
		url('../fonts/icons/icons.woff?kah05e') format('woff'),
		url('../fonts/icons/icons.svg?kah05e#apps') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
.icon {
	display: inline-block;
  color: #1e88e5;
	font-family: 'icons';
  font-size: 24px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-xs {
	height: 18px;
	width: 18px;
	font-size: 18px;
}
.icon-sm {
	height: 28px;
	width: 28px;
	font-size: 28px;
}
.icon-lg {
	height: 55px;
	width: 55px;
	font-size: 48px;
}
.icon-xlg {
	height: 68px;
	width: 68px;
	font-size: 68px;
}
.icon-os {
  color: #1e88e5;
}

/* icons from designer */
.icon-apache:before {
  content: "\e900";
}
.icon-joomla:before {
  content: "\e901";
}
.icon-docker:before {
  content: "\e902";
}
.icon-controller:before {
  content: "\e903";
}
.icon-workstation:before {
  content: "\e904";
}
.icon-server:before {
  content: "\e905";
}
.icon-nodejs:before {
  content: "\e906";
}
.icon-debian:before {
  content: "\e907";
}
.icon-mysql:before {
  content: "\e908";
}
.icon-centos:before {
  content: "\e909";
}
.icon-ubuntu:before {
  content: "\e90a";
}
.icon-windows:before {
  content: "\e90b";
}
.icon-linux:before {
  content: "\e90c";
}
.icon-wordpress:before {
  content: "\e90d";
}
.icon-webmin:before {
  content: "\e90e";
}
.icon-owncloud:before {
  content: "\e90f";
}
.icon-minecraft:before {
  content: "\e910";
}
.icon-lemp:before {
  content: "\e911";
}
.icon-drupal:before {
  content: "\e912";
}
.icon-cpanel:before {
  content: "\e913";
}
.icon-openvpn:before {
  content: "\e914";
}
.icon-helping-hand:before {
  content: "\e915";
}
.icon-globe:before {
  content: "\e916";
}
.icon-realtime-protection:before {
  content: "\e917";
}
.icon-last-hour:before {
  content: "\e918";
}
.icon-admin-tools:before {
  content: "\e919";
}
.icon-multiple-devices:before {
  content: "\e91a";
}
.icon-broadcasting:before {
  content: "\e91b";
}
.icon-electronics:before {
  content: "\e91c";
}
.icon-infinity:before {
  content: "\e91d";
}
.icon-settings:before {
  content: "\e91e";
}
.icon-agreement:before {
  content: "\e91f";
}
.icon-processor:before {
  content: "\e920";
}
.icon-download:before {
  content: "\e921";
}
.icon-upload:before {
  content: "\e922";
}
.icon-question:before {
  content: "\e923";
}
.icon-document:before {
  content: "\e924";
}
.icon-message-add:before {
  content: "\e925";
}
.icon-desktop-linux:before {
  content: "\e926";
}
.icon-disc:before {
  content: "\e927";
}
.icon-mouse:before {
  content: "\e928";
}
.icon-location:before {
  content: "\e929";
}
.icon-coreos:before {
  content: "\e92a";
}
.icon-freebsd:before {
  content: "\e92b";
}
.icon-password:before {
  content: "\e92c";
}
.icon-mac_converter:before {
  content: "\e92d";
}
.icon-ipv4_converter:before {
  content: "\e92e";
}
.icon-unixtime_converter:before {
  content: "\e92f";
}
.icon-ipv6_calculator:before {
  content: "\e930";
}
.icon-ipv4_calculator:before {
  content: "\e931";
}
.icon-plus:before {
  content: "\e932";
}
.icon-discover:before {
  content: "\e933";
}
.icon-visa:before {
  content: "\e934";
}
.icon-mastercard:before {
  content: "\e935";
}
.icon-amex:before {
  content: "\e936";
}
.icon-jcb:before {
  content: "\e937";
}

.icon-mac-converter:before {
  content: "\e92d";
}
.icon-ipv4-converter:before {
  content: "\e92e";
}
.icon-unixtime-converter:before {
  content: "\e92f";
}
.icon-ipv6-calculator:before {
  content: "\e930";
}
.icon-ipv4-calculator:before {
  content: "\e931";
}

/* 1.4 General: Animations */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  transition: opacity 300ms ease-out transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightShort {
  from {
    opacity: .5;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightShort {
  from {
    opacity: .5;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(500%, 0, 0) skewX(-30deg);
    transform: translate3d(500%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(500%, 0, 0) skewX(-30deg);
    transform: translate3d(500%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@keyframes speed {
  0% {
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
  }
  40% {
    -moz-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg);
  }
  100% {
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
  }
}
.speed {
  -webkit-animation-name: speed;
  animation-name: speed;
}
@-webkit-keyframes orbit {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes orbit {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.orbit {
  	-webkit-animation-name: orbit;
 			animation-name: orbit;
}
@-webkit-keyframes orbitReverse {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes orbitReverse {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.orbitReverse {
  	-webkit-animation-name: orbitReverse;
 			animation-name: orbitReverse;
}


/* -------------------------------
   2.0 Page Structure
------------------------------- */

/* 2.1 Page: Container */

@media (max-width: 991px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* 2.2 Page: Navbar */

.page-navbar {
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	padding: 25px 0;
}
@media (min-width: 768px) {
	.page-navbar {
		-webkit-transition: background .5s, padding .1s;
		-moz-transition: background .5s, padding .1s;
		-o-transition: background .5s, padding .1s;
		transition: background .5s, padding .1s;
	}
}
@media (max-width: 767px) {
	.page-navbar {
		-webkit-transition: -webkit-transform .5s .5s, background .5s, padding .1s;
		-moz-transition: -moz-transform .5s .5s, background .5s, padding .1s;
		-o-transition: -o-transform .5s .5s, background .5s, padding .1s;
		transition: transform .5s .5s, background .5s,  padding .1s;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
}

/* 2.2.1 Navbar: Brand */

.navbar-brand {
	height: 80px;
	width: 120px;
  /*max-width: 50%;*/
  /*max-height: 50%;*/
  align-items: center;
	background: url(../essal/img/png/logo.png) no-repeat 0 0;
	background-size: contain;
}
/*.no-svg .navbar-brand {
	background: url(../img/png/logo.png) no-repeat center center;
}*/
@media (max-width: 767px) {
  .page-navbar .container {
    padding: 0 10px;
  }
	.page-navbar .navbar-header {
		position: relative;
		z-index: 2;
		padding: 0 0 0 36px;
		margin: 0;
		text-align: center;
	}
	.navbar-header .navbar-brand {
		display: inline-block;
		float: none;
		height: 52px;
		width: 152px;
    margin:0 auto;
    visibility: hidden;
	}
	.navbar-open .navbar-toggle span {
		background-color: #1e88e5;
	}
	.navbar-brand {
		margin: -3px 0 -11px;
	}
}

/* 2.2.2 Navbar: Toggle */

.navbar-toggle {
	position: absolute;
	z-index: 10;
	left: 10px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-open.navbar-closing .navbar-toggle .icon-bar {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	background-color: #fff;
}

/* 2.2.3 Navbar: Container */

@media (min-width: 767px) {
	.navbar-container {
		float: right;
	}
}
@media (max-width: 767px) {
	.navbar-container {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding-top: 25px;
		background-color: transparent;
		-webkit-transition: linear background .15s;
		transition: linear background .15s;
		visibility: hidden;
		overflow-y: auto;
	}
	.navbar-open .navbar-container {
		z-index: 3;
		background-color: rgba(255,255,255,0.95);
		visibility: visible;
	}
	.navbar-open.navbar-bgfade .navbar-container {
		background-color: transparent;
	}
}

/* 2.2.4 Navbar: Main */

.navbar-main {
	margin: 0;
}
.navbar-main > li > a {
	padding: 15px 24px;
	color: rgba(196, 227, 255, 0.8);
  font-size: 16px;
	font-weight: 500;
	-webkit-transition: ease-in color .15s;
					transition: ease-in color .15s;
}
.navbar-main > li.active > a,
.navbar-main > li.open > a,
.navbar-main > li:hover > a,
.navbar-main > li:focus > a {
	color: #fff;
	text-decoration: none;
}
.navbar-open .navbar-main > li.active > a,
.navbar-open .navbar-main > li:hover > a,
.navbar-open .navbar-main > li:focus > a {
	color: #1e88e5;
}
.page-navbar .navbar-buttons > li > a {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .navbar-main > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
	.navbar-main > li:first-child {
		display: none;
	}
}
@media (max-width: 991px) {
	.navbar-main > li > a {
		padding-left: 16px;
	  padding-right: 16px;
  }
	.navbar-main .btn {
		min-width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.page-navbar .nav {
		margin: 0 0 30px 0;
	}
	.page-navbar .nav > li {
		position: relative;
		padding-left: 65px;
		padding-right: 65px;
	}
	.navbar-main > li > a {
		color: #363b40;
		text-align: center;
	}
	.page-navbar .navbar-buttons,
	.page-navbar .navbar-main > li,
	.navbar-open.navbar-closing .page-navbar .navbar-buttons,
	.navbar-open.navbar-closing .page-navbar .navbar-main > li {
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		-webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
		transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	.navbar-open .page-navbar .nav > li,
	.navbar-open .page-navbar .navbar-buttons  {
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
		transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.navbar-open.navbar-closing .page-navbar .navbar-buttons,
	.navbar-open .navbar-main > li:first-child {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}
	.navbar-open.navbar-closing .navbar-main > li:nth-child(5),
	.navbar-open .navbar-main > li:nth-child(2) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.navbar-open.navbar-closing .navbar-main > li:nth-child(4),
	.navbar-open .navbar-main > li:nth-child(3) {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.navbar-open.navbar-closing .navbar-main > li:nth-child(3),
	.navbar-open .navbar-main > li:nth-child(4) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.navbar-open.navbar-closing .navbar-main > li:nth-child(2),
	.navbar-open .navbar-main > li:nth-child(5) {
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
	}
	.navbar-open.navbar-closing .navbar-main > li:first-child,
	.navbar-open .page-navbar .navbar-buttons {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
}

/* 2.2.5 Navbar: Buttons */

.navbar-buttons {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.navbar-buttons > li {
	float: left;
	margin-left: 15px;
}
.navbar-login {
	float: right;
}
.navbar-login.btn.btn-icon > i {
	font-size: 28px;
	color: #fff;
}
@media (min-width: 768px) {
	.navbar-login {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-buttons {
		float: none;
		padding: 0;
	}
	.page-navbar .navbar-buttons > li {
		width: 50%;
		padding: 0 8px;
		margin: 0;
	}
	.page-navbar .navbar-buttons > li:first-child {
		padding: 0 8px 0 65px;
	}
	.page-navbar .navbar-buttons > li:last-child {
		padding: 0 65px 0 8px;
	}
	.page-navbar .navbar-buttons > li .btn {
		display: block;
		width: 100%;
		min-width: 0;
	}
	.page-navbar .navbar-buttons > li .btn-outline {
		border-color: #1e88e5;
		color: #1e88e5;
	}
	.page-navbar .navbar-buttons > li .btn-dark {
		border-color: #1e88e5;
		background-color: #1e88e5;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-buttons li:last-child {
		display: none;
	}
}

/* 2.2.6 Page Navbar: Dropdown */

.page-navbar .navbar-main > li .dropdown-menu {
	border: none;
	-webkit-border-radius: 4px;
					border-radius: 4px;
}
.page-navbar .navbar-main > li .dropdown-menu:before {
		display: none;
}
@media (min-width: 768px) {
	html:not(.mobile) .page-navbar .navbar-main > li:hover .dropdown-menu,
	html:not(.mobile) .page-navbar .navbar-main > li.open .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
}
@media (max-width: 767px) {
	.page-navbar .navbar-main > li .dropdown-menu {
		width: 100%;
		min-width: 0;
    padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
    -webkit-transition: none;
    transition: none;
		-webkit-transform: translateX(0px) translateY(0);
    transform: translateX(0px) translateY(0);
	}
	.page-navbar .navbar-main > li .dropdown-menu:after {
		display: none;
	}
	.page-navbar .navbar-main > li.open .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.page-navbar .navbar-main > li .dropdown-menu > li {
		text-align: center;
	}
	.page-navbar .navbar-main > li .dropdown-menu > li > a {
    -webkit-transition: none;
    transition: none;
	}
}

/* 2.2.7 Page Navbar: Fixed */

.page-navbar.navbar-fixed {
	position: fixed;
	height: 76px;
	padding: 13px 0;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	-webkit-box-shadow: 0 0 40px rgba(37,45,51, .5);
  box-shadow: 0 0 40px rgba(37,45,51, .5);
	-webkit-transition: top .1s, background .1s, padding .1s;
  transition: top .1s, background .1s, padding .1s;
}
.page-navbar.navbar-fixed.navbar-hidden {
	top: -76px;
	opacity: 0;
}
.page-navbar.navbar-fixed.navbar-visible {
	top: 0;
    opacity: 1;
}

/* 2.3 Page: BANNER */

.page-banner {
	position: relative;
	padding: 115px 0 60px;
	color: #fff;
}
/** page banner after*/

.page-banner .container {
  height: 100%;
	position: relative;
	z-index: 999;
}
@media (max-width: 991px) {
	.page-banner {
		padding-top: 95px;
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.page-banner.page-banner-home {
		padding-bottom: 35px;
	}
}
@media (max-width: 626px) {
	.page-banner {
		padding-top: 80px;
	}
}

/* 2.3.1 Banner: Slogan */

.banner-slogan:after {
  display: block;
  content: "";
  clear: both;
}
.banner-slogan .banner-search {
  float: none;
	width: auto;
	max-width: 610px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.banner-slogan .actions {
  padding-bottom: 0;
}
.slogan-title {
	/*max-width: 610px;*/
  margin-left: auto;
  margin-right: auto;
	color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.slogan-desc {
	max-width: 700px;
	margin: -15px auto 25px auto;
	color: rgba(196, 227, 255, 0.8);
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
  text-transform: none;
}
.slogan-desc a {
	color: #fff;
}
@media (max-width: 991px) {
	.slogan-desc {
		line-height: 28px;
	}
}
@media (max-width: 767px) {
  .banner-slogan .actions {
    padding-bottom: 0;
  }
	.slogan-title,
	.slogan-desc {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 626px) {
	.banner-slogan .register-form {
		padding-top: 18px;
	}
}

/* 2.3.2 Banner: Hero */

.banner-slogan-hero {
	padding: 25px 0 65px 0;
}
@media (max-width: 991px) {
	.banner-slogan-hero {
		padding: 25px 0 45px 0;
	}
}
@media (max-width: 767px) {
	.banner-slogan-hero {
		padding: 0;
	}
}

/* 2.3.3 Banner: Search */

.banner-search .btn > i {
	color: rgba(196, 227, 255, 0.6);
}
@media (min-width: 768px) {
	.banner-search {
		float: right;
		width: 350px;
		padding: 34px 0 0 0;
	}
}

/* 2.3.4 Banner: Image */

.banner-image {
	position: relative;
	margin: 45px 0 0 0;
	text-align: right;
}
.banner-image .image {
	display: inline-block;
}
@media (max-width: 991px) {
	.banner-image {
		margin-top: 85px;
	}
}

/* 2.3.5 Banner: Tabs */

.banner-tabs,
.banner-breadcrumbs {
  margin-top: 20px;
  text-align: left;
 }
.banner-tabs.banner-tabs-pricing {
	margin-top: 30px;
}
.banner-tabs .nav-tabs,
.banner-breadcrumbs ul {
	padding: 0;
  margin: 0 -24px;
  border: none;
}
.banner-tabs .nav-tabs:after,
.banner-breadcrumbs ul:after {
	display: block;
	content: "";
	clear: both;
}
.banner-tabs .nav-tabs > li > a,
.banner-tabs .nav-tabs > li > span,
.banner-breadcrumbs ul > li > a {
	display: block;
	height: 100%;
	padding: 30px 12px;
  margin: 0 12px;
	color: rgba(196, 227, 255, 0.6);
  font-size: 16px;
	line-height: 18px;
	white-space: normal;
  text-transform: capitalize;
}
.banner-tabs .nav-tabs > li > a:hover,
.banner-breadcrumbs ul > li > a:hover {
	color: #fff;
}
.banner-tabs .nav-tabs > li > a,
.banner-tabs .nav-tabs > li > span {
	position: relative;
	font-weight: 500;
}
.banner-tabs .nav-tabs > li.active > a,
.banner-tabs .nav-tabs > li.active > span,
.banner-breadcrumbs ul > li.active > a {
	color: #fff;
}
.banner-tabs .nav-tabs > li.active > span:after,
.banner-tabs .nav-tabs > li.active > a:after {
	position: absolute;
	left: 50%;
  bottom: 0;
	display: block;
	height: 16px;
  width: 26px;
  margin-left: -13px;
  background: transparent;
	content: "\f2f8";
	color: #fff;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 49px;
	line-height: 26px;
  text-align: center;
}
.banner-tabs .nav-tabs > li .badge {
	margin-left: 10px;
	background-color: rgba(196, 227, 255, 0.2);
	color: rgba(196, 227, 255, 0.6);
}
.banner-tabs .nav-tabs > li.active .badge {
	background-color: #fff;
	color: #1e88e5;
}

.banner-tabs.tabs-responsive {
  height: 78px;
}
.banner-tabs.tabs-responsive .nav-tabs {
  height: 96px;
}
.banner-tabs.tabs-responsive .btn {
  top: 14px;
	color: rgba(196, 227, 255, 0.6);
  font-size: 24px;
}
@media (max-width: 1199px) {
  .banner-tabs .nav-tabs > li > a {
    padding-left: 4px;
    padding-right: 4px;
  }
	.banner-tabs .nav-tabs,
	.banner-breadcrumbs ul {
		padding: 0;
		margin: 0 -16px;
	}
}

/* 2.4.6 Banner: Breadcrumbs */

.banner-breadcrumbs > ul {
  list-style: none;
}
.banner-breadcrumbs ul > li {
  float: left;
	position: relative;
}
.banner-breadcrumbs ul > li > i {
	position: absolute;
	top: 30px;
	right: -5px;
	color: rgba(196, 227, 255, 0.6);
}
@media (min-width: 768px) {
	.page-banner-breadcrumbs {
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.banner-breadcrumbs {
		display: none;
	}
}

/* 2.4.7 Banner: Home */

.page-banner-home:after {
	height: 750px;
}
.page-banner-home .slogan-desc {
  font-size: 20px;
}
.page-banner-home .banner-slogan,
.page-banner-center {
	text-align: center;
}
.page-banner-home .slogan-title {
	font-size: 42px;
  font-weight: bold;
	line-height: 48px;
}
.page-banner-home .banner-image {
	margin: 35px 0 0 0;
}
@media (min-width: 768px) {
	.page-banner-home {
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.page-banner-home {
		position: relative;
	}
	.page-banner-home:after {
		height: 100%;
	}
	.banner-image {
		display: none;
	}
	.page-banner-home .slogan-desc {
		display: none;
	}
}

/* 2.3.8 Banner: Subpage */

.page-banner-subpage:after {
	height: 100%;
}
@media (min-width: 992px) {
	.page-banner-subpage .banner-image {
		padding-right: 80px;
	}
}
@media (max-width: 991px) {
	.page-banner-subpage .slogan-title {
		font-size: 30px;
		line-height: 38px;
	}
	.page-banner-subpage .banner-image {
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.page-banner-subpage {
		text-align: center;
	}
}

/* 2.3.8 Banner: Hero */

.page-banner-hero .banner-tabs,
.page-banner-hero .banner-breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner-hero .banner-tabs li > a > i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .page-banner-hero {
    height: 660px;
    padding: 150px 0 0 0;
  }
}
@media (max-width: 767px) {
  .page-banner-hero {
    padding: 100px 0;
  }
  .page-banner-hero .banner-tabs,
  .page-banner-hero .banner-breadcrumbs {
    bottom: -100px;
  }
}

/* 2.3.8 Banner: Pricing */

.banner-tabs-pricing .nav-tabs > li {
	width: 33.333%;
	text-align: center;
}
.banner-tabs-pricing .nav-tabs > li > span > span,
.banner-tabs-pricing .nav-tabs > li > a > span {
	display: block;
}
.banner-tabs-pricing .nav-tabs > li > a > i,
.banner-tabs-pricing .nav-tabs > li > span > i {
	margin: 0 0 32px 0;
}
@media (max-width: 567px) {
	.banner-tabs-pricing .nav-tabs > li .service-icon {
		display: none;
	}
}

/* 2.3.9 Banner: Info */

.banner-info {
  padding: 100px 0 130px;
}
.banner-info h1 {
  color: #fff;
  font-size: 38px;
}
.banner-info .actions .btn {
  min-width: 200px;
}
.error-404 {
  color: #fff;
  font-size: 280px;
  font-weight: bold;
}
.error-maintenance i:first-child {
  font-size: 240px;
}
.error-maintenance i:last-child {
  font-size: 80px;
}
.bird-map {
  display: inline-block;
	height: 240px;
	width: 244px;
	background: url(../essal/img/bird-map.svg);
	background-size: cover;
}
.bird-tools {
  display: inline-block;
	height: 240px;
	width: 354px;
	background: url(../img/section/bird-tools.svg);
	background-size: cover;
}
.bird-tools-lg {
	height: 280px;
	width: 412px;
}
.bird-shield {
  display: inline-block;
	height: 300px;
	width: 408px;
	background: url(../img/section/bird-shield.svg);
	background-size: cover;
}

/* 2.5 Page: MAIN */

.page-main .container {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 767px) {
	.page-main .container {
		padding: 40px 0;
	}
}

/* 2.5.2 Main: Sidebar */

.main-sidebar {
	width: 230px;
}
.main-sidebar .nav-sidebar {
	width: 230px;
	margin: 0;
}
.main-sidebar .sidebar-row .nav > li > a {
	padding-left: 0;
	padding-right: 0;
}
.main-sidebar .sidebar-tags .nav > li > a {
	position: relative;
	padding-right: 40px;
	word-break: break-all;
}
.main-sidebar .sidebar-tags .nav > li > a .badge {
	position: absolute;
	top: 2px;
	right: 0;
}
@media (min-width: 768px) {
	.main-sidebar,
	.main-sidebar .nav-sidebar {
		width: 230px;
	}
	.main-sidebar .sidebar-row {
		margin-bottom: 25px;
	}
	.main-sidebar-left:after {
		left: 240px;
	}
	.main-sidebar-right:after {
		right: 240px;
	}
	.main-sidebar-left {
		float: left;
	}
	.main-sidebar-right {
		float: right;
	}
	.main-sidebar .nav.affix {
		position: fixed!important;
		top: 0;
		max-height: 100%;
		padding: 70px 0 0 0;
		margin: 0;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-transition: padding-top .1s;
	}
	.main-sidebar-floating-nav .nav.affix {
		padding-top: 110px;
	}
}
@media (max-width: 767px) {
	.main-sidebar {
		width: auto;
		padding: 0 20px 48px 20px;
		margin: 0 0 28px 0;
		border-bottom: 1px solid #edf0f2;
	}
	.sidebar-tags,
	.main-sidebar:after {
		display: none;
	}
	.main-sidebar .nav .affix {
		position: inherit;
	}
}

/* 2.5.3 Main: Content */

.main-content-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px
}
.main-content-center-sm {
  max-width: 700px;
}
.main-content:after {
	display: block;
	content: "";
	clear: both;
}
.content-row {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 50px;
	border-bottom: 1px solid #edf0f2;
}
.content-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
@media (min-width: 768px) {
	.main-content-right {
		margin-left: 250px;
	}
	.main-content-left {
    float: left;
    width: 100%;
		margin-right: -280px;
    padding-right: 280px;
	}
}
@media (max-width: 767px) {
	.content-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-content-right .content-row {
		padding-left: 20px;
	}
}

/* 2.6 Page: Footer */

.page-footer {
	padding: 60px 0 0;
}
.page-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-footer ul > li > a {
	color: #616366;
}
.page-footer ul > li > a:hover {
	color: #1e88e5;
}

/* 2.6.1 Footer: Nav */

.footer-nav ul li {
	margin: 0 0 10px 0;
}
.footer-nav {
	margin: 0 0 35px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #edeff2;
}
@media (max-width: 767px) {
	.footer-nav {
		display: none;
	}
}

/* 2.6.2 Footer: Bottom */

.footer-bottom {
	padding: 0 0 35px 0;
}
.footer-bottom .nav li {
	display: inline-block;
	margin: 0;
}
.footer-bottom .nav li a {
	display: block;
	padding: 8px 16px;
	line-height: 24px;
}
.footer-bottom .social li {
	display: inline-block;
	margin-left: 13px;
}
.footer-bottom .social li > a > i {
  font-size: 19px;
  line-height: 24px;
  vertical-align: initial;
}
.footer-copyright {
	margin: 0;
	line-height: 20px;
  margin-top: 5px;
}

.footer-bottom ul {
	display: inline-block;
}

@media (max-width: 1199px) {
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom ul {
		display: block;
	}
	.footer-bottom .social {
		padding: 10px 0 16px;
	}
	.footer-bottom .nav li a {
		padding: 0 16px 0;
	}
}

@media (min-width: 1199px){
  .footer-bottom .social{
     padding-right: 100px;
  }
}

/* -------------------------------
   3.0 Page Sections
------------------------------- */

/* 3.1 Section: General */

.page-section {
	padding-top: 48px;
	padding-bottom: 55px;
	border-bottom: 1px solid #edeff2;
}
.page-section:last-child {
	border: none;
}
.section-row {
	padding-bottom: 55px;
	margin-bottom: 48px;
	border-bottom: 1px solid #edf0f2;
}
.section-row:after,
.section-row:before {
  display: table;
  content: "";
  clear: both;
}
.section-row:first-child {
	padding-top: 0;
}
.section-row:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.section-title {
	margin-left: auto;
	margin-right: auto;
}
.section-desc {
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 28px;
}
.section-center .section-desc,
.section-center .section-title {
	max-width: 700px;
}
.section-center,
.section-center .actions {
	text-align: center;
}
.section-image .image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.section-image .browser {
  max-width: 440px;
  margin: 35px auto;
}
.section-image .image:after,
.section-image .image:before {
  display: table;
  content: "";
  clear: both;
}
.image span {
	display: block;
}
.section-image .image span {
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
	.section-center .section-desc,
	.section-center .section-title {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.section-image {
		padding-top: 30px;
	}
}

/* 3.2 Section: Dark */

.section-dark {
	border: none;
	background: #303C46;
	background: linear-gradient(225deg, #39444d , #22292e 88%);
	background-image: -ms-linear-gradient(225deg, #39444d , #22292e 88%);
	background-image: -moz-linear-gradient(225deg, #39444d , #22292e 88%);
	background-image: -o-linear-gradient(225deg, #39444d , #22292e 88%);
	background-image: -webkit-linear-gradient(225deg, #39444d , #22292e 88%);
	background-image: linear-gradient(225deg, #39444d , #22292e 88%);
}

/* 3.3 Section: Blue */

.section-blue {
  position: relative;
  border: none;
  overflow: hidden;
}
.section-blue .container {
  position: relative;
  z-index: 1;
}
.section-blue:before {
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 700px;
	border: none;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.section-dark .section-title,
.section-blue .section-title {
	color: #fff;
}
.section-blue .section-desc ,
.section-blue p {
	color: rgba(196, 227, 255, 0.8);
}
.section-dark .section-desc {
	color: rgba(255, 255, 255, 0.6);
}
.section-blue .panel,
.section-dark .panel {
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
  box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}
.section-control-panel {
  margin-top: -160px;
  padding-top: 154px;
}
@media (max-width: 991px) {
  .page-section.section-control-panel {
    margin-top: -140px;
    padding-top: 134px;
  }
}

/* 3.4 Section: Packages */

.packages {
	padding: 32px 0 5px 0;
}
.package {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	border: 1px solid #e6e9eb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
a.package:hover {
	border-color: #1e88e5;
}
.package-single {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 379px) {
	.packages .col-xs-6 {
		width: 100%;
	}
}

/* 3.4.1 Packages: Switcher */

.packages-switcher {
  position: relative;
  height: 42px;
  width: 278px;
  margin: 25px auto 25px;
  border: 1px solid #e6e9eb;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.packages-switcher span {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  width: 50%;
  padding: 8px;
  text-align: center;
  cursor: pointer;
	-webkit-transition: all ease-in .15s .15s;
	transition: all ease-in .15s .15s;
}
.packages-switcher.monthly span:last-child,
.packages-switcher:not(.monthly) span:first-child {
  color: #fff;
}
.packages-switcher:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  content: "";
  height: 34px;
  width: 135px;
  background-color: #1e88e5;
  -webkit-border-radius: 30px;
  border-radius: 30px;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.packages-switcher.monthly:after {
  left: 138px;
}

/* 3.4.1 Packages: Header */

.package-header {
	padding: 24px 20px 28px ;
	border-bottom: 1px solid #e6e9eb;
}
.package-title {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}
.package-price {
	display: block;
	color: #1e88e5;
	font-size: 33px;
	font-weight: 500;
	line-height: 40px;
}
.package-price .cycle {
	font-size: 20px;
  font-weight: 300;
}
.package-hourly {
	display: block;
	color: #8a9399;
	font-size: 16px;
	line-height: 15px;
}

/* 3.4.2 Packages: Body */

.package-body {
	padding: 24px;
}
.package-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.package-body ul > li {
	margin: 0 0 4px 0;
	color: #616366;
}
.package-body ul > li:last-child {
	margin: 0;
}
@media (max-width: 991px) {
	.package-body {
		padding: 24px 10px;
	}
}

/* 3.4.3 Packages: Slider */

.section-dark .package-slider-option {
	margin-top: 40px;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
	box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}
.plusminus-slider,
.package-slider {
  position: relative;
	height: 34px;
	border: 1px solid #e6e9eb;
	background: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.package-slider {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: 0 24px;
}
.plusminus-slider .slider,
.package-slider .slider {
	position: absolute;
	left: 0;
	right: 0;
  z-index: 99;
	height: 34px;
	margin: 0 58px 0 32px;
  cursor: pointer;
}
.plusminus-slider .slider-label + .slider {
  margin-right: 132px;
}
.plusminus-slider .slider-label {
  position: absolute;
  right: -1px;
  top: -1px;
	height: 34px;
  width: 100px;
  padding: 0 20px;
	background: #e6e9eb;
	-webkit-border-radius: 30px;
	border-radius: 30px;
  font-weight: bold;
  line-height: 34px;
}
.plusminus-slider .slider-label input {
  position: relative;
  z-index: 9999;
  border: none;
  background: transparent;
}
.plusminus-slider .slider-label input:focus,
.plusminus-slider .slider-label input:active {
  outline: none;
}
.plusminus-slider .ui-slider-handle,
.package-slider .ui-slider-handle {
	position: absolute;
	top: 3px;
	z-index: 999;
	height: 26px;
	width: 26px;
	background: #1e88e5;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 10px -3px rgba(37,45,51, .5);
	box-shadow: 0 3px 10px -3px rgba(37,45,51, .5);
	-webkit-transition: background ease .15s;
	transition: background ease .15s;
  outline: none;
}
.plusminus-slider .slider-handle:hover,
.package-slider .slider-handle:hover {
	color: #3ba3ff;
	-webkit-box-shadow: 0 5px 15px -5px rgba(37,45,51, .7);
	box-shadow: 0 5px 15px -5px rgba(37,45,51, .7);
}
.plusminus-slider .slider-actions,
.package-slider .slider-actions {
	position: absolute;
	height: 100%;
	width: 100%;
}
.plusminus-slider .slider-actions .btn,
.package-slider .slider-actions .btn {
	margin: 3px;
	height: 26px;
	width: 26px;
	padding: 1px;
}
.plusminus-slider .slider-actions .btn > i,
.package-slider .slider-actions .btn > i {
	float:left;
	font-size: 17px;
}
.plusminus-slider .slider-actions .btn > i:before,
.package-slider .slider-actions .btn > i:before {
	line-height: 24px;
}
.plusminus-slider .slider-actions .btn:first-child,
.package-slider .slider-actions .btn:first-child {
	float: left;
}
.plusminus-slider .slider-actions .btn:last-child,
.package-slider .slider-actions .btn:last-child {
	float: right;
}
.plusminus-slider-option .package-header,
.package-slider-option .package-header {
	position: relative;
	padding-bottom: 38px;
}
.plusminus-slider-option .package-body,
.package-slider-option .package-body {
	padding-top: 38px;
}

/* 3.5 Section: Gallery */

.section-gallery {
  padding: 0!important;
 }
.section-gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.section-gallery .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.section-gallery img {
  height: auto;
  max-width: 100%;
  opacity: 0.3;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.section-gallery img:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .page-section.section-hero {
    padding-top: 68px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
	.page-section {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	.section-row {
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
}
@media (max-width: 626px) {
	.section-desc,
	.section-title {
		max-width: 100%;
	}
}

/* 3.6 Section: Services */

.service {
  display: block;
	padding: 24px;
  border: 1px solid transparent;
	text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .service {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.service:hover {
  border-color: #e6e9eb;
}
.service-body p {
  margin-bottom: 24px;
  color: #616366;
  font-size: 16px;
  line-height: 28px;
}
.service-icon {
	display: inline-block;
	height: 220px;
	width: 205px;
  /*margin-bottom: 25px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.service-icon-compute {
	background-image: url(../img/services/economy.png);
}
.service-icon-storage {
	background-image: url(../img/services/compatibility.png);
}
.service-icon-dedicated {
	background-image: url(../img/services/cloudy.png);
}
.service .link {
  font-size: 16px;
}
.service-icon-xlg {
	height: 300px;
	width: 398px;
}
@media (max-width: 991px) {
	.service-icon {
		height: 120px;
		width: 156px;
	}
	.service-icon-xlg {
		height: 220px;
		width: 288px;
	}
}
@media (max-width: 767px) {
	.services {
		max-width: 380px;
		margin: 0 auto;
	}
	.service {
		padding: 30px 0;
	}
	.services [class*="col-"]:first-child .service {
		padding-top: 0;
	}
	.services [class*="col-"]:last-child .service {
		padding-bottom: 0;
	}
	.service-icon {
		height: 120px;
		width: 156px;
	}
}

/* 3.7 Section: Features */

.features-center {
	text-align: center;
}
.feature {
  padding-top: 20px;
  margin-bottom: 20px;
}
.feature h4,
.feature .h4 {
	margin-top: 0;
}
.feature p {
  margin-bottom: 0;
	line-height: 24px;
}

/* 3.7.1 Features: Center*/

@media (min-width: 992px) {
	.features-center .feature {
		padding: 0 30px;
	}
}
@media (min-width: 1200px) {
	.features-center .feature {
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.features-center {
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 3.7.2 Features: Icon */

.feature > i {
  margin-top: 20px;
  margin-bottom: 14px;
	font-size: 50px;
}
.features-icon-left .feature {
	position: relative;
	padding-left: 82px;
	text-align: left;
}
.features-icon-left .feature > i {
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 526px) {
	.features-icon-left [class*="col-"] {
		width: 100%;
	}
}
.feature > .icon-step {
  display: inline-block;
  height: 52px;
  width: 52px;
  border: 2px solid #1e88e5;
  color: #1e88e5;
  font-size: 18px!important;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.location-map {
	position: relative;
}
.location-map .map {
	background: url(../img/map.svg) no-repeat center center;
	background-size: cover;
}
.location-map .map-grey {
	background: url(../img/map-grey.svg) no-repeat center center;
	background-size: cover;
}
.location-container {
	position: absolute;
	top: 50%;
	left: 50%;
}
.section-dark .location-map .map {
	opacity: 0.5;
}

/* 3.8 Section: Map */

/* 3.8.1 Map: Large */

.location-map-sm {
	height: 260px;
}
.location-map-sm .location-container {
	height: 260px;
	width: 524px;
	margin: -130px 0 0 -262px;
}
.location-map-sm .map {
	height: 260px;
	width: 524px;
}
.location-map-sm .location-name {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .15s;
	transition: all ease .15s;
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.location-map-sm .location:hover {
	z-index: 1000;
}
.location-map-sm .location:hover .location-name {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 991px) {
	.location-map-sm {
		height: 170px;
	}
	.location-map-sm .location-container {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
}

/* 3.8.2 Map: Large */

.location-map-lg .map {
	height: 580px;
	width: 1174px;
}
@media (min-width: 568px) {
	.location-map-lg {
		height: 520px;
	}
	.location-map-lg .location-container {
		height: 580px;
		width: 1174px;
		margin: -290px 0 0 -582px;
	}
	.location-map .actions {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media (min-width: 568px) and (max-width: 1199px) {
	.location-map-lg {
		height: 450px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@media (min-width: 568px) and (max-width: 991px) {
	.location-map-lg {
		height: 424px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.68);
		-moz-transform: scale(0.68);
		-ms-transform: scale(0.68);
		-o-transform: scale(0.68);
		transform: scale(0.68);
	}
}
@media (min-width: 568px) and (max-width: 767px) {
	.location-map-lg {
		height: 290px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@media (max-width: 567px) {
	.location-map-lg .map {
		display: none;
	}
	.location-map-lg .location-container {
		position: inherit;
		top: auto;
		left: auto;
		max-width: 380px;
		margin: 0 auto;
		padding: 25px 0;
	}
	.location-container:after,
	.location-container:before {
		display: block;
		content: "";
		clear: both;
	}
	.location-map-lg .location-map {
		padding: 0 30px;
	}
}

/* 3.8.3 Map: Pin */

.location-pin,
.location-pin:after {
	background-color: #1e88e4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.location-pin {
	position: relative;
	z-index: 999;
	display: block;
	height: 12px;
	width: 12px;
}
.location-pin-lg {
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
}
.location-pin:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	height: 22px;
	width: 22px;
	margin: -11px 0 0 -11px;
	-webkit-animation: pulsate 2s linear;
  animation: pulsate 2s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.location-pin-lg:after {
	height: 40px;
	width: 40px;
	margin: -20px 0 0 -20px;
}
.location-map-sm .location {
	height: 8px;
	width: 8px;
	cursor: pointer;
}
.location-map-sm .location-pin {
	height: 8px;
	width: 8px;
}
.location-map-sm .location-pin:after {
	height: 16px;
	width: 16px;
	margin: -8px 0 0 -8px;
}
@-webkit-keyframes pulsate{
  0% {
      -webkit-transform: scale(0);
      opacity: .05;
  }
  20% {
      -webkit-transform: scale(0.7);
      opacity: .1;
  }
  40% {
      -webkit-transform: scale(0.9);
      opacity: .2;
  }
  60% {
      -webkit-transform: scale(1.1);
      opacity: .3;
  }
  100% {
      -webkit-transform: scale(1.4);
      opacity: 0;
  }
}
@keyframes pulsate{
  0% {
      transform: scale(0);
      opacity: .05;
  }
  20% {
      transform: scale(0.7);
      opacity: .1;
  }
  40% {
      transform: scale(0.9);
      opacity: .2;
  }
  60% {
      transform: scale(1.1);
      opacity: .3;
  }
  100% {
      transform: scale(1.4);
      opacity: 0;
  }
}

/* 3.8.3 Map: Locations */

.location {
	position: absolute;
	z-index: 998;
	height: 12px;
	width: 12px;
}
.location-name {
	position: absolute;
	z-index: 999;
	display: block;
	height: 28px;
}
.location-name span {
	display: block;
	height: 28px;
	padding: 0 10px;
	background-color: #1e88e4;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
	box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}
.location-name:after {
	position: absolute;
  z-index: -1;
	display: block;
	content: "";
	height: 1px;
	width: 20px;
	background-color: #545a5e;
}
.location-map-grey .location-name:after {
  background-color: #c4cacc;
}
.location-seattle {
	top: 180px;
	left: 150px;
}
.location-seattle .location-name {
	bottom: 44px;
	right: 44px;
}
.location-seattle .location-name:after {
	bottom: -20px;
	right: -49px;
	width: 58px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-seattle {
	top: 84px;
	left: 66px;
}
.location-silicon-valley {
	top: 215px;
	left: 148px;
}
.location-silicon-valley .location-name {
	top: 35px;
	right: 37px;
}
.location-silicon-valley .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-silicon-valley {
	top: 100px;
	left: 64px;
}
.location-los-angeles {
	top: 232px;
	left: 164px;
}
.location-los-angeles .location-name {
	top: 78px;
	right: -45px;
}
.location-los-angeles .location-name:after {
	left: 50%;
	top: -70px;
	height: 70px;
	width: 1px;
}
.location-map-sm .location-los-angeles {
	top: 108px;
	left: 72px;
}
.location-dallas {
	top: 238px;
	left: 232px;
}
.location-dallas .location-name {
	bottom: 72px;
	right: -24px;
}
.location-dallas .location-name:after {
	left: 50%;
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-dallas {
	top: 106px;
	left: 98px;
}
.location-miami {
	top: 265px;
	left: 288px;
}
.location-miami .location-name {
	top: 29px;
	left: 30px;
}
.location-miami .location-name:after {
	top: -10px;
	left: -30px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-miami {
	top: 120px;
	left: 126px;
}
.location-atlanta {
	top: 234px;
	left: 276px;
}
.location-atlanta .location-name {
	top: -9px;
	left: 110px;
}
.location-atlanta .location-name:after {
	top: 50%;
	left: -100px;
	width: 100px;
}
.location-map-sm .location-atlanta {
	top: 108px;
	left: 126px;
}
.location-new-jersey {
	top: 210px;
	left: 300px;
}
.location-new-jersey .location-name {
	bottom: 28px;
	left: 28px;
}
.location-new-jersey .location-name:after {
	bottom: -10px;
	left: -24px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-new-jersey {
	top: 98px;
	left: 132px;
}
.location-chicago {
	top: 200px;
	left: 267px;
}
.location-chicago .location-name {
	bottom: 70px;
	left: 70px;
}
.location-chicago .location-name:after {
	bottom: -31px;
	left: -75px;
	width: 90px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-chicago {
	top: 90px;
	left: 116px;
}
.location-london {
	top: 134px;
	left: 525px;
}
.location-london .location-name {
	bottom: 24px;
	right: 24px;
}
.location-london .location-name:after {
	bottom: -10px;
	right: -24px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-london {
	top: 62px;
	left: 232px;
}
.location-amsterdam {
	top: 131px;
	left: 545px;
}
.location-amsterdam .location-name {
	bottom: 73px;
	left: 73px;
}
.location-amsterdam .location-name:after {
	bottom: -32px;
	left: -78px;
	width: 95px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-amsterdam {
	top: 60px;
	left: 242px;
}
.location-paris {
	top: 154px;
	left: 538px;
}
.location-paris .location-name {
	top: 50px;
	left: 50px;
}
.location-paris .location-name:after {
	top: -20px;
	left: -52px;
	width: 65px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-paris {
	top: 70px;
	left: 240px;
}
.location-frankfurt {
	top: 142px;
	left: 562px;
}
.location-frankfurt .location-name {
	top: -9px;
	left: 60px;
}
.location-frankfurt .location-name:after {
	top: 50%;
	left: -60px;
	width: 60px;
}
.location-map-sm .location-frankfurt {
	top: 66px;
	left: 250px;
}
.location-tokyo {
	top: 201px;
	right: 162px;
}
.location-tokyo .location-name {
	bottom: 50px;
	left: 50px;
}
.location-tokyo .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-tokyo {
	top: 90px;
	right: 72px;
}
.location-sydney {
	bottom: 102px;
	right: 83px;
}
.location-sydney .location-name {
	bottom: 50px;
	left: 50px;
}
.location-sydney .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-sydney {
	bottom: 44px;
	right: 36px;
}
.location-london .location-name,
.location-seattle .location-name {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
.location-silicon-valley .location-name {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.location-los-angeles .location-name {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
.location-dallas .location-name {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.location-atlanta .location-name,
.location-frankfurt .location-name {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.location-miami .location-name,
.location-paris .location-name {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
@media (max-width: 1199px) {
	 .location-seattle .location-name {
		bottom: 54px;
		right: -26px;
	}
	.location-tokyo .location-name {
		left: auto;
		right: 50px;
	}
	.location-sydney .location-name {
		left: auto;
		right: 50px;
	}
	.location-tokyo .location-name:after,
	.location-sydney .location-name:after {
		left: auto;
		right: -58px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.location-seattle .location-name:after {
		right: 3px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media (min-width: 568px) and (max-width: 767px) {
	.location-map-lg .location-name {
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
}
@media (max-width: 567px) {
	.location-map-lg .location {
		position: inherit;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		float: left;
		height: auto;
		width: 50%;
    margin-bottom: 8px;
		padding-left: 30px;
	}
	.location-map-lg .location:after,
	.location-map-lg .location:before {
		display: block;
		content: "";
		clear: both;
	}
	.location-map-lg .location-pin {
		position: absolute;
		left: 0;
		top: 4px;
		margin: 5px 10px 5px;
	}
	.location-map-lg .location .location-name {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		display: inline-block;
		background: transparent;
		color: #616366;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.location-map-lg .location .location-name > span {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		display: inline-block;
		background: transparent;
		color: #616366;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.location-map-lg .location-name:after {
		display: none;
	}
	.section-dark .location-map-lg .location .location-name span {
		color: #fff;
	}
}

/* 3.9 Section: Benchmarks */

.benchmark-title h3 {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.benchmark-title {
		padding-left: 80px;
	}
}

/* 3.9.1 Benchmark: Graph */

.benchmark-graph {
	position: relative;
	height: 380px;
	margin: 20px 20px 25px 0;
	padding: 0 0 30px 80px;
}
.graph {
	position: relative;
	height: 350px;
	width: 100%;
	border-bottom: 1px solid #e6e9eb;
	border-left: 1px solid #e6e9eb;
}
.graph-grid,
.graph-bars {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.graph-grid li:first-child {
	height: 15px;
}
.graph-grid li {
	height: 47px;
	width: 100%;
	border-bottom: 1px dashed #edf0f2;
}
.graph-bars {
	padding: 0 12px;
}
.graph-bars > li {
	position: relative;
	float: left;
	height: 100%;
	width: 33.33%;
	padding: 0 12px;
	vertical-align: bottom;
}
.graph-bars > li > .bar-holder {
	position: relative;
	height: 100%;
	width: 100%;
}
.graph-bars > li .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #e6e9eb;
	border-radius: 4px 4px 0 0;
	-webkit-transition: all ease-in 1s;
			transition: all ease-in 1s;
}
.graph-bars > li .bar.bar-rackspace {
	-webkit-transition-delay: 1s;
			transition-delay: 1s;
}
.graph-bars > li .bar.bar-aws {
	-webkit-transition-delay: 2s;
			transition-delay: 2s;
}
.graph-bars > li .bar > span {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	color: #2b3033;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.axis {
	position: absolute;
	margin: 0;
	list-style: none;
}
.axis > li {
	font-size: 13px;
}
.axis-x {
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	padding: 10px 0 0 80px;
}
.axis-x > li {
	float: left;
	width: 33.33%;
	text-align: center;
}
.axis-y {
	left: 0;
	top: 0;
	width: 80px;
	height: 350px;
	padding: 0 15px 0 0;
}
.axis-y > li {
	width: 100%;
	margin-bottom: 22px;
	text-align: right;
}
@media (max-width: 991px) {
	.graph-bars > li {
		padding: 0 6px;
	}
}

/* 3.9.2 Benchmark: Low End */

.benchmark-low-end .graph-bars > li:first-child .bar {
	background-color: #1e88e5;
}
.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-vultr.animated {
	height: 275px;
}
.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-rackspace.animated {
	height: 255px;
}
.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-aws.animated {
	height: 135px;
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-vultr.animated {
	height: 181px;
}
.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-rackspace.animated {
	height: 35px;
}
.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-aws.animated {
	height: 9px;
}
.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-vultr.animated {
	height: 272px;
}
.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-rackspace.animated {
	height: 93px;
}
.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-aws.animated {
	height: 26px;
}

/* 3.9.2 Benchmark: Mid Range */

.benchmark-mid-range .graph-bars > li:first-child .bar {
	background-color: #ffa726;
}
.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-vultr.animated {
	height: 260px;
}
.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-rackspace.animated {
	height: 234px;
}
.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-aws.animated {
	height: 76px;
}
.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-vultr.animated {
	height: 196px;
}
.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-rackspace.animated {
	height: 57px;
}
.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-aws.animated {
	height: 9px;
}
.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-vultr.animated {
	height: 278px;
}
.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-rackspace.animated {
	height: 124px;
}
.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-aws.animated {
	height: 31px;
}

/* 3.10 Section: Post */

.post {
  position: relative;
	width: 100%;
	padding: 0 0 0 78px;
  margin-bottom: 54px;
	border-bottom: 1px solid #edf0f2;
}
.post.last,
.post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
	border-bottom: none;
}
@media (max-width: 767px) {
	.post {
		padding: 0 20px;
	}
	.post-header {
		padding-left: 70px;
	}
}

/* 3.10.1 Post: Small */

.post-sm {
	padding: 0 0 16px 72px;
  margin-bottom: 16px;
}
.post-sm .post-avatar {
  top: 2px;
}
@media (max-width: 767px) {
	.post-sm {
		padding: 0 20px 16px 20px;
	}
}

/* 3.10.2 Post: Content */

.post-content,
.press-content {
  padding: 22px 0 54px 0;
}
.post-content p  {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content p img {
  max-width: 100%;
  height: auto;
}
.post-closed .post-title a {
	color: #616366;
}
.post-title {
	margin: 0 0 8px 0;
}
.post-title .label {
	margin-right: 8px;
}

/* 3.10.3 Post: Avatar */

.post-avatar {
	position: absolute;
	top: 6px;
	left: 0;
}
.avatar {
  display: inline-block;
	height: 54px;
	width: 54px;
	background-color: #cce4fa;
	-webkit-border-radius: 30px;
  border-radius: 30px;
	overflow: hidden;
  cursor: pointer;
}
.avatar-md {
	height: 48px;
	width: 48px;
}
.avatar-sm {
	height: 38px;
	width: 38px;
}
.avatar > img {
  max-height: 100%;
}
@media (max-width: 767px) {
	.post-avatar {
		left: 20px;
	}
}
.panel-account {
  text-align: center;
}
.panel-account .account-name {
  display: block;
  padding: 4px 0 0 ;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.panel-account .account-name > i {
   margin-left: 8px;
}
.panel-account .account-name + .dropdown-menu {
  min-width: 0;
}

/* 3.10.4 Post: Info */

.post-info {
	width: auto;
	margin: 0 -8px;
	padding: 0;
	list-style: none;
}
.post-info:after,
.post-info:before {
	display: block;
	content: "";
	clear: both;
}
.post-info > li {
	float: left;
	padding: 0 8px;
	color: #919499;
	font-size: 13px;
}
.post-info > .post-date {
	float: right;
}
.post-info i {
	margin-left: 5px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.post-info > .post-date {
		float: left;
		width: 100%;
	}
}

/* 3.10.5 Post: Comments */

.post-comments {
  float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.post-comment-title {
	margin-top: 0;
}
.posts-comments:after,
.posts-comments:before {
	display: block;
	content: "";
	clear: both;
}
.post-comments > li {
	border-top: 1px solid #edf0f2;
}
.comment {
	position: relative;
	padding: 24px 0 24px 72px;
}
.comment-avatar {
	position: absolute;
	top: 24px;
	left: 0;
}
.comment-header {
	margin-bottom: 17px;
}
.comment-author {
	display: block;
	color: #363b40;
	font-weight: bold;
  line-height: 22px;
}
.comment-date {
	color: #919499;
	font-size: 13px;
  line-height: 18px;
}
.comment-body p:last-child {
	margin: 0;
}
@media (max-width: 767px) {
	.comment {
		padding-right: 20px;
		padding-left: 20px;
	}
	.comment-avatar {
		left: 20px;
	}
	.comment-header {
		padding-left: 64px;
	}
	.post-comment-title {
		padding: 0 20px;
	}
}

/* 3.10.6 Post: Authot */

.author-box {
  margin-bottom: 54px
}
.author-box p:last-child {
  margin-bottom: 0;
}
.author-avatar {
  float: left;
  margin-right: 16px;
}
.author-name {
  margin-bottom: 0;
  color: #363b40;
  font-weight: bold;
  line-height: 24px;
}
.author-role {
  color: #919499;
  font-size: 13px;
  line-height: 18px;
}

/* 3.10.7 Post: Reply */

.post-reply {
	position: relative;
	padding: 30px 0 0 72px;
	border-top: 1px solid #edf0f2;
}
.reply-avatar {
	position: absolute;
	top: 20px;
	left: 0;
}
.post-navigation {
  display: block;
  text-align: center;
}
.post-reply textarea {
	resize: vertical;
}
@media (max-width: 767px) {
	.post-reply {
		padding-right: 20px;
	}
	.post-reply-title {
		padding: 0 20px;
	}
}

/* 3.11 Section: Partners */

.list-partners {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}
.list-partners:after,
.list-partners:before {
  display: block;
  content: "";
  clear: both;
}
.list-partners > li {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center;
}
.list-partners > li > a {
  display: block;
  opacity: 0.5;
}
.list-partners > li > a:hover {
  opacity: 1;
}
.list-partners > li > a img {
  max-width: 100%;
}
@media (max-width: 767px) {
 .list-partners > li {
    width: 50%;
 }
  .list-partners > li:last-child {
    width: 100%;
  }
}

/* 3.12 Section: Register */

.register-form {
	width: 100%;
	padding: 25px 0 0 0;
}
.register-form .register-container {
	position: relative;
	width: 740px;
	margin: 0 auto 25px auto;
}
.register-form .register-container:after {
	display: block;
	content: "";
	clear: both;
}
.register-form .form-control,
.banner-search .form-control {
	width: 100%;
	border: none;
	background-color: rgba(0,0,0, 0.2);
  color: #fff;
}
.register-form .form-control:focus,
.banner-search .form-control:focus {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0, 0.11) inset;
  box-shadow: 0 2px 6px rgba(0,0,0, 0.11) inset;
}
.register-form .form-group:first-child {
	padding-left: 0;
}
.register-form .form-control::-webkit-input-placeholder,
.banner-search .form-control::-webkit-input-placeholder {
	color: rgba(196, 227, 255, 0.8);
}
.register-form .form-control:-moz-placeholder,
.banner-search .form-control:-moz-placeholder {
	color: rgba(196, 227, 255, 0.8);
}
.register-form .form-control::-moz-placeholder,
.banner-search .form-control::-moz-placeholder {
	color: rgba(196, 227, 255, 0.8);
}
.register-form .form-control:-ms-input-placeholder,
.banner-search .form-control:-ms-input-placeholder {
	color: rgba(196, 227, 255, 0.8);
}
@media (max-width: 991px) {
	.register-form .register-container {
		width: 648px;
	}
}
@media (min-width: 768px) {
	.register-form .register-container {
		padding: 0 0 0 129px;
	}
	.register-form .form-group {
		float: right !important;
		width: 50%;
		padding: 0 8px;
		margin: 0;
	}
	.register-form .btn {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	.register-form .register-container {
		width: 100%;
		max-width: 380px;
	}
	.register-form .form-group,
	.register-form .btn {
		width: 100%;
	}
}

/* 3.13 Section: Team */

.person {
    margin: 30px auto;
}
.person-image {
    border-radius: 100%;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 180px;
}
.person-image > img {
    width: 100%;
}
.person-role {
    color: #8a9399;
    font-size: 14px;
    line-height: 18px;
    margin-top: -14px;
}
.person-name, .person-role {
    text-align: center;
}
.person .person-actions {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(32, 35, 38, 0.85) 0px, rgba(32, 35, 38, 0.45) 90%) repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.person .person-actions > * {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transform: translateX(0px) translateY(15px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.15s ease-in 0s;
    visibility: hidden;
}
@media (min-width: 768px) {
.person-more > .person-image {
    float: left;
    margin-right: 24px;
}
.person-more > .person-image img {
    max-width: 274px;
}
.person-more > .person-desc {
    margin-left: 300px;
}
}
.modal-person {
    overflow: hidden;
}
.modal-person .person {
    margin: 0;
    padding: 30px;
}
.modal-person .person::after, .modal-person .person::before {
    clear: both;
    content: "";
    display: table;
}
.modal-person .person-image {
    max-width: none;
}
.modal-person .person-name {
    margin-top: 0;
}
@media (min-width: 768px) {
.modal-person .person-image {
    height: 400px;
    margin: -30px 30px -30px -30px;
    width: 400px;
}
.modal-person .person-desc {
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-person .person-image > img {
    height: 400px;
    max-width: none;
    width: auto;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.modal-person .person-image {
    width: 300px;
}
.modal-person .person-image > img {
    margin-left: -50px;
}
}
@media (max-width: 767px) {
.modal-person .person-image {
    margin: 0 auto 30px;
    max-width: 360px;
}
}


/* 3.14 Section: Press */

.press-releases {
	max-width: 740px;
	margin: 0 auto;
}
.press-post {
  padding-left: 0;
}

/* 3.15 Section: Server Status */

.location-header {
	padding: 0 0 20px 0;
}
.location-header h4,
.location-header .h4 {
	margin: 0;
}
.location-header h4 small,
.location-header .h4 small {
	display: block;
	padding: 3px 0 0 0;
	color: #919699;
	font-size: 12px;
  font-weight: 300;
	text-transform: uppercase;
}
.location-header .flag {
	float: left;
	margin-right: 15px;
}
.location-info {
	margin: 0 0 -5px 0;
	font-size: 14px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.location-info > li {
  margin: 0;
}
.location-header > i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
}
.location-progress .progress {
	margin: 0 0 15px 0;
}
.progress {
	background-color: #ebeef0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar {
	background-color: #1e88e6
}
.location-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateX(0px) translateY(30px);
  transform: translateX(0px) translateY(30px);
  -webkit-transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.panel-location:hover .location-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(0);
  transform: translateX(0px) translateY(0);
}
a.panel-location:hover .location-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0px) translateY(-30px);
  transform: translateX(0px) translateY(-30px);
}
a.panel-location:hover,
a.panel-location:active,
a.panel-location:focus {
  outline: none;
}
a.panel-location.location-warning:hover {
  border-color: #ffb13d;
}
a.panel-location.location-warning:hover .location-btn {
  color: #fca426;
}

/* 3.16 Section: Time Line */

.time-line {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.time-line:after {
  display: table;
  content: "";
  clear: both;
}
.time-line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  border-right: 2px dashed rgba(196,227,255, 0.2);
}
.time-line > li {
  position: relative;
  float: left;
  width: 50%;
}
.time-line > li:before {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  height: 2px;
  width: 40px;
  border-top: 2px dashed rgba(196,227,255, 0.2);
}
.time-line > li .h4 {
  color: #fff;
  margin: 0 0 6px;
}
.time-line > li p {
  margin: 0;
  font-size: 16px;
}
.time-line > li:nth-child(odd) {
  text-align: right;
  padding-right: 50px;
  padding-bottom: 60px;
}
.time-line > li:nth-child(odd):before {
  top: 10px;
  left: auto;
  right: 0;
}
.time-line > li:nth-child(even) {
  text-align: left;
  padding-left: 50px;
  padding-top: 60px;
}
.time-pin {
  position: absolute;
  top: 4px;
  z-index: 2;
  display: block;
  height: 12px;
  width: 12px;
  background: #3fb6a1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.time-line > li:nth-child(odd) .time-pin {
  right: -7px;
}
.time-line > li:nth-child(even) .time-pin {
  top: 64px;
  left: -5px;
}
@media (max-width: 768px) {
  .time-line > li:before {
    width: 20px;
  }
  .time-line > li:nth-child(odd) {
    padding-right: 30px;
  }
  .time-line > li:nth-child(even) {
    padding-left: 30px;
  }
}


/* 3.17 Section: Contact Map */

.section-contact-map {
  padding: 0;
  border: none;
}

.section-contact-map > #map {
  height: 500px;
  width: 100%;
}

/* -------------------------------
   4.0 Components
------------------------------- */

.progress-sm {
	height: 5px;
}

/* 4.1 Component: Panel */

.package,
.package:after {
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.panel-body {
	position: relative;
}
.panel-chart {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  width: 30%;
  overflow: hidden;
}
.panel-chart img {
  width: 470px;
  margin-top: 5px;
}

/* 4.2 Component: Block */

@media (min-width: 992px) {
	.blocks .row-table-md {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.blocks .row-table-md > [class*="col-"] {
		float: none;
		display: table-cell;
		padding-bottom: 20px;
		height: 100%;
    vertical-align: top;
	}
	.blocks .row-table-md > [class*="col-"] > .panel {
		display: table;
		height: 100%;
		margin: 0;
	}
 	.blocks .row-table-md > [class*="col-"] > .panel > .panel-body {
    height: 100%;
  }
}
@media (min-width: 768px) {
	.blocks .row-table {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.blocks .row-table > [class*="col-"] {
		float: none;
		display: table-cell;
		padding-bottom: 20px;
		height: 100%;
	}
	.blocks .row-table > [class*="col-"] > .panel {
		display: table;
		height: 100%;
		margin: 0;
	}
}

/* 4.3 Component: Accordion */

.accordion {
	max-width: 740px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	list-style: none;
}
.accordion-full {
  max-width: 100%;
}
.accordion > li {
	position: relative;
	padding: 0 0 7px 40px;
}
.accordion > li.open {
	padding-bottom: 31px;
}
.accordion > li .plus-icon {
	position: absolute;
	left: -40px;
	top: 50%;
  margin-top: -9px;
}
.accordion > li.open .plus-icon span {
	background-color: #1e88e5;
}
.accordion > li.open .plus-icon span:last-child {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion-title {
  position: relative;
	margin: 0 0 18px 0;
	cursor: pointer;
	-webkit-transition: color ease-in .15s;
	-moz-transition: color ease-in .15s;
	-ms-transition: color ease-in .15s;
	-o-transition: color ease-in .15s;
	transition: color ease-in .15s;
}
.accordion > li.open .accordion-title,
.accordion-title:hover {
	color: #1e88e5;
}
.accordion-bordered > li {
  padding-top: 25px;
  padding-bottom: 7px;
  border-bottom: 1px solid #edf0f2;
}
.accordion-bordered > li.open {
  padding-bottom: 40px;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.plus-icon {
	position: relative;
	display: block;
	height: 16px;
	width: 16px;
}
.plus-icon span {
	position: absolute;
	display: block;
	background-color: #6d7073;
	-webkit-transition: all ease-in .15s;
	-moz-transition: all ease-in .15s;
	-ms-transition: all ease-in .15s;
	-o-transition: all ease-in .15s;
	transition: all ease-in .15s;
}
.plus-icon span:first-child {
	top: 7px;
	height: 2px;
	width: 16px;
}
.plus-icon span:last-child {
	left: 7px;
	height: 16px;
	width: 2px;
}

/* 4.4 Component: Code */

.code {
	position: relative;
}
.code-title {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	color: #616366;
	font-size:16px;
}
.code pre {
	padding-top: 50px;
}
.code pre code {
	float: left;
}

/* 4.4 Component: Table */

.table {
  font-size: 14px;
}
.table small {
		padding-top: 4px;
		display: block;
}
.table b {
		color: #2b3033;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
	padding-left: 5px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
	padding-right: 5px;
}
.table .cell-actions .btn > i{
		font-size: 24px;
}
.table .flag-sm {
	margin-right: 10px;
	vertical-align: sub;
}

.table-ondark {
  color: #fff;
}
.table-ondark > thead > tr > th,
.table-ondark > tbody > tr > td {
  border-color: rgba(255,255,255, 0.1);
}

/* 4.5 Component: Coupon */

.panel-coupon {
  position: relative;
  padding-right: 200px;
  border-color: #1e88e5;
  border-style: dashed;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.panel-coupon:hover {
  border-color: #3ba3ff;
}
.panel-coupon:hover .coupon-discount {
  background-color: #3ba3ff;
}
.coupon-discount {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 200px;
  padding: 24px;
  background: #1e88e5;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  text-align: center;
  -webkit-transition: all ease-in .15s;
  transition: all ease-in .15s;
}
.coupon-discount span {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: block;
  margin: -10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.coupon-discount span:hover {
  color: #fff;
}
.coupon-desc {
  padding: 40px;
}
.coupon-desc .display-2 {
  margin-bottom: 24px;
}
.coupon-desc p {
  margin-bottom: 0;
}

/* 4.3 Component: Glyphs */

#logo-glyphs .panel {
  height: 155px;
  vertical-align: middle;
}
#logo-glyphs .panel img {

}
.inline-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.download-links {
  margin-top: -5px;
  text-align: center;
}
.download-links .link {
  margin: 0 5px;
}
#brand-banners h3 {
  color: #fff;
}
#brand-banners .banners {
  text-align: left;
}
#brand-banners .banners ul {
  width: 100%;
}
#brand-banners .banners ul > li {
  float: none;
  display: block;
  margin-bottom: 40px;
}
#brand-banners .banners ul > li img {
  max-width: 100%;
}
#brand-banners .banners ul > li:last-child {
  margin: 0;
}
#brand-banners .banner-img {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0, 0.3);
  box-shadow: 0 5px 30px rgba(0,0,0, 0.3);
}
#brand-banners .banner-link {
  display: block;
  color: rgba(255, 255, 255, 0.4);
}
#brand-banners .banner-link > i {
  margin-right: 16px;
  font-size: 19px;
}
#brand-banners .banner-link:hover {
  color: #fff;
}
#brand-banners .banner-img:focus,
#brand-banners .banner-link:focus {
  outline: none;
}
@media (max-width: 767px) {
  .download-links {
    margin-bottom: 20px;
  }
}

/* 4.2 Component: Date Time */

.date-time-field span {
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -12px;
  line-height: 24px;
}
.date-time-field .form-control {
  padding-left: 15px;
  padding-right: 15px;
}
.date-time-field .form-control[type="number"] {
  padding-right: 0;
}
.panel-blue-gradient.panel-block .date-time-field .label-floatlabel {
   left: 15px!important;
}
@media (max-width: 767px) {
  .date-time-field .col-xs-4 {
    margin-bottom: 15px;
  }
}
.date-time-switcher {
  margin: -10px 0 30px;
  line-height: 36px;
}
.date-time-switcher .btn {
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 999;
}
.date-time-switcher [class*="col-"]:first-child {
  padding-right: 40px;
}
.date-time-switcher [class*="col-"]:last-child {
  padding-left: 40px;
}

/* -------------------------------
   5.0 Images
------------------------------- */

/* 5.1 Image: Bird One Click Apps */

.image-apps {
	position: relative;
	display: inline-block;
	height: 316px;
	width: 316px;
}
.image-apps .bird {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
}
.apps-circle {
	height: 316px;
	width: 316px;
	border: 2px solid rgba(255,255,255, 0.2);
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.apps-circle .icon {
	position: absolute;
	display: block;
	height: 62px;
	width: 62px;
	margin: -31px 0 0 -31px;
	background: #fff;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	font-size: 28px;
	line-height: 62px;
	text-align: center;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.apps-circle .icon-lemp {
	top: 50%;
	left: 0;
}
.apps-circle .icon-wordpress {
	top: 15%;
	left: 15%;
}
.apps-circle .icon-minecraft {
	top: 0%;
	left: 50%;
}
.apps-circle .icon-webmin {
	top: 15%;
	left: 85%;
}
.apps-circle .icon-owncloud {
	top: 50%;
	left: 100%;
}
.apps-circle .icon-openvpn {
	top: 85%;
	left: 85%;
}
.apps-circle .icon-cpanel {
	top: 100%;
	left: 50%;
}
.apps-circle .icon-drupal {
	top: 85%;
	left: 15%;
}
@media (max-width: 991px) {
	.image-apps .bird {
		height: 160px;
		width: 160px;
		margin: -80px 0 0 -80px;
	}
	.image-apps,
	.image-apps .apps-circle {
		height: 266px;
		width: 266px;
	}
}

/* 5.2.1 Resposive Devices: Browser */

.browser {
	position: relative;
	z-index: 2;
	padding: 36px 10px 10px 10px;
	margin: 0 auto;
	background-color: #39444d;
	border-radius: 6px;
	overflow: hidden;
}
.browser-xlg {
	height: 634px;
}
.browser-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
	width: 100%;
	padding: 8px 55px 8px 35px;
}
.browser-buttons {
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	padding: 6px 10px;
}
.browser-buttons span {
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 5px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.browser-buttons span:nth-child(1) {
	background-color: #d74645;
}
.browser-buttons span:nth-child(2) {
	background-color: #d7c045;
}
.browser-buttons span:nth-child(3) {
	background-color: #43ab9b;
}
.browser-bar {
	width: 100%;
	height: 20px;
	background-color: #2d363d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.browser-menu {
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px 10px;
}
.browser-menu span {
	display: block;
	height: 1px;
	width: 16px;
	margin: 0 0 3px 0;
	background-color: #2d363d;
}
.browser-body {
  position: relative;
	height: 100%;
	width: 100%;
	background-color: #fff;
  overflow: hidden;
}
.browser-shadow,
.phone-shadow {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(0,0,0, .05)
}
.browser-app-logo {
  height: 280px;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.browser-app-logo > i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -76px 0 0 -56px;
  color: #fff;
  font-size: 112px;
}
.browser-app-logo > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* 5.2.2 Resposive Devices: Phone */

.phone {
	background-color: #333d45;
}
.phone-xlg {
	height: 445px;
	width: 215px;
	padding: 50px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.phone-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
}
.phone-body {
  position: relative;
	height: 100%;
	width: 100%;
	background-color: #fff;
  overflow: hidden;
}
.phone-speaker {
	height: 3px;
	width: 40px;
	margin: 23px auto;
	background-color: #22292e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.phone-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
}
.phone-btn {
	height: 34px;
	width: 34px;
	margin: 8px auto;
	background-color: #22292e;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media (max-width: 1199px) {
	.phone-xlg {
		height: 405px;
		width: 200px;
	}
}

/* 5.3 Image: Storage How it works */

.image-storage-how {
	height: 240px;
	width: 480px;
}
.image-storage-how span {
	position: absolute;
	z-index: 2;
}
.image-storage-how .computer-screen {
	left: 30px;
}
.image-storage-how .file-mobile {
	top: 95px;
	left: 0;
}
.image-storage-how .file {
	bottom: 0;
	left: 50px;
}
.image-storage-how .server {
	top: 60px;
	right: 140px;
}
.image-storage-how .line-screen-top {
	bottom: 170px;
	right: 188px;
	height: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.image-storage-how .line-screen {
	top: 30px;
	right: 188px;
	width: 0;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.image-storage-how .line-mobile {
	top: 120px;
	right: 230px;
	width: 0;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.image-storage-how .line-file-bottom {
	top: 172px;
	right: 188px;
	height: 0;
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}
.image-storage-how .line-file {
	bottom: 34px;
	right: 188px;
	width: 0;
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
@media (max-width: 991px) {
	.image-storage-how {
		margin-top: 35px;
	}
	.image-storage-how .server-lines {
		display: none;
	}
}
/* 5.3.1 Image Storage: Animations */

.image-storage-how.animated .file,
.image-storage-how.animated .file-mobile,
.image-storage-how.animated .computer-screen {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.image-storage-how.animated .server {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.image-storage-how.animated .line-mobile {
	width: 220px;
}
.image-storage-how.animated .line-screen-top {
	height: 38px;
}
.image-storage-how.animated .line-file-bottom {
	height: 32px;
}
.image-storage-how.animated .line-file {
	width: 190px;
}
.image-storage-how.animated .line-screen {
	width: 164px;
}

.computer-screen {
	height: 81px;
	width: 98px;
	background: url(../img/section/screen.svg) no-repeat 0 0;
	background-size: cover;
}
.computer-screen-md {
	height: 213px;
	width: 258px;
}
.computer-screen-lg {
	height: 242px;
	width: 294px;
}
@media (max-width: 991px) {
	.computer-screen-lg {
		height: 213px;
		width: 258px;
	}
}
.file-mobile {
	height: 50px;
	width: 31px;
	background: url(../img/section/file-mobile.svg) no-repeat 0 0;
}
.file {
	height: 68px;
	width: 52px;
	background: url(../img/section/file.svg) no-repeat 0 0;
}
.file-sm {
	height: 34px;
	width: 26px;
	background: url(../img/section/file.svg) no-repeat 0 0;
}
.line {
	position: absolute;
	z-index: 1!important;
	-webkit-transition: linear all .3s;
	transition: linear all .3s;
}

/* 5.4 Image: Instant deployment */

@media (min-width: 768px) and (max-width: 991px) {
	.image-intstant-deployment {
		margin-top: 85px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.storage-deployment {
		margin-top: 85px;
	}
}

/* 5.5 Image: Active In Sec */

.image-active-in-sec {
	height: 200px;
	width: 530px;
}
.image-active-in-sec .stop-watch {
	position: absolute;
	z-index: 2;
}
.image-active-in-sec .arrow-right {
	position: absolute;
	top: 100px;
	right: 120px;
	color: #f09e24;
	font-size: 39px;
}
@media (max-width: 1199px) {
	.image-active-in-sec {
		width: 440px;
	}
}
@media (min-width: 992px) {
	.image-active-in-sec .stop-watch {
		right: 180px;
		top: 0;
	}
	.image-active-in-sec .server {
		position: absolute;
		top: 60px;
		right: 0;
	}
}
@media (max-width: 991px) {
	.image-active-in-sec {
		width: 200px;
		margin-top: 35px;
	}
	.image-active-in-sec .stop-watch-lines {
		display: none!important;
	}
	.image-active-in-sec .server {
		height: 168px;
		width: 135px;
	}
	.image-active-in-sec .stop-watch {
		right: 0;
		bottom: 0;
		height: 140px;
		width: 112px;
	}
	.image-active-in-sec .stop-watch .stop-watch-hand {
		top: 38px;
		right: 8px;
		height: 96px;
		width: 96px;
	}
	.image-active-in-sec .stop-watch .stop-watch-hand:before {
		top: -2px;
		height: 57px;
		width: 10px;
		margin: 0 0 0 -5px;
	}
}
@media (max-width: 767px) {
	.image-active-in-sec {
		margin-top: -30px;
		margin-bottom: -15px;
 		-webkit-transform: scale(0.7);
 				transform: scale(0.7);
	}
}

.stop-watch {
	height: 200px;
	width: 160px;
	background: url(../img/section/stop-watch.svg);
}
.stop-watch-sm {
	height: 140px;
	width: 112px;
}
.stop-watch .stop-watch-hand {
	position: absolute;
	top: 53px;
	right: 12px;
	height: 136px;
	width: 136px;
}
.stop-watch-sm .stop-watch-hand {
	top: 38px;
	right: 8px;
	height: 96px;
	width: 96px;
}
.stop-watch-sm .stop-watch-hand:before {
	top: -2px;
	height: 57px;
	width: 10px;
	margin: 0 0 0 -5px;
}
.stop-watch-hand:before {
	position: absolute;
	top: -3px;
	left: 50%;
	display: block;
	content: "";
	height: 82px;
	width: 14px;
	margin: 0 0 0 -7px;
	background: url(../img/section/stop-watch-hand.svg);
}
.stop-watch-lines {
	position: absolute;
	left: -190px;
	top: 88px;
	height: 63px;
	width: 176px;
	background: url(../img/section/stop-watch-lines.svg);
}
.server {
	position: relative;
	height: 112px;
	width: 90px;
	background: url(../img/section/server.svg);
}
.server-md {
	height: 184px;
	width: 148px;
}
.server-lg {
	height: 224px;
	width: 180px;
}
.server-lines {
	position: absolute;
	right: -180px;
	top: 25px;
	height: 63px;
	width: 161px;
	background: url(../img/section/server-lines.svg);
}

/* IMAGE: Advanced Networking */

.image-advanced-networking {
	height: 230px;
	width: 500px;
}
.image-advanced-networking .globe {
	position: relative;
	margin: 0 auto;
}
.image-advanced-networking .circle {
	position: absolute;
}
.image-advanced-networking .circle span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.image-advanced-networking .line-v4,
.image-advanced-networking .line-v6 {
	-webkit-transition: linear all .3s .5s;
	transition: linear all .3s .5s;
}
.image-advanced-networking .line-v4 {
	position: absolute;
	top: 112px;
	left: 64px;
	width: 0;
}
.image-advanced-networking .line-v6 {
	position: absolute;
	top: 64px;
	right: 64px;
	width: 0;
}
.image-advanced-networking .line-v6.animated {
	width: 92px;
}
.image-advanced-networking .line-v4.animated {
	width: 62px;
}
.image-advanced-networking .circle-v4 {
	top: 82px;
	left: 0;
}
.image-advanced-networking .circle-v6 {
	top: 34px;
	right: 0;
}
@media (max-width: 991px) {
	.image-advanced-networking {
		width: 100%;
    margin-top: 10px;
	}
	.image-advanced-networking .line-v4,
	.image-advanced-networking .line-v6,
	.image-advanced-networking .circle {
		display: none!important;
	}
}
@media (max-width: 767px) {
	.image-advanced-networking {
		margin-top: -28px;
		margin-bottom: -10px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
}
.globe {
	height: 230px;
	width: 238px;
	background: url(../img/section/globe.svg);
}
.globe-line {
	position: absolute;
	height: 2px;
	width: 100px;
}
.circle {
	position: relative;
	background: #3594e8;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.circle:before {
	position: absolute;
  top: 0;
  right: 0;
  z-indes: 1;
	display: block;
	height: 100%;
	width: 50%;
	background-color: #1e88e5;
	content: "";
}
.circle-orange {
  background-color: #ffa826;
}
.circle-orange:before {
  background-color: #f09e24;
}
.circle.circle-sm {
	height: 18px;
	width: 18px;
}
.circle.circle-lg {
	height: 60px;
	width: 60px;
}
.circle-xlg {
  height: 140px;
  width: 140px;
}

/* IMAGE: Bird */

.image-vultr-faster {
	height: 128px;
	width: 320px;
}
.image-vultr-faster-lg {
	height: 256px;
	width: 460px;
}
@media (max-width: 991px) {
	.image-vultr-faster-lg {
		height: 220px;
		width: 266px;
	}
}
@media (max-width: 767px) {
	.image-vultr-faster {
		width: 128px;
	}
}
.bird-fast {
	position: relative;
	height: 128px;
	width: 128px;
	background-image: url(../img/section/bird-fast.svg);
	background-size: cover;
}
.bird-fast-lines {
	position: absolute;
	right: -202px;
	top: 45px;
	height: 63px;
	width: 202px;
	background-image: url(../img/section/bird-fast-lines.svg);
}
.bird-fast-lg {
	height: 256px;
	width: 256px;
}
.bird-fast-sm {
	height: 62px;
	width: 62px;
}
.bird-fast-lg .bird-fast-lines {
	top: 90px;
	right: -404px;
	height: 126px;
	width: 404px;
}
@media (max-width: 991px) {
	.bird-fast-lg {
		height: 220px;
		width: 220px;
	}
	.bird-fast-lg .bird-fast-lines {
		top: 76px;
		right: -348px;
		height: 108px;
		width: 348px;
	}
}
.image-bird-location {
	height: 300px;
	width: 406px;
	background-image: url(../img/section/bird-location.svg);
	background-size: cover;
}
.image-bird-iso {
	height: 300px;
	width: 405px;
	background-image: url(../img/section/bird-iso.svg);
	background-size: cover;
}
.image-bird-panel {
	height: 300px;
	width: 426px;
	background-image: url(../img/section/bird-panel.svg);
	background-size: cover;
}
.bird {
	height: 140px;
	width: 140px;
	background: url(../img/section/bird.svg);
	background-size: cover;
}
.bird-md {
	height: 114px;
	width: 114px;
}
.bird-lg {
	height: 200px;
	width: 200px;
}
.bird-xlg {
	height: 280px;
	width: 280px;
}
.lanch-flag {
  display: block;
	height: 114px;
	width: 66px;
	background: url(../img/section/flag.svg);
	background-size: cover;
}
@media (max-width: 991px) {
	.image-bird-location {
		height: 220px;
		width: 298px;
	}
}

/* IMAGE: Vultr Team */

.image-vultr-team {
  position: relative;
  height: 362px;
  width: 400px;
}
.image-vultr-team span {
  position: absolute;
}
.image-vultr-team span:nth-child(1) {
  top: 122px;
  left: 0;
}
.image-vultr-team span:nth-child(2) {
  top: 242px;
  left: 184px;
}
.image-vultr-team span:nth-child(3) {
  bottom: 0;
  right: 0;
}
.image-vultr-team span:nth-child(4) {
  top: 62px;
  left: 104px;
}
.image-vultr-team span:nth-child(5) {
  top: 0;
  left: 190px;
}

/* IMAGE: Vultr Lanch */

.image-vultr-lanch {
  position: relative;
  height: 114px;
  width: 128px;
  margin: 0 auto;
}
.image-vultr-lanch .bird {
  float: right;
}
.image-vultr-lanch .lanch-flag {
  margin-left: -40px;
}

/* IMAGE: Upload ISO */

.image-iso-upload {
	width: 350px;
	padding-top: 60px;
}
.image-iso-upload:after {
	display: block;
	content: "";
	clear: both;
}
.image-iso-upload .upload-field {
	float: left;
}
.image-iso-upload .disc {
	position: absolute;
	top: 0;
	right: 0;
}
.upload-field {
	height: 217px;
	width: 278px;
	border: 2px dashed #1e88e6;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}
.upload-field .image-label {
	margin-top: 66px;
}
@media (max-width: 991px) {
	.image-iso-upload {
		width: 300px;
	}
	.upload-field {
		width: 258px;
	}
}
@media (max-width: 767px) {
	.image-iso-upload {
		margin-top: -28px;
		margin-bottom: -15px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
}
.image-label {
	height: 80px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.image-label .icon {
	margin: 0 0 10px 0;
	color: #babcbf;
	font-size: 52px;
}
.image-label span {
	color: #babcbf;
	font-size: 15px;
}
.disc {
	height: 120px;
	width: 120px;
	background-image: url(../img/section/disc.svg);
}
.disc-label {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 32px;
	width: 64px;
	margin: 0 0 0 -32px;
	background-color: #39444d;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
}

/* IMAGE: ISO Snapshot */

.image-iso-snapshot {
	height: 217px;
	width: 278px;
  margin-top: 45px;
}
.image-iso-snapshot .server,
.image-iso-snapshot .disc {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -60px 0 0 -60px;
}
.image-iso-snapshot .server {
	margin: -56px 0 0 -45px;
}
.snapshot {
	height: 217px;
	width: 278px;
	background-image: url(../img/section/snapshot.svg);
}
@media (max-width: 991px) {
	.image-iso-snapshot {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.image-iso-snapshot {
		margin-top: -22px;
		margin-bottom: -5px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
}

/* IMAGE: Restore System */

.image-system-restore {
	width: 350px;
	padding-top: 35px;
}
.image-system-restore:after {
	display: block;
	content: "";
	clear: both;
}
.image-system-restore .computer-screen {
	float: left;
}
.image-system-restore .folder-restore {
	position: absolute;
	top: 0;
	right: 0;
}
.image-system-restore .image-label {
	margin-top: 58px;
	text-align: center;
}
.screen-label span {
	color: #babcbf;
	font-size: 16px;
}
.folder-restore {
	height: 100px;
	width: 120px;
	background-image: url(../img/section/folder-restore.svg);
}
@media (min-width: 768px) and (max-width: 991px) {
	.image-system-restore {
		margin-top: 35px;
	}
}
@media (max-width: 991px) {
	.image-system-restore {
		width: 300px;
	}
	.image-system-restore .image-label {
		margin-top: 42px;
	}
}
@media (max-width: 767px) {
	.image-system-restore {
		margin-top: -28px;
		margin-bottom: -10px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
}

/* IMAGE: Low Latency */

.image-low-latency {
	width: 332px;
  margin: 12px 0 5px;
}
.image-low-latency .stop-watch {
	position: absolute;
	right: 0;
	bottom: 0;
}
.image-low-latency .computer-screen {
	position: relative;
}
.image-low-latency .computer-screen .browser-website {
	position: absolute;
	top: 10px;
	left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.image-low-latency {
		margin-top: 25px;
	}
}
@media (max-width: 991px) {
	.image-low-latency {
		width: 309px;
	}
}
@media (max-width: 767px) {
	.image-low-latency {
		margin-top: -22px;
		margin-bottom: -22px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
.browser-website {
	height: 175px;
	width: 273px;
	background-image: url(../img/section/browser.svg);
}
.browser-analytics {
  float: left;
  margin: 10px;
	height: 175px;
	width: 273px;
	background-image: url(../img/section/browser-analytics.svg);
}
@media (min-width: 992px) {
  .page-banner .image-shadow {
    -webkit-filter: drop-shadow( 0 10px 25px rgba(11,27,38, 0.4));
    filter: drop-shadow( 0 10px 25px rgba(11,27,38, 0.4));
    -webkit-transform: translate3d(0, 0, 0);
  }
  .image-shadow {
    -webkit-filter: drop-shadow( 0 10px 15px rgba(11,27,38, 0.3));
    filter: drop-shadow( 0 10px 15px rgba(11,27,38, 0.3));
    -webkit-transform: translate3d(0, 0, 0);
  }
  .image-shadow-sm {
    -webkit-filter: drop-shadow( 0 5px 10px rgba(11,27,38, 0.2));
    filter: drop-shadow( 0 px 10px rgba(11,27,38, 0.2));
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
	.browser-website {
		height: 152px;
		width: 239px;
	}
}

/* IMAGE: Local Peering */

.image-local-peering .user {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -67px;
	z-index: 5;
}
.image-local-peering .map-lines {
	position: absolute;
	top: 18px;
	left: 67px;
	z-index: 4;
}
@media (max-width: 991px) {
	.image-local-peering {
		height: 200px;
		width: 345px;
		margin-top: 35px;
	}
	.image-local-peering .user {
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.image-local-peering {
		height: 260px;
		width: 100%;
		margin-top: -40px;
		margin-bottom: -40px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.image-local-peering .location-map-sm {
		height: 260px;
	}
	.image-local-peering .location-map-sm .location-container {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.user {
	height: 130px;
	width: 134px;
	background-image: url(../img/section/user.svg);
}
.user-sm {
	height: 65px;
	width: 67px;
}
.user-xs {
	height: 45px;
	width: 47px;
}
.map-lines {
	height: 196px;
	width: 420px;
	background-image: url(../img/section/peering-lines.svg);
}

/* IMAGE: Fast Network */

.image-fast-network {
	height: 200px;
	width: 450px;
  margin: 12px 0 5px;
}
.image-fast-network .speedometer {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
.image-fast-network .location-pin {
	position: absolute;
	top: 90px;
}
.image-fast-network .location-pin-left {
	left: 0;
}
.image-fast-network .location-pin-right {
	right: 0;
}
.image-fast-network .line-dashed-x {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
}
@media (max-width: 991px) {
	.image-fast-network {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.image-fast-network {
		margin-top: -22px;
		margin-bottom: -22px;
		-webkit-transform: scale(0.8);
				transform: scale(0.8);
	}
}
.speedometer {
	height: 200px;
	width: 200px;
	background-image: url(../img/section/speedometer.svg);
}
.speedometer-hand {
	height: 200px;
	width: 200px;
	background-image: url(../img/section/speedometer-hand.svg);
}
.speedometer-sm {
	height: 130px;
	width: 130px;
	background-image: url(../img/section/speedometer.svg);
}
.speedometer-sm .speedometer-hand {
	height: 130px;
	width: 130px;
	background-image: url(../img/section/speedometer-hand.svg);
}
.line-dashed-x {
	height: 0;
	border-bottom: 2px dashed #1e88e5;
}
.line-dashed-y {
	width: 0;
	border-right: 2px dashed #1e88e5;
}

/* IMAGE: Server present */

.present {
  position: relative;
  padding-top: 100px
}
.present-top {
  position: relative;
  z-index: 3;
  height: 48px;
  width: 268px;
  margin-bottom: -10px;
  background: #4fb3ff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(11,27,38, 0.3);
  box-shadow: 0 5px 30px -5px rgba(11,27,38, 0.3);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 80% 160%;
  transform-origin: 80% 160%;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 3s 1s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 3s 1s;
}
.present-top:after {
  position: absolute;
  top: -69px;
  left: 50%;
  display: block;
  content: "";
  height: 70px;
  width: 146px;
  margin-left: -73px;
  background: url(../img/section/present-sash.svg);
}
.present.animated .present-top {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.present-bottom {
  position: relative;
  z-index: 2;
  height: 164px;
  width: 252px;
  margin: 0 8px;
  background: #45a3ff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(11,27,38, 0.3);
  box-shadow: 0 5px 30px -5px rgba(11,27,38, 0.3);
}
.present-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.present-bottom span,
.present-top span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  height: 100%;
  width: 24px;
  margin-left: -12px;
  background: #fff;
}
.present-bottom span:after,
.present-top span:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  height: 100%;
  width: 12px;
  background: #e6edf0;
}
.present-bottom:before,
.present-top:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  height: 100%;
  width: 50%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.present-top:before {
  background: #469ff2;
}
.present-bottom:before {
  background: #3a95f0;
}
.present-body .server {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -90px;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 3s 1.5s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 3s 1.5s;
}
.present.animated .server {
  bottom: 60px
}

/* IMAGE: New Users */

.image-new-users {
  height: 220px;
  width: 300px;
}
.image-new-users .user {
  position: absolute;
}
.image-new-users .user:nth-child(1) {
  left: 50%;
  bottom: 0;
  margin-left: -65px;
}
.image-new-users .user:nth-child(2) {
  top: 70px;
  left: 0
}
.image-new-users .user:nth-child(3) {
  top: 70px;
  right: 0;
}
.image-new-users .user:nth-child(4) {
  right: 80px;
}
.image-new-users .user:nth-child(5) {
  left: 80px;
}

/* IMAGE: No Payment */


.image-no-payment {
    position: relative;
    height: 220px;
    width: 254px;
    margin: 0 auto;
}
.image-no-payment .payment-hand {
  position: absolute;
  bottom: 0;
}
.image-no-payment .payment-coin:nth-child(3) {
  position: absolute;
  top: 30px;
  right: 88px;
}
.image-no-payment .payment-coin:nth-child(2) {
  position: absolute;
  top: 0;
  right: 60px;
  background: #c9ced1;
}
.image-no-payment .payment-coin:nth-child(2):before {
  background: #c1c6c9;
}
.image-no-payment .payment-cross:after,
.image-no-payment .payment-cross:before {
  opacity: 0;
  visibility: 1;
  -webkit-transition: all ease 1s 1.2s;
  transition: all ease 1s 1.2s;
}
.image-no-payment.animated .payment-hand{
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.image-no-payment.animated .payment-coin:nth-child(2),
.image-no-payment.animated .payment-coin:nth-child(3) {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
.image-no-payment.animated .payment-coin:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.image-no-payment.animated .payment-coin:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.image-no-payment.animated .payment-cross:after,
.image-no-payment.animated .payment-cross:before {
  opacity: 1;
  visibility: visible;
}
.image-no-payment.animated .payment-cross:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-no-payment.animated .payment-cross:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.payment-hand {
  height: 95px;
  width: 253px;
  background: url(../img/section/hand.svg);
}
.payment-coin {
  position: relative;
  height: 80px;
  width: 80px;
  background: #dbe2e5;
  overflow: hidden;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.payment-coin-md {
  height: 56px;
  width: 56px;
}
.payment-coin:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  height: 100%;
  width: 50%;
  background: #d5dbde;
}
.payment-cross {
  position: relative;
  height: 250px;
  width: 10px;
  margin: 0 auto;
}
.payment-cross:before,
.payment-cross:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 6px;
  background: #f24646;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* IMAGE: Disk Usage Chart */

.disk-usage {
   margin-bottom: 25px;
   text-align: left;
}
.disk-usage .display-title {
  padding-left: 40px;
  color: rgba(255,255,255, 0.3);
}
.disk-usage-chart {
  position: relative;
  height: 158px;
  padding-bottom: 0;
  padding-left: 40px;
}
.duc-data {
  height: 158px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
}
.duc-data:after {
  display: block;
  content: "";
  height: 158px;
  width: 995px;
  background: url(../img/chart.svg);
}
.duc-axis-x,
.duc-axis-y {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.duc-axis-x > li,
.duc-axis-y > li {
  color: rgba(255,255,255, 0.3);
  font-size: 11px;
}
.duc-axis-x:after,
.duc-axis-y:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(255,255,255, 0.3);
}
.duc-axis-y {
  top: 0;
  left: -20px;
  height: 100%;
  width: 60px;
}
.duc-axis-y:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.duc-axis-y > li {
  height: 20%;
  padding-right: 16px;
  text-align: right;
}
.duc-axis-x {
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 40px;
}
.duc-axis-x:after {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.animated .duc-data {
  width: 100%;
}
.duc-data-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin-left: 40px;
  overflow: hidden;
  -webkit-transition: all linear 2s;
  transition: all linear 2s;
}
.duc-data-bar:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  height: 158px;
  width: 1000px;
  background: url(../img/bar-chart.svg);
}
.animated .duc-data-bar,
.animated .duc-data-bar-2 {
  height: 158px;
}
.duc-data-bar-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin-left: 40px;
  overflow: hidden;
  -webkit-transition: all linear 2s 1s;
  transition: all linear 2s 1s;
}
.duc-data-bar-2:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  height: 158px;
  width: 1000px;
  background: url(../img/bar-chart-2.svg);
}


/* IMAGE: Reliability */

.image-reliability {
  position: relative;
  height: 400px;
  width: 560px;
  margin: 60px auto 25px;
}
.image-reliability .server {
  position: absolute;
  z-index: 3;
}
.image-reliability .server-lg {
  left: 50%;
  margin-left: -90px;
}
.image-reliability .server .lock {
  position: absolute;
  bottom: -5px;
  right: -13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all linear .25s 2.5s;
  transition: all linear .25s 2.5s;
}
.image-reliability .server-left {
  bottom: 100px;
  left: 0;
}
.image-reliability .server-center {
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.image-reliability .server-right {
  bottom: 100px;
  right: 0;
}
.image-reliability .line {
  position: absolute;
  border-color: rgba(196,227,255, 0.2);
}
.image-reliability .line-server-top {
  left: 45px;
  z-index: 1;
  right: 45px;
  top: 110px;
}
.image-reliability .line-server-left {
  left: 45px;
  top: 112px;
  height: 76px;
}
.image-reliability .line-server-right {
  right: 45px;
  top: 112px;
  height: 76px;
}
.image-reliability .line-server-center {
  right: 50%;
  top: 212px;
  height: 76px;
}
.image-reliability .file {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 50%;
  margin-left: -26px;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}
.image-reliability .file-top {
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.image-reliability.animated .server-lg {
  -webkit-animation: serverZoom .5s 1s;
  animation: serverZoom .5s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-reliability.animated .file-top {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.image-reliability.animated .file-left {
  -webkit-animation: fileLeft1 1s 1s, fileLeft2 .5s 2s;
  animation: fileLeft1 1s 1s, fileLeft2 .5s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-reliability.animated .file-right {
  -webkit-animation: fileRight1 1s 1s, fileRight2 .5s 2s;
  animation: fileRight1 1s 1s, fileRight2 .5s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-reliability.animated .file-center {
  -webkit-animation: fileCenter 1s 1.75s;
  animation: fileCenter 1s 1.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-reliability.animated .server .lock {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-reliability.animated .server-center,
.image-reliability.animated .server-left,
.image-reliability.animated .server-right {
  -webkit-animation: serverZoom .5s 2s;
  animation: serverZoom .5s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes serverZoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fileLeft1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-232px, 0, 0);
    transform: translate3d(-232px, 0, 0);
  }
}
@keyframes fileLeft2 {
  0% {
    -webkit-transform: translate3d(-232px, 0, 0);
    transform: translate3d(-232px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-232px, 140px, 0);
    transform: translate3d(-232px, 140px, 0);
  }
}
@keyframes fileRight1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(232px, 0, 0);
    transform: translate3d(232px, 0, 0);
  }
}
@keyframes fileRight2 {
  0% {
    -webkit-transform: translate3d(232px, 0, 0);
    transform: translate3d(232px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(232px, 140px, 0);
    transform: translate3d(232px, 140px, 0);
  }
}
@keyframes fileCenter {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 240px, 0);
    transform: translate3d(0, 240px, 0);
  }
}
.lock {
  height: 56px;
  width: 46px;
  background: url(../img/section/lock.svg);
}

/* IMAGE: No Neighbors */

.image-no-neighbors  {
  position: relative;
  height: 450px;
  width: 900px;
  margin: 60px auto 55px;
}
.image-no-neighbors .server {
  position: absolute;
  z-index: 3;
}
.image-no-neighbors .server-lg {
  top: 50%;
  left: 50%;
  margin: -112px 0 0 -110px;
 }
 .image-no-neighbors .server .bird {
  position: absolute;
  bottom: -20px;
  right: -60px;
  height: 170px;
  width: 170px;
 }
 .image-no-neighbors .users {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 480px;
  width: 900px;
  margin: -240px 0 0 -450px;
}
 .image-no-neighbors .users-1 {
  -webkit-transition: all linear 1s 0.4s;
  transition: all linear 1s 0.4s;
}
 .image-no-neighbors .users-2 {
  -webkit-transition: all linear 1s 1.4s;
  transition: all linear 1s 1.4s;
}
 .image-no-neighbors .users-3 {
  -webkit-transition: all linear 1s 2.4s;
  transition: all linear 1s 2.4s;
}
 .image-no-neighbors .user {
  position: absolute;
 }
 .image-no-neighbors .user-1 {
  bottom: 0;
  left: 0;
 }
 .image-no-neighbors .user-2 {
  top: 0;
  right: 0;
 }
 .image-no-neighbors .user-3 {
  top: 41%;
  right: 50px;
 }
 .image-no-neighbors .user-4 {
  bottom: 30%;
  left: 40px;
 }
 .image-no-neighbors .user-5 {
  top: 80%;
  right: 20px;
 }
 .image-no-neighbors .user-6 {
  top: 10%;
  left: 40px;
 }
.force-field,
.force-field:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  display: block;
  content: "";
  height: 480px;
  width: 480px;
  margin: 0 0 0 -240px;
	background: linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
	background-image: -ms-linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
	background-image: -moz-linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
	background-image: -o-linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
	background-image: -webkit-linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
	background-image: linear-gradient(105deg, rgba(196,227,255, 0.5) 0%, rgba(196,227,255, 0) 100%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 50px rgba(196,227,255, 0.2) ,0 0 175px rgba(196,227,255, 0.3) inset;
  -webkit-transition: all linear 2s;
  transition: all linear 2s;
}
.image-no-neighbors.animated .force-field:after {
  -webkit-animation: forceZoom 2s, forceZoom 2s 1s, forceZoom 2s 2s;
  animation: forceZoom 2s, forceZoom 2s 1s, forceZoom 2s 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-no-neighbors.animated .users  {
  width: 3000px;
  height: 3000px;
  margin: -1500px 0 0 -1500px;
}
@keyframes forceZoom {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .image-no-neighbors  {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .image-no-neighbors  {
    margin: -130px auto -85px;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
}

/* IMAGE: Performance */

.image-performance {
  position: relative;
  width: 234px;
  height: 350px;
  margin: 60px auto 0;
}
.image-performance .ssd {
  height: 292px;
  width: 234px;
  background: url(../img/section/ssd_disk.svg);
}
.image-performance .speedometer {
  position: absolute;
  right: -100px;
  bottom: 0;
}

/* IMAGE: DDos */

.image-high-availability,
.image-ddos {
   position: relative;
   height: 220px;
   width: 230px;
   margin: 12px 0 5px;
}
.image-high-availability .speedometer,
.image-ddos .shield {
  position: absolute;
  bottom: 0;
  right: 0;
}
.shield {
  height: 150px;
  width: 120px;
  background: url(../img/section/shield.svg);
}

/* IMAGE: 8 CPUS */

.image-dedicated-cpus {
  width: 240px;
  height: 240px;
}
.image-dedicated-cpus .cpu,
.image-dedicated-cpus .cpu-number {
  float: left;
  margin: 10px;
  opacity: 0;
}
.image-dedicated-cpus.animated .cpu:nth-child(1) {
  -webkit-animation: zoomIn .2s 0s;
  animation: zoomIn .2s 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(2) {
  -webkit-animation: zoomIn .2s .1s;
  animation: zoomIn .2s .1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(3) {
  -webkit-animation: zoomIn .2s .2s;
  animation: zoomIn .2s .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(4) {
  -webkit-animation: zoomIn .2s .3s;
  animation: zoomIn .2s .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu-number {
  -webkit-animation: zoomIn .2s .4s;
  animation: zoomIn .2s .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(6) {
  -webkit-animation: zoomIn .2s .5s;
  animation: zoomIn .2s .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(7) {
  -webkit-animation: zoomIn .2s .6s;
  animation: zoomIn .2s .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(8) {
  -webkit-animation: zoomIn .2s .7s;
  animation: zoomIn .2s .7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.image-dedicated-cpus.animated .cpu:nth-child(9) {
  -webkit-animation: zoomIn .2s .8s;
  animation: zoomIn .2s .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cpu-number {
  height: 57px;
  width: 57px;
  color: #363b40;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 57px;
}
.cpu {
  height: 57px;
  width: 57px;
  background: url(../img/section/cpu.svg);
}

/* IMAGE: Node Uptime  */

.image-node-uptime {
  position: relative;
  height: 220px;
  width: 220px;
  margin-top: 30px;
}
.image-network-uptime {
  position: relative;
  height: 240px;
  width: 300px;
}
.image-network-uptime .circle,
.image-node-uptime .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  -webkit-box-shadow: 0 5px 25px rgba(11,27,38, 0.3);
  box-shadow: 0 5px 25px rgba(11,27,38, 0.3);
}
.image-network-uptime .circle span,
.image-node-uptime .circle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 50px 0 0;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
}
.image-network-uptime .circle span small,
.image-node-uptime .circle span small {
  display: block;
  margin-top: 3px;
  color: rgba(0,0,0, 0.4);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.large-checkmark {
  display: inline-block;
  height: 220px;
  width: 220px;
  background-color: #25b867;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  -webkit-box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
  box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
}
.large-checkmark > i {
  font-size: 148px;
  line-height: 220px;
}


.limited-time-banner {
  position: relative;
  padding: 20px;
  background-color: #ffa726;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px -10px rgba(37,45,51, .2);
  box-shadow: 0 10px 30px -10px rgba(37,45,51, .2);
}
.limited-time-banner:after {
  position: absolute;
  left: 50%;
  top: -16px;
  display: block;
  content: "\f2f8";
  height: 16px;
  width: 18px;
  margin-left: -8px;
  color: #ffa726;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 40px;
  line-height: 26px;
}

.features{
  background-color: #f2f5f5;
}.responsive-image .browser {
	width: 86%;
	-webkit-box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
	box-shadow: 0 10px 60px -10px rgba(37,45,51, .5);
}
.responsive-image.desktop-size .browser {
  min-width: 768px;
}
.responsive-image .phone {
	-webkit-box-shadow: 0 10px 70px -10px rgba(37,45,51, .5);
	box-shadow: 0 10px 70px -10px rgba(37,45,51, .5);
}
.responsive-image .play:after,
.responsive-image .browser:after,
.responsive-image .phone:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 50%;
  background-color: rgba(0,0,0, 0.05);
}
.image-lines {
  position: absolute;
  top: 100px;
  left: -80px;
  height: 54px;
  width: 300px;
  background: url(../img/section/lines.svg);
}
.image-lines-right {
  left: auto;
  right: -84px;
}
@media (max-width: 1199px) {
	.page-banner-home .responsive-image .phone {
		left: -30px;
	}
}
@media (max-width: 991px) {
	.page-banner-home .responsive-image .phone {
    display: none;
		left: -20px;
	}
  .responsive-image {
    margin: 0 -24px;
  }
  .responsive-image .browser:not(.mobile-size) {
    min-width: 758px;
  }
}

/* 5.2 Image: Resposive Devices */

.responsive-image {
	position: relative;
}
.responsive-image .phone {
	position: absolute;
	right: -20px;
	bottom: -19px;
	z-index: 3;
	overflow: hidden;
}

.play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  cursor: pointer;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.animated .play {
  opacity: 0;
  visibility: hidden;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  /*right: 0;*/
  display: inline-block;
  height: 52px;
  width: 52px;
  margin: -26px 0 0 -26px;
  border: 2px solid rgba(196, 227, 255, 0.8);
  color: rgba(196, 227, 255, 0.8);
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.play-btn > i {
  margin-left: 2px;
}
.play:hover .play-btn {
  color: #fff;
  border-color: #fff;
}
.browser .play-btn {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: -50px 0 0 -50px;
  font-size: 42px;
  line-height: 98px;
}
.reponsive-image-types {
  margin-bottom: 30px;
  padding: 0;
  border: none;
  list-style: none;
  text-align: center;
}
.responsive-image .browser {
   -webkit-transition: all ease 0.5s;
}

.mobile-size .mobile-size-hidden {
	display: none!important;
}
/* Control Panel Preview */

.control-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #616366;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  visibility: visible!important;
}
.control-panel p {
  margin-bottom: 10px;
}

/* Control Panel Navigation */

.cp-navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 68px;
  padding: 24px 0;
  overflow: hidden;
}
.cp-navbar > * {
	position: relative;
	z-index: 1;
}
.cp-navbar:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	height: 100%;
	width: 350px;
	background: #026FCE;
	background: linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(80deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.cp-navbar .navbar-header {
  float: none;
  margin-bottom: 30px;
	text-align: center;
}
.cp-navbar .navbar-brand {
	display: inline-block;
	float: none;
  height: 32px;
	width: 32px;
	background-image: url(../img/section/bird2.svg);
	background-size:32px auto;
	font-size: 0;
	line-height: 32px;
	text-indent: -9999px;
}
.cp-navbar .navbar-nav {
	display: block;
	width: 68px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cp-navbar .navbar-nav > li {
  float: none;
  margin-bottom: 12px;
}
.cp-navbar .navbar-nav > li > span {
	display: block;
  padding: 6px 0;
	color: rgba(196, 227, 255, 0.8);
  font-size: 10px;
  font-weight: bold;
	text-align: center;
  line-height: 16px;
}
.cp-navbar .navbar-nav > li.active > span:after {
  position: absolute;
  right: -3px;
  top: 50%;
  display: block;
  height: 16px;
  width: 8px;
  margin: -8px 0 0 0;
  content: "\f2f4";
  color: #fff;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 30px;
  line-height: 16px;
}
.cp-navbar .navbar-nav > li > span > i {
  position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
}
.desktop-size .navbar-toggle,
.desktop-size .notification-toggle,
.desktop-size .cp-navbar .navbar-logout {
  display: none;
}
.mobile-size .cp-navbar:after {
  width: 120%;
}
.mobile-size .cp-navbar {
  height: 38px;
  width: 100%;
  padding: 4px 0;
}
.mobile-size .cp-navbar .navbar-container {
  display: none;
}
.mobile-size .cp-navbar .navbar {
  padding: 0 10px;
}
.mobile-size .cp-navbar .navbar-header {
  padding-left: 18px;
  margin: 0;
}
.mobile-size .cp-navbar .navbar-brand {
  margin-top: -3px;
  margin-bottom: -3px;
}
.mobile-size .cp-navbar .navbar-toggle {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  padding: 5px;
}
.mobile-size .cp-navbar .navbar-toggle .icon-bar {
  height: 1px;
  width: 14px;
  background-color: #fff;
}
.mobile-size .cp-navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.mobile-size .cp-navbar .navbar-header .notification-toggle {
  float: right;
  padding: 9px 5px;
}
.mobile-size .cp-navbar .navbar-header .notification-toggle > i {
  color: #fff;
  font-size: 15px;
}

/* Control Panel Content */

.cp-content .row {
  margin-left: -5px;
  margin-right: -5px;
}
.cp-content [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.cp-content .h6 {
  display: block;
  margin: 0 0 20px 0;
}
.cp-content .panel {
  padding: 14px;
  margin-bottom: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.cp-content .tabs-container {
  margin-bottom: 20px;
}
.cp-content .tabs-container > .btn {
  display: none;
}
.cp-content .nav-tabs {
  margin: 0 -8px;
  border-bottom: none;
}
.cp-content .nav-tabs > li > span {
  display: inline-block;
  padding: 10px 1px;
  margin: 0 8px;
  line-height: 10px;
}
.mobile-size .cp-content {
  margin: 38px 0 0 0
}
.mobile-size .cp-content .h6 {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
}
.mobile-size .step-list > li:nth-child(2) .h6 {
  margin-bottom: 10px;
}

/* Control Panel: Server List */

.cp-server-loading {

}

/* Control Panel: Server List */

.cp-server-list {
	opacity: 0;
	visibility: hidden;
}
.no-data {
  width: 200px;
	padding-top: 100px;
  margin: 0 auto;
  text-align: center;
}
.no-data .server {
  display: inline-block;
  margin-bottom: 10px;
}
.mobile-size .no-data {
  width: 150px;
  padding-top: 40px;
}
.mobile-size .no-data .server {
  height: 59px;
  width: 47px;
}
.cp-servers-table {
	position: absolute;
	top: 20px;
	opacity: 0;
	visibility: hidden;
}
.desktop-size .cp-servers-table {
    width: 700px;
}
.desktop-size .cp-servers-table-mobile {
  display: none;
}


/* Control Panel: Server Deploying */

.cp-server-deploying {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: #fff;
	height: 100%;
	margin-left: 68px;
	opacity: 0;
	visibility: hidden;
}
.mobile-size .cp-server-deploying {
	margin-left: 0;
}

/* Control Panel: Server Deployment */

/* Deploy Server: STEPS */

.cp-content .step-list {
  padding: 10px 0 24px 0;
  margin: 0;
  list-style: none;
}
.cp-content .step-list > li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 24px 0 0 0;
}
.cp-content .step-list > li:after,
.cp-content .step-list > li:before {
  display: table;
  content: "";
  clear: both;
}
.cp-content .step-list li > .step {
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 1px solid #D2D8DC;
  color: #8a9399;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.desktop-size .cp-content .step-list li > .step {
  position: absolute;
  top: -3px;
  left: 0;
}
.mobile-size .cp-content .step-list > li {
  padding: 0;
  margin-top: 14px;
}
.mobile-size .cp-content .step-list li > .step {
  float: left;
}
.mobile-size .cp-content .step-list li > .h6 {
  margin-left: 36px;
  white-space: nowrap;
}

/* Deploy Server: PANELS */

.cp-content .panel .select-icon {
  position: relative;
  font-size: 28px;
}
.cp-content .panel .select-icon:before {
  color: #1e88e5;
}
.cp-content .panel .select-icon span,
.cp-content .panel .select-icon span:before  {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 102%;
  background: #fff;
  opacity: 0;
}
.cp-content .panel .select-icon span:before  {
  left: 50%;
  top: 50%;
  content: "\f26b";
  height: 26px;
  width: 26px;
  margin: -13px 0 0 -13px;
  background: #1e88e5;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-family: 'Material-Design-Iconic-Font';
  text-align: center;
  line-height: 26px;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
.cp-content .select-name {
  display: block;
	margin: 0;
  color: #363b40;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
}
.cp-content .select-name small {
	display: block;
  margin-top: 4px;
	color: #919699;
	font-size: 8px;
  font-weight: 300;
	text-transform: uppercase;
}
.cp-content .select-header {
  position: relative;
  padding-left: 44px;
}
.cp-content .select-header:after,
.cp-content .select-header:before {
  display: table;
  content: "";
  clear: both;
}
.cp-content .select-header .select-icon {
	position: absolute;
  top: 50%;
  left: 0;
}
.cp-content .select-header .select-icon.icon {
  margin-top: -15px;
}
.cp-content .select-header .select-icon.flag {
  margin-top: -10px;
}
.cp-content .select-options {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  display: none;
  width: 101%;
  padding: 55px 0 14px 0;
  margin: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  list-style: none;
}
.cp-content .select-options > li {
  padding: 2px 14px;
  color: #616366;
  font-size: 10px;
}

/* Deploy Server: PACKAGES */

.cp-content .packages {
  padding: 0;
}
.cp-content .package {
   margin-bottom: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.cp-content .package-header {
  padding: 12px;
}
.cp-content .package-title {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 16px;
}
.cp-content .package-price {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.cp-content .package-price .cycle {
  font-size: 12px;
}
.cp-content .package-body ul > li {
  margin-bottom: 2px;
}
.cp-content .package-hourly {
  font-size: 10px;
  line-height: 10px;
}
.cp-content .package-body {
  padding: 12px;
}
.cp-content .form-control {
  height: 28px;
  font-size: 11px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* Deploy Server: CHECKBOX */

.cp-content .checkbox-style {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  margin-right: 6px;
  background: #fff;
  border: 2px solid #cacdcf;
  border-radius: 2px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  cursor: pointer;
  vertical-align: middle;
}
.cp-content .checkbox-style:before {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  content: "\f26b";
  height: 12px;
  width: 12px;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  font-family: 'Material-Design-Iconic-Font';
  text-align: center;
  line-height: 12px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
}

.cp-content .checkbox {
  white-space: nowrap;
}

/* Deploy Server: LABEL */

.cp-content .label {
  padding: 3px 4px;
  font-size: 8px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* Deploy Server: SUMMARY */

.cp-deploy-summary {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 14px 0;
  background: #fff;
}
.cp-deploy-summary:after,
.cp-deploy-summary:before {
  display: table;
  content: "";
  clear: both;
}
.cp-summary-price {
  display: inline-block;
  padding: 8px 0;
  font-size: 13px;
  font-weight: bold;
}
.cp-summary-price span {
  color: #1e88e5;
}
.cp-summary-btn {
  float: right;
  display: block;
  padding: 8px 14px;
  background: #1e88e5;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.desktop-size .cp-deploy-summary {
  bottom: 0;
  margin-left: 68px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.1);
  box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.desktop-size .cp-deploy-server .cp-content .cp-container > .cp-deploy-summary {
  display: none;
}
.mobile-size .cp-deploy-server > .cp-deploy-summary {
  display: none;
}
.mobile-size .cp-summary-price {
  padding-top: 0;
  padding-bottom: 15px;
}
.mobile-size .cp-deploy-summary {
  border-top: 1px solid #edf0f2;
  text-align: center;
}
.mobile-size .cp-summary-btn {
  display: block;
  width: 100%;
}

/* Control Panel: HEADER */

.cp-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #edf0f2;
  text-align: left;
}
.cp-header .h1 {
  display: inline-block;
  margin: 30px 0 18px;
  font-size: 17px;
  line-height: 20px;
}
.cp-header .tabs-container {
  margin: 0 0 -1px 0;
}
.cp-header-hero {
  text-align: center;
}
.cp-header-hero .h1 {
  margin: 38px 0 32px;
  font-size: 20px;
  line-height: 24px;
}
.mobile-size .cp-header .h1 {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.mobile-size .cp-header-hero .h1 {
  margin: 15px 0 10px;
}

/* Deploy BTN */

.cp-deploy-btn {
  position: absolute;
  height: 36px;
  width: 36px;
  background: #1e88e5;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.2);
  box-shadow: 0 3px 10px rgba(0,0,0, 0.2);
}
.desktop-size .control-panel .cp-deploy-btn {
  bottom: -15px;
  right: 20px;
  -webkit-animation: all ease .4s 0.5s;
  animation: all ease .4s .5s;
}
.mobile-size .control-panel .cp-deploy-btn {
  bottom: -42px;
  right: 10px;
  z-index: 9999;
  -webkit-animation: all ease .4s 0.5s;
  animation: all ease .4s .5s;
}

/* Contorl Panel Content */

.cp-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 68px;
}
.cp-container {
  position: relative;
  max-width: 776px;
  margin: 0 auto;
  padding: 0 20px;
}
.mobile-size .cp-container {
  padding: 0 10px;
}
.mobile-size .cp-content .col-sm-3 {
  width: 100%;
}

/* desktop */

.desktop-size .control-panel .cursor {
  position: absolute;
  right: 300px;
  top: 200px;
  z-index: 3;
}

/* mobile */

.mobile-size .browser-header {
	display: none;
}

.mobile-size.browser {
  height: 445px;
  width: 215px;
  padding: 50px 10px;
  border-radius: 20px;
}
.mobile-size.browser:after {
  top: auto;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 34px;
  width: 34px;
  margin: 8px auto;
  background-color: #22292e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mobile-size.browser:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  width: 40px;
  margin: 23px auto;
  background-color: #22292e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* cursor */

.cp-cursor {
  position: absolute;
  z-index: 1000;
  right: 300px;
  top: 200px;
  width: 28px;
  height: 31px;
}
.desktop-size .cp-cursor:before {
  position: absolute;
  z-index: 1;
  display: block;
  content:"";
  width: 28px;
  height: 31px;
  background: url(../img/panel/cursor-pointer%402x.png);
  background-size: cover;
}
.animated .cp-cursor:after {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
  height: 40px;
  width: 40px;
  display: block;
  content: "";
  background: #1e88e5;
  margin: -10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-size .cp-cursor {
  right: 100px;
  top: 100px;
}
@media(max-width: 1199px) {
  .cp-cursor {
    right: 210px
  }
}
@media(max-width: 991px) {
  .cp-cursor {
    right: 220px
  }
}
.cp-deploy-server {
  position: relative;
  z-index: 998;
  height: 100%;
  opacity: 0;
}
.mobile-size .cp-deploy-server .cp-content,
.desktop-size .cp-deploy-server .cp-content {
  z-index: 9999;
  height: 1400px;
  background: #fff;
}
.mobile-size .cp-deploy-server .cp-content {
  height: 2960px;
}

/* Table */

.cp-servers-table {
	padding-top: 20px;
}
.cp-servers-table .table {
	font-size: 11px;
}
.cp-servers-table .table thead th {
	padding: 6px 10px
}
.cp-servers-table .table > thead > tr > th,
.cp-servers-table .table > tbody > tr > th,
.cp-servers-table .table > tfoot > tr > th,
.cp-servers-table .table > thead > tr > td,
.cp-servers-table .table > tbody > tr > td,
.cp-servers-table .table > tfoot > tr > td {
	padding: 6px 7px;
}
.cp-servers-table .table .flag-xs {
	margin-right: 4px;
	margin-bottom: -3px;
}
.mobile-size .cp-servers-table {
	top: 0;
	left: 0;
	right:0;
}
.mobile-size .cp-servers-table .table thead {
	display: none;
}
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr {
		position: relative;
		padding-left: 20px;
}
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-title {
	padding-right: 30px;
}
/*
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-os {
	position: absolute;
	top: 0;
	right: 0;
}
*/
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-os {
  display: none;
}
/*
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-checkbox {
	position: absolute;
	top: 0;
	left: 0;
}
*/
.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-checkbox {
  display: none;
}
.mobile-size .cp-servers-table .table ,
.mobile-size .cp-servers-table .table tbody,
.mobile-size .cp-servers-table .table tr,
.mobile-size .cp-servers-table .table td {
	display: block;
}
.mobile-size .cp-servers-table .table td {
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mobile-size .cp-servers-table {
    display: none;
}
.mobile-size .cp-servers-table-mobile {
  position: absolute;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}

.mobile-size .cp-cell-costs,
.mobile-size .cp-cell-status {
		float: left;
		width: 50%;
}
.mobile-size .cp-cell-status {
	text-align: right;
	margin-bottom: 12px;
}
.cp-table-label {
		display: none;
}
.mobile-size .cp-table-labe {
	display: block;
}

.cp-cell-location {
  white-space: nowrap;
}

.cp-progress {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 12px;
	width: 160px;
	margin: -6px 0 0 -80px;
  border: 1px solid #e6e9eb;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.cp-progress-bar {
	position: absolute;
	top: 2px;
	left: 2px;
  height: 6px;
	width: 0;
	background: #1e88e5;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/************************************

ANIMATIONS

************************************** /


/* Desktop Animation: Step 1: click on deploy button */

.animated .cp-cursor:after {
  -webkit-animation: cursorTap .4s .5s, cursorTap .4s 1.9s, cursorTap .4s 3s, cursorTap .4s 3.8s, cursorTap .4s 5s, cursorTap .4s 6.2s, cursorTap .4s 7.4s, cursorTap .4s 9.8s;
  animation: cursorTap .4s .5s, cursorTap .4s 1.9s, cursorTap .4s 3s, cursorTap .4s 3.8s, cursorTap .4s 5s, cursorTap .4s 6.2s, cursorTap .4s 7.4s, cursorTap .4s 9.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.desktop-size .animated .cp-deploy-btn {
  -webkit-animation: all ease .25s .5s;
  animation: all ease .25s .5s;
}
.desktop-size .animated .cp-cursor {
  -webkit-animation: cursorMove .5s, cursorMove2 .6s 1.5s, cursorMove3 .8s 2.3s, cursorMove4 .3s 3.5s, cursorMove5 .4s 4s, cursorMove6 .4s 5.8s, cursorMove7 1s 6.5s, cursorMove8 .8s 9.1s;
  animation: cursorMove .5s, cursorMove2 .6s 1.5s, cursorMove3 .8s 2.3s, cursorMove4 .3s 3.5s, cursorMove5 .4s 4s, cursorMove6 .4s 5.8s, cursorMove7 1s 6.5s, cursorMove8 .8s 9.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.desktop-size .animated .cp-deploy-btn {
  -webkit-animation-name: click;
  animation-name: click;
}
.mobile-size .animated .cp-cursor:after {
  -webkit-animation: cursorTap .4s .5s, cursorTap .4s 2.2s, cursorTap .4s 3.5s, cursorTap .4s 4.3s, cursorTap .4s 6s, cursorTap .4s 9.3s, cursorTap .4s 11.5s, cursorTap .4s 13.2s;
  animation: cursorTap .4s .5s, cursorTap .4s 2.2s, cursorTap .4s 3.5s, cursorTap .4s 4.3s, cursorTap .4s 6s, cursorTap .4s 9.3s, cursorTap .4s 11.5s, cursorTap .4s 13.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-cursor {
  -webkit-animation: mobileCursorMove .5s, mobileCursorMove2 .6s 1.5s,  mobileCursorMove3 .6s 2.5s,  mobileCursorMove4 .3s 4s,  mobileCursorMove5 .3s 9s,  mobileCursorMove6 .3s 11s,  mobileCursorMove7 .3s 12.9s;
  animation: mobileCursorMove .5s, mobileCursorMove2 .6s 1.5s,  mobileCursorMove3 .6s 2.5s,  mobileCursorMove4 .3s 4s,  mobileCursorMove5 .3s 9s,  mobileCursorMove6 .3s 11s,  mobileCursorMove7 .3s 12.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-deploy-server .cp-content {
  -webkit-animation: mobileContentMove 0.8s 1.3s, mobileContentMove2 1.5s 2.5s, mobileContentMove3 1.5s 4.7s, mobileContentMove4 2.5s 6.5s, mobileContentMove5 1.5s 10s;
  animation: mobileContentMove 0.8s 1.3s, mobileContentMove2 1.5s 2.5s, mobileContentMove3 1.5s 4.7s, mobileContentMove4 2.5s 6.5s, mobileContentMove5 1.5s 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*
.mobile-size .animated .cp-navbar {
  -webkit-animation: mobileContentMove 0.8s 1.3s;
  animation: mobileContentMove 0.8s 1.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
*/

/* Desktop Animation: Step 2: Show Deploy Content */

.animated .cp-server-list {
  -webkit-animation: show 0s 0s, hide .5s .7s, show .5s 12s;
  animation: show 0s 0s, hide .5s .7s, show .5s 12s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-server-list .no-data {
  -webkit-animation: hide 0s 1s;
  animation: hide 0s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-servers-table {
  -webkit-animation: show 0s 1s;
  animation: show 0s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-servers-table-mobile {
  -webkit-animation: show 0s 1s;
  animation: show 0s 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-deploy-server {
  -webkit-animation: show .5s .9s, hide 0s 11s;
  animation: show .5s .9s, hide 0s 11s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.desktop-size .animated .cp-deploy-server .cp-content {
  -webkit-animation: contentMove 1s 2.3s, contentMove2 1s 4s, contentMove3 .8s 5.2s, contentMove4 1s 6.5s;
  animation: contentMove 1s 2.3s, contentMove2 1s 4s, contentMove3 .8s 5.2s, contentMove4 1s 6.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-server-list {
  -webkit-animation: show 0s 0s, hide .5s .7s, show .5s 15s;
  animation: show 0s 0s, hide .5s .7s, show .5s 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-deploy-server {
  -webkit-animation: show .5s .9s, hide 0s 14s;
  animation: show .5s .9s, hide 0s 14s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Desktop Animation: Step 3: Choose Location */

.animated .cp-location-click,
.animated .cp-location-click .select-icon span,
.animated .cp-location-click .select-icon span:before {
  -webkit-transition: all ease .15s 2s;
  transition: all ease .15s 2s;
}
.mobile-size .animated .cp-location-click,
.mobile-size .animated .cp-location-click .select-icon span,
.mobile-size .animated .cp-location-click .select-icon span:before {
  -webkit-transition: all ease .15s 2.2s;
  transition: all ease .15s 2.2s;
}
.animated .cp-location-click {
  border-color: #1e88e5
}
.animated .cp-location-click .select-icon span {
  opacity: 1;
}
.animated .cp-location-click .select-icon span:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Desktop Animation: Step 4: Choose OS */

.animated .cp-os-click {
  -webkit-transition: all ease .15s 3.1s;
  transition: all ease .15s 3.1s;
}
.animated .cp-os-click {
  border-color: #1e88e5
}
.animated .cp-os-click  .select-header {
  position: relative;
  z-index: 2;
}
.cp-os-click .select-options {
  opacity: 0;
  display: block;
  background: #fff;
  border: 1px solid #1e88e5;
  -webkit-box-shadow: 0 0 40px -10px rgba(37,45,51, .5);
  box-shadow: 0 0 40px -10px rgba(37,45,51, .5);
}
.animated .cp-os-click .select-options {
  -webkit-animation: show .15s 3.1s, hide .15s 3.9s;
  animation: show .15s 3.1s, hide .15s 3.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-os-click .select-icon span,
.animated .cp-os-click .select-icon span:before {
  -webkit-transition: all ease .15s 3.9s;
  transition: all ease .15s 3.9s;
}
.mobile-size .animated .cp-os-click {
  -webkit-transition: all ease .15s 3.5s;
  transition: all ease .15s 3.5s;
}
.mobile-size .animated .cp-os-click .select-options {
  -webkit-animation: show .15s 3.5s, hide .15s 4.5s;
  animation: show .15s 3.5s, hide .15s 4.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-os-click .select-icon span,
.mobile-size .animated .cp-os-click .select-icon span:before {
  -webkit-transition: all ease .15s 4.4s;
  transition: all ease .15s 4.4s;
}

/* version choose */

.animated .cp-os-click .select-options > li:first-child {
  -webkit-transition: all ease .15s 3.5s;
  transition: all ease .15s 3.5s;
}
.animated .cp-os-click .select-options > li:first-child {
  color: #1e88e5
}
.animated .cp-os-click .select-icon span {
  opacity: 1;
}
.animated .cp-os-click .select-icon span:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-size .animated .cp-os-click .select-options > li:first-child {
  -webkit-transition: all ease .15s 4.3s;
  transition: all ease .15s 4.3s;
}

/* Desktop Animation: Step 5: Choose Package */

.animated .cp-package-click {
  -webkit-transition: all ease .15s 5s;
  transition: all ease .15s 5s;
}
.animated .cp-package-click {
  border-color: #1e88e5
}
/*
.animated .cp-package-click {
  border-color: #1e88e5;
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #135fac 1%, #1e88e5 64%, #40baf5 97%) repeat scroll 0 0;
  background-color: #1e88e5;
}
.animated .cp-package-click > .package-header {
  border-color: #1669b5;
}
.animated .cp-package-click > .package-header > .package-title,
.animated .cp-package-click > .package-header > .package-price {
  color: #ffffff;
}
.animated .cp-package-click > .package-header > .package-hourly,
.animated .cp-package-click > .package-body > ul > li {
  color: #ffffff;
  opacity: 0.6;
}
*/

.mobile-size .animated .cp-package-click {
  -webkit-transition: all ease .15s 6s;
}

/* Desktop Animation: Step 6: Choose Features */

.animated .cp-checkbox-click,
.animated .cp-checkbox-click:before {
  -webkit-transition: all ease .15s 6.2s;
  transition: all ease .15s 6.2s;
}
.animated .cp-checkbox-click:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.animated .cp-checkbox-click {
  border-color: #1e88e5;
  background-color: #1e88e5;
}
.mobile-size .animated .cp-checkbox-click {
  -webkit-transition: all ease .15s 9.4s;
  transition: all ease .15s 9.4s;
}

/* Desktop Animation: Step 7:  Instance Name */

.cp-instance-input {
  position: relative;
  color: #999;
  overflow: hidden;
  border: 1px solid #dcdee0;
}

.cp-instance-input .form-control
{
	white-space: nowrap;
	border-width: 0px;
}

.cp-instance-name {
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  width: 160px;
  background: #fff;
  color: #616366;
  overflow: hidden;
}

.cp-instance-name > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 200px;
  height: 100%;
  background: #fff;
}
.animated .cp-instance-input .form-control {
  -webkit-animation: borderColor .15s 7.5s;
  animation: borderColor .15s 7.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-instance-name > span {
  -webkit-animation: typing 1.5s steps(36, end) 7.6s;
  animation: typing 1.5s steps(36, end) 7.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-instance-input .form-control {
  -webkit-animation: borderColor .15s 11.5s;
  animation: borderColor .15s 11.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-instance-name > span {
  -webkit-animation: typing 1.5s steps(36, end) 11.8s;
  animation: typing 1.5s steps(36, end) 11.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes typing {
  from { width: 200px; }
  to { width: 0; }
}
@keyframes typing {
  from { width: 200px; }
  to { width: 0; }
}
@-webkit-keyframes borderColor {
  from { border-color: #e6e9eb; }
  to { border-color: #1e88e5; }
}
@keyframes borderColor {
  from { border-color: #e6e9eb; }
  to { border-color: #1e88e5; }
}


.mobile-size .animated .cp-summary-btn {
  -webkit-animation: click .15s 13.2s;
  animation: click .15s 13.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Desktop Animation: Step 8:  Server Deploying */

.animated .cp-server-deploying {
  -webkit-animation: show .5s 10s, hide .5s 12s;
  animation: show .5s 10s, hide .5s 12s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animated .cp-progress-bar {
  -webkit-animation: load 2s 10s;
  animation: load 2s 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-server-deploying {
  -webkit-animation: show .5s 13.4s, hide .5s 15.4s;
  animation: show .5s 13.4s, hide .5s 15.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mobile-size .animated .cp-progress-bar {
  -webkit-animation: load 2s 13.4s;
  animation: load 2s 13.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*
.animated .play {
  -webkit-animation: show .5s 13.4s;
  animation: show .5s 13.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
*/

/*CSS Animations for browser */

@-webkit-keyframes show {
  0% {
    opacity: 0;
		visibility: hidden;
  }
  100% {
    opacity: 1;
		visibility: visible;
  }
}
@keyframes show {
  0% {
    opacity: 0;
		visibility: hidden;
  }
  100% {
    opacity: 1;
		visibility: visible;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
		visibility: visible;
  }
  100% {
    opacity: 0;
		visibility: hidden;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
		visibility: visible;
  }
  100% {
    opacity: 0;
		visibility: hidden;
  }
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 154px;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 154px;
  }
}
@-webkit-keyframes click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    background: #3ba3ff;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
  }
  100% {
    background: #1e88e5;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    background: #3ba3ff;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
  }
  100% {
    background: #1e88e5;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes cursorTap {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cursorMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform:  translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform:  translate3d(200px, -100px, 0);
    transform: translate3d(200px, -100px, 0);
  }
}
@keyframes cursorMove2 {
  0% {
    -webkit-transform:  translate3d(200px, -100px, 0);
    transform: translate3d(200px, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-70px, 90px, 0);
    transform: translate3d(-70px, 90px, 0);
  }
}
@keyframes cursorMove3 {
  0% {
    -webkit-transform: translate3d(-70px, 90px, 0);
    transform: translate3d(-70px, 90px, 0);
  }
  100% {
    -webkit-transform: translate3d(-370px, 70px, 0);
    transform: translate3d(-370px, 70px, 0);
  }
}
@keyframes cursorMove4 {
  0% {
    -webkit-transform: translate3d(-370px, 70px, 0);
    transform: translate3d(-370px, 70px, 0);
  }
  100% {
    -webkit-transform: translate3d(-370px, 90px, 0);
    transform: translate3d(-370px, 90px, 0);
  }
}
@keyframes cursorMove5 {
  0% {
    -webkit-transform: translate3d(-370px, 90px, 0);
    transform: translate3d(-370px, 90px, 0);
  }
  100% {
    -webkit-transform: translate3d(-370px, -20px, 0);
    transform: translate3d(-370px, -20px, 0);
  }
}
@keyframes cursorMove6 {
  0% {
    -webkit-transform: translate3d(-370px, -20px, 0);
    transform: translate3d(-370px, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(-370px, 40px, 0);
    transform: translate3d(-370px, 40px, 0);
  }
}
@keyframes cursorMove7 {
  0% {
    -webkit-transform: translate3d(-370px, 40px, 0);
    transform: translate3d(-370px, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(-300px, 280px, 0);
    transform: translate3d(-300px, 280px, 0);
  }
}
@keyframes cursorMove8 {
  0% {
    -webkit-transform: translate3d(-300px, 280px, 0);
    transform: translate3d(-300px, 280px, 0);
  }
  100% {
    -webkit-transform: translate3d(150px, 360px, 0);
    transform: translate3d(150px, 360px, 0);
  }
}

/* Content move for desktop */

@keyframes contentMove {
  0% {
    -webkit-transform:  translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}
@keyframes contentMove2 {
  0% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -580px, 0);
    transform: translate3d(0, -580px, 0);
  }
}
@keyframes contentMove3 {
  0% {
    -webkit-transform: translate3d(0, -580px, 0);
    transform: translate3d(0, -580px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -800px, 0);
    transform: translate3d(0, -800px, 0);
  }
}
@keyframes contentMove4 {
  0% {
    -webkit-transform: translate3d(0, -800px, 0);
    transform: translate3d(0, -800px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -910px, 0);
    transform: translate3d(0, -910px, 0);
  }
}

/* Content move for mobile */

@keyframes mobileContentMove {
  0% {
    -webkit-transform:  translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }
}
@keyframes mobileContentMove2 {
  0% {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -450px, 0);
    transform: translate3d(0, -450px, 0);
  }
}
@keyframes mobileContentMove3 {
  0% {
    -webkit-transform: translate3d(0, -450px, 0);
    transform: translate3d(0, -450px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
}
@keyframes mobileContentMove4 {
  0% {
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2400px, 0);
    transform: translate3d(0, -2400px, 0);
  }
}
@keyframes mobileContentMove5 {
  0% {
    -webkit-transform: translate3d(0, -2400px, 0);
    transform: translate3d(0, -2400px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2650px, 0);
    transform: translate3d(0, -2650px, 0);
  }
}
/* Cursor move for mobile */

@keyframes mobileCursorMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform:  translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform:  translate3d(85px, 15px, 0);
    transform: translate3d(85px, 15px, 0);
  }
}
@keyframes mobileCursorMove2 {
  0% {
    -webkit-transform: translate3d(85px, 15px, 0);
    transform: translate3d(85px, 15px, 0);
  }
  100% {
    -webkit-transform:  translate3d(20px, 150px, 0);
    transform: translate3d(20px, 150px, 0);
  }
}
@keyframes mobileCursorMove3 {
  0% {
    -webkit-transform:  translate3d(20px, 150px, 0);
    transform: translate3d(20px, 150px, 0);
  }
  100% {
    -webkit-transform:  translate3d(-40px, 115px, 0);
    transform: translate3d(-40px, 115px, 0);
  }
}
@keyframes mobileCursorMove4 {
  0% {
    -webkit-transform:  translate3d(-40px, 115px, 0);
    transform: translate3d(-40px, 115px, 0);
  }
  100% {
    -webkit-transform:  translate3d(-40px, 135px, 0);
    transform: translate3d(-40px, 135px, 0);
  }
}
@keyframes mobileCursorMove5 {
  0% {
    -webkit-transform:  translate3d(-40px, 135px, 0);
    transform: translate3d(-40px, 135px, 0);
  }
  100% {
    -webkit-transform:  translate3d(-60px, 0px, 0);
    transform: translate3d(-60px, 0px, 0);
  }
}
@keyframes mobileCursorMove6 {
  0% {
    -webkit-transform:  translate3d(-60px, 0px, 0);
    transform: translate3d(-60px, 0px, 0);
  }
  100% {
    -webkit-transform:  translate3d(20px, 120px, 0);
    transform: translate3d(20px, 120px, 0);
  }
}
@keyframes mobileCursorMove7 {
  0% {
    -webkit-transform:  translate3d(20px, 120px, 0);
    transform: translate3d(20px, 120px, 0);
  }
  100% {
    -webkit-transform:  translate3d(20px, 210px, 0);
    transform: translate3d(20px, 210px, 0);
  }
}

/* Dev */
.dev_badge   { display: inline-block; border-radius: 3px; background-color: #ff3b3b; color: #ffffff; font-size: 0.9em; font-weight: bold; padding: 0px 4px; }
.dev_warning { font-weight: bold; font-size: 24px; color: #ff0000; border: 2px dashed #ff0000; text-align: center; padding: 4px; }


/* Upstream changes */
.btn-lg { overflow: hidden; }

.actions.multi > a.btn  { margin: 0px 8px 8px 0px; }
.actions.multi > .btn + .btn:not(.btn-block) { margin: 0px 8px 8px 0px; }

.page-banner-null {
	padding-bottom: 0px;
	padding-top: 100px;
}

.form-group.buttonalign {
	margin: 0px;
	line-height: 50px;
}

.flag-null {
	background-position: -162px -36px;
}

.m-t-h2 { margin-top: 84px; }

.banner-breadcrumbs ul > li > span {
	color: rgba(196, 227, 255, 0.6);
	display: block;
	font-size: 16px;
	height: 100%;
	line-height: 18px;
	margin: 0 12px;
	padding: 30px 12px;
	text-transform: capitalize;
	white-space: normal;
}

.banner-breadcrumbs ul > li.active > span {
	color: #ffffff;
}

@media (max-width: 991px)
{
	.browser-analytics {
		width: 238px;
		height: 152px;
		background-repeat: no-repeat;
	}
}

@media (max-width: 299px)
{
	.navbar-header .navbar-login {
		display: none;
	}
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../_images/arrow.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px 50px;
    cursor: pointer;
}

/* Generic */
.file_hidden {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }

.textunderline { text-decoration:underline; }

hr.hr10			{ height:10px; border:none; margin:0px; padding:0px; width:100%; }
hr.hr15			{ height:15px; border:none; margin:0px; padding:0px; width:100%; }
hr.hr20			{ height:20px; border:none; margin:0px; padding:0px; width:100%; }
hr.hr30			{ height:30px; border:none; margin:0px; padding:0px; width:100%; }
hr.hr50			{ height:50px; border:none; margin:0px; padding:0px; width:100%; }

.w100p  { width: 100%; }
.mw100p { max-width: 100%; }

/* Message blocks */
.block_message            { background-color: #ffffff; padding: 16px 0px; }

.base_message             { color: #616366; box-sizing: border-box; width: 100%; font-size: 15px; line-height: 25px; margin: 0px auto 10px auto; padding: 15px; text-align: left; border: 1px solid #000000; border-radius: 5px; overflow: hidden; }
.success_message          { color: #5ba65f; border-color: #66bb6a; }
.warning_message          { color: #fca426; border-color: #ffb13d; }
.error_message            { color: #e53935; border-color: #ff4d4a; }
.info_message             { color: #1e88e5; border-color: #54aaff; }


/* Pricing */
.package > .package-header > .gv  { display: none; }

.package.great_value > .package-header        { background-color: #1e88e5; border-top-left-radius: 2px; border-top-right-radius: 2px; position: relative; }
.package.great_value > .package-header > .gv  { display: block; position: absolute; top: 0px; right: 0px; background-image: url('../_images/great_value.png'); width: 92px; height: 70px; opacity: 0.90; }
.package.great_value > .package-header > h3   { color: #ffffff; }
.package.great_value > .package-header > span { color: #ffffff; }

.package.discount > .package-header > h3   { color: #000000; }
.package.discount > .package-header > span { color: #fca426; }

.package.discount > .package-header .discount_tag
{
	position: absolute;
	display: block;
	left: 0px;
	top: -9px;
	width: 100%;
	z-index: 1;
	text-align: center;
	padding: 0px;
	font-size: 0px;
}

.package.discount > .package-header .discount_tag > span
{
	display: inline-block;
	background-color: #fca426;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	height: 17px;
	line-height: 17px;
	padding: 0px 20px;
}

/* News */
.post > .post-avatar { display: none; }

@media (max-width: 767px)
{
	.post-header {
		padding-left: 0px;
	}
}

@media (min-width: 768px)
{
	.post { padding-left: 0px; }
}

.news_recent_item   { margin-bottom: 8px; }
.news_recent_button { width: 100%; margin-bottom: 8px; position: relative; }

.news_content img   { max-width: 100%; }

/* FAQ */
@media (min-width: 768px)
{
	.vat_table { max-width: 50%; }
}

#speedtest_type {
	display: inline-block;
	width: 100px;
	margin-left: 4px;
}

@media (max-width: 767px)
{
	.speedtest_table .btn-lg {
		margin-bottom: 4px;
	}
}


/* API */
.nav-responsive > ul > li.dropdown.header { margin-top: 8px; margin-bottom: 8px; }
@media (max-width: 767px)
{
	.nav-responsive > ul > li.dropdown.header { padding-left: 24px; }
}

pre code { white-space: pre; }

.json_example .string   { color:green; }
.json_example .number   { color:darkorange; }
.json_example .boolean  { color:blue; }
.json_example .null     { color:magenta; }
.json_example .key      { color:red; }


/* Docs */
.docs-title a { color: #ffffff; transition: none; }
.docs-title a:hover { color: #ffffff; transition: none; }

.docs-freetrial        { display: block; width: 100%; padding: 16px 0px; background-color: #4cae4c; text-align: center; }
.docs-freetrial > span { font-weight: bold; font-size: 22px; color: #ffffff; }

.docs-contribute {}
.docs-contribute .container        { padding-top: 40px; border-top: 1px solid #edf0f2; }

@media (min-width: 768px) {
	.banner-search {
		width: 450px;
	}
}

.doc_container     { padding: 0px 20px; }


/* Docs index */
.article_list          {}
.article_list > li a   { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.docs-panel-block      { width: 100%; }

/* Docs article */
.doc_tag {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	color: #ffffff;
	background-color: #1e88e4;
	padding: 0px 10px;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 6px;
}

.doc_tag:link,
.doc_tag:visited,
.doc_tag:active,
.doc_tag:hover
{
	color: #ffffff;
}

.doc_header        { border-bottom: 1px solid #edf0f2; margin-bottom: 16px; padding: 0px 0px 6px 0px; }
.doc_header h1     { margin: 0px 0px 8px 0px; }
.doc_header > div  { margin-bottom: 8px; }

.doc_footer > div  { font-size: 14px; font-style: italic; margin-top: 24px; padding: 0px; }


/* Docs article content */
.doc_content            { font-family: "RB",Helvetica,Arial,sans-serif; }
.doc_content            { font-size: 15px; font-weight: 300; font-style: normal; line-height: 25px; color: #616366; margin: 0px 0px 17px 0px; padding: 0px; }

.doc_content h1         { font-size: 28px; font-weight: 500; font-style: normal; line-height: 34px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
.doc_content h2         { font-size: 28px; font-weight: 500; font-style: normal; line-height: 34px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
.doc_content h3         { font-size: 20px; font-weight: 500; font-style: normal; line-height: 28px; color: #363b40; margin: 25px 0px 25px 0px; padding: 0px; }
.doc_content h4         { font-size: 16px; font-weight: 500; font-style: normal; line-height: 22px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px;  }
.doc_content h5         { font-size: 15px; font-weight: bold; font-style: normal; line-height: 22px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
.doc_content h6         { font-size: 14px; font-weight: bold; font-style: normal; line-height: 20px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }
.doc_content h6.s1      { font-size: 13px; font-weight: bold; font-style: normal; line-height: 20px; color: #363b40; margin: 18px 0px 18px 0px; padding: 0px; }

.doc_content p          { font-size: 15px; font-weight: 300; font-style: normal; line-height: 25px; color: #616366; margin: 0px 0px 17px 0px; padding: 0px; }

.doc_content ul         { list-style: disc; padding-left: 40px; }
.doc_content ol         { padding-left: 40px; }

.doc_content blockquote      { font-size: 14px; margin: 0px 0px 20px 0px; padding: 10px 20px; border-left: 5px solid #eeeeee; }
.doc_content blockquote > p  { font-size: 14px; }

.doc_content code       { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; }
.doc_content code       { font-size: 0.9em; background-color: #f9f2f4; color: #c7254e; border-width: 0px; border-radius: 3px; padding: 2px 4px; }
.doc_content p code     { font-size: 13px; }
.doc_content pre        { font-size: 13px; line-height: 1.25em; background-color: #f9f2f4; color: #c7254e; border-width: 0px; border-radius: 3px; padding: 6px 10px; overflow: auto; }
.doc_content pre code   { font-size: 13px; border-width: 0px; padding: 0px; }

.doc_content pre {
	padding: 0px 10px;
	background-color: #f9f2f4;
	background: linear-gradient(to bottom, #f9f2f4 0.0em, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
	background: -webkit-linear-gradient(to bottom, #f9f2f4 0.0em, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
	background-size: 100% 2.5em;
	border: 1px solid #f9f2f4;
}
.doc_content pre code {
	background-color: transparent;
}

.doc_content a          { color: #1e88e5; text-decoration: none; }
.doc_content a:link,
.doc_content a:visited,
.doc_content a:active   {}
.doc_content a:hover    { color: #3ba3ff; text-decoration: none; }
.doc_content a img      { border: none; }

.doc_content hr         { height: 0px; margin: 35px 0px; border-width: 0px; border-top: solid 1px #eeeeee; }
.doc_content img        { max-width: 100%; }


/* Docs submission */
.tab-content .preview_text { width: 100%; height: 500px; margin: 0px; }
.tab-content .preview_html { width: 100%; height: 500px; margin: 0px; overflow:scroll; }
.tab-content .preview_spin { width: 100%; height: 500px; margin: 0px; position: relative; }


/* Locations */
.location-map-title {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px)
{
	.location-map-title {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px)
{
	.location-map-title {
		margin-bottom: 64px;
	}
}


/* Tools */
.panel-calculator-block .row .control-label        { height: 20px; overflow: hidden; margin-top: 8px; margin-bottom: 0px; white-space: nowrap; }
.panel-calculator-block .row .control-label > span { vertical-align: middle; }

@media (min-width: 768px)
{
	.panel-subheader {
		margin: 0px;
		height: 50px;
		line-height: 50px;
	}
}


/* Legal */
.legal-simple { font-size: 14px; color: #262626; }


/* Error pages */
.error-404sm {
	font-weight: bold;
	font-size: 64px;
}

@media (max-width: 767px)
{
	.error-404 {
		display: none;
	}
}

@media (min-width: 768px)
{
	.error-404sm {
		display: none;
	}
}


/* VBS reliability block */
.aspect_div_560_400       { width: 100%; max-width: 560px; max-height: 400px; margin: 0px auto; }
.aspect_div_560_400 > div { width: 100%; padding-bottom: 71%; position: relative; margin: 0px; }

.image-reliability-sm .server-lg     { left: 36%; top: 0%; width: 28%; height: 48%; position: absolute; z-index: 2; background-size: 100% 100%; }
.image-reliability-sm .server-left   { left: 0%; top: 48%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
.image-reliability-sm .server-right  { left: 82%; top: 48%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
.image-reliability-sm .server-center { left: 42%; top: 68%; width: 16%; height: 28%; position: absolute; z-index: 2; background-size: 100% 100%; }
.image-reliability-sm .lock          { left: 60%; top: 60%; width: 51%; height: 50%; position: absolute; background-size: 100% 100%; }
.image-reliability-sm .line-server-top    { left: 9%; top: 23%; width: 80%; position: absolute; z-index: 1; background-size: 100% 100%; }
.image-reliability-sm .line-server-left   { left: 9%; top: 23%; height: 36%; position: absolute; z-index: 1; background-size: 100% 100%; }
.image-reliability-sm .line-server-right  { left: 89%; top: 23%; height: 36%; position: absolute; z-index: 1; background-size: 100% 100%; }
.image-reliability-sm .line-server-center { left: 50%; top: 23%; height: 55%; position: absolute; z-index: 1; background-size: 100% 100%; }

@media (max-width: 767px)
{
	.image-reliability-sm { display: block; }
	.image-reliability    { display: none; }
}
@media (min-width: 768px)
{
	.image-reliability-sm { display: none; }
	.image-reliability    { display: block; }
}


/* Partner logos */

.partner-logos {
	text-align: center;
	width: 100%;
}

.partner-logos div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.partner-logos div img {
	opacity: 0.5;
	max-width: 100%;
}

@media (max-width: 767px)
{
	.partner-logos div {
		display: block;
		margin: 32px 0px;
	}
}
@media (min-width: 768px)
{
	.partner-logos div {
		margin: 32px 16px;
		max-width: 14%;
	}
}


/* Logged out */

.loggedout_vcenter { margin: 32px 0px; }
@media (min-width: 768px) and (min-height: 700px)
{
	.loggedout_vcenter { position: absolute; top: 50%; width: 100%; margin-top: -220px; }
}


/*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/

html {
  direction: rtl;
}
body {
  direction: rtl;
}
.flip.text-left {
  text-align: right;
}
.flip.text-right {
  text-align: left;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.input-group .form-control {
  float: right;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer.flip {
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control {
  right: 0;
  bottom: 0;
}
.carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}

#navbar-breadcrumbs > li > a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  display: inline-block;
  speak: none;
  font-size: 24px;
  transition: 0.2s;
  position: relative;
  top: 3px;
  content: "\f104";
  margin-left: 10px;
  color: #C0C9D2;
}


/*# sourceMappingURL=bootstrap-rtl.css.map *//*! =======================================================
                      VERSION  9.2.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);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);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-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;border-radius:4px}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(to bottom,#89cdef 0,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0)}.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:-o-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-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;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(to bottom,#89cdef 0,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);opacity:1}
@font-face {
    font-family: 'Raleway';
    src: url('../essal/fonts/raleway-light-webfont.eot');
    src: url('../essal/fonts/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/raleway-light-webfont.woff2') format('woff2'),
        url('../essal/fonts/raleway-light-webfont.woff') format('woff'),
        url('../essal/fonts/raleway-light-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../essal/fonts/raleway-regular-webfont.eot');
    src: url('../essal/fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/raleway-regular-webfont.woff2') format('woff2'),
        url('../essal/fonts/raleway-regular-webfont.woff') format('woff'),
        url('../essal/fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../essal/fonts/raleway-semibold-webfont.eot');
    src: url('../essal/fonts/raleway-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/raleway-semibold-webfont.woff2') format('woff2'),
        url('../essal/fonts/raleway-semibold-webfont.woff') format('woff'),
        url('../essal/fonts/raleway-semibold-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../essal/fonts/raleway-bold-webfont.eot');
    src: url('../essal/fonts/raleway-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/raleway-bold-webfont.woff2') format('woff2'),
        url('../essal/fonts/raleway-bold-webfont.woff') format('woff'),
        url('../essal/fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RB';
    src: url('../essal/fonts/rb-light.eot');
    src: url('../essal/fonts/rb-light.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/rb-light.woff2') format('woff2'),
        url('../essal/fonts/rb-light.woff') format('woff'),
        url('../essal/fonts/rb-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'RB';
    src: url('../essal/fonts/rb-regular.eot');
    src: url('../essal/fonts/rb-regular.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/rb-regular.woff2') format('woff2'),
        url('../essal/fonts/rb-regular.woff') format('woff'),
        url('../essal/fonts/rb-regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'RB';
    src: url('../essal/fonts/rb-bold.eot');
    src: url('../essal/fonts/rb-bold.eot?#iefix') format('embedded-opentype'),
        url('../essal/fonts/rb-bold.woff2') format('woff2'),
        url('../essal/fonts/rb-bold.woff') format('woff'),
        url('../essal/fonts/rb-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
        font-family: 'icons';
        src:url('../essal/fonts/icons/iconsdd40.eot?v=254');
        src:url('../essal/fonts/icons/iconsdd40.eot?v=254') format('embedded-opentype'),
        url('../essal/fonts/icons/iconsdd40.ttf?v=254') format('truetype'),
        url('../essal/fonts/icons/iconsdd40.woff?v=254') format('woff'),
        url('../essal/fonts/icons/iconsdd40.svg?v=254') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face{
    font-family:Material-Design-Iconic-Font;
    src:url(../essal/fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0) format('woff2'),
    url(../essal/fonts/Material-Design-Iconic-Fontd1f1.woff?v=2.2.0) format('woff'),
    url(../essal/fonts/Material-Design-Iconic-Fontd1f1.ttf?v=2.2.0) format('truetype')
}

.account-system {
    background-image: url('../essal/img/features/calculator.png');
    background-repeat: no-repeat;
}
.payment-system {
    background-image: url('../essal/img/features/flag.png');
    background-repeat: no-repeat;
}
.sales-system {
    background-repeat: no-repeat;
    background-image: url('../essal/img/features/tag.png');
}
.hr-system {
    background-repeat: no-repeat;
    background-image: url('../essal/img/features/calender.png');
}
.customer-system {
    background-repeat: no-repeat;
    background-image: url('../essal/img/features/person.png');
}
.project-system {
    background-repeat: no-repeat;
    background-image: url('../essal/img/features/suite.png');
}
.manufacture-system {
    background-repeat: no-repeat;
    background-image: url('../essal/img/features/light.png');
}
.support-system {
    background-image: url('../essal/img/features/phone.png');
    background-repeat: no-repeat;
}
.service-icon-compute {
    background-image: url(../essal/img/services/economy.png) !important;
}
.service-icon-storage {
	background-image: url(../essal/img/services/compatibility.png) !important;
}
.service-icon-dedicated {
	background-image: url(../essal/img/services/cloudy.png) !important;
}

.file-manager-system {
    background-image: url('../essal/img/features/file_manager.png');
    background-repeat: no-repeat;
}
.pos-system {
    background-image: url('../essal/img/features/sales_point.png');
    background-repeat: no-repeat;
}
.website-system {
    background-image: url('../essal/img/features/website.png');
    background-repeat: no-repeat;
}
.stock-system {
    background-image: url('../essal/img/features/stock.png');
    background-repeat: no-repeat;
}
.tasks-system {
    background-image: url('../essal/img/features/task_manager.png');
    background-repeat: no-repeat;
}


.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff;
    background-color: #2177c2 !important;
    border-color: #2177c2 !important;
}

.navbar-main > li > a {
    background-color: transparent;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s;
}
.nav-tabs > li > a:hover {
    border:none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent ;
}
.navbar-main > li > a:hover,
.navbar-main > li > a:focus,
.navbar-main > li > a:active,
.banner-tabs .nav-tabs > li.active > a{
    background-color: transparent !important;
}
.btn.btn-light:hover {
    color: #fff;
    background-color: rgba(255,255,255, 0.2) !important;
    border-color: transparent;
}
.banner-tabs .nav-tabs > li.active > a {
    border:none;
}
.nav > li > a:focus {
    background-color: transparent !important;
}
.navbar-main > li:first-child {
		display: block;
}

.bird-fast {
    position: relative;
    height: 128px;
    width: 128px;
    background-image: url(../essal/img/section/bird-fast.svg);
    background-size: cover;
}

[data-path="login"] .page-navbar {
    background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%) !important;
    height: 120px;

}

[data-path="login"] .login-content {
    margin-top: 120px;
}


.section-center.features > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[data-path=""] a.service ,
ul.footer-features-list li >a{
    cursor:default !important;
}
.testimonial-container {
    width: 85%;
    margin: 0 auto;
    padding: 25px 20px;

}
.testimonial-container .quotes-mark{
    width: 30px;
    height: 28px;
    display: inline-block;
    float: left;
    margin: 4px;
}
.testimonial-content {
    width:85%;
    margin: 6px auto;

}
.testimonial-content >p{
    font-style: italic;
    color: #3b3b3b;
}
.testimonial-container .name-position{
    text-align: center;
}
.testimonial-container .name-position >h3 {
    margin: 6px 0 0 0;
}
.testimonial-container .name-position >p{
    color: #8c9091;
}
.testimonial-text{
    padding: 18px;
    background-color: #e8eeee;
    position: relative;
}
.testimonial-text:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #e8eeee transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.testimonial-by .co-img
{
    display: inline-block;
    float: right;
}
.testimonial-by .name-position >h2{
    margin: 0;
    font-weight: bold;
    color: #4a4a4a;
}
.testimonial-by .name-position p{
    color: #464646;
}

.testimonial-by .co-img {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 4px;
}
.testimonial-container .person-image {
    width: 120px;
    height: 120px;
}
.section-white .register-form .form-control{
    background-color: #FFF;
    border:1px solid #d6d6d6;
    color: #d6d6d6 !important;
}
.section-white .register-form .form-control:focus,
.section-white .register-form .form-control:active{
    box-shadow: none;
}
.section-white .register-form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d6d6d6;
}
.section-white .register-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d6d6d6;
   opacity:  1;
}
.section-white .register-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d6d6d6;
   opacity:  1;
}
.section-white .register-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d6d6d6;
}
.navbar-container {
    width: calc(100% - 120px);
}
.navbar-container .nav.navbar-buttons >li{
    float: right;
}
@media (max-width: 767px) {
    .navbar-open .navbar-container {
        width: 100%;
    }
    .navbar-container .nav.navbar-buttons {
        text-align: center;
    }
    [data-path="login"] ul.nav.navbar-buttons > li {
        margin: 0 auto !important;
        float: none;

    }

    .page-navbar .navbar-buttons > li.nav-signup-btn
    {

       padding: 0 15px 0 0  !important;
       width: 135px;
       display: inline-block;
        float: none;
    }

    .page-navbar .navbar-buttons > li.nav-login-btn
    {

       padding: 0 0 0  15px !important;
       width: 135px;
        display: inline-block;
        float: none;
    }
    .page-navbar .navbar-buttons > li.nav-signup-btn >.btn,
    .page-navbar .navbar-buttons > li.nav-login-btn >.btn
    {

        width: 100%;

    }

}

.navbar a.btn-outline:hover,
.navbar a.btn-outline:focus{
    border-bottom: 1px solid #1e88e5 !important;
}

.features-page .features .feature {
    padding: 0 15px;
}
.features-page .features .feature h4{
    margin-bottom: 8px;
}
.features-page .features .feature p{
    font-size: 14px;
}

.features-more-display {
    font-size: 26px;
    font-weight: bold;

}
.features-more-display + h3 {
    margin: 4px 0;
    font-weight: bold;
}

.features-icon-right .feature {
    position: relative;
    padding-right: 82px;
    text-align: right;
}
.features-icon-right .feature > i {
    position: absolute;
    right: 0;
    top: 0;
}
.au-more-than {
    font-size: 14px;
    font-weight: normal;
}
.features-icon-right .feature h3{
    font-size: 20px;
}

.au-features-icon {

    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;

}
.au-features-icon.support-ic {

    background-image: url('../essal/img/png/auf_support.png');
    background-repeat: no-repeat;
}
.au-features-icon.cloud-ic {

    background-image: url('../essal/img/png/auf_cloud.png');
    background-repeat: no-repeat;
}
.au-features-icon.secure-ic {

    background-image: url('../essal/img/png/auf_secure.png');
    background-repeat: no-repeat;
}
.au-features-icon.update-ic {

    background-image: url('../essal/img/png/auf_update.png');
    background-repeat: no-repeat;
}
.au-features-icon.restore-ic {

    background-image: url('../essal/img/png/auf_restore.png');
    background-repeat: no-repeat;
}
.au-features-icon.responsive-ic {

    background-image: url('../essal/img/png/auf_responsive.png');
    background-repeat: no-repeat;
}
.out-goal-txt {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}


.page-banner:after
{
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	content: "";
	width: 100%;
  min-width: 700px;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}


/*
[data-path="login"] ul.nav.navbar-buttons > li:last-child{
    display: none !important;
}*/


.address{
	font-size: 90% !important;
}

.padding-zero{
	/*padding-right: 5 !important;*/
	/*padding-left: 5 !important;*/
}.sami-img {
	background-image: url(../img/team/sami.png);
	 background-repeat: no-repeat;
}
.ibrahim-img {
	background-image: url(../img/team/ibrahim.png);
}
.abd-img {
	background-image: url(../img/team/abd.png);
}
.plan-card
{
	background: #FFF;
	/*margin: 0 -15px;*/
	border:1px solid #ddd;
	min-height: 240px;
	position: relative;
	cursor: pointer;
}
.pricing-table .plan-card.no-border{
	/*border-left: none;*/
}
.plan-card >ul {
	padding: 15px 0;
	margin-bottom: 25px;

}

.plan-card .btn-subscribe-now {
	position: absolute;
    bottom: 18px;
    right: 0;
    left: 0;
}

.price-features-table tr:nth-child(odd){
	/*background-color: #FFF;*/
}

.pricing-table .slider.slider-horizontal{
	width: 90%;
}
.pricing-table .form-group.users-no-group {
	margin-right: 10%;
}
.pricing-table .form-group.users-no-group label{
	padding: 5px 10px;
	float: right;
	margin: 0;

}
.pricing-table .form-group.users-no-group input{
	width: 20%;
	height: 40px;
	font-size: 20px;
}

.slider-track,
.slider-selection{
	background-image: none;
	box-shadow: none;
	background-color: #c9cbce;
}
.cell-content {
	min-height: 100px;
	padding: 15px;
	margin:0 15px;
	position: relative;


}
.pricing-table h1,.pricing-table h2,.pricing-table h3,.pricing-table h4 {
	margin: 0;
}
.pricing-table tr:nth-child(odd) td .cell-content{
	background-color: #FFF;
	border: 1px solid #ddd;
}
.pricing-table td{
	padding: 0 !important;
	border: none !important;
	position: relative !important;
}
.pricing-table tr td:not(:first-child) .cell-content{
	position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.pricing-table tr:not(:last-child) .cell-content  {
	border-bottom: none;
}
.pricing-table .plan-container {
	margin-bottom: 20px;
}
.plan-card .name h2,.plan-card .name h3 {
	color: #1f8ae6;
	font-weight: bold;
	margin-bottom: 20px;

}
.plan-card .price > span{
	color: #000;
}
.plan-card.plan-active ,
.startup-plan.plan-active
{
	box-shadow: 0 1px 30px rgba(0,0,0,.1);
}
.pricing-table .feature-img {
	max-width: 105px;
	float: right;
}
.pricing-table .feature-content{
	margin-right: 104px;
}
.app-icon {
	padding: 20px;
	display: inline-block;
	margin: auto;
	text-align: center;
	border-radius: 16px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	float: right;
}

@media (max-width: 767px) {

	.pricing-table .feature-content{
		margin-right: 75px;
	}
	.pricing-table .feature-content p{
		display: none;
	}
	.app-icon {
		padding: 10px;
	}

	.pricing-table tr td:not(:first-child) .cell-content{
		padding: 2px;
		margin: 0 10px;
	}

	.plan-card.second-plan-card {
		margin-top: 20px;
	}
}

.app-icon img {
	max-width: 32px;
}
.app-icon.accounts-ic {
	background-color: #3498db;
}

.app-icon.HR-ic {
	background-color: #2ecc71;
}
.app-icon.stock-ic {
	background-color: #f39c12;
}
.app-icon.buying-ic {
	background-color: #c0392b;
}

.app-icon.sales-ic {
	background-color: #1abc9c;
}
.app-icon.pos-ic {
	background-color: #589494;
}
.app-icon.projects-ic {
	background-color: #8e44ad;
}
.app-icon.todo-ic {
	background-color: #FFF5A7;
}
.app-icon.CRM-ic {
	background-color: #EF4DB6;
}
.app-icon.manufacturing-ic {
	background-color: #7f8c8d;
}
.app-icon.website-ic {
	background-color: #16a085;
}
.app-icon.issue-ic {
	background-color: #2c3e50;
}
.app-icon.filemanager-ic {
	background-color: #AA784D;
}
.tick-icon {
	position: relative;
	height: 100%;
	
}
.cell-content .tick-icon img{
	position: absolute;
	top: calc(50% - 12px);
	right:calc(50% - 12px);
}
.partner-logos a {
	display: inline-block;
	min-width: 140px;
	width:185px;
	overflow: hidden;
	margin: 0 15px;
}
.partner-logos a > img{

	height: 80px;
}
.startup-plan {
	margin:0 26px;
	background: #FFF;
	/*margin: 0 -15px;*/
	border:1px solid #ddd;
	position: relative;
	/*cursor: pointer;*/
	padding:28px 28px ;

}

.startup-plan .startup-description{
	display: inline-block;
	float: right;
}
.startup-plan .startup-description > h3{
	color: #1f8ae6;
    font-weight: bold;
    margin-bottom: 20px;
	display: inline-block;
	margin: 0;
}
.startup-plan .startup-content{
	    padding-top: 10px;
}
.startup-plan .startup-description > span{
	margin: 0;
}
.startup-plan >h3{
    color: #1f8ae6;
}
.startup-plan-lbl {
	margin: 8px 0;
}
.startup-ic-container {
	display: inline-block;
	width: 80px;
	height: 100%;
	float: right;

}
.startup-ic-container .startup-ic{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color:#1f8be6 ;

}
.startup-plan .startup-content{
	padding-right: 80px;
}

.startup-ic {
	background: url("../essal/img/png/entrepreneur_white.png") center center no-repeat;
}





