@font-face {
    font-family:'Ionicons';
    src: url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.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: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.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: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.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: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.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: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.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: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */




body{
 font-family: 'Lato', sans-serif;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.hero-banner{
  background:url(../img/hero.png), linear-gradient( -150deg, #fe8c00 0% , #f83600 95%);
  background-repeat: repeat; 
  min-height: 500px;
  position: relative;
  background-size: 380px, contain;

}

.hero-banner-gradient{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  min-height: 100%;
  display: block;
}


.article-hero-banner{
  background:url(../img/hero.png), linear-gradient( -150deg, #fe8c00 0% , #f83600 95%);
  background-repeat: repeat; 
  min-height: 270px;
  position: relative;
  background-size: 380px, contain;

}

.article-hero-banner-gradient{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  min-height: 100%;
  display: block;
}

.article-title{
	padding:120px 10px 0;
    flex-basis: 100%;
    font-weight: 900;
    color: #FFFFFF;
    font-size: 58px;
    line-height: 69px;
    margin: 0;
    letter-spacing: -1px;
}

.article-desc{
	padding-left: 10px;
    padding-right: 10px;
    flex-basis: 100%;
    color: #FFFFFF;
    margin: 0;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 15px;
}


.navbar{
  height:66px;
}

.navbar-brand>img{
  width:105px;
}

.navbar-inverse{
  background:#fff;
  border-radius:0;
  border:0;
  display:block;
box-shadow: 0 1px 1px rgba(0,0,0,.1);
font-weight: 400;
font-size: 16px;

}

.navbar-default .header-title {
    font-size: 16px;
     font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    margin-top: 23px;

}

.hidden{
	visibility:hidden;
}

.navbar-inverse .header-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    border-left: 1px solid rgba(0, 0,0, 0.5);
    padding-left: 20px;
    margin-top: 23px;

}


.navbar-inverse .navbar-nav>li>a{
  color:#000;
  text-shadow:none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-inverse .navbar-nav>li.free{
	margin-top: 20px;
  font-size: 20px;
  color:#000;
}

.navbar-dafault .nav.navbar-nav>li.free{
  margin-top: 20px;
  font-size: 30px;
  color:#fff;
}

.navbar-default{
  background:transparent;
  box-shadow:none;
  border-radius:0;
  border:0;
  font-weight: 400;
  font-size: 16px;
}

.navbar-default .navbar-nav>li, .navbar-inverse .navbar-nav>li{
  margin: 17px 10px 0;
}

.navbar-default .navbar-nav>li>a{
  color:#f6f6f6;
  text-shadow:none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover  {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
  }

  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover  {
    color:#000;
    background-color: transparent;
    text-decoration: underline;
  }

.navbar-default ul li a.contact-btn{
  background-color: #3ECF8E;
  color:#fff;
   border:1px solid #3ECF8E;
   margin-top: -2px;
       box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
 
}

.navbar-default ul li a.contact-btn:hover{
  background-color: #3ECF8E;
  color:#fff;
  text-decoration: none;
   border:1px solid #3ECF8E;
}

.navbar-inverse ul li a.contact-btn:hover{
  background-color: transparent;
  border:1px solid #000;
  color:#000;
  text-decoration: none;
}

.navbar-inverse ul li a.contact-btn{
  border:1px solid #000;
  background-color: #000;
  color:#fff;
  border-radius: 4px;
  margin-top: -5px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}




.search-container{
  margin-top: 100px;
  
  }


.search-container h1{
  font-size: 58px;
  line-height: 64px;
  color:#fff;
  text-align: center;
  font-weight: 700;
  display: block;
}

.form-container{
    position: relative;
    margin-top: 20px;

}

.form-container input{
  padding:20px 20px 20px 60px;
  border:0;
  height:60px;
    line-height: 22px;
    font-size: 17.1px;
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition-property: all;
    transition-duration: 120ms;
    color: #2C2D30;
    
}

.search-container button{
  position: absolute;
  top:7px;
  left:10px;
  display: block;
  background:transparent;
  border:0;
  font-size: 30px;
}

.search-topics{
  font-weight: 400;
  color:#fff;
  margin:20px 10px;
  font-size: 17px;
  text-align: center;
}

.search-topics a{
  font-weight: 300;
  color:#fff;
  margin-right: 10px;
  text-decoration: underline;
}

.help-cards{
  background-color:#fff;
  padding:50px 0 20px;
}

.help-cards h2{
	margin-bottom: 50px;
	font-size: 39px;
	line-height: 52px;
}

.help-cards a{
	text-decoration: none;
	color:#000;
	display: block;
	border-radius: 3px;
}

.help-cards a:hover{
	background-color: #F4F7FA;
}


.panel-help span{
	font-size: 50px;
	display: inline-block;
	color: #4DA1A9;
	margin-right: 15px;
}


.card-title{
	font-weight: 700;
	font-size:18px;
	line-height: 30px;
	display: inline-block;
	 vertical-align:9px;
	 word-wrap:break-word;
}

.card-info{
font-size: 15px;
line-height: 25px;
color:#767676;
display: block;

}

.panel-help{
	background:transparent;
	border-radius: none;
	border:none;
	box-shadow: none;
}

.panel-help-body{
	padding:15px;
}

.divider{
	height: 1px;
	background-color: #E5E5E5;
	display: block;
	margin:20px 0 0;
}

.panel-default{
	box-shadow: none;
}

.panel-guide{
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	padding:10px 0 0;
}

.panel-guide span{
	display: inline-block;
	margin-right: 10px;
	color:#E32675;
	font-size: 30px;
}

.panel-guide p{
	display: inline-block;
	vertical-align:5px;
	font-weight: bold;
}

.panel-guide > p > a{
	text-decoration: none;
	display: inline-block;
		margin-left: 5px;
		color:#3DA5D9;
		font-weight: 400;
}

.panel-guide > p > a:hover{
	background-color: transparent;
	text-decoration: underline;

}

.panel-guide > p > a > span{
	display: inline-block;
	color:#3DA5D9;
		vertical-align:-5px;
		margin-left: 2px;
}

.panel-breadcrumb{
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
}


.breadcrumb{
	padding:15px 25px 5px;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
}

.breadcrumb>li>a{
	color:#3DA5D9;
}

.breadcrumb>li+li:before {
	    font-family: "Ionicons";
    padding: 0 15px;
    color: #999;
       content: ">";
    
}
   

.breadcrumb>.active{
	color: #000;
}

.body-article-title{
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
}   

.body-article-title h1{
	    font-weight: 900;
    font-size: 30px;
    color: #2C2D30;
    line-height: 60px;
    margin-bottom: 12px;
}


.article-body{
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.article-body p{
	padding-bottom:10px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #555;
}



.article-body p a{
	color: #3DA5D9;
	text-decoration: none;
}
.article-body li.list-group-item{
	font-size: 17px;
	line-height: 25px;
	display: list-item;
 
}	


.article-body img{
	border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin:40px auto;
    display: block;
}

.article-body li.list-group-item  > a{
	color: #3DA5D9;
	text-decoration: none;
}

.list-group-item, .list-group {
  border:none;
  box-shadow: none;
}


.panel-trouble{
	    border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:20px;
    margin: 50px 0;
}


.panel-trouble .panel-title{
	font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    color:#000;
}

.panel-trouble .panel-title span{
	color:#f83600;
	font-size: 22px;
	line-height: 27px;
	margin-right: 10px;
}

.panel-trouble li {
	padding-bottom:10px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #555;
	list-style-type: none;
	margin-left: -34px;
}

.panel-trouble li span{
	margin-right: 17px;
	color:#2DB27C;
	font-size: 17px;
}

.panel-trouble li a{
	color: #3DA5D9;
	text-decoration: none;
}


.panel-tips{
    border-color: #3aa3e3;
    background-color: #F0F7FB;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:20px;
    margin: 50px 0;

}

.panel-title i{
height:1em;
width: 1em;
margin-right: 10px;
}

.panel-tips .panel-title{
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding-bottom: 20px;
    color:#000;
    margin-bottom: 20px;
	border-bottom: 1px solid #3aa3e3;
	font-weight: 700;
}


.panel-tips li {
	padding-bottom:10px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #555;
	list-style-type: none;
	margin-left: -34px;
}

.panel-tips li span{
	margin-right: 17px;
	color:#2DB27C;
	font-size: 17px;
}

.panel-tips li a{
	color: #3aa3e3;
	text-decoration: none;
}


.panel-related{
    padding:20px;
    box-shadow: none;
    border-radius: 0;
}



.panel-related .panel-title{
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding-bottom: 10px;
    color:#000;
    margin-bottom: 10px;
	font-weight: 900;

}

.panel-related ul{
	margin-left: -20px;
}

.panel-related li {
	padding-bottom:10px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #999;
}


.panel-related li a{
	color: #3DA5D9;
	text-decoration: none;
}


.panel-ratings{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
    margin: 50px 0 30px;
    box-shadow: none;
    border-radius: 0;
}

.panel-ratings .panel-title{
	font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding:50px 0 10px;
    color:#000;
    text-align:center;
}

.panel-ratings .panel-title span{
	font-size: 20px;
	margin-right: 5px;
}


.panel-ratings .button-container{
	width: 310px;
	margin:20px auto 50px;
	display: block;

}

.panel-ratings .button-container .thumbs-up, .panel-ratings .button-container .thumbs-down{
	padding:10px;
	width: 130px;
	border-radius: 4px;
	border:2px solid #2ab27b;
	color:#2ab27b;
	background-color: #fff;
	display: inline-block;
	margin:0 10px;
	text-align: center;
	cursor: pointer;

}


.panel-ratings .button-container .thumbs-up:hover, .panel-ratings .button-container .thumbs-down:hover{
	background-color: #2ab27b;
	color: #fff;
}


/* Landing-Page */

.main{
  margin:0 auto;
  position: relative;
  background-color: #6fa8ef;
}


 


.home-image{
  padding-top: 10px;
  padding-bottom: 100px;
  background:url(https://www.invisionapp.com/assets/img/wallpapers/latest-features@2x.jpg) no-repeat bottom center;
  background-size: cover;
  display: block;
  position: relative;
  height: 100vh;
  min-height: 100%;
}

.home-container-image{
  position:relative;
  display: block;
}

.home-container-image img{
  width: 1000px;
  height: auto;
  margin:0 auto;
margin-top:-20%;
  display: block;
}
.home-desc{
     font-size: 30px;
    line-height:50px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.home-header{
  display: block;
}

.home-header a img{
  width: 105px;
  height: auto;
  display: inline-block;
}

.home-links{
  display: inline-block;
  float: right;
  margin-top: -10px;
}

.cart-desc{
       font-size: 30px;
    line-height:50px;
    color: #555;
    font-weight: 300;
    text-align: center;
}

a.admin-email{
font-size: 15px;
color: #fff;
margin:10px 0;
vertical-align: middle;
display: inline-block;
}


a.admin-icon{
  font-size: 22px;
color: #555;
margin:10px 10px;
background-color: #fff;
padding:3px 10px;
vertical-align: middle;
border-radius: 1000px;
display: inline-block;

}

.home-title{
  padding-top: 100px;
    padding-bottom: 0;
    font-size: 46px;
    line-height: 68px;
    color: #fff;
    font-weight: 400;
    text-align:center;
    text-transform: uppercase;
    word-spacing: 2px;
    display: block;
    margin-bottom: 50px;
}


.insider-form{
  margin: 50px 0;
  display: block;
}

.insider-form-row{
  background-color: #fff;
    width:100%;
    position: relative;
    z-index: 1;
    margin-bottom: 1px;
    border-radius: 4px;
    border:1px solid #e5e5e5;
}



.panel-inside{
  width: 100%;
  display: block;
  position: relative;

    z-index: 501;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:10px 0;
    background-color: transparent;
    border-radius: 5px;
    -webkit-transition-property: color,background-color,box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;

}

.panel-inside h2{
text-align: center;
margin-bottom: 30px;
}

.checkbox-insider{
  display: block;
}

.checkbox-insider label{
  cursor: pointer;
}

.checkbox-insider input{
  display: none;
}

.insider-icon{
    text-align: center;
  display: inline-block;
  position: absolute;
  top:20px;
  right:30px;
  color:#fff;
  height: 33px;
  width: 33px;
  border:2px solid #F05D00;
  border-radius:3px; 
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(50,50,93,.15), inset 0 1px 0 rgba(0,0,0,.02)

}

.insider-text{
  color:#000;
  font-size: 20px;
  margin:20px;
  display: inline-block;
  font-weight: 500;
}

.insider-icon .icon{
  visibility: hidden;
  color:#F05D00;
  font-size: 22px;
  vertical-align: middle;
}

.checkbox-insider input:checked + .insider-icon .icon{
  visibility: visible;
}

a.confirm-btn{
  background-color:#F05D00;
  color:#fff;
   border:1px solid #F05D00;
box-shadow:0 3px 0px #D46E2E;
    border-radius: 4px;
    text-align: center;
    padding:15px 10px;
    margin:18px 0 50px;
    display: block;
    font-size: 18px;
     box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}

a.confirm-btn:hover, a.confirm-btn:active{
    background-color: #000;
    border-color: #000;
  color:#fff;
  text-decoration: none;
   transform: translateY(-1px);
   box-shadow:0 3px 0px #000;
}


a.modal-confirm-btn{
  background-color:#000;
  color:#fff;
   border:1px solid #000;
  box-shadow:0 3px 0px #D46E2E;
    border-radius: 4px;
    text-align: center;
    padding:15px 10px;
    margin:110px 0 10px;
    display: block;
    font-size: 18px;
     box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}

a.modal-confirm-btn:hover, a.modal-confirm-btn:active{
    background-color:#F05D00;
    border-color:#F05D00;
  color:#fff;
  text-decoration: none;
   transform: translateY(-1px);
   box-shadow:0 3px 0px #F05D00;
}

.modal-cart-close{
  cursor: pointer;
position: absolute;
top:0px;
right:-30px;
color:#fff;
}

.modal-content{
  border-radius:2px;
  border:none;
}
.modal-header{
  margin:0;
  border-radius:2px 2px 0 0;
  background: #f1f1f1;
}

.modal-header p{
  color:#000;
  text-transform: uppercase;
  margin-top: 10px;
}

.section-6 a.confirm-btn{
  color:#fff;
  font-size: 16px;
  margin:30px 0
}


.signup-btn{
      white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #6772e5;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color:#fff;
    background: #3ECF8E;
    text-decoration: none;
    margin-top: 30px;
}

.signup-btn:hover{
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}

.pricing-btn{
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #6772e5;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color:#3ECF8E;
    background: #fff;
    text-decoration: none;
    margin-top: 30px;
    margin-left: 30px;
}

.pricing-btn:hover{
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}


.section-1{
    z-index: 1;
    position: relative;
    display: block;    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    white-space: nowrap;
    margin-top: 200px;
}

ul.vertical-nav-link{
list-style-type: none;
margin:0;
padding:0;
text-align: center;
}

ul.vertical-nav-link li{
margin:20px 0;
display: inline-block;
  margin-right: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}


ul.vertical-nav-link li a{
color:#cecece;
}

.section-2{
  background:#F6F9FC;
  padding: 50px 0 0px;

}

.section-2 h1{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 70px;
    color: #6772e5;
    font-weight: 600;
    text-align: center;

}

#header-curve{
height: 110px;
width: 100%;
}

.section-2 .desc-note {
  font-size: 18px;
  line-height: 38px;
  margin-top: 20px;
}

.section-2 a.note {
  font-weight: 700;
  text-decoration: underline;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
}

.section-2 .desc{
    font-size: 20px;
    line-height: 38px;
    color: #333;
    font-weight: 300;
}

.section-2 a{
margin-top: 30px;
color:#6772e5;
display: block;
font-size: 18px;
}

.section-2 img{
  width: 60%;
  z-index: 1;
  margin:50px auto 50px;
  display: block;
}

.section-10{
  background:#F9F9F9;
  padding: 50px 0 50px;

}

.section-10 h1{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 70px;
    color: #555;
    font-weight: 600;
    text-align: center;

}

.section-10 .desc{
      font-size: 20px;
    line-height: 38px;
    color: #555;
    text-align: center;
    font-weight: 300;
    display: block;
}


.section-10 img{
  display: block;
  width: 40%;
  margin:10px auto;
  z-index: 1;
}

.section-11{
  background:#fff;
  padding: 50px 0 50px;

}

.section-11 h2{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
    color: #555;
    font-weight: 600;
    text-align: center;
}

.section-11 .desc{
      font-size: 20px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    display: block;
    text-align: center;
}

.section-11 a{
margin-top: 30px;
color:#6772e5;
display: block;
font-size: 18px;
}

.section-11 img{
  display: block;
margin:0 auto;
    width: 100%;
}


.section-contact{
  background:#fff;
  padding: 50px 0;
  display: block;
}

.section-contact h2{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 60px;
    color: #6772e5;
    font-weight: 300;

}

.section-contact .desc{
      font-size: 20px;
    line-height: 38px;
    color: #000;
    font-weight: 300;
    display: block;
}

a.contact-btn{
background-color:#6772e5;
color:#fff;
text-align: center;
border-radius:4px;
padding:10px;
margin:10px 20px;
display: inline-block;
font-size: 18px;
box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}

a.contact-btn:hover, a.contact-btn:active{
  text-decoration: none;
   transform: translateY(-1px);
}


a.help-btn{
background-color:#fff;
color:#6772e5;
text-align: center;
border-radius:4px;
padding:10px;
margin:10px 20px;
display: inline-block;
font-size: 18px;
box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}

a.help-btn:hover, a.help-btn:active{
  text-decoration: none;
   transform: translateY(-1px);
}


.section-contact img{
  display: block;
    width: 100%;
}

.section-3{
  padding:50px 0 50px;
  background:#6A4CA6;
}

.section-3 h1{
      font-size:40px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.section-3 a{
  text-decoration: none;
  display: block;
}

.section-3 a:hover{
  background-color: transparent;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}


.section-3 .panel{
  margin-bottom: 50px;
}

.panel-type{
  border:none;
      -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 15px;
    z-index: 501;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px 20px 100px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    -webkit-transition-property: color,background-color,box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.panel-type img{
position: absolute;
left:0;
top:20%;
width: 80px;
}

.panel-type h2{
      font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.panel-type .desc{
      font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #6b7c93;
}

.green{
  color:#67E09C;
}

.pink{
  color:#934DAE;
}


.section-4{
    background:#F6F9FC;
  padding: 50px 0 50px;
}

.section-4 .panel-default{
background-color: transparent;
border: none;
}

.section-4 h1{
color:#000;
text-transform: uppercase;
text-align: center;
font-size: 40px;
font-weight: 600;
}
.section-4  .desc{
color:#7f919e;
text-transform: uppercase;
text-align: center;
}

.section-4 h2{
  margin-top: 40px;
  font-weight: 600;
  font-size: 40px;
  color: #3a4351;
}

.section-4 .image-container{
  display: block;
text-align: center;
margin-top: 20px;

}

.section-4 .image-container img{
  display: inline-block;
  margin:40px;
  width: 70%;
  opacity: 0.5;
}


.section-5{
  background-color: #fff;
  padding:50px 0;

}

.section-5 h2{
  text-align: center;
  font-weight: 400;
  font-size: 42px;
  line-height: 60px;
  color:#333;
}


.ticker{
  text-align: center;
  margin-top: 20px;
}

.section-5 #counter, .section-5 span{
 color:#6A4CA6;
 font-weight: 700;
 font-size: 60px;
 display: inline-block;
}


.bottom-start{
  margin-top:20px; 
}


.bottom-start .btn{
background-color: #6A4CA6;
color:#fff;
border-color: #6A4CA6;
font-size: 18px;

   
}


.bottom-start input{
  border-color:#999;
     
}

.bottom-start .form-control{
  height:50px;
}


p.email-header{
  font-weight: 700;
  color:#000;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

p.email-footer{
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color:#555;
  font-weight: 300;
}


.section-6{
  background-color: #f0f0f0;
  position: relative;
  padding:50px 0;
}

.section-6 img{
  background: #f4f4f4;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.section-6 .plat-title{
  font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #525f7f;
    margin-bottom: 30px;
}

.section-6 .plat-desc{
  font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #6b7c93;
    margin-bottom: 30px;
}


.section-6 a{
  margin:15px 0 10px;
color:#6772e5;
display: block;
font-size: 14px;
}


a.dashboard-btn{
  background-color: transparent;
  color:#555;
   border:2px solid #000;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle;
    margin-right:5px;
    margin: 12px 0;
    display: inline-block;
  padding:0px 10px;
  float: right;
}

.admin-bar{
  display: block;
  width: 100%;
}

span.dashboard-icon{
  color:#000;
padding:0;
margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
}

span.dashboard-text{
  vertical-align: middle;
}

.feature-icon{
  font-size: 40px;
  color:#6772e5;
}

.thankyou-icon{
  color: #25CB68;
  font-size:33px;
  display: inline-block;
  margin:22px;
  vertical-align: middle;
}

.thankyou-text{
    color: #000;
    font-size: 20px;
    margin: 0 10px;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
}


@media (max-width: 39.9375em){

.home-title{
  font-size: 30px;
  line-height: 42px;
}

.home-desc, .cart-desc{
  font-size: 20px;
  line-height: 34px;
}

.home-container-image img{
  width: 100%;
  margin-top: -40%;
}

.section-2 h1, .section-10 h1, .section-contact h2{
  font-size: 33px;
  line-height: 50px;
}

.section-2 img{

}

a.contact-btn{
  margin:10px 0;
}

.insider-text{
  font-size: 14px;
}
.insider-icon{
  height: 20px;
  width: 20px;
}
.insider-icon .icon{
  font-size: 13px;
  vertical-align: 10px;
}
a.modal-confirm-btn{
  margin-top: 50px;
}

.thankyou-icon{
 font-size: 20px;

}

.thankyou-text{
font-size: 13px;
 margin:0 5px;
}


}




