/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Buttons
3. Form Elements
4. Misc
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Typography]
*/

/* Standard elements
--------------------------------------------------
*/

/* To Load Hinted Fonts for Windows */

html {
  font-size: 100%;
}

body {
  color: #221F1F;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
}

/* Headings
------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  color: #464646;
}

h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.08px;
}

h2 {
  font-size: 31px;
  line-height: 40px;
}

h3 {
  font-size: 27px;
  line-height: 35px;
}

h4 {
  font-size: 22px;
  line-height: 31.88px;
}

h5 {
  font-size: 18px;
  line-height: 25.88px;
}

h3 small,
h4 small,
h5 small {
  font-weight: 300;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}

/* Lins and Others
------------------------------------
*/

a {
  text-shadow: none !important;
  color: #F46721;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

a:focus,
a:hover,
a:active {
  color: #F6921E;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
  text-decoration: none;
}

a[ng-click] {
  cursor: pointer;
}

br {
  line-height: normal;
  clear: both;
}

code {
  color: #9d1e3c;
  background-color: #d1cfce;
}

code:hover {
  background-color: #F0605A;
}

p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-style: normal;
  white-space: normal;
}

small,
.small {
  line-height: 18px;
  font-size: 85%;
}

label.inline {
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 13px;
}

ul,
ol {
  margin-bottom: 10px;
}

ul > li,
ol > li {
  padding-left: 3px;
  line-height: 24px;
}

ul.lg-icon > li,
ol.lg-icon > li {
  font-size: 21px;
}

ul.lg-icon > li span,
ol.lg-icon > li span {
  font-size: 14px;
}

ul.no-style,
ol.no-style {
  list-style: none;
  padding-left: 5px;
}

address {
  line-height: 25px;
  margin-bottom: 0;
}

address a {
  color: #221F1F;
}

blockquote {
  padding: 0 0 0 18px;
  border-left: 0;
}

blockquote:before {
  font-family: 'Font Awesome 5 Regular';
  content: "\f10d";
  margin-right: 13px;
  float: left;
}

blockquote p {
  font-size: 16px;
}

blockquote small {
  line-height: 29px;
  color: #8b91a0;
  padding-left: 30px;
}

blockquote small:before {
  content: "";
}

blockquote.pull-right {
  border-right: 0;
}

blockquote.pull-right:before {
  float: right;
  font-family: 'Font Awesome 5 Regular';
  content: "\f10d";
  margin-left: 13px;
  margin-right: 0;
}

blockquote.pull-right small {
  padding-right: 30px;
}

blockquote.pull-right small:after {
  content: "";
}

hr {
  border-color: #686868;
}

hr.double {
  border-width: 2px;
}

hr.dotted {
  border-style: dotted none none;
}

/* Font Sizes
------------------------------------
*/

.small-text {
  font-size: 12px !important;
}

.normal-text {
  font-size: 13px !important;
}

.large-text {
  font-size: 15px !important;
}

/* Font Weights
------------------------------------
 */

.normal {
  font-weight: normal;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: bold !important;
}

.light {
  font-weight: 300 !important;
}

/* Misc
------------------------------------
*/

.logo {
  margin: 18px 14px;
}

.all-caps {
  text-transform: uppercase;
}

.muted {
  color: #a49c9c;
}

.hint-text {
  opacity: .7;
}

.underline-text {
  text-decoration: underline;
}

.no-decoration {
  text-decoration: none !important;
}

/* Monochrome Colors
------------------------------------
 */

.text-hover-white:hover {
  color: #fff !important;
}

.bg-master {
  background-color: #221F1F !important;
}

.bg-master-light {
  background-color: #686868 !important;
}

.bg-master-lighter {
  background-color: #d1cfce !important;
}

.bg-master-lightest {
  background-color: #f2f2f2 !important;
}

.bg-master-dark {
  background-color: #464646 !important;
}

.bg-master-darker {
  background-color: #20272D !important;
}

.bg-master-darkest {
  background-color: #212933 !important;
}

.hover-master:hover {
  background-color: #221F1F !important;
  color: #fff !important;
}

.b-hover-master:hover {
  border-color: #221F1F !important;
}

.text-hover-master:hover {
  color: #221F1F !important;
}

.text-hover-master-dark:hover {
  color: #464646 !important;
}

/* Contextual Colors
------------------------------------
*/

/* Primary
------------------------------------
*/

.bg-primary {
  background-color: #F6921E !important;
}

.bg-primary-dark {
  background-color: #F46721 !important;
}

.bg-primary-darker {
  background-color: #F24922 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #F46721 !important;
}

.bg-primary-dark {
  background-color: #F46721 !important;
}

.bg-primary-darker {
  background-color: #F24922 !important;
}

.bg-primary-light {
  background-color: #f79d35 !important;
}

.bg-primary-lighter {
  background-color: #fde9d2 !important;
}

.hover-primary:hover {
  background-color: #F6921E !important;
  color: #fff !important;
}

.b-hover-primary:hover {
  border-color: #F6921E !important;
}

.text-hover-primary:hover {
  color: #F6921E !important;
}

.text-hover-primary-dark:hover {
  color: #F46721 !important;
}

/* Complete
------------------------------------
*/

.bg-complete {
  background-color: #0C78BD !important;
}

.bg-complete-dark {
  background-color: #0e669e !important;
}

.bg-complete-darker {
  background-color: #11527b !important;
}

.bg-complete-light {
  background-color: #2486c4 !important;
}

.bg-complete-lighter {
  background-color: #cee4f2 !important;
}

.hover-complete:focus,
.hover-complete:hover {
  background-color: #0C78BD !important;
  color: #fff !important;
}

.b-hover-complete:focus,
.b-hover-complete:hover {
  border-color: #0C78BD !important;
}

.text-hover-complete:focus,
.text-hover-complete:hover {
  color: #0C78BD !important;
}

/* Success
------------------------------------
*/

.bg-success {
  background-color: #009345 !important;
}

.bg-success-dark {
  background-color: #057c3c !important;
}

.bg-success-darker {
  background-color: #0a6233 !important;
}

.bg-success-light {
  background-color: #77BF42 !important;
}

.bg-success-lighter {
  background-color: #cce9da !important;
}

.hover-success:focus,
.hover-success:hover {
  background-color: #009345 !important;
  color: #fff !important;
}

.b-hover-success:focus,
.b-hover-success:hover {
  border-color: #009345 !important;
}

.text-hover-success:focus,
.text-hover-success:hover {
  color: #009345 !important;
}

.text-hover-success-light:focus,
.text-hover-success-light:hover {
  color: #77BF42 !important;
}

/* Info
------------------------------------
*/

.bg-info {
  background-color: #313B45 !important;
}

.bg-info-dark {
  background-color: #2c343c !important;
}

.bg-info-darker {
  background-color: #272d33 !important;
}

.bg-info-light {
  background-color: #464f58 !important;
}

.bg-info-lighter {
  background-color: #d6d8da !important;
}

.hover-info:focus,
.hover-info:hover {
  background-color: #313B45 !important;
  color: #fff !important;
}

.b-hover-info:focus,
.b-hover-info:hover {
  border-color: #313B45 !important;
}

.text-hover-info:focus,
.text-hover-info:hover {
  color: #313B45 !important;
}

/* Danger
------------------------------------
*/

.bg-danger {
  background-color: #BC1F45 !important;
}

.bg-danger-dark {
  background-color: #9d1e3c !important;
}

.bg-danger-darker {
  background-color: #7a1c33 !important;
}

.bg-danger-light {
  background-color: #DB1C49 !important;
}

.bg-danger-lighter {
  background-color: #F0605A !important;
}

.hover-danger:focus,
.hover-danger:hover {
  background-color: #BC1F45 !important;
  color: #fff !important;
}

.b-hover-danger:focus,
.b-hover-danger:hover {
  border-color: #BC1F45 !important;
}

.text-hover-danger:focus,
.text-hover-danger:hover {
  color: #BC1F45 !important;
}

/* Warning
------------------------------------
 */

.bg-warning {
  background-color: #FFF100 !important;
}

.bg-warning-dark {
  background-color: #d3c805 !important;
}

.bg-warning-darker {
  background-color: #a39a0a !important;
}

.bg-warning-light {
  background-color: #fff21a !important;
}

.bg-warning-lighter {
  background-color: #fffccc !important;
}

.hover-warning :focus,
.hover-warning :hover {
  background-color: #FFF100 !important;
  color: #fff !important;
}

.b-hover-warning:focus,
.b-hover-warning:hover {
  border-color: #fff !important;
}

.text-hover-warning:focus,
.text-hover-warning:hover {
  color: #fff !important;
}

/* More Color Options
------------------------------------
*/

/* Menu
------------------------------------
*/

.bg-menu-dark {
  background-color: #fff;
}

.bg-menu {
  background-color: #fff;
}

.bg-menu-light {
  background-color: #627182;
}

/* Gradients
------------------------------------
*/

.gradient-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}

.gradient-black {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}

/* Other Colors
------------------------------------
*/

.bg-white {
  background-color: #fff;
}

.hover-white:focus,
.hover-white:hover {
  background-color: #fff !important;
  color: #181818 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* Text Colors */

.link {
  opacity: .7;
}

.link:hover {
  opacity: 1;
}

.text-master {
  color: #221F1F !important;
}

.text-master-light {
  color: #686868 !important;
}

.text-master-lighter {
  color: #d1cfce !important;
}

.text-master-lightest {
  color: #f2f2f2 !important;
}

.text-master-dark {
  color: #464646 !important;
}

.text-master-darker {
  color: #20272D !important;
}

.text-master-darkest {
  color: #212933 !important;
}

.text-black {
  color: #464646 !important;
}

.text-white {
  color: #fff !important;
}

.text-complete {
  color: #0C78BD !important;
}

.text-success {
  color: #009345 !important;
}

.text-success-light {
  color: #77BF42 !important;
}

.text-info {
  color: #313B45 !important;
}

.text-warning {
  color: #FFF100 !important;
}

.text-warning-dark {
  color: #d3c805 !important;
}

.text-danger {
  color: #BC1F45 !important;
}

.text-danger-light {
  color: #DB1C49 !important;
}

.text-primary {
  color: #F6921E !important;
}

.text-primary-dark {
  color: #F46721 !important;
}

/* Text Aligngments
------------------------------------
*/

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

/* Labels
------------------------------------
*/

.label {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 1;
  text-shadow: none;
  background-color: #686868;
  font-weight: 600;
  color: #221F1F;
  border-radius: .25em;
}

.label-success {
  background-color: #009345;
  color: #fff;
}

.label-warning {
  background-color: #FFF100;
  color: #fff;
}

.label-important,
.label-danger {
  background-color: #BC1F45;
  color: #fff;
}

.label-info {
  background-color: #0C78BD;
  color: #fff;
}

.label-inverse {
  background-color: #0e669e;
  color: #fff;
}

.label-white {
  background-color: #fff;
  color: #221F1F;
}

/* Generic Font Size Helpers
------------------------------------
*/

.fs-0 {
  font-size: 0rem !important;
}

.fs-1 {
  font-size: 0.0625rem !important;
}

.fs-2 {
  font-size: 0.125rem !important;
}

.fs-3 {
  font-size: 0.1875rem !important;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.9375rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-33 {
  font-size: 2.0625rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-35 {
  font-size: 2.1875rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-37 {
  font-size: 2.3125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-39 {
  font-size: 2.4375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-41 {
  font-size: 2.5625rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-43 {
  font-size: 2.6875rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-45 {
  font-size: 2.8125rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-47 {
  font-size: 2.9375rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-49 {
  font-size: 3.0625rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

.fs-51 {
  font-size: 3.1875rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-53 {
  font-size: 3.3125rem !important;
}

.fs-54 {
  font-size: 3.375rem !important;
}

.fs-55 {
  font-size: 3.4375rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-57 {
  font-size: 3.5625rem !important;
}

.fs-58 {
  font-size: 3.625rem !important;
}

.fs-59 {
  font-size: 3.6875rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-61 {
  font-size: 3.8125rem !important;
}

.fs-62 {
  font-size: 3.875rem !important;
}

.fs-63 {
  font-size: 3.9375rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fs-65 {
  font-size: 4.0625rem !important;
}

.fs-66 {
  font-size: 4.125rem !important;
}

.fs-67 {
  font-size: 4.1875rem !important;
}

.fs-68 {
  font-size: 4.25rem !important;
}

.fs-69 {
  font-size: 4.3125rem !important;
}

.fs-70 {
  font-size: 4.375rem !important;
}

.fs-71 {
  font-size: 4.4375rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.fs-73 {
  font-size: 4.5625rem !important;
}

.fs-74 {
  font-size: 4.625rem !important;
}

.fs-75 {
  font-size: 4.6875rem !important;
}

.fs-76 {
  font-size: 4.75rem !important;
}

.fs-77 {
  font-size: 4.8125rem !important;
}

.fs-78 {
  font-size: 4.875rem !important;
}

.fs-79 {
  font-size: 4.9375rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-81 {
  font-size: 5.0625rem !important;
}

.fs-82 {
  font-size: 5.125rem !important;
}

.fs-83 {
  font-size: 5.1875rem !important;
}

.fs-84 {
  font-size: 5.25rem !important;
}

.fs-85 {
  font-size: 5.3125rem !important;
}

.fs-86 {
  font-size: 5.375rem !important;
}

.fs-87 {
  font-size: 5.4375rem !important;
}

.fs-88 {
  font-size: 5.5rem !important;
}

.fs-89 {
  font-size: 5.5625rem !important;
}

.fs-90 {
  font-size: 5.625rem !important;
}

.fs-91 {
  font-size: 5.6875rem !important;
}

.fs-92 {
  font-size: 5.75rem !important;
}

.fs-93 {
  font-size: 5.8125rem !important;
}

.fs-94 {
  font-size: 5.875rem !important;
}

.fs-95 {
  font-size: 5.9375rem !important;
}

.fs-96 {
  font-size: 6rem !important;
}

.fs-97 {
  font-size: 6.0625rem !important;
}

.fs-98 {
  font-size: 6.125rem !important;
}

.fs-99 {
  font-size: 6.1875rem !important;
}

.fs-100 {
  font-size: 6.25rem !important;
}

/* Generic Line Height Helpers
------------------------------------
*/

.lh-0 {
  line-height: 0rem !important;
}

.lh-1 {
  line-height: 0.0625rem !important;
}

.lh-2 {
  line-height: 0.125rem !important;
}

.lh-3 {
  line-height: 0.1875rem !important;
}

.lh-4 {
  line-height: 0.25rem !important;
}

.lh-5 {
  line-height: 0.3125rem !important;
}

.lh-6 {
  line-height: 0.375rem !important;
}

.lh-7 {
  line-height: 0.4375rem !important;
}

.lh-8 {
  line-height: 0.5rem !important;
}

.lh-9 {
  line-height: 0.5625rem !important;
}

.lh-10 {
  line-height: 0.625rem !important;
}

.lh-11 {
  line-height: 0.6875rem !important;
}

.lh-12 {
  line-height: 0.75rem !important;
}

.lh-13 {
  line-height: 0.8125rem !important;
}

.lh-14 {
  line-height: 0.875rem !important;
}

.lh-15 {
  line-height: 0.9375rem !important;
}

.lh-16 {
  line-height: 1rem !important;
}

.lh-17 {
  line-height: 1.0625rem !important;
}

.lh-18 {
  line-height: 1.125rem !important;
}

.lh-19 {
  line-height: 1.1875rem !important;
}

.lh-20 {
  line-height: 1.25rem !important;
}

.lh-21 {
  line-height: 1.3125rem !important;
}

.lh-22 {
  line-height: 1.375rem !important;
}

.lh-23 {
  line-height: 1.4375rem !important;
}

.lh-24 {
  line-height: 1.5rem !important;
}

.lh-25 {
  line-height: 1.5625rem !important;
}

.lh-26 {
  line-height: 1.625rem !important;
}

.lh-27 {
  line-height: 1.6875rem !important;
}

.lh-28 {
  line-height: 1.75rem !important;
}

.lh-29 {
  line-height: 1.8125rem !important;
}

.lh-30 {
  line-height: 1.875rem !important;
}

.lh-31 {
  line-height: 1.9375rem !important;
}

.lh-32 {
  line-height: 2rem !important;
}

.lh-33 {
  line-height: 2.0625rem !important;
}

.lh-34 {
  line-height: 2.125rem !important;
}

.lh-35 {
  line-height: 2.1875rem !important;
}

.lh-36 {
  line-height: 2.25rem !important;
}

.lh-37 {
  line-height: 2.3125rem !important;
}

.lh-38 {
  line-height: 2.375rem !important;
}

.lh-39 {
  line-height: 2.4375rem !important;
}

.lh-40 {
  line-height: 2.5rem !important;
}

.lh-41 {
  line-height: 2.5625rem !important;
}

.lh-42 {
  line-height: 2.625rem !important;
}

.lh-43 {
  line-height: 2.6875rem !important;
}

.lh-44 {
  line-height: 2.75rem !important;
}

.lh-45 {
  line-height: 2.8125rem !important;
}

.lh-46 {
  line-height: 2.875rem !important;
}

.lh-47 {
  line-height: 2.9375rem !important;
}

.lh-48 {
  line-height: 3rem !important;
}

.lh-49 {
  line-height: 3.0625rem !important;
}

.lh-50 {
  line-height: 3.125rem !important;
}

.lh-51 {
  line-height: 3.1875rem !important;
}

.lh-52 {
  line-height: 3.25rem !important;
}

.lh-53 {
  line-height: 3.3125rem !important;
}

.lh-54 {
  line-height: 3.375rem !important;
}

.lh-55 {
  line-height: 3.4375rem !important;
}

.lh-56 {
  line-height: 3.5rem !important;
}

.lh-57 {
  line-height: 3.5625rem !important;
}

.lh-58 {
  line-height: 3.625rem !important;
}

.lh-59 {
  line-height: 3.6875rem !important;
}

.lh-60 {
  line-height: 3.75rem !important;
}

.lh-61 {
  line-height: 3.8125rem !important;
}

.lh-62 {
  line-height: 3.875rem !important;
}

.lh-63 {
  line-height: 3.9375rem !important;
}

.lh-64 {
  line-height: 4rem !important;
}

.lh-65 {
  line-height: 4.0625rem !important;
}

.lh-66 {
  line-height: 4.125rem !important;
}

.lh-67 {
  line-height: 4.1875rem !important;
}

.lh-68 {
  line-height: 4.25rem !important;
}

.lh-69 {
  line-height: 4.3125rem !important;
}

.lh-70 {
  line-height: 4.375rem !important;
}

.lh-71 {
  line-height: 4.4375rem !important;
}

.lh-72 {
  line-height: 4.5rem !important;
}

.lh-73 {
  line-height: 4.5625rem !important;
}

.lh-74 {
  line-height: 4.625rem !important;
}

.lh-75 {
  line-height: 4.6875rem !important;
}

.lh-76 {
  line-height: 4.75rem !important;
}

.lh-77 {
  line-height: 4.8125rem !important;
}

.lh-78 {
  line-height: 4.875rem !important;
}

.lh-79 {
  line-height: 4.9375rem !important;
}

.lh-80 {
  line-height: 5rem !important;
}

.lh-81 {
  line-height: 5.0625rem !important;
}

.lh-82 {
  line-height: 5.125rem !important;
}

.lh-83 {
  line-height: 5.1875rem !important;
}

.lh-84 {
  line-height: 5.25rem !important;
}

.lh-85 {
  line-height: 5.3125rem !important;
}

.lh-86 {
  line-height: 5.375rem !important;
}

.lh-87 {
  line-height: 5.4375rem !important;
}

.lh-88 {
  line-height: 5.5rem !important;
}

.lh-89 {
  line-height: 5.5625rem !important;
}

.lh-90 {
  line-height: 5.625rem !important;
}

.lh-91 {
  line-height: 5.6875rem !important;
}

.lh-92 {
  line-height: 5.75rem !important;
}

.lh-93 {
  line-height: 5.8125rem !important;
}

.lh-94 {
  line-height: 5.875rem !important;
}

.lh-95 {
  line-height: 5.9375rem !important;
}

.lh-96 {
  line-height: 6rem !important;
}

.lh-97 {
  line-height: 6.0625rem !important;
}

.lh-98 {
  line-height: 6.125rem !important;
}

.lh-99 {
  line-height: 6.1875rem !important;
}

.lh-100 {
  line-height: 6.25rem !important;
}

/* Font Faces
------------------------------------
*/

.font-arial {
  font-family: Arial, sans-serif !important;
}

.font-montserrat {
  font-family: 'Montserrat' !important;
}

.font-georgia {
  font-family: Georgia !important;
}

.font-heading {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

/* Wells
------------------------------------
*/

.well {
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background: #686868 none;
}

.well.well-large {
  padding: 24px;
  width: auto;
}

.well.well-small {
  padding: 13px;
  width: auto;
}

.well.green {
  background-color: #0C78BD;
  color: #fff;
  border: none;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jumbotron {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.jumbotron p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit;
}

.jumbotron p.small {
  font-size: 85%;
}

/* Responsive Handlers : Typo
------------------------------------
*/

@media (max-width: 1400px) {
  body,
  p {
    font-size: 13px;
    line-height: 20px;
  }

  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.08px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 35.88px;
  }

  h4 {
    font-size: 18px;
    line-height: 33.88px;
  }

  h5 {
    font-size: 16px;
    line-height: 25.88px;
  }

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

/* For Windows : Fixes
------------------------------------
*/

.windows body,
.windows p {
  font-size: 13px;
  letter-spacing: normal;
}

.windows h3 {
  font-size: 29px;
  line-height: 33px;
}

.windows h4 {
  font-size: 23px;
  line-height: 32px;
}

.windows h5 {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
}

.windows h1,
.windows h2,
.windows h3,
.windows h4,
.windows h5 {
  font-weight: 300;
  letter-spacing: normal;
}

.windows .jumbotron p {
  font-size: 13px;
}

.windows .jumbotron p.small {
  font-size: 85%;
}

.windows small,
.windows .small {
  font-size: 89%;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
  line-height: 1.42857143;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
  line-height: 1.42857143;
}

.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 1.42857143;
}

/*------------------------------------------------------------------
[2. Buttons]
*/

/*
[Buttons Base Styles]
*/

.btn {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #d1cfce;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #221F1F;
  background-color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 21px;
  position: relative;
  -webkit-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  padding: 6px 17px;
}

.btn:hover {
  background-color: #fafafa;
  border: 1px solid rgba(34, 31, 31, 0.27);
  color: #333;
}

.btn.active {
  border-color: #686868;
  background: #fff;
  color: #333;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  color: #333;
}

.btn .caret {
  margin-left: 3px;
}

.btn .caret.single {
  margin-left: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: none !important;
}

/*
Alternate buttons
--------------------------------------------------
*/

.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #F6921E;
  border-color: #F6921E;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #cc7b1d;
  border-color: #cc7b1d;
  color: #fff;
}

.btn-primary.hover,
.btn-primary:hover,
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #f79d35;
  border-color: #f79d35;
  color: #fff;
}

.btn-primary.active:hover {
  background: #d47e1a;
  border-color: #d47e1a;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #F6921E;
  border-color: #F6921E;
}

.btn-primary .badge {
  color: #F6921E;
  background-color: #fff;
}

.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #009345;
  border-color: #009345;
}

.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #057c3c;
  border-color: #057c3c;
  color: #fff;
}

.btn-success.hover,
.btn-success:hover,
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #1a9e58;
  border-color: #1a9e58;
  color: #fff;
}

.btn-success.active:hover {
  background: #007e3b;
  border-color: #007e3b;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #009345;
  border-color: #009345;
}

.btn-success .badge {
  color: #009345;
  background-color: #fff;
}

.btn-complete,
.btn-complete:focus {
  color: #fff;
  background-color: #0C78BD;
  border-color: #0C78BD;
}

.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #0e669e;
  border-color: #0e669e;
  color: #fff;
}

.btn-complete.hover,
.btn-complete:hover,
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #2486c4;
  border-color: #2486c4;
  color: #fff;
}

.btn-complete.active:hover {
  background: #0a67a3;
  border-color: #0a67a3;
}

.btn-complete.disabled,
.btn-complete.disabled:hover,
.btn-complete.disabled:focus,
.btn-complete.disabled:active,
.btn-complete.disabled.active,
.btn-complete[disabled],
.btn-complete[disabled]:hover,
.btn-complete[disabled]:focus,
.btn-complete[disabled]:active,
.btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
  background-color: #0C78BD;
  border-color: #0C78BD;
}

.btn-complete .badge {
  color: #0C78BD;
  background-color: #fff;
}

.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #313B45;
  border-color: #313B45;
}

.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #2c343c;
  border-color: #2c343c;
  color: #fff;
}

.btn-info.hover,
.btn-info:hover,
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #464f58;
  border-color: #464f58;
  color: #fff;
}

.btn-info.active:hover {
  background: #2a333b;
  border-color: #2a333b;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #313B45;
  border-color: #313B45;
}

.btn-info .badge {
  color: #313B45;
  background-color: #fff;
}

.btn-warning,
.btn-warning:focus {
  color: #fff;
  background-color: #FFF100;
  border-color: #FFF100;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #d3c805;
  border-color: #d3c805;
  color: #fff;
}

.btn-warning.hover,
.btn-warning:hover,
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #fff21a;
  border-color: #fff21a;
  color: #fff;
}

.btn-warning.active:hover {
  background: #dbcf00;
  border-color: #dbcf00;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFF100;
  border-color: #FFF100;
}

.btn-warning .badge {
  color: #FFF100;
  background-color: #fff;
}

.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #BC1F45;
  border-color: #BC1F45;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #9d1e3c;
  border-color: #9d1e3c;
  color: #fff;
}

.btn-danger.hover,
.btn-danger:hover,
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #c33558;
  border-color: #c33558;
  color: #fff;
}

.btn-danger.active:hover {
  background: #a21b3b;
  border-color: #a21b3b;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #BC1F45;
  border-color: #BC1F45;
}

.btn-danger .badge {
  color: #BC1F45;
  background-color: #fff;
}

.btn-default,
.btn-default:focus {
  color: #5e5e5e;
  background-color: #fff;
  border-color: #d1cfce;
}

.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #d1cfce;
  border-color: #686868;
  color: #464646;
}

.btn-default.hover,
.btn-default:hover {
  background-color: #f2f2f2;
  border-color: rgba(34, 31, 31, 0.27);
  color: #20272D;
}

.btn-default.active:hover {
  background: #f0f0f0;
}

.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  border: none;
  text-decoration: none;
  outline: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/*
Button Sizes
--------------------------------------------------
*/

.btn-lg,
.btn-group-lg > .btn {
  line-height: 22px;
  padding: 10px 28px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 16px;
  font-size: 11.9px;
  line-height: 20px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px;
  line-height: 18px;
}

.btn-cons {
  margin-right: 5px;
  min-width: 120px;
}

/*
Rounded buttons
--------------------------------------------------
*/

.btn-rounded {
  border-radius: 100px !important;
}

/*
 Dropdown menus
--------------------------------------------------
*/

.show .btn-group.show .dropdown-toggle,
.show .dropdown-toggle,
.show.dropdown-default .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Pages default dropdown */

.dropdown-default {
  display: inline-block;
}

.dropdown-default.toggle-only {
  padding-left: 9px;
  padding-right: 9px;
}

.dropdown-default.toggle-only:after {
  position: initial;
}

.dropdown-default.show > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
  z-index: 991 !important;
}

.dropdown-default.show .dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 700;
}

.dropdown-default.show .dropdown-menu .dropdown-item {
  visibility: visible;
}

.dropdown-default.show.dropup > .btn-primary + .dropdown-menu:after,
.dropdown-default.show.dropup > .btn-success + .dropdown-menu:after,
.dropdown-default.show.dropup > .btn-complete + .dropdown-menu:after,
.dropdown-default.show.dropup > .btn-warning + .dropdown-menu:after,
.dropdown-default.show.dropup > .btn-danger + .dropdown-menu:after,
.dropdown-default.show.dropup > .btn-info + .dropdown-menu:after {
  top: auto;
  bottom: 0;
}

.dropdown-default.show > .btn-primary + .dropdown-menu:after,
.dropdown-default.show > .btn-success + .dropdown-menu:after,
.dropdown-default.show > .btn-complete + .dropdown-menu:after,
.dropdown-default.show > .btn-warning + .dropdown-menu:after,
.dropdown-default.show > .btn-danger + .dropdown-menu:after,
.dropdown-default.show > .btn-info + .dropdown-menu:after {
  top: 0;
  height: 42px;
}

.dropdown-default.show > .btn-primary + .dropdown-menu:after {
  background-color: #F6921E;
}

.dropdown-default.show > .btn-success + .dropdown-menu:after {
  background-color: #009345;
}

.dropdown-default.show > .btn-complete + .dropdown-menu:after {
  background-color: #0C78BD;
}

.dropdown-default.show > .btn-warning + .dropdown-menu:after {
  background-color: #FFF100;
}

.dropdown-default.show > .btn-danger + .dropdown-menu:after {
  background-color: #BC1F45;
}

.dropdown-default.show > .btn-info + .dropdown-menu:after {
  background-color: #313B45;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-bottom: -47px;
  padding-bottom: 49px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  bottom: 49px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-bottom: -34px;
  padding-bottom: 36px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  bottom: 36px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-bottom: -29px;
  padding-bottom: 31px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  bottom: 31px;
}

.dropdown-default.dropup .dropdown-menu {
  margin-bottom: -40px;
  padding: 0 3px 44px 0 !important;
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
}

.dropdown-default.dropup .dropdown-menu:after {
  bottom: 43px;
  top: auto !important;
}

.dropdown-default .btn.dropdown-toggle {
  text-align: left;
  padding-right: 27px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg {
  padding-right: 42px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg:after {
  right: 26px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-top: -47px;
  padding-top: 49px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  top: 49px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm {
  padding-right: 26px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm:after {
  right: 16px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-top: -34px;
  padding-top: 36px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  top: 36px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs {
  padding-right: 21px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs:after {
  right: 8px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-top: -29px;
  padding-top: 31px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  top: 31px;
}

.dropdown-default .btn.dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}

.dropdown-default .btn-rounded {
  padding-left: 17px;
  padding-right: 17px;
}

.dropdown-default .btn-rounded + .dropdown-menu {
  border-radius: 17px;
}

.dropdown-default .dropdown-menu {
  margin-top: -40px;
  padding-top: 42px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  z-index: -1;
}

.dropdown-default .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 42px;
  background: #686868;
  width: 100%;
}

.dropdown-default .dropdown-menu .dropdown-item {
  visibility: hidden;
}

.dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}

.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 13px;
  margin: 0;
  background: #f2f2f2;
  min-width: 50px;
  z-index: 700 !important;
}

.dropdown-menu .divider {
  background-color: #686868;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0;
}

.dropdown-menu > .dropdown-item {
  line-height: 35px;
  color: #221F1F;
  padding: 0 20px;
  border-radius: 0;
  display: block;
  clear: both;
  white-space: nowrap;
  text-align: left;
}

.dropdown-menu > .dropdown-item:hover,
.dropdown-menu > .dropdown-item:focus {
  color: #221F1F;
  text-decoration: none;
}

.dropdown-menu > .dropdown-item:active {
  background-color: #d1cfce;
}

.dropdown-menu > .dropdown-item:first-child {
  padding-top: 9px;
}

.dropdown-menu > .dropdown-item:last-child {
  padding-bottom: 9px;
}

.dropdown-menu > .dropdown-item.dropdown-header {
  padding: 3px 20px;
}

.dropdown-menu > .dropdown-item.active,
.dropdown-menu > .dropdown-item.active:hover,
.dropdown-menu > .dropdown-item.active:focus {
  color: #20272D;
  text-decoration: none;
  background-color: #d1cfce;
}

.dropdown-menu > .dropdown-item.disabled,
.dropdown-menu > .dropdown-item.disabled:hover,
.dropdown-menu > .dropdown-item.disabled:focus {
  color: #575050;
}

.dropdown-menu > .dropdown-item.disabled:hover,
.dropdown-menu > .dropdown-item.disabled:focus {
  text-decoration: none;
  cursor: default;
}

.dropdown-backdrop {
  z-index: 600;
}

/*
Animated buttons
--------------------------------------------------
*/

.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-animated > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-animated:before {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-animated:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-animated.from-top:before {
  left: 0;
  top: -100%;
}

.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before {
  top: 0;
}

.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-animated.from-left:before {
  left: -100%;
  top: 0;
}

.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before {
  left: 0;
}

.btn-animated.from-left:hover > span,
.btn-animated.from-left.show-icon > span {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-animated.fa:before {
  font-family: 'Font Awesome 5 Regular';
}

.btn-animated.pg:before {
  font-family: "pages-icon";
}

/*
Tag buttons
--------------------------------------------------
*/

.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px;
}

.btn-tag:hover,
.btn-tag.hover {
  border-color: transparent;
}

.btn-tag.btn-tag-light {
  background: #fafdff;
  color: #5b8ca5;
  border: 1px solid #cbe4f0;
}

.btn-tag.btn-tag-light:hover {
  background: #fff;
}

.btn-tag.btn-tag-dark {
  background: #686868;
  color: #221F1F;
}

.btn-tag.btn-tag-dark:hover {
  background: #6d6d6d;
}

.btn-tag.btn-tag-rounded {
  border-radius: 17px;
}

/*
Misc buttons
--------------------------------------------------
*/

.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px;
}

.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: .5;
}

.modal-content a.btn-primary:not([href]):not([tabindex]) {
  color: #fff;
}

.modal-content a.btn-primary:not([href]):not([tabindex]):hover,
.modal-content a.btn-primary:not([href]):not([tabindex]):focus {
  color: #fff;
}

/*------------------------------------------------------------------
[3. Form Elements]
*/

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select[multiple],
select[size] {
  height: auto !important;
}

input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form legend {
  margin: 15px 0 10px 0;
}

.form-control {
  background: #fff none;
  border: 1px solid rgba(24, 24, 24, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #464646;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.form-control:focus {
  border-color: rgba(24, 24, 24, 0.1);
  background-color: #d1cfce;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #e8e7e7;
  color: rgba(34, 31, 31, 0.23);
}

/* Input Sizes
--------------------------------------------------
*/

.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  border-radius: 3px;
  font-size: 18px;
  height: 45px;
  padding: 11px 13px;
}

.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px;
}

/* Checkboxes and Radio buttons
--------------------------------------------------
*/

.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
}

.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  min-width: 17px;
  min-height: 17px;
  margin-right: 15px;
  font-size: 13px;
}

.radio label:before,
.checkbox label:before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #bdbcbc;
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}

.radio input[type="radio"]:focus + label {
  color: #464646;
}

.radio input[type="radio"]:focus + label:before {
  background-color: #686868;
}

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #009345;
}

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #F6921E;
}

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #313B45;
}

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #FFF100;
}

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #BC1F45;
}

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #0C78BD;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #686868;
}

.checkbox label {
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}

.checkbox label:before {
  top: 1.4px;
  border-radius: 3px;
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
  border-radius: 3px;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'Font Awesome 5 Regular';
  content: "\F00C";
  color: #fff;
}

.checkbox input[type="checkbox"]:focus + label {
  color: #464646;
}

.checkbox input[type="checkbox"]:focus + label:before {
  background-color: #686868;
}

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: auto;
}

.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'Font Awesome 5 Regular';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #009345;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #F6921E;
}

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #0C78BD;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #FFF100;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #BC1F45;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #313B45;
}

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(24, 24, 24, 0.07);
}

/* Form layouts
--------------------------------------------------
*/

@media only screen and (min-width: 768px) {
  form .row {
    margin-left: 0;
    margin-right: 0;
  }

  form .row [class*='col-']:not(:first-child),
  form .row [class*='col-']:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px;
  }

  form .row [class*='col-']:first-child {
    padding-left: 0;
  }

  form .row [class*='col-']:last-child {
    padding-right: 0;
  }
}

/* Form layouts  : Horizontal
--------------------------------------------------
*/

.form-horizontal .form-group {
  border-bottom: 1px solid #686868;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}

.form-horizontal .form-group:last-child {
  border-bottom: none;
}

.form-horizontal .form-group:hover .control-label {
  opacity: .6;
}

.form-horizontal .form-group.focused .control-label {
  opacity: 1;
}

.form-horizontal .form-group .control-label {
  text-align: left;
  opacity: .42;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.form-horizontal .radio {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
}

/* Form layouts  : Attached
--------------------------------------------------
*/

.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0;
}

.form-group-attached > div {
  margin: 0;
}

.form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
  border-top-left-radius: 2px;
}

.form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
  border-top-right-radius: 2px;
}

.form-group-attached > div:first-child.form-group-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
  border-bottom-left-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
  border-bottom-right-radius: 2px;
}

.form-group-attached > div:last-child.form-group-default {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.form-group-attached > div.row > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
  border-right-color: transparent;
}

.form-group-attached > div:not(:last-child) .form-group-default,
.form-group-attached > div:not(:last-child).form-group-default {
  border-bottom-color: transparent;
}

/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/

@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(24, 24, 24, 0.07) !important;
  }
}

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row > [class*='col-'] .form-group {
    height: 100%;
    width: 100%;
  }
}

/* Form Groups
--------------------------------------------------
*/

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

.form-group label:not(.error) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}

.form-group label.control-label {
  font-weight: 700;
}

.form-group label .help {
  margin-left: 8px;
}

.form-group .help {
  font-size: 12px;
  color: rgba(34, 31, 31, 0.55);
}

.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(24, 24, 24, 0.07);
  border-radius: 2px;
  padding: 7px 12px 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.form-group-default.required:after {
  color: #BC1F45;
  content: "*";
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}

.form-group-default.disabled {
  background: #e8e7e7;
  color: rgba(34, 31, 31, 0.23);
}

.form-group-default.disabled input {
  opacity: .6;
}

.form-group-default.disabled.focused {
  background: #e8e7e7;
}

.form-group-default.disabled.focused label {
  opacity: 1;
}

.form-group-default.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #d1cfce;
}

.form-group-default.focused label {
  opacity: .4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form-group-default.has-error {
  background-color: rgba(188, 31, 69, 0.1);
}

.form-group-default.has-success .form-control-feedback,
.form-group-default.has-error .form-control-feedback {
  display: none !important;
}

.form-group-default.has-success .form-control,
.form-group-default.has-success .form-control:focus,
.form-group-default.has-error .form-control,
.form-group-default.has-error .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group-default.input-group {
  padding: 0;
}

.form-group-default.input-group > label {
  margin-top: 6px;
  padding-left: 12px;
}

.form-group-default.input-group > label.inline {
  margin-top: 6px;
  float: left;
}

.form-group-default.input-group > .form-control {
  margin-top: -2px;
  margin-bottom: 3px;
  padding-left: 12px;
}

.form-group-default.input-group .input-group-addon {
  height: calc(54px - 4px);
  min-width: calc(54px - 4px);
  border-radius: 0;
  border: none;
}

.form-group-default.input-group.focused .input-group-addon {
  border-color: rgba(0, 0, 0, 0.1);
}

.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}

.form-group-default .form-control.error {
  color: #464646;
}

.form-group-default .form-control:focus {
  background: none;
}

.form-group-default textarea.form-control {
  padding-top: 5px;
}

.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.form-group-default label.label-lg {
  font-size: 13px;
  left: 13px;
  top: 9px;
}

.form-group-default label.label-sm {
  font-size: 11px;
  left: 11px;
  top: 6px;
}

.form-group-default label.highlight {
  opacity: 1;
}

.form-group-default label.fade {
  opacity: .5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form-group-default > .input-lg {
  height: 29px;
  min-height: 29px;
  padding-left: 1px;
}

.form-group-default > .input-sm {
  min-height: 18px;
  height: 18px;
}

.form-group-default.form-group-default-select {
  overflow: visible;
}

.form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
  padding-top: 6px;
  height: 23px;
}

.form-group-default.form-group-default-select2 {
  padding: 0;
}

.form-group-default.form-group-default-select2 > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}

.form-group-default.form-group-default-select2 > label.label-lg {
  left: 0;
  top: 0;
}

.form-group-default.form-group-default-select2 > label.label-sm {
  left: 0;
  top: 0;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
  padding-top: 20px;
  height: 52px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-arrow b:before {
  top: 20px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-chosen {
  padding-left: 3px;
  padding-top: 1px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
  padding-top: 20px;
  height: 52px;
  border: 0;
}

.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 4px;
}

.form-group-default.form-group-default-select2 > .input-lg {
  height: auto;
  padding: 0;
}

.form-group-default.form-group-default-select2 > .input-lg .select2-choice {
  padding-top: 20px;
  height: 56px;
}

.form-group-default.form-group-default-select2 > .input-sm {
  height: auto;
  padding: 0;
}

.form-group-default.form-group-default-select2 > .input-sm .select2-choice {
  padding-top: 20px;
  height: 46px;
}

.form-group-default.form-group-default-selectFx {
  padding: 0;
}

.form-group-default.form-group-default-selectFx > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}

.form-group-default.form-group-default-selectFx > label.label-lg {
  left: 0;
  top: 0;
}

.form-group-default.form-group-default-selectFx > label.label-sm {
  left: 0;
  top: 0;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
  padding-top: 28px;
  height: 52px;
  padding-left: 12px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
  height: auto;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
  top: 39px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
  height: 60px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
  height: 50px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
  vertical-align: top;
}

/* Form validation
--------------------------------------------------
*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #DB1C49;
  font-style: inherit;
  margin: 10px 0;
}

.has-success .help-block:before {
  font-family: "FontAwesome";
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
}

.has-success .form-control {
  border-color: #057c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #034b24;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .input-group-addon {
  background: #d1cfce;
  border: 1px solid rgba(24, 24, 24, 0.07);
  color: rgba(34, 31, 31, 0.47);
}

.has-success .form-control-feedback {
  color: #057c3c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #DB1C49;
  font-style: inherit;
  margin: 10px 0;
}

.has-warning .help-block:before {
  font-family: "FontAwesome";
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
}

.has-warning .form-control {
  border-color: #d3c805;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-color: #a19904;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .input-group-addon {
  background: #d1cfce;
  border: 1px solid rgba(24, 24, 24, 0.07);
  color: rgba(34, 31, 31, 0.47);
}

.has-warning .form-control-feedback {
  color: #d3c805;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #DB1C49;
  font-style: inherit;
  margin: 10px 0;
}

.has-error .help-block:before {
  font-family: "FontAwesome";
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
}

.has-error .form-control {
  border-color: #BC1F45;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #901835;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  background: #d1cfce;
  border: 1px solid rgba(24, 24, 24, 0.07);
  color: rgba(34, 31, 31, 0.47);
}

.has-error .form-control-feedback {
  color: #BC1F45;
}

.error {
  font-size: 12px;
  color: #BC1F45;
  display: block;
}

/* Addon inputs
--------------------------------------------------
*/

.input-group-addon {
  background: #d1cfce;
  border: 1px solid rgba(24, 24, 24, 0.07);
  color: rgba(34, 31, 31, 0.47);
  font-size: 14px;
  padding: 6px 9px;
  display: table-cell;
  border-radius: 3px;
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s, background 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s, background 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
}

.input-group-addon i {
  position: relative;
  top: 1px;
}

.input-group-addon.primary {
  background-color: #F6921E;
  border: 1px solid #F6921E;
  color: #fff;
}

.input-group-addon.primary .arrow {
  color: #F6921E;
}

.input-group-addon.success {
  background-color: #0090d9;
  color: #fff;
}

.input-group-addon.success .arrow {
  color: #0090d9;
}

.input-group-addon.info {
  background-color: #1f3853;
  color: #fff;
}

.input-group-addon.info .arrow {
  color: #1f3853;
}

.input-group-addon.warning {
  background-color: #fbb05e;
  color: #fff;
}

.input-group-addon.warning .arrow {
  color: #fbb05e;
}

.input-group-addon.danger {
  background-color: #f35958;
  color: #fff;
}

.input-group-addon.danger .arrow {
  color: #f35958;
}

.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #D1DADE;
  z-index: 100;
}

.input-group-addon .arrow:before {
  font-family: 'Font Awesome 5 Regular';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}

.input-group-addon:last-child .arrow:before {
  font-family: 'Font Awesome 5 Regular';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}

.input-group-addon:last-child input {
  border-left: 0;
}

/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/

.datepicker {
  padding: 16px 25px;
  border-radius: 2px;
  font-size: 12px;
}

.datepicker:after {
  border-bottom-color: #f2f2f2;
}

.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px;
}

.datepicker thead tr .next,
.datepicker thead tr .prev {
  color: #F6921E;
  content: '';
  font-size: 0;
}

.datepicker thead tr .next:before,
.datepicker thead tr .prev:before {
  color: #F6921E;
  font-family: 'Font Awesome 5 Regular';
  font-size: 10px;
}

.datepicker thead tr .prev:before {
  content: "\f053";
}

.datepicker thead tr .next:before {
  content: "\f054";
}

.datepicker thead tr .dow {
  font-family: 'Montserrat', sans-serif;
  color: #F6921E;
  text-transform: uppercase;
  font-size: 11px;
}

.datepicker thead tr th {
  width: 31px;
  height: 29px;
}

.datepicker tbody tr .odd {
  color: #d0d3d8;
}

.datepicker table tr td {
  width: 31px;
  height: 29px;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #686868;
}

.datepicker table tr td.day:hover {
  background: #d1cfce;
}

.datepicker table tr td.active {
  background-color: #F6921E !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #d1cfce none;
  color: #fff;
}

.datepicker table tr td span {
  border-radius: 4px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.datepicker table tr td span.active {
  background-color: #F6921E !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none;
}

.datepicker.dropdown-menu {
  border-color: #686868;
  color: #221F1F;
}

.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  border-color: #686868;
}

.datepicker-inline {
  width: auto;
}

.input-daterange .input-group-addon {
  text-shadow: none;
  border: 0;
  margin: 0;
}

/* Timepicker
https://github.com/m3wolf/bootstrap3-timepicker
*/

.bootstrap-timepicker-widget table td a i {
  font-size: 12px;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  background: #fff;
}

/* Daterangepicker
http://www.dangrossman.info/
*/

.daterangepicker {
  background: #fff;
}

.daterangepicker .calendar .calendar-date {
  border: 1px solid rgba(24, 24, 24, 0.07);
}

.daterangepicker .calendar .prev,
.daterangepicker .calendar .next,
.daterangepicker .calendar th {
  color: #F6921E;
  text-transform: uppercase;
  font-size: 11px;
}

.daterangepicker .calendar .month {
  color: #6f7b8a;
  font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #F6921E;
  border-color: #F6921E;
}

.daterangepicker td.in-range {
  background: #fde9d2;
}

/* Select2
http://ivaynberg.github.io/select2/
*/

.form-group-default .select2-container .select2-selection,
.select2-container-multi .select2-choices {
  border-color: transparent !important;
}

select.full-width + .select2-container {
  width: 100% !important;
}

.select2-container *:focus {
  outline: none;
}

.select2-container .select2-selection {
  background-image: none;
  border-radius: 2px;
  border: 1px solid rgba(24, 24, 24, 0.07) !important;
  padding: 2px 9px;
  -webkit-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding: 1px 0 0 3px;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: auto;
  bottom: 5px;
  right: 10px !important;
  left: auto;
  background: transparent;
  border-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select2-container .select2-selection.select2-selection--single {
  height: 35px;
}

.select2-container .select2-selection > .select2-chosen {
  margin-right: 26px;
  margin-left: 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}

.select2-container--default .select2-results__group {
  color: #464646;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid rgba(24, 24, 24, 0.07);
  background: none !important;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1));
}

.select2-dropdown {
  border: 1px solid rgba(24, 24, 24, 0.07);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0;
}

.select2-dropdown.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(24, 24, 24, 0.07);
  background: #d1cfce;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}

.select2-search--dropdown input {
  background: #fff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid rgba(24, 24, 24, 0.07) !important;
}

.select2-results {
  margin: 3px 8px 10px 8px;
}

.select2-results li {
  color: #221F1F;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  color: #464646;
}

.select2-results li.select2-result-with-children > .select2-result-label:first-child {
  padding-top: 8px;
}

.select2-results .select2-results__option--highlighted {
  background-color: #d1cfce !important;
  border-radius: 3px;
  color: #221F1F !important;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #221F1F;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0;
  position: relative;
  top: -5px;
}

.select2-dropdown {
  border: 1px solid rgba(24, 24, 24, 0.07);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 990;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container--open .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
}

.select2-selection--multiple .select2-selection__rendered {
  background-image: none;
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background: #686868 none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 6px -5px 0px 10px;
  padding: 0 8px 0 7px;
  line-height: 21px;
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child {
  margin-left: 0;
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #626262;
  font-weight: 900;
  margin-right: 4px;
}

.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin-left: 8px;
}

.select2-selection--multiple.select2-container-active .select2-choices {
  border: 1px solid rgba(24, 24, 24, 0.07);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-selection--multiple .select2-search-choice-close {
  left: 6px;
}

.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}

.select2-search-choice-close:hover {
  text-decoration: none;
}

.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0;
}

.select2.form-control {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.select2-drop-mask {
  z-index: 700;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #d1cfce;
  border-radius: 3px;
  color: #221F1F;
}

.ui-select-bootstrap > .ui-select-choices {
  background-color: #fff;
}

.ui-select-choices-group-label {
  color: #464646;
  font-weight: bold;
}

.modal-open .select2-drop-active {
  z-index: 1051;
}

.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important;
}

.modal-open .select2-drop-mask {
  z-index: 1050;
}

.modal-open .cs-skin-slide.cs-active {
  z-index: 1050;
}

.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600;
}

/* Bootstrap Tags input
https://github.com/timschlechter/bootstrap-tagsinput
*/

.form-group-default .bootstrap-tagsinput {
  border: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  vertical-align: top;
  padding-bottom: 0;
  margin-top: -3px;
}

.form-group-default .bootstrap-tagsinput .tag {
  padding: 2px 9px;
  line-height: 18px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 2px;
}

.form-group-default .bootstrap-tagsinput .tag [data-role="remove"] {
  display: inline-block;
  vertical-align: top;
}

.form-group-default .bootstrap-tagsinput input {
  min-height: 20px;
}

.form-group-default .bootstrap-tagsinput input:first-child {
  margin-left: 0;
}

.bootstrap-tagsinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  background-color: transparent;
  border: 1px solid rgba(24, 24, 24, 0.07);
  border-radius: 4px;
  padding: 5px 5px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.bootstrap-tagsinput.active-element {
  background-color: #686868;
}

.bootstrap-tagsinput input {
  border: none;
  margin: 0 0 5px 5px;
  min-height: 25px;
  min-width: 10em !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.bootstrap-tagsinput .tag {
  padding: 3px 6px 3px 9px;
  border-radius: 3px;
  line-height: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0 5px 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 4px;
  float: right;
  vertical-align: middle;
}

.bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  font-family: 'pages-icon';
  content: "\e60a";
  padding: 0;
}

/* Bootstrap3 wysihtml5
https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
*/

.wysiwyg5-wrapper {
  position: relative;
}

.wysiwyg5-wrapper .wysihtml5-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 50px;*/
  background: #d1cfce;
  border-top: 1px solid #686868;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  border: 1px transparent;
  border-right-color: #686868;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
  opacity: .8;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
  opacity: 1;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
  padding-left: 10px;
  padding-right: 20px;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
  opacity: .5;
  font-size: 14px;
}

.wysiwyg5-wrapper .wysihtml5-toolbar > li {
  margin: 0;
  padding: 0;
}

.wysiwyg5-wrapper .wysiwyg {
  width: 100%;
  min-height: 200px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 50px !important;
  border: 0;
}

.wysiwyg5-wrapper .wysiwyg:focus {
  background-color: #f2f2f2;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wysiwyg5-wrapper .expand-wysiwyg {
  bottom: 0;
  color: #A5A5A5;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
}

.wysiwyg5-wrapper .wysihtml5-sandbox {
  border: none !important;
  padding: 16px 16px 50px !important;
  width: 100% !important;
}

.wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
  height: 100% !important;
}

.toggle-wysiwyg {
  position: absolute;
  right: 15px;
  top: 0;
}

.toggle-wysiwyg li {
  display: inline-block;
  font-weight: 600;
}

.editor-icon {
  background-image: url("images/editor_tray.png");
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  opacity: 0.4;
  vertical-align: top;
  width: 40px;
}

.editor-icon-headline {
  background-position: 0 0;
  width: 31px;
}

.editor-icon-bold {
  background-position: -40px 0;
}

.editor-icon-italic {
  background-position: -80px 0;
}

.editor-icon-underline {
  background-position: -120px 0;
}

.editor-icon-link {
  background-position: -160px 0;
}

.editor-icon-quote {
  background-position: -200px 0;
}

.editor-icon-ul {
  background-position: -240px 0;
}

.editor-icon-ol {
  background-position: -280px 0;
}

.editor-icon-outdent {
  background-position: -320px 0;
}

.editor-icon-indent {
  background-position: -360px 0;
}

.editor-icon-image {
  background-position: -400px 0;
}

.editor-icon-html {
  background-position: -440px 0;
}

/* Summernote
https://github.com/HackerWins/summernote
*/

.summernote-wrapper .note-editor {
  border-color: #686868;
}

.summernote-wrapper .note-editor .note-toolbar {
  padding: 0;
  background-color: #d1cfce;
  border-bottom: none;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group {
  margin: 0 -1px 0 0;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  min-width: 47px;
  line-height: 50px;
  padding: 0 5px;
  border-radius: 0;
  background-color: #d1cfce;
  border-color: transparent;
  border-right-color: #686868;
  border-bottom-color: #686868;
  color: #221F1F;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active,
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
  background-color: #686868;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
  min-width: 61px;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child),
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
  margin-right: 1px;
}

.summernote-wrapper .note-editor .note-statusbar {
  background-color: transparent;
}

.summernote-wrapper .note-editor .note-statusbar .note-resizebar {
  border-top-color: transparent;
}

.summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #686868;
}

.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i,
.summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #F6921E;
}

input,
input:focus {
  -webkit-transition: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #d1cfce inset !important;
}

input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F9E9E9 inset !important;
}

/* Pages SelectFx */

/* Default custom select styles */

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  width: 100%;
  max-width: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */

.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* Options */

.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

div.cs-skin-slide {
  color: #fff;
  /*font-size: 1.5em;*/
  width: 300px;
}

@media screen and (max-width: 30em) {
  div.cs-skin-slide {
    font-size: 1em;
    width: 250px;
  }
}

div.cs-skin-slide::before {
  content: '';
  background: #282b30;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cs-skin-slide.cs-active::before {
  -webkit-transform: scale3d(1.1, 3.5, 1);
  transform: scale3d(1.1, 3.5, 1);
}

.cs-skin-slide > span {
  height: 80px;
  line-height: 32px;
  -webkit-transition: text-indent 0.3s, opacity 0.3s;
  transition: text-indent 0.3s, opacity 0.3s;
}

@media screen and (max-width: 30em) {
  .cs-skin-slide > span {
    height: 60px;
    line-height: 28px;
  }
}

.cs-skin-slide.cs-active > span {
  text-indent: -290px;
  opacity: 0;
}

.cs-skin-slide.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.cs-skin-slide .cs-options {
  background: transparent;
  width: 70%;
  height: 400%;
  padding: 1.9em 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 30em) {
  .cs-skin-slide .cs-options {
    padding-top: 3em;
  }
}

.cs-skin-slide .cs-options li {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.cs-skin-slide.cs-active .cs-options li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

/* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 65%;
  padding: 0.8em 1em 0.8em 2.5em;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
  color: #eb7e7f;
  background: transparent;
}

.cs-skin-slide .cs-selected span::after {
  content: '';
}

/* Pages Select  overriding */

.form-group-default .cs-skin-slide > span {
  padding: 0 30px 0 0;
  height: 22px;
  line-height: 21px;
}

.form-group-default .cs-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-wrapper {
  display: inline-block;
}

.form-control.cs-select:not(.cs-active) {
  width: 100% !important;
}

.cs-select {
  background-color: transparent;
}

.cs-select span {
  text-overflow: initial;
}

.cs-select .cs-placeholder {
  width: 100%;
}

div.cs-skin-slide {
  width: auto;
  font-family: Arial, sans-serif;
  color: #5e5e5e;
}

div.cs-skin-slide:before {
  background-color: transparent;
}

div.cs-skin-slide.cs-transparent {
  background: none;
}

div.cs-skin-slide.cs-transparent .cs-backdrop {
  border-color: transparent;
  background: none;
}

div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
  background: #f2f2f2;
}

div.cs-skin-slide > span {
  height: 35px;
  padding: 6px 33px 6px 17px;
  line-height: 23px;
  z-index: 1;
}

div.cs-skin-slide.cs-active {
  z-index: 990;
}

div.cs-skin-slide.cs-active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.cs-skin-slide.cs-active .cs-backdrop {
  border: transparent;
  background: #f2f2f2;
  -webkit-box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc;
  box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc;
}

div.cs-skin-slide > span:after,
div.cs-skin-slide.cs-active > span:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Regular';
  color: #5e5e5e;
}

div.cs-skin-slide .cs-options {
  height: auto;
  width: auto;
  padding: 10px;
  max-height: 350px;
  -webkit-transform: translate3d(1, 1);
  transform: translate3d(1, 1);
  overflow: hidden;
  z-index: 1;
}

div.cs-skin-slide .cs-options ul {
  width: 100%;
  display: table;
}

div.cs-skin-slide .cs-options ul li {
  display: table-row;
}

div.cs-skin-slide .cs-options ul li span {
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  padding: 5px 0;
  text-transform: none;
  max-height: 350px;
  overflow-y: auto;
}

div.cs-skin-slide .cs-options ul li span:hover,
div.cs-skin-slide .cs-options ul li.cs-focus span,
div.cs-skin-slide .cs-options ul li.cs-selected span {
  color: #464646;
}

.cs-backdrop {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid rgba(24, 24, 24, 0.07);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.dropzone {
  overflow: hidden;
}

.dropzone .dz-default.dz-message {
  width: 100%;
}

/* Dropzone for Angular */

.dropzone[dropzone="dropzone"] input[type="file"] {
  visibility: hidden;
}

/* end overrides */

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  width: 100%;
  padding: 3px 10px 3px 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.tt-suggestion {
  color: #221F1F;
  padding: 3px 7px 4px 26px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  background: #d1cfce;
}

.tt-suggestion.tt-cursor {
  background: #d1cfce;
}

.tt-suggestion p {
  margin: 0;
}

.form-group-default.typehead {
  overflow: inherit;
}

.form-group-default .tt-menu {
  width: calc(100% + 24px);
  margin: 4px -12px;
}

/* Demo specifc classes */

.demo-form-wysiwyg {
  height: 250px;
}

.error-form .form-group-default {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.error-form .form-group-default .input-group-addon {
  height: calc(50px);
  min-width: calc(50px);
  border-radius: 0;
  border: none;
}

.error-form .form-group-default label {
  margin-top: 6px;
  padding-left: 12px;
}

.error-form .form-group-default .form-control {
  margin-top: -2px;
  margin-bottom: 3px;
  padding-left: 12px;
}

.error-form .transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.error-container.bottom-container {
  margin-top: 0;
}

.form-group-default.input-group {
  padding: 0;
}

.form-group-default.input-group label {
  margin-top: 6px;
  padding-left: 12px;
}

.form-group-default.input-group .form-input-group {
  width: 100%;
}

.form-group-default.input-group .form-control {
  margin-top: -2px;
  margin-bottom: 3px;
  padding-left: 12px;
}

.form-group-default.input-group .input-group-addon {
  min-width: calc(50px);
  height: 52px;
  border-radius: 0 !important;
  border: none !important;
}

.h-c-50 {
  height: calc(50px);
}

.card-toolbar .note-editor .btn-toolbar {
  display: block;
}

.pretty .state label {
  line-height: unset;
}

.switchery-small {
  height: 12px;
  width: 24px;
}

.switchery-small > small {
  height: 12px;
  width: 12px;
}

.has-error .form-control {
  border-color: #DB1C49;
  background: #f5eff1;
}

input[name='captcha'] {
  width: 300px;
  margin-top: 10px;
}

.required:after {
  content: " *";
  color: #BC1F45;
}

/*------------------------------------------------------------------
[4. Misc : Helper Classes]
*/

.custom {
  height: 150px;
}

.icon-list .fa-item {
  display: block;
  color: #212933;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
}

.icon-list .fa-item > i {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* Generic Square Helpers
------------------------------------
*/

/* Thumbnail for icons and profile pics
------------------------------------
*/

.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  float: left;
}

.thumbnail-wrapper.circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.thumbnail-wrapper.bordered {
  border: 4px solid;
}

.thumbnail-wrapper.bordered.d16 {
  width: 20px;
  height: 20px;
}

.thumbnail-wrapper.bordered.d16 > * {
  line-height: 12px;
}

.thumbnail-wrapper.bordered.d24 {
  width: 28px;
  height: 28px;
}

.thumbnail-wrapper.bordered.d24 > * {
  line-height: 24px;
}

.thumbnail-wrapper.bordered.d32 {
  width: 36px;
  height: 36px;
}

.thumbnail-wrapper.bordered.d32 > * {
  line-height: 28px;
}

.thumbnail-wrapper.bordered.d48 {
  width: 52px;
  height: 52px;
}

.thumbnail-wrapper.bordered.d48 > * {
  line-height: 44px;
}

.thumbnail-wrapper.d0 {
  width: 0px;
  height: 0px;
}

.thumbnail-wrapper.d0 > * {
  line-height: 0px;
}

.thumbnail-wrapper.d2 {
  width: 2px;
  height: 2px;
}

.thumbnail-wrapper.d2 > * {
  line-height: 2px;
}

.thumbnail-wrapper.d4 {
  width: 4px;
  height: 4px;
}

.thumbnail-wrapper.d4 > * {
  line-height: 4px;
}

.thumbnail-wrapper.d6 {
  width: 6px;
  height: 6px;
}

.thumbnail-wrapper.d6 > * {
  line-height: 6px;
}

.thumbnail-wrapper.d8 {
  width: 8px;
  height: 8px;
}

.thumbnail-wrapper.d8 > * {
  line-height: 8px;
}

.thumbnail-wrapper.d10 {
  width: 10px;
  height: 10px;
}

.thumbnail-wrapper.d10 > * {
  line-height: 10px;
}

.thumbnail-wrapper.d12 {
  width: 12px;
  height: 12px;
}

.thumbnail-wrapper.d12 > * {
  line-height: 12px;
}

.thumbnail-wrapper.d14 {
  width: 14px;
  height: 14px;
}

.thumbnail-wrapper.d14 > * {
  line-height: 14px;
}

.thumbnail-wrapper.d16 {
  width: 16px;
  height: 16px;
}

.thumbnail-wrapper.d16 > * {
  line-height: 16px;
}

.thumbnail-wrapper.d18 {
  width: 18px;
  height: 18px;
}

.thumbnail-wrapper.d18 > * {
  line-height: 18px;
}

.thumbnail-wrapper.d20 {
  width: 20px;
  height: 20px;
}

.thumbnail-wrapper.d20 > * {
  line-height: 20px;
}

.thumbnail-wrapper.d22 {
  width: 22px;
  height: 22px;
}

.thumbnail-wrapper.d22 > * {
  line-height: 22px;
}

.thumbnail-wrapper.d24 {
  width: 24px;
  height: 24px;
}

.thumbnail-wrapper.d24 > * {
  line-height: 24px;
}

.thumbnail-wrapper.d26 {
  width: 26px;
  height: 26px;
}

.thumbnail-wrapper.d26 > * {
  line-height: 26px;
}

.thumbnail-wrapper.d28 {
  width: 28px;
  height: 28px;
}

.thumbnail-wrapper.d28 > * {
  line-height: 28px;
}

.thumbnail-wrapper.d30 {
  width: 30px;
  height: 30px;
}

.thumbnail-wrapper.d30 > * {
  line-height: 30px;
}

.thumbnail-wrapper.d32 {
  width: 32px;
  height: 32px;
}

.thumbnail-wrapper.d32 > * {
  line-height: 32px;
}

.thumbnail-wrapper.d34 {
  width: 34px;
  height: 34px;
}

.thumbnail-wrapper.d34 > * {
  line-height: 34px;
}

.thumbnail-wrapper.d36 {
  width: 36px;
  height: 36px;
}

.thumbnail-wrapper.d36 > * {
  line-height: 36px;
}

.thumbnail-wrapper.d38 {
  width: 38px;
  height: 38px;
}

.thumbnail-wrapper.d38 > * {
  line-height: 38px;
}

.thumbnail-wrapper.d40 {
  width: 40px;
  height: 40px;
}

.thumbnail-wrapper.d40 > * {
  line-height: 40px;
}

.thumbnail-wrapper.d42 {
  width: 42px;
  height: 42px;
}

.thumbnail-wrapper.d42 > * {
  line-height: 42px;
}

.thumbnail-wrapper.d44 {
  width: 44px;
  height: 44px;
}

.thumbnail-wrapper.d44 > * {
  line-height: 44px;
}

.thumbnail-wrapper.d46 {
  width: 46px;
  height: 46px;
}

.thumbnail-wrapper.d46 > * {
  line-height: 46px;
}

.thumbnail-wrapper.d48 {
  width: 48px;
  height: 48px;
}

.thumbnail-wrapper.d48 > * {
  line-height: 48px;
}

.thumbnail-wrapper.d50 {
  width: 50px;
  height: 50px;
}

.thumbnail-wrapper.d50 > * {
  line-height: 50px;
}

.thumbnail-wrapper.d52 {
  width: 52px;
  height: 52px;
}

.thumbnail-wrapper.d52 > * {
  line-height: 52px;
}

.thumbnail-wrapper.d54 {
  width: 54px;
  height: 54px;
}

.thumbnail-wrapper.d54 > * {
  line-height: 54px;
}

.thumbnail-wrapper.d56 {
  width: 56px;
  height: 56px;
}

.thumbnail-wrapper.d56 > * {
  line-height: 56px;
}

.thumbnail-wrapper.d58 {
  width: 58px;
  height: 58px;
}

.thumbnail-wrapper.d58 > * {
  line-height: 58px;
}

.thumbnail-wrapper.d60 {
  width: 60px;
  height: 60px;
}

.thumbnail-wrapper.d60 > * {
  line-height: 60px;
}

.thumbnail-wrapper.d62 {
  width: 62px;
  height: 62px;
}

.thumbnail-wrapper.d62 > * {
  line-height: 62px;
}

.thumbnail-wrapper.d64 {
  width: 64px;
  height: 64px;
}

.thumbnail-wrapper.d64 > * {
  line-height: 64px;
}

.thumbnail-wrapper.d66 {
  width: 66px;
  height: 66px;
}

.thumbnail-wrapper.d66 > * {
  line-height: 66px;
}

.thumbnail-wrapper.d68 {
  width: 68px;
  height: 68px;
}

.thumbnail-wrapper.d68 > * {
  line-height: 68px;
}

.thumbnail-wrapper.d70 {
  width: 70px;
  height: 70px;
}

.thumbnail-wrapper.d70 > * {
  line-height: 70px;
}

.thumbnail-wrapper.d72 {
  width: 72px;
  height: 72px;
}

.thumbnail-wrapper.d72 > * {
  line-height: 72px;
}

.thumbnail-wrapper.d74 {
  width: 74px;
  height: 74px;
}

.thumbnail-wrapper.d74 > * {
  line-height: 74px;
}

.thumbnail-wrapper.d76 {
  width: 76px;
  height: 76px;
}

.thumbnail-wrapper.d76 > * {
  line-height: 76px;
}

.thumbnail-wrapper.d78 {
  width: 78px;
  height: 78px;
}

.thumbnail-wrapper.d78 > * {
  line-height: 78px;
}

.thumbnail-wrapper.d80 {
  width: 80px;
  height: 80px;
}

.thumbnail-wrapper.d80 > * {
  line-height: 80px;
}

.thumbnail-wrapper.d82 {
  width: 82px;
  height: 82px;
}

.thumbnail-wrapper.d82 > * {
  line-height: 82px;
}

.thumbnail-wrapper.d84 {
  width: 84px;
  height: 84px;
}

.thumbnail-wrapper.d84 > * {
  line-height: 84px;
}

.thumbnail-wrapper.d86 {
  width: 86px;
  height: 86px;
}

.thumbnail-wrapper.d86 > * {
  line-height: 86px;
}

.thumbnail-wrapper.d88 {
  width: 88px;
  height: 88px;
}

.thumbnail-wrapper.d88 > * {
  line-height: 88px;
}

.thumbnail-wrapper.d90 {
  width: 90px;
  height: 90px;
}

.thumbnail-wrapper.d90 > * {
  line-height: 90px;
}

.thumbnail-wrapper.d92 {
  width: 92px;
  height: 92px;
}

.thumbnail-wrapper.d92 > * {
  line-height: 92px;
}

.thumbnail-wrapper.d94 {
  width: 94px;
  height: 94px;
}

.thumbnail-wrapper.d94 > * {
  line-height: 94px;
}

.thumbnail-wrapper.d96 {
  width: 96px;
  height: 96px;
}

.thumbnail-wrapper.d96 > * {
  line-height: 96px;
}

.thumbnail-wrapper.d98 {
  width: 98px;
  height: 98px;
}

.thumbnail-wrapper.d98 > * {
  line-height: 98px;
}

.thumbnail-wrapper.d100 {
  width: 100px;
  height: 100px;
}

.thumbnail-wrapper.d100 > * {
  line-height: 100px;
}

.thumbnail-wrapper > * {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Profile dropdown
------------------------------------
*/

.profile-dropdown {
  background: #fff;
  padding: 0;
}

.profile-dropdown:before {
  position: absolute;
  top: -7px;
  right: 0;
  display: inline-block;
  content: '';
}

.profile-dropdown:after {
  position: absolute;
  top: -6px;
  right: 1px;
  display: inline-block;
  content: '';
}

.profile-dropdown > a {
  opacity: .7;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  padding-left: 17px;
  padding-right: 37px;
  min-width: 200px;
}

.profile-dropdown > a > i {
  margin-right: 5px;
}

.profile-dropdown > a:hover {
  opacity: 1;
}

.profile-dropdown > a:first-child {
  padding-top: 0 !important;
}

.profile-dropdown > a:last-child {
  padding-bottom: 3px !important;
  padding-top: 3px;
}

.profile-dropdown-toggle {
  background: transparent;
  border: none;
}

/* Scroll
------------------------------------
*/

* {
  -webkit-overflow-scrolling: touch;
}

.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Overides
------------------------------------
*/

.navbar-header {
  width: 200px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
}

.auto-overflow {
  overflow: auto;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

.inherit-size {
  width: inherit;
  height: inherit;
}

.inherit-height {
  height: inherit;
}

.image-responsive-height {
  width: 100%;
}

.image-responsive-width {
  height: 100%;
}

.overlayer {
  position: absolute;
  display: block;
  z-index: 21;
}

.overlayer.fullwidth {
  width: 100%;
}

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}

.overlay-fixed {
  position: fixed !important;
  top: auto !important;
}

.top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute !important;
  top: 1px;
  right: 0;
}

.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0;
}

.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.pull-bottom {
  position: absolute !important;
  bottom: 0;
}

.pull-up {
  position: absolute !important;
  top: 0;
}

.pull-center {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  z-index: 1;
}

.cursor {
  cursor: pointer;
}

.scroll-x-hidden {
  overflow-x: hidden !important;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 100% !important;
  padding-right: 0 !important;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#app {
  height: 100%;
  overflow-x: hidden;
}

/*.social-item {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #838384;
    text-align: center;
    transition: all .5s
}

.social-item a {
    color: #181818 !important;
    font-size: 24px;
    line-height: 40px
}

.social-item:hover {
    background: #f49320
}*/

.dropdown-toggle:after {
  position: static;
}

.main-menu-list .dropdown-menu {
  background: #212934;
}

.main-menu-list .nav-item.position-relative.show.open {
  background: #212934;
}

.main-menu-list .nav-item.position-relative.show:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #f6921E;
  width: 100%;
}

.main-menu-list .dropdown-menu .dropdown-item:hover {
  color: #f6921E !important;
  background-color: transparent;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-vtop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bg-image-vtop-25 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
}

.bg-image-vtop-40 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
}

.bg-image-vtop-50 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
}

.bg-image-vbottom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.bg-image-vbottom-75 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
}

.b-radius-circle {
  border-radius: 50%;
}

img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.our_clients img {
  -o-object-fit: contain;
  object-fit: contain;
}

.ar-list-view-title.show {
  border: 1px solid #f6921E;
}

.ar-list-view-title .fa.fa-arrow-right {
  display: none;
}

.ar-list-view-title.show .fa.fa-arrow-right {
  display: block;
}

.ar-list-02-box {
  overflow: hidden;
}

.ar-list-02-desc {
  left: 0;
  right: 0;
  bottom: -105px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ar-list-02-box:hover .ar-list-02-desc {
  bottom: 0;
}

.tooltip {
  pointer-events: none;
}

.tooltip {
  z-index: 1000 !important;
}

.tooltip.fade.in {
  opacity: .9 !important;
}

.tooltip-inner {
  max-width: 280px !important;
  width: 100% !important;
  margin-left: 6px;
  text-align: left;
}

.tooltip-arrow {
  position: absolute;
  display: block;
  left: 0;
  width: .4rem;
  height: .8rem;
}

.tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.tp-question {
  background-image: url("images/icon-questionmark.png");
  background-position: 50% 50%;
  background-size: cover;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.tp-upgrade {
  background-image: url("images/icon-upgrade.png");
  background-position: 50% 50%;
  background-size: cover;
  height: 18px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}

.tp-question:hover {
  background-image: url("images/icon-questionmark-selected.png");
}

.tp-upgrade:hover {
  background-image: url("images/icon-upgrade-selected.png");
}

/* Generic Padding Helpers
------------------------------------
*/

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.padding-35 {
  padding: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.padding-45 {
  padding: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.padding-55 {
  padding: 55px !important;
}

.p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.padding-65 {
  padding: 65px !important;
}

.p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.padding-75 {
  padding: 75px !important;
}

.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.padding-85 {
  padding: 85px !important;
}

.p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.p-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.padding-95 {
  padding: 95px !important;
}

.p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.p-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* Generic Margin Helpers
------------------------------------
 */

.m-t-0 {
  margin-top: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.margin-0 {
  margin: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.margin-5 {
  margin: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.margin-10 {
  margin: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.margin-15 {
  margin: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.margin-20 {
  margin: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.margin-25 {
  margin: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.margin-30 {
  margin: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.margin-35 {
  margin: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.margin-40 {
  margin: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.margin-45 {
  margin: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.margin-50 {
  margin: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-t-55 {
  margin-top: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.margin-55 {
  margin: 55px !important;
}

.m-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.m-x-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.m-t-60 {
  margin-top: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.margin-60 {
  margin: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-t-65 {
  margin-top: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-l-65 {
  margin-left: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.margin-65 {
  margin: 65px !important;
}

.m-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.m-x-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.m-t-70 {
  margin-top: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.margin-70 {
  margin: 70px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-l-75 {
  margin-left: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.margin-75 {
  margin: 75px !important;
}

.m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.m-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.margin-80 {
  margin: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-t-85 {
  margin-top: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-l-85 {
  margin-left: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.margin-85 {
  margin: 85px !important;
}

.m-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.m-x-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.m-t-90 {
  margin-top: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.margin-90 {
  margin: 90px !important;
}

.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.m-t-95 {
  margin-top: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-l-95 {
  margin-left: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.margin-95 {
  margin: 95px !important;
}

.m-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.m-x-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.margin-100 {
  margin: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

/* Generic border Helpers
------------------------------------
 */

.b-t-0 {
  border-top-width: 0px !important;
}

.b-r-0 {
  border-right-width: 0px !important;
}

.b-l-0 {
  border-left-width: 0px !important;
}

.b-b-0 {
  border-bottom-width: 0px !important;
}

.b-t-1 {
  border-top-width: 1px !important;
}

.b-r-1 {
  border-right-width: 1px !important;
}

.b-l-1 {
  border-left-width: 1px !important;
}

.b-b-1 {
  border-bottom-width: 1px !important;
}

.b-t-2 {
  border-top-width: 2px !important;
}

.b-r-2 {
  border-right-width: 2px !important;
}

.b-l-2 {
  border-left-width: 2px !important;
}

.b-b-2 {
  border-bottom-width: 2px !important;
}

.b-t-3 {
  border-top-width: 3px !important;
}

.b-r-3 {
  border-right-width: 3px !important;
}

.b-l-3 {
  border-left-width: 3px !important;
}

.b-b-3 {
  border-bottom-width: 3px !important;
}

.b-t-4 {
  border-top-width: 4px !important;
}

.b-r-4 {
  border-right-width: 4px !important;
}

.b-l-4 {
  border-left-width: 4px !important;
}

.b-b-4 {
  border-bottom-width: 4px !important;
}

.b-t-5 {
  border-top-width: 5px !important;
}

.b-r-5 {
  border-right-width: 5px !important;
}

.b-l-5 {
  border-left-width: 5px !important;
}

.b-b-5 {
  border-bottom-width: 5px !important;
}

.b-t-6 {
  border-top-width: 6px !important;
}

.b-r-6 {
  border-right-width: 6px !important;
}

.b-l-6 {
  border-left-width: 6px !important;
}

.b-b-6 {
  border-bottom-width: 6px !important;
}

.b-t-7 {
  border-top-width: 7px !important;
}

.b-r-7 {
  border-right-width: 7px !important;
}

.b-l-7 {
  border-left-width: 7px !important;
}

.b-b-7 {
  border-bottom-width: 7px !important;
}

.b-t-8 {
  border-top-width: 8px !important;
}

.b-r-8 {
  border-right-width: 8px !important;
}

.b-l-8 {
  border-left-width: 8px !important;
}

.b-b-8 {
  border-bottom-width: 8px !important;
}

.b-t-9 {
  border-top-width: 9px !important;
}

.b-r-9 {
  border-right-width: 9px !important;
}

.b-l-9 {
  border-left-width: 9px !important;
}

.b-b-9 {
  border-bottom-width: 9px !important;
}

.b-t-10 {
  border-top-width: 10px !important;
}

.b-r-10 {
  border-right-width: 10px !important;
}

.b-l-10 {
  border-left-width: 10px !important;
}

.b-b-10 {
  border-bottom-width: 10px !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.ls-6 {
  letter-spacing: 6px !important;
}

.ls-7 {
  letter-spacing: 7px !important;
}

.ls-8 {
  letter-spacing: 8px !important;
}

.ls-9 {
  letter-spacing: 9px !important;
}

.ls-10 {
  letter-spacing: 10px !important;
}

.height-0 {
  height: 0px !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 25px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-65 {
  height: 65px !important;
}

.height-70 {
  height: 70px !important;
}

.height-75 {
  height: 75px !important;
}

.height-80 {
  height: 80px !important;
}

.height-85 {
  height: 85px !important;
}

.height-90 {
  height: 90px !important;
}

.height-95 {
  height: 95px !important;
}

.height-100 {
  height: 100px !important;
}

.width-0 {
  width: 0px !important;
}

.width-10 {
  width: 10px !important;
}

.width-20 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-40 {
  width: 40px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-70 {
  width: 70px !important;
}

.width-80 {
  width: 80px !important;
}

.width-90 {
  width: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.sm-b-t-0 {
  border-top: 0px solid;
}

.sm-b-b-0 {
  border-bottom: 0px solid;
}

.sm-b-l-0 {
  border-left: 0px solid;
}

.sm-b-r-0 {
  border-right: 0px solid;
}

.sm-b-t-1 {
  border-top: 1px solid;
}

.sm-b-b-1 {
  border-bottom: 1px solid;
}

.sm-b-l-1 {
  border-left: 1px solid;
}

.sm-b-r-1 {
  border-right: 1px solid;
}

.sm-b-t-2 {
  border-top: 2px solid;
}

.sm-b-b-2 {
  border-bottom: 2px solid;
}

.sm-b-l-2 {
  border-left: 2px solid;
}

.sm-b-r-2 {
  border-right: 2px solid;
}

.sm-b-t-3 {
  border-top: 3px solid;
}

.sm-b-b-3 {
  border-bottom: 3px solid;
}

.sm-b-l-3 {
  border-left: 3px solid;
}

.sm-b-r-3 {
  border-right: 3px solid;
}

.sm-b-t-4 {
  border-top: 4px solid;
}

.sm-b-b-4 {
  border-bottom: 4px solid;
}

.sm-b-l-4 {
  border-left: 4px solid;
}

.sm-b-r-4 {
  border-right: 4px solid;
}

.sm-b-t-5 {
  border-top: 5px solid;
}

.sm-b-b-5 {
  border-bottom: 5px solid;
}

.sm-b-l-5 {
  border-left: 5px solid;
}

.sm-b-r-5 {
  border-right: 5px solid;
}

.sm-b-t-6 {
  border-top: 6px solid;
}

.sm-b-b-6 {
  border-bottom: 6px solid;
}

.sm-b-l-6 {
  border-left: 6px solid;
}

.sm-b-r-6 {
  border-right: 6px solid;
}

.sm-b-t-7 {
  border-top: 7px solid;
}

.sm-b-b-7 {
  border-bottom: 7px solid;
}

.sm-b-l-7 {
  border-left: 7px solid;
}

.sm-b-r-7 {
  border-right: 7px solid;
}

.sm-b-t-8 {
  border-top: 8px solid;
}

.sm-b-b-8 {
  border-bottom: 8px solid;
}

.sm-b-l-8 {
  border-left: 8px solid;
}

.sm-b-r-8 {
  border-right: 8px solid;
}

.sm-b-t-9 {
  border-top: 9px solid;
}

.sm-b-b-9 {
  border-bottom: 9px solid;
}

.sm-b-l-9 {
  border-left: 9px solid;
}

.sm-b-r-9 {
  border-right: 9px solid;
}

.sm-b-t-10 {
  border-top: 10px solid;
}

.sm-b-b-10 {
  border-bottom: 10px solid;
}

.sm-b-l-10 {
  border-left: 10px solid;
}

.sm-b-r-10 {
  border-right: 10px solid;
}

.sm-b-t-11 {
  border-top: 11px solid;
}

.sm-b-b-11 {
  border-bottom: 11px solid;
}

.sm-b-l-11 {
  border-left: 11px solid;
}

.sm-b-r-11 {
  border-right: 11px solid;
}

.sm-b-t-12 {
  border-top: 12px solid;
}

.sm-b-b-12 {
  border-bottom: 12px solid;
}

.sm-b-l-12 {
  border-left: 12px solid;
}

.sm-b-r-12 {
  border-right: 12px solid;
}

.sm-b-t-13 {
  border-top: 13px solid;
}

.sm-b-b-13 {
  border-bottom: 13px solid;
}

.sm-b-l-13 {
  border-left: 13px solid;
}

.sm-b-r-13 {
  border-right: 13px solid;
}

.sm-b-t-14 {
  border-top: 14px solid;
}

.sm-b-b-14 {
  border-bottom: 14px solid;
}

.sm-b-l-14 {
  border-left: 14px solid;
}

.sm-b-r-14 {
  border-right: 14px solid;
}

.sm-b-t-15 {
  border-top: 15px solid;
}

.sm-b-b-15 {
  border-bottom: 15px solid;
}

.sm-b-l-15 {
  border-left: 15px solid;
}

.sm-b-r-15 {
  border-right: 15px solid;
}

.sm-b-t-16 {
  border-top: 16px solid;
}

.sm-b-b-16 {
  border-bottom: 16px solid;
}

.sm-b-l-16 {
  border-left: 16px solid;
}

.sm-b-r-16 {
  border-right: 16px solid;
}

.sm-b-t-17 {
  border-top: 17px solid;
}

.sm-b-b-17 {
  border-bottom: 17px solid;
}

.sm-b-l-17 {
  border-left: 17px solid;
}

.sm-b-r-17 {
  border-right: 17px solid;
}

.sm-b-t-18 {
  border-top: 18px solid;
}

.sm-b-b-18 {
  border-bottom: 18px solid;
}

.sm-b-l-18 {
  border-left: 18px solid;
}

.sm-b-r-18 {
  border-right: 18px solid;
}

.sm-b-t-19 {
  border-top: 19px solid;
}

.sm-b-b-19 {
  border-bottom: 19px solid;
}

.sm-b-l-19 {
  border-left: 19px solid;
}

.sm-b-r-19 {
  border-right: 19px solid;
}

.sm-b-t-20 {
  border-top: 20px solid;
}

.sm-b-b-20 {
  border-bottom: 20px solid;
}

.sm-b-l-20 {
  border-left: 20px solid;
}

.sm-b-r-20 {
  border-right: 20px solid;
}

.payment-option.nav-tabs-list li a {
  border: 1px solid #F6921E;
}

.payment-option.nav-tabs-list li a.active.show {
  background: #F6921E;
  color: #fff;
}

@media (min-width: 768px) {
  .md-b-t-0 {
    border-top: 0px solid;
  }

  .md-b-b-0 {
    border-bottom: 0px solid;
  }

  .md-b-l-0 {
    border-left: 0px solid;
  }

  .md-b-r-0 {
    border-right: 0px solid;
  }

  .md-b-t-1 {
    border-top: 1px solid;
  }

  .md-b-b-1 {
    border-bottom: 1px solid;
  }

  .md-b-l-1 {
    border-left: 1px solid;
  }

  .md-b-r-1 {
    border-right: 1px solid;
  }

  .md-b-t-2 {
    border-top: 2px solid;
  }

  .md-b-b-2 {
    border-bottom: 2px solid;
  }

  .md-b-l-2 {
    border-left: 2px solid;
  }

  .md-b-r-2 {
    border-right: 2px solid;
  }

  .md-b-t-3 {
    border-top: 3px solid;
  }

  .md-b-b-3 {
    border-bottom: 3px solid;
  }

  .md-b-l-3 {
    border-left: 3px solid;
  }

  .md-b-r-3 {
    border-right: 3px solid;
  }

  .md-b-t-4 {
    border-top: 4px solid;
  }

  .md-b-b-4 {
    border-bottom: 4px solid;
  }

  .md-b-l-4 {
    border-left: 4px solid;
  }

  .md-b-r-4 {
    border-right: 4px solid;
  }

  .md-b-t-5 {
    border-top: 5px solid;
  }

  .md-b-b-5 {
    border-bottom: 5px solid;
  }

  .md-b-l-5 {
    border-left: 5px solid;
  }

  .md-b-r-5 {
    border-right: 5px solid;
  }

  .md-b-t-6 {
    border-top: 6px solid;
  }

  .md-b-b-6 {
    border-bottom: 6px solid;
  }

  .md-b-l-6 {
    border-left: 6px solid;
  }

  .md-b-r-6 {
    border-right: 6px solid;
  }

  .md-b-t-7 {
    border-top: 7px solid;
  }

  .md-b-b-7 {
    border-bottom: 7px solid;
  }

  .md-b-l-7 {
    border-left: 7px solid;
  }

  .md-b-r-7 {
    border-right: 7px solid;
  }

  .md-b-t-8 {
    border-top: 8px solid;
  }

  .md-b-b-8 {
    border-bottom: 8px solid;
  }

  .md-b-l-8 {
    border-left: 8px solid;
  }

  .md-b-r-8 {
    border-right: 8px solid;
  }

  .md-b-t-9 {
    border-top: 9px solid;
  }

  .md-b-b-9 {
    border-bottom: 9px solid;
  }

  .md-b-l-9 {
    border-left: 9px solid;
  }

  .md-b-r-9 {
    border-right: 9px solid;
  }

  .md-b-t-10 {
    border-top: 10px solid;
  }

  .md-b-b-10 {
    border-bottom: 10px solid;
  }

  .md-b-l-10 {
    border-left: 10px solid;
  }

  .md-b-r-10 {
    border-right: 10px solid;
  }

  .md-b-t-11 {
    border-top: 11px solid;
  }

  .md-b-b-11 {
    border-bottom: 11px solid;
  }

  .md-b-l-11 {
    border-left: 11px solid;
  }

  .md-b-r-11 {
    border-right: 11px solid;
  }

  .md-b-t-12 {
    border-top: 12px solid;
  }

  .md-b-b-12 {
    border-bottom: 12px solid;
  }

  .md-b-l-12 {
    border-left: 12px solid;
  }

  .md-b-r-12 {
    border-right: 12px solid;
  }

  .md-b-t-13 {
    border-top: 13px solid;
  }

  .md-b-b-13 {
    border-bottom: 13px solid;
  }

  .md-b-l-13 {
    border-left: 13px solid;
  }

  .md-b-r-13 {
    border-right: 13px solid;
  }

  .md-b-t-14 {
    border-top: 14px solid;
  }

  .md-b-b-14 {
    border-bottom: 14px solid;
  }

  .md-b-l-14 {
    border-left: 14px solid;
  }

  .md-b-r-14 {
    border-right: 14px solid;
  }

  .md-b-t-15 {
    border-top: 15px solid;
  }

  .md-b-b-15 {
    border-bottom: 15px solid;
  }

  .md-b-l-15 {
    border-left: 15px solid;
  }

  .md-b-r-15 {
    border-right: 15px solid;
  }

  .md-b-t-16 {
    border-top: 16px solid;
  }

  .md-b-b-16 {
    border-bottom: 16px solid;
  }

  .md-b-l-16 {
    border-left: 16px solid;
  }

  .md-b-r-16 {
    border-right: 16px solid;
  }

  .md-b-t-17 {
    border-top: 17px solid;
  }

  .md-b-b-17 {
    border-bottom: 17px solid;
  }

  .md-b-l-17 {
    border-left: 17px solid;
  }

  .md-b-r-17 {
    border-right: 17px solid;
  }

  .md-b-t-18 {
    border-top: 18px solid;
  }

  .md-b-b-18 {
    border-bottom: 18px solid;
  }

  .md-b-l-18 {
    border-left: 18px solid;
  }

  .md-b-r-18 {
    border-right: 18px solid;
  }

  .md-b-t-19 {
    border-top: 19px solid;
  }

  .md-b-b-19 {
    border-bottom: 19px solid;
  }

  .md-b-l-19 {
    border-left: 19px solid;
  }

  .md-b-r-19 {
    border-right: 19px solid;
  }

  .md-b-t-20 {
    border-top: 20px solid;
  }

  .md-b-b-20 {
    border-bottom: 20px solid;
  }

  .md-b-l-20 {
    border-left: 20px solid;
  }

  .md-b-r-20 {
    border-right: 20px solid;
  }

  .nav-tabs-list li a.active:before {
    content: '';
    display: block;
    border-top: 3px solid #F26622;
    position: relative;
    top: -8px;
  }

  .payment-option.nav-tabs-list li a {
    border: 0;
  }

  .payment-option.nav-tabs-list li a.active.show {
    background: none;
    color: #F46721;
  }
}

@media (min-width: 992px) {
  .lg-b-t-0 {
    border-top: 0px solid;
  }

  .lg-b-b-0 {
    border-bottom: 0px solid;
  }

  .lg-b-l-0 {
    border-left: 0px solid;
  }

  .lg-b-r-0 {
    border-right: 0px solid;
  }

  .lg-b-t-1 {
    border-top: 1px solid;
  }

  .lg-b-b-1 {
    border-bottom: 1px solid;
  }

  .lg-b-l-1 {
    border-left: 1px solid;
  }

  .lg-b-r-1 {
    border-right: 1px solid;
  }

  .lg-b-t-2 {
    border-top: 2px solid;
  }

  .lg-b-b-2 {
    border-bottom: 2px solid;
  }

  .lg-b-l-2 {
    border-left: 2px solid;
  }

  .lg-b-r-2 {
    border-right: 2px solid;
  }

  .lg-b-t-3 {
    border-top: 3px solid;
  }

  .lg-b-b-3 {
    border-bottom: 3px solid;
  }

  .lg-b-l-3 {
    border-left: 3px solid;
  }

  .lg-b-r-3 {
    border-right: 3px solid;
  }

  .lg-b-t-4 {
    border-top: 4px solid;
  }

  .lg-b-b-4 {
    border-bottom: 4px solid;
  }

  .lg-b-l-4 {
    border-left: 4px solid;
  }

  .lg-b-r-4 {
    border-right: 4px solid;
  }

  .lg-b-t-5 {
    border-top: 5px solid;
  }

  .lg-b-b-5 {
    border-bottom: 5px solid;
  }

  .lg-b-l-5 {
    border-left: 5px solid;
  }

  .lg-b-r-5 {
    border-right: 5px solid;
  }

  .lg-b-t-6 {
    border-top: 6px solid;
  }

  .lg-b-b-6 {
    border-bottom: 6px solid;
  }

  .lg-b-l-6 {
    border-left: 6px solid;
  }

  .lg-b-r-6 {
    border-right: 6px solid;
  }

  .lg-b-t-7 {
    border-top: 7px solid;
  }

  .lg-b-b-7 {
    border-bottom: 7px solid;
  }

  .lg-b-l-7 {
    border-left: 7px solid;
  }

  .lg-b-r-7 {
    border-right: 7px solid;
  }

  .lg-b-t-8 {
    border-top: 8px solid;
  }

  .lg-b-b-8 {
    border-bottom: 8px solid;
  }

  .lg-b-l-8 {
    border-left: 8px solid;
  }

  .lg-b-r-8 {
    border-right: 8px solid;
  }

  .lg-b-t-9 {
    border-top: 9px solid;
  }

  .lg-b-b-9 {
    border-bottom: 9px solid;
  }

  .lg-b-l-9 {
    border-left: 9px solid;
  }

  .lg-b-r-9 {
    border-right: 9px solid;
  }

  .lg-b-t-10 {
    border-top: 10px solid;
  }

  .lg-b-b-10 {
    border-bottom: 10px solid;
  }

  .lg-b-l-10 {
    border-left: 10px solid;
  }

  .lg-b-r-10 {
    border-right: 10px solid;
  }

  .lg-b-t-11 {
    border-top: 11px solid;
  }

  .lg-b-b-11 {
    border-bottom: 11px solid;
  }

  .lg-b-l-11 {
    border-left: 11px solid;
  }

  .lg-b-r-11 {
    border-right: 11px solid;
  }

  .lg-b-t-12 {
    border-top: 12px solid;
  }

  .lg-b-b-12 {
    border-bottom: 12px solid;
  }

  .lg-b-l-12 {
    border-left: 12px solid;
  }

  .lg-b-r-12 {
    border-right: 12px solid;
  }

  .lg-b-t-13 {
    border-top: 13px solid;
  }

  .lg-b-b-13 {
    border-bottom: 13px solid;
  }

  .lg-b-l-13 {
    border-left: 13px solid;
  }

  .lg-b-r-13 {
    border-right: 13px solid;
  }

  .lg-b-t-14 {
    border-top: 14px solid;
  }

  .lg-b-b-14 {
    border-bottom: 14px solid;
  }

  .lg-b-l-14 {
    border-left: 14px solid;
  }

  .lg-b-r-14 {
    border-right: 14px solid;
  }

  .lg-b-t-15 {
    border-top: 15px solid;
  }

  .lg-b-b-15 {
    border-bottom: 15px solid;
  }

  .lg-b-l-15 {
    border-left: 15px solid;
  }

  .lg-b-r-15 {
    border-right: 15px solid;
  }

  .lg-b-t-16 {
    border-top: 16px solid;
  }

  .lg-b-b-16 {
    border-bottom: 16px solid;
  }

  .lg-b-l-16 {
    border-left: 16px solid;
  }

  .lg-b-r-16 {
    border-right: 16px solid;
  }

  .lg-b-t-17 {
    border-top: 17px solid;
  }

  .lg-b-b-17 {
    border-bottom: 17px solid;
  }

  .lg-b-l-17 {
    border-left: 17px solid;
  }

  .lg-b-r-17 {
    border-right: 17px solid;
  }

  .lg-b-t-18 {
    border-top: 18px solid;
  }

  .lg-b-b-18 {
    border-bottom: 18px solid;
  }

  .lg-b-l-18 {
    border-left: 18px solid;
  }

  .lg-b-r-18 {
    border-right: 18px solid;
  }

  .lg-b-t-19 {
    border-top: 19px solid;
  }

  .lg-b-b-19 {
    border-bottom: 19px solid;
  }

  .lg-b-l-19 {
    border-left: 19px solid;
  }

  .lg-b-r-19 {
    border-right: 19px solid;
  }

  .lg-b-t-20 {
    border-top: 20px solid;
  }

  .lg-b-b-20 {
    border-bottom: 20px solid;
  }

  .lg-b-l-20 {
    border-left: 20px solid;
  }

  .lg-b-r-20 {
    border-right: 20px solid;
  }
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100%;
}

.hide {
  display: none !important;
}

.inline {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.b-blank {
  border-color: #000;
}

/* Border Helpers
------------------------------------
*/

.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border: 0 solid;
}

.b-r {
  border-right-width: 1px;
}

.b-l {
  border-left-width: 1px;
}

.b-t {
  border-top-width: 1px;
}

.b-b {
  border-bottom-width: 1px;
}

.b-a {
  border-width: 1px;
}

.b-dashed {
  border-style: dashed;
}

.b-thick {
  border-width: 2px !important;
}

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.b-grey {
  border-color: #686868 !important;
}

.b-grey-lighter {
  border-color: #d1cfce !important;
}

.b-white {
  border-color: #fff !important;
}

.b-primary {
  border-color: #F6921E !important;
}

.b-complete {
  border-color: #0C78BD !important;
}

.b-success {
  border-color: #009345 !important;
}

.b-info {
  border-color: #313B45 !important;
}

.b-danger {
  border-color: #BC1F45 !important;
}

.b-warning {
  border-color: #FFF100 !important;
}

/* Border Radius
------------------------------------
*/

.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.no-border-radius {
  border-radius: 0 !important;
}

.no-border {
  border: none !important;
}

/** Profile Wrappers **/

.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}

.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}

.relative {
  position: relative;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[data-pages-bg-image] {
  background-size: cover;
}

/* Demo Purposes */

.icon-set-preview {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#icon-list {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.error-number {
  font-family: 'Montserrat';
  font-size: 90px;
  line-height: 90px;
}

.error-container-innner {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
}

.error-container {
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  width: 38%;
}

.visible-xlg {
  display: none;
}

.hidden-xlg {
  display: block;
}

.sm-gutter .row > [class^="col-"],
.sm-gutter .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.sm-gutter .row {
  margin-left: -5px;
  margin-right: -5px;
}

/* Aspect ratio */

.ar-1-1 .card,
.ar-2-1 .card,
.ar-1-2 .card,
.ar-3-2 .card,
.ar-2-3 .card {
  margin: 0;
}

.ar-1-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}

.ar-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.ar-1-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ar-2-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}

.ar-2-1:before {
  content: "";
  display: block;
  padding-top: calc(50% - 5px);
  /* initial ratio of 1:1*/
}

.ar-2-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ar-1-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}

.ar-1-2:before {
  content: "";
  display: block;
  padding-top: calc(150% - 5px);
  /* initial ratio of 1:1*/
}

.ar-1-2 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ar-3-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}

.ar-3-2:before {
  content: "";
  display: block;
  padding-top: calc(75% - 5px);
  /* initial ratio of 1:1*/
}

.ar-3-2 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ar-2-3 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
}

.ar-2-3:before {
  content: "";
  display: block;
  padding-top: calc(125% - 5px);
  /* initial ratio of 1:1*/
}

.ar-2-3 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

.v-align-top {
  vertical-align: top !important;
}

.v-align-middle {
  vertical-align: middle !important;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top !important;
}

.col-middle {
  vertical-align: middle !important;
}

.col-bottom {
  vertical-align: bottom !important;
}

/* columns of same height styles
------------------------------------
*/

.container-xs-height {
  display: table;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

.counter-block {
  position: relative;
  background: #20272d !important;
}

.te-btn-op3 {
  opacity: 0.3;
}

.te-btn-op3.active,
.te-btn-op3:hover {
  opacity: 100;
}

.te-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.te-logo.active.show,
.te-logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ar-list-03-iconbox img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.ar-list-03-iconbox.active.show img,
.ar-list-03-iconbox:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.clients-section #overlay_white {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.ui-datepicker-inline {
  border-radius: 0;
  width: 100%;
  padding: 20px;
}

.ui-datepicker-title {
  font-weight: 700;
  color: #464646;
}

.ui-datepicker-calendar {
  color: #464646;
  font-weight: 500;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #FFF;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #F6921E;
  border-color: #F6921E;
}

.ui-datepicker-today .ui-state-highlight {
  background: #FFF;
  border: 1px solid #c5c5c5;
}

.ui-datepicker-today .ui-state-highlight.ui-state-active {
  background: #F6921E;
  border-color: #F6921E;
  color: #fff;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker td a {
  text-align: center;
  padding: .8em .5em;
}

.datepicker .ui-widget-header {
  background: #fff;
  border: none;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
}

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .row-md-height {
    display: table-row;
  }

  .col-md-height {
    display: table-cell !important;
    float: none !important;
  }

  .homebanner {
    min-height: calc(152px + 200px);
  }

  .domain-banner {
    min-height: calc(152px + 350px);
  }

  .banner {
    max-height: 535px;
  }

  .counter-block {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: table;
    background: rgba(32, 39, 45, 0.85) !important;
    position: absolute;
  }

  .section-overlay {
    position: relative;
    margin-top: -50px;
    z-index: 5;
  }
}

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .row-lg-height {
    display: table-row;
  }

  .col-lg-height {
    display: table-cell !important;
    float: none !important;
  }
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  -webkit-box-shadow: 0 0 5px solid currentColor;
  box-shadow: 0 0 5px solid currentColor;
}

.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 1em;
  padding: 1.7em 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed currentColor;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background: #FFF;
}

.inputDnD .form-control-file:hover:before {
  border-style: solid;
}

@media (min-width: 425px) {
  .inputDnD .form-control-file:before {
    line-height: 2em;
  }
}

#file {
  min-height: 0;
}

.preview-img {
  width: 64px;
  height: 64px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.btn-show:before,
.btn-show:hover:before {
  content: '... ...';
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 5;
}

.owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -35.775px;
}

.owl-nav > button {
  position: absolute;
  font-family: FontAwesome !important;
  font-size: 2.5em !important;
  color: #686868 !important;
}

.owl-nav > button > span {
  display: none;
}

.owl-prev {
  left: 5px;
}

.owl-prev:before {
  content: "\f104";
  display: block;
}

.owl-next {
  right: 5px;
}

.owl-next:before {
  content: "\f105";
  display: block;
}

.owl-nav .disabled {
  display: none !important;
}

.owl-dot + .owl-dot {
  margin-left: 5px;
}

.owl-dot > span {
  display: block;
  height: 8px;
  width: 8px;
  background: #686969;
  border-radius: 50%;
}

.owl-dot.active > span {
  background: #E45325;
}

.custom-radio.custom-control {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio .custom-control-indicator {
  border-radius: 3px;
}

.custom-control-indicator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-color: #d1cfce;
  border-style: solid;
  border-width: 2px;
}

.custom-control-description {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.custom-control-input:checked ~ .custom-control-indicator:before {
  content: ' ';
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 2px;
  background-color: #686868;
  top: 2px;
  left: 2px;
}

.nav-tabs-list li.tab-dropdown a.active.show:before {
  display: none;
}

.tab-dropdown.show:before {
  content: '';
  display: block;
  border-top: 3px solid #F26622;
  position: relative;
  top: -8px;
}

.tab-dropdown .dropdown-menu > .dropdown-item {
  padding: .25rem 1.5rem !important;
}

.tab-dropdown .dropdown-menu > .dropdown-item:first-child {
  padding-top: .25rem !important;
}

.tab-dropdown .dropdown-menu > .dropdown-item:last-child {
  padding-bottom: .25rem !important;
}

.nav-tabs .tab-dropdown.nav-item.show .nav-link,
.tab-dropdown .dropdown-item.active.show {
  color: #F26622 !important;
}

.tab-dropdown .dropdown-toggle:after {
  display: none !important;
}

.tab-selection li a {
  color: #464646;
}

.tab-selection li a.active {
  color: #F46721;
}

.button-tab-election li a.active button {
  font-weight: bold;
  background: #464646;
  color: #fff;
}

.btn-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-arrow.collapsed {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

table {
  overflow: hidden;
}

td,
th {
  padding: 10px;
  position: relative;
  outline: 0;
}

body:not(.nohover) table.table-highlight tbody tr:hover {
  background-color: #f2f2f2;
}

table.table-highlight td:hover::after,
table.table-highlight thead th:not(:empty):hover::after,
table.table-highlight td:focus::after,
table.table-highlight thead th:not(:empty):focus::after {
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

table.table-highlight td:hover::after,
table.table-highlight th:hover::after {
  background-color: #f2f2f2;
}

table.table-highlight td:focus::after,
table.table-highlight th:focus::after {
  background-color: #f2f2f2;
}

/* Focus stuff for mobile */

table.table-highlight td:focus::before,
table.table-highlight tbody th:focus::before {
  background-color: #f2f2f2;
  content: '';
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}

.tab-multi-select .dropdown-menu > .dropdown-item.active {
  background-color: transparent;
}

.tab-multi-select .dropdown-menu > .dropdown-item.active:before {
  display: none;
}

.tab-multi-select .nav-item.show .nav-link {
  background: #f2f2f2;
  color: #F46721;
}

.bg-primary-split-dark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F6921E), color-stop(50%, #F46721));
  background: linear-gradient(to right, #F6921E 50%, #F46721 50%);
}

.ar-gallery-image img {
  max-height: 233px;
}

@media screen and (min-width: 922px) {
  .five-in-row > .col-lg {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.upgrade-option-row {
  padding: 0 20px;
}

.upgrade-option-row .flag-block-header {
  min-height: 83px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.upgrade-option-row .flag-block-header > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

#navBarHeader li {
  border-bottom: 4px solid #fff;
}

#navBarHeader li:hover {
  border-color: #F6921E;
}

#navBarHeader .dropdown {
  position: static;
}

#navBarHeader .dropdown-content {
  padding: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
  width: 100%;
}

#navBarHeader .dropdown-content .nav-box {
  width: 280px;
  float: right;
}

#navBarHeader .dropdown-content a {
  color: black;
  padding: 5px 25px;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  border: 2px solid #ffffff00;
}

#navBarHeader .dropdown-content a:hover {
  font-weight: 600;
  color: #F6921E;
  border: 2px solid #F6921E;
}

#navBarHeader .dropdown-content p {
  font-size: 12px;
  color: #686868;
  margin: 0;
}

.show-more-table {
  width: 100%;
  table-layout: fixed;
}

.show-more-table th {
  font-weight: bold;
}

.show-more-table td {
  width: 25%;
}

.show-more-table td,
.show-more-table th {
  text-align: left;
}

#about-us-carousel .carousel-indicators li {
  height: 4px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #686868;
}

#about-us-carousel .carousel-indicators {
  bottom: -20px;
}

#about-us-carousel .carousel-inner {
  margin: 0 auto;
  width: 75%;
}

#about-us-carousel .carousel-inner1 {
  margin: 0 auto;
}

#about-us-carousel .carousel-clientinner {
  margin: 0 auto;
}

#about-us-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: #F6921E;
}

#about-us-carousel .fa-angle-right,
#about-us-carousel .fa-angle-left {
  font-size: 50px;
  color: #686868;
}

.faq .title {
  font-size: 25px;
  margin-bottom: 25px;
}

.faq .bullet {
  position: absolute;
  left: 25px;
}

.faq a {
  border-top: 1px solid #dee2e6;
}

.faq h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.features .title {
  font-size: 25px;
  margin-bottom: 25px;
}

.features .bullet {
  position: absolute;
  left: 25px;
}

.features a {
  background-color: #f2f2f2;
}

.features .panel-body {
  background-color: #f6f6f6;
}

.panel-body {
  line-height: 1.2rem !important;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#table-addon td {
  border: 1px solid #d1cfce;
}

#table-addon tr {
  border-left: 1px solid #d1cfce;
  border-right: 1px solid #d1cfce;
}

#table-addon tr td:first-child {
  border-left: 0;
}

#table-addon tr td:last-child {
  border-right: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#nav-tab-custom .nav-tabs .nav-item.show .nav-link,
#nav-tab-custom .nav-tabs .nav-link.active {
  color: #F6921E;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

#nav-tab-custom a {
  color: #181818;
}

#nav-tab-custom .nav-item {
  padding-left: 0;
}

#nav-tab-custom .tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.subbanner-desc .subbanner-title {
  font-size: 30px;
}

.subbanner-desc p {
  font-size: 12px;
}

.comparison-table .blue-box {
  background-color: #73c5ff;
  width: 10px;
  padding: 0px 25px 0px 25px;
  margin-right: 10px;
}

.comparison-table .orange-box {
  background-color: #fd8d08;
  width: 10px;
  padding: 0px 25px 0px 25px;
  margin-right: 10px;
}

.comparison-table .comparison-table {
  padding-top: 35px;
}

.comparison-table .pdpanote p span {
  margin-right: 0%;
}

.comparison-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.comparison-table td,
.comparison-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.comparison-table .center {
  text-align: center;
  font-weight: 600;
}

.comparison-table .table-blue {
  background-color: #73c5ff;
}

.comparison-table .table-orange {
  background-color: #fd8d08;
}

.comparison-table .table-gray {
  background-color: #f3f3f3;
}

.comparison-table .table-diagonal {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #73c5ff), color-stop(50%, #fd8d08));
  background: linear-gradient(to right bottom, #73c5ff 50%, #fd8d08 50%);
}

.comparison-table .table-body {
  margin-top: 50px;
  margin-bottom: 100px;
}

.comparison-table .small-title {
  font-size: 0.8em;
  padding-left: 15px;
  font-size: 0.8em;
}

.comparison-table .big-title {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 100;
}

.comparison-table #content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .comparison-table #content-desktop {
    display: none;
  }

  .comparison-table #content-mobile {
    display: block;
  }

  .comparison-table .cat {
    background: #dedede;
    font-size: 0.7em;
    padding: 2px 8px;
  }

  .comparison-table .center {
    text-align: left;
  }

  .comparison-table .small-title {
    font-size: 0.6em;
    padding: 1px 8px;
  }

  .comparison-table .big-title {
    text-align: center;
  }

  .comparison-table .table-title {
    font-size: 0.8em;
    font-weight: 800;
  }

  .comparison-table .table-body {
    margin-top: 20px;
  }

  .comparison-table .img-icon {
    display: inline-block;
    max-width: 15px;
  }
}

.comparison-table .box {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 150px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comparison-table .box:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 5px 5px 11px rgba(33, 33, 33, 0.2);
  box-shadow: 5px 5px 11px rgba(33, 33, 33, 0.2);
}

.comparison-table #hourly-pricing .item {
  min-height: 190px;
}

.custom-scrollBar {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.custom-scrollBar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollBar::-webkit-scrollbar-track {
  border: 2px solid white;
  background: #f2f2f2;
}

.custom-scrollBar::-webkit-scrollbar-thumb {
  background: #d1cfce;
}

.custom-horizontalScrollBar {
  overflow-x: auto;
}

.custom-horizontalScrollBar::-webkit-scrollbar {
  width: 2px;
}

.custom-horizontalScrollBar::-webkit-scrollbar-track {
  border: 7px solid white;
  background: #f2f2f2;
}

.custom-horizontalScrollBar::-webkit-scrollbar-thumb {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  background: #d1cfce;
}

#navBar a {
  color: #686868;
}

#navBar a[aria-expanded="true"] {
  font-weight: bold;
  color: #F6921E;
}

#navBar .dropdown-menu {
  background-color: #fff;
}

#navBar .dropdown-menu a {
  font-size: 14px;
}

#navBar .dropdown-menu a:hover {
  color: #F6921E;
}

#cj1-table .table {
  text-align: left;
  font-size: 0.7em;
  font-weight: 400;
}

#cj1-table .outter-table {
  padding: 3% 0;
}

#cj1-table .info-table {
  overflow: hidden;
  overflow-y: auto;
  height: 600px;
  width: 95%;
  padding: 0 7%;
  background: #fdfdfd;
}

#cj1-table .table-title {
  font-weight: bold;
  background-color: #eaeaea;
}

#cj1-table .table > tbody > tr > td {
  padding-left: 30px;
}

#cj1-table .table-bold-text {
  display: inline-block;
  font-weight: 600;
}

#cj1-table .table-gray {
  background-color: #f5f5f5;
}

#managed-service-table {
  font-size: 13px;
}

#managed-service-table .title {
  font-weight: 600;
  color: #fff;
  background-color: #686868;
}

#managed-service-table .pricing {
  color: #dee2e6;
  background-color: #212933;
}

#managed-service-table .footer-title {
  color: #fff;
  background-color: #464646;
}

#managed-service-table .no-border td {
  border: 0;
}

#managed-service-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 10;
}

#managed-service-table li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#managed-service-table button {
  width: 100%;
  border: 1px solid #DDD;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 50px;
  color: #686868;
}

#managed-service-table li.active button {
  background: #F5F5F5;
  color: #F6921E;
}

#managed-service-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#managed-service-table th {
  background: #464646;
  display: none;
  color: #fff;
}

#managed-service-table td,
#managed-service-table th {
  height: 45px;
}

#managed-service-table td,
#managed-service-table th {
  border: 1px solid #dee2e6;
  padding: 10px;
  empty-cells: show;
}

#managed-service-table td,
#managed-service-table th {
  text-align: left;
}

#managed-service-table td + td,
#managed-service-table th + th {
  text-align: center;
  display: none;
}

#managed-service-table td.default {
  display: table-cell;
}

#managed-service-table tr:nth-child(2n + 3) {
  background: #f2f2f2;
}

#managed-service-table .hide {
  border: 0;
  background: none;
}

@media (min-width: 640px) {
  #managed-service-table ul {
    display: none;
  }

  #managed-service-table td,
  #managed-service-table th {
    display: table-cell !important;
  }

  #managed-service-table td,
  #managed-service-table th {
    width: 330px;
  }

  #managed-service-table td + td,
  #managed-service-table th + th {
    width: auto;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
}

.box {
  height: 150px;
  color: white;
  text-align: right;
  padding: 25px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.box .title {
  font-size: 28px;
  font-weight: 600;
}

.box .loc {
  font-size: 20px;
  font-weight: 300;
}

.box:hover {
  position: relative;
  top: -10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.upgrade-opt .title {
  padding: 20px 25px;
  background: #F6921E;
}

.upgrade-opt .title p {
  font-size: 0.9em;
  font-weight: 600;
  color: white;
}

.upgrade-opt .detail {
  padding: 20px 25px;
  margin-bottom: 25px;
}

@media screen and (max-height: 768px) {
  .custom-nav-scrollBar {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .custom-nav-scrollBar::-webkit-scrollbar {
    width: 6px;
  }

  .custom-nav-scrollBar::-webkit-scrollbar-track {
    border: 2px solid white;
    background: #f2f2f2;
  }

  .custom-nav-scrollBar::-webkit-scrollbar-thumb {
    background: #d1cfce;
  }
}

#calculator .modal-body button {
  display: block;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 100%;
  background: #fd8d08;
  padding: 10px 15px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  border: 0;
}

#calculator a {
  width: 100%;
}

#calculator p {
  font-size: 0.85em;
  color: #fd8d08;
}

#calculator h1 {
  color: black;
  padding: 0 10px 20px 0;
}

#calculator input[type=number] {
  color: black;
  padding: 10px;
  width: 55px;
}

#calculator label {
  color: black;
  font-size: 15px;
  margin-right: 10px;
  display: block;
}

#calculator select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  font-size: 14px;
}

#calculator .flavor-group-container a {
  background-color: #686868;
  display: inline-block;
  padding: 10px 55px;
}

#calculator .form {
  margin-top: 20px;
}

#calculator input[type=number]::-webkit-inner-spin-button,
#calculator input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#calculator .modal-body {
  height: calc(100vh - 210px);
  overflow-y: auto;
}

.home-banner .banner-title {
  max-width: 420px;
  font-weight: 500;
  font-size: 3.0rem;
}

.home-banner .subbanner-title {
  line-height: initial;
  font-weight: 400;
}

.home-banner .banner-box {
  padding: 0 0 0 45px;
}

.home-banner .border {
  border: 1px solid #707070 !important;
}

.home-banner #test {
  max-width: 830px;
}

.home-banner a button {
  background-color: #f6921ed6;
}

.home-banner a button:hover {
  background-color: #F6921E;
}

@media screen and (max-width: 768px) {
  .home-banner .know-button {
    margin: 15px 0 20px 0;
  }
}

.custom-alert-danger {
  font-size: 14px;
  color: #fff;
  background-color: #F0605A;
  border-radius: 0;
}

.custom-alert-danger ul {
  list-style: none;
}

.custom-alert-danger li:before {
  content: "\f06a";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.8em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

#hourly p {
  font-size: 12px;
  text-decoration: line-through;
}

.discount {
  font-size: 12px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #F24922;
  text-decoration-color: #F24922;
}

.odd-box {
  color: white;
  width: 130px;
  display: inline-block;
  margin: 10px;
  -webkit-filter: grayscale(1);
}

.odd-box:hover {
  -webkit-filter: grayscale(0);
}

#three-steps .fa-caret-right {
  padding-top: 4%;
}

#three-steps p {
  color: #dee2e6;
  font-weight: 700;
}

#three-steps a.active p {
  color: #464646;
  font-weight: 700;
}

#three-steps img {
  width: 30%;
}

#three-steps .image-size {
  margin: auto;
  width: 70px;
  height: 70px;
  padding-bottom: 5px;
}

#three-steps #img_1 {
  background: url("/images/product/c_step1.png");
  background-size: 100%;
}

#three-steps #img_1:hover {
  background: url("/images/product/c_step1_h.png");
  background-size: 100%;
}

#three-steps #img_2 {
  background: url("/images/product/c_step2.png");
  background-size: 100%;
}

#three-steps #img_2:hover {
  background: url("/images/product/c_step2_h.png");
  background-size: 100%;
}

#three-steps #img_3 {
  background: url("/images/product/c_step3.png");
  background-size: 100%;
}

#three-steps #img_3:hover {
  background: url("/images/product/c_step3_h.png");
  background-size: 100%;
}

#fingerTips-tab i {
  font-size: 28px;
  position: relative;
  top: 8px;
  right: 10px;
  padding-bottom: 15px;
}

#fingerTips-tab a {
  color: #221F1F;
  font-size: 14px;
  font-weight: 600;
  background-color: #f2f2f2;
  border: 1px solid #dee2e6;
  border-right: none;
}

#fingerTips-tab a:last-child {
  border-right: 1px solid #dee2e6;
}

#fingerTips-tab a:hover {
  border-bottom: 2px solid #F6921E;
}

#fingerTips-tab a.active {
  color: #fff;
  background-color: #F6921E;
}

#scrollUpButton {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #adadad96;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#scrollUpButton:hover {
  background-color: rgba(135, 135, 135, 0.59);
}

.news_block h2 {
  line-height: initial;
  margin-bottom: 15px;
}

#about-us h5 {
  font-weight: 500;
}

#about-us .banner-image {
  background: url("../../images/why_us/about_us.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
}

.bold-light {
  font-weight: 400;
}

#clientBar a {
  color: #686868;
}

#clientBar a[aria-expanded="true"] {
  font-weight: bold;
  color: #F6921E;
}

#clientBar .dropdown-menu {
  background-color: #fff;
  width: 100%;
}

#clientBar .dropdown-menu a {
  font-size: 14px;
}

#clientBar .dropdown-menu a:hover {
  color: #F6921E;
}

.dropdown-client-content {
  padding: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
  width: 200%;
}

.dropdown-client-content .client-box {
  width: 100%;
  float: left;
}

.dropdown-client-content a {
  color: black;
  padding: 5px 25px;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  border: 2px solid #ffffff00;
}

.dropdown-client-content a:hover {
  font-weight: 600;
  color: #F6921E;
  border: 2px solid #F6921E;
}

#landing-page {
  /*Vertical Move*/
  /*FadeIn*/
  /*FadeIn Animation*/
}

#landing-page .header-back-bg {
  background-image: url("../images/landing_page/cmpg_new_bg.jpg");
}

#landing-page .header-back-bg-promo-merdeka-new {
  background-image: url("../images/landing_page/merdeka_promo/merdeka_new.jpg");
}

#landing-page .header-back-bg-promo-merdeka-existing {
  background-image: url("../images/landing_page/merdeka_promo/merdeka_existing.jpg");
  background-position: center;
}

#landing-page .header-back {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 270px 0;
  margin: 0;
  position: relative;
}

#landing-page .rotator-text {
  color: white;
  font-size: 4.125em;
  text-align: center;
  line-height: 1.2;
  font-weight: 100;
}

#landing-page .next-section {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  font-size: 26px;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  -webkit-animation: next-section 3s Ease-in-out infinite;
  animation: next-section 3s Ease-in-out infinite;
}

#landing-page #content {
  padding: 60px 0;
  background: white;
}

#landing-page #content .promo-title {
  text-align: center;
  font-size: 3.25em;
  font-weight: 100;
  color: #1a1a1a;
  position: relative;
  padding: 20px 0;
  line-height: 1.3em;
}

#landing-page #content .box-small-icon-alt {
  padding-left: 150px;
  padding-right: 60px;
}

#landing-page #content .box-small-icon-alt .box-title {
  font-size: 1.5625em;
}

#landing-page #content .box-description {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #808488;
}

#landing-page #content .box-small-icon-alt .box-icon {
  position: absolute;
  left: 40px;
  top: 1px;
  border: 1px solid #F6921E;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  color: #F6921E;
}

#landing-page #content .panels {
  padding: 50px 0 50px 0;
  background-color: #f6f7f8;
  width: 100%;
}

#landing-page #content .panel {
  background-color: white;
  padding: 50px;
  margin: 10px;
  -webkit-box-shadow: 0 0 6px rgba(153, 153, 153, 0.29);
  box-shadow: 0 0 6px rgba(153, 153, 153, 0.29);
}

#landing-page #content .panel-header {
  font-size: 1.8em;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 30px;
}

#landing-page #content .panel-content {
  font-size: 1em;
  margin: 0 0 1em 0;
  font-weight: 300;
  line-height: 1.8;
}

#landing-page #content .contacts-label {
  font-size: 1em;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: #808488;
  margin-bottom: 15px;
  padding: 0;
}

#landing-page #content .contacts-item {
  margin-bottom: 30px;
}

#landing-page #content .contacts-inputs {
  padding: 0 0 15px 0;
  margin: 0;
  list-style: none;
}

#landing-page #content .contacts-input {
  font-size: 1rem;
  padding-bottom: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-top: 0;
  line-height: 1;
  height: auto;
  border-radius: 0;
}

#landing-page #content .promo-description {
  text-align: center;
  font-size: 1.25em;
  color: #808488;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

#landing-page #content .promo-description p {
  display: inline-block;
}

#landing-page #content button {
  background: orange;
  border: 0;
  color: white;
  border-radius: 35px;
  width: 100%;
  padding: 10px;
  font-weight: 600;
}

#landing-page .vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

#landing-page .fadeIn {
  display: block;
  position: relative;
}

#landing-page .fadeIn span {
  animation: fadeEffect 7.5s linear infinite 0s;
  -ms-animation: fadeEffect 7.5s linear infinite 0s;
  -webkit-animation: fadeEffect 7.5s linear infinite 0s;
  color: #F6921E;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

#landing-page .fadeIn span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

#landing-page .fadeIn span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 770px) {
  #landing-page .header-back-large {
    padding: 150px 0;
  }

  #landing-page .rotator-text,
  #landing-page .promo-title {
    font-size: 2.5em !important;
  }

  #landing-page #content .box-small-icon-alt {
    padding-left: 100px;
    padding-right: 0;
  }

  #landing-page .box-icon {
    font-size: 50px !important;
  }

  #landing-page .panel {
    padding: 20px !important;
  }

  #landing-page .panel-header {
    font-size: 1.5em;
  }

  #landing-page #content {
    padding: 10px 0;
  }

  #landing-page .promo-description {
    position: static !important;
  }

  #landing-page .promo-description p {
    display: block !important;
    font-size: 15px;
  }
}

.landing_page_success_wrapper {
  background-size: cover;
  padding: 15em;
}

.landing_page_success_wrapper .title {
  padding: 30px 0;
  font-size: 70px;
}

.landing_page_success_wrapper .success_panel {
  margin-top: 20px;
  padding: 60px 30px;
  background: #f2f2f2;
  text-align: center;
}

.landing_page_success_wrapper .success_panel .success_desc {
  margin-bottom: 15px;
}

.landing_page_success_wrapper .success_panel .success_desc h4 {
  margin: 0;
  font-weight: 500;
}

.landing_page_success_wrapper .success_panel .success_desc h5 {
  padding: 20px 50px;
}

.landing_page_success_wrapper .success_panel .success_desc p {
  color: black;
  margin: 0;
}

.landing_page_success_wrapper .success_panel .success_desc b {
  font-weight: 700;
}

.landing_page_success_wrapper .button {
  display: inline-block;
  border-radius: 50px;
  background-color: #f6921e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.9em;
  font-weight: lighter;
  padding: 10px;
  width: 145px;
  cursor: pointer;
}

.landing_page_success_wrapper .button:hover {
  background-color: #f26622;
  color: white;
}

@media only screen and (max-width: 800px) {
  .landing_page_success_wrapper {
    padding: 3em;
  }
}

.social-block {
  float: right !important;
  padding: 15px 90px;
}

.social-block span {
  color: white;
  display: inline-block;
  vertical-align: center;
}

.visible-xlg {
  display: none;
}

.hidden-xlg {
  display: block;
}

/*** Large screens ***/

@media (min-width: 1824px) {
  .visible-xlg {
    display: block !important;
  }

  .hidden-xlg {
    display: none !important;
  }

  .quickview-wrapper .tab-content #quickview-notes > .inner {
    width: 570px;
  }

  .container-fluid.container-fixed-lg {
    width: 1700px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-pin .container-fluid.container-fixed-lg {
    width: 1450px;
  }

  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .col-xlg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xlg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-xlg-10 {
    width: 83.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-xlg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .col-xlg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-xlg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-xlg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-xlg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-xlg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.6667%;
  }

  .col-xlg-pull-10 {
    right: 83.3333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.6667%;
  }

  .col-xlg-pull-7 {
    right: 58.3333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.6667%;
  }

  .col-xlg-pull-4 {
    right: 33.3333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.6667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333%;
  }

  .col-xlg-pull-0 {
    right: 0;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.6667%;
  }

  .col-xlg-push-10 {
    left: 83.3333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.6667%;
  }

  .col-xlg-push-7 {
    left: 58.3333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.6667%;
  }

  .col-xlg-push-4 {
    left: 33.3333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.6667%;
  }

  .col-xlg-push-1 {
    left: 8.33333%;
  }

  .col-xlg-push-0 {
    left: 0;
  }

  .col-xlg-offset-12 {
    margin-left: 100%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.6667%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.3333%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.6667%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xlg-offset-0 {
    margin-left: 0;
  }
}

/*** Desktops ***/

/*** Medium Size Screen ***/

@media only screen and (max-width: 1400px) {
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    bottom: 50px;
  }

  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-widgets {
    display: none;
  }

  .footer-widget {
    padding: 11px 21px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .visible-xl-down {
    display: block !important;
  }
}

/*** Desktops & Laptops ***/

@media only screen and (min-width: 980px) {
  body.ie9.menu-pin .page-sidebar {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }

  body.menu-pin .header .brand {
    width: 245px;
  }

  body.menu-pin .page-container {
    padding-left: 0;
  }

  body.menu-pin .page-container .page-content-wrapper .content {
    padding-left: 250px;
  }

  body.menu-pin .page-container .page-content-wrapper .footer {
    left: 250px;
  }

  body.menu-pin [data-toggle-pin="sidebar"] > i:before {
    content: "\f192";
  }

  body.menu-pin .page-sidebar {
    transform: translate(180px, 0) !important;
    -webkit-transform: translate(180px, 0) !important;
    -ms-transform: translate(180px, 0) !important;
    width: 250px;
  }

  body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
  }

  body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
    transform: translate3d(-14px, 0, 0);
    -webkit-transform: -webkit-translate3d(-14px, 0, 0);
  }

  body.menu-behind .page-sidebar {
    z-index: 999;
  }

  body.menu-behind .header .brand {
    width: 200px;
    text-align: left;
    padding-left: 32px;
  }

  body.box-layout {
    background-color: #fff;
  }

  body.box-layout > .container {
    height: 100%;
    padding: 0;
    background-color: #f2f2f2;
  }

  body.box-layout .header {
    background-color: transparent;
    border: 0;
    padding: 0;
  }

  body.box-layout .header > .container {
    background-color: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    padding: 0 20px 0 0;
    height: 100%;
  }

  body.box-layout .page-sidebar {
    left: auto;
    transform: none !important;
    -webkit-transform: none !important;
  }

  body.box-layout .page-container .page-content-wrapper .footer {
    width: auto;
  }

  .header .brand {
    position: relative;
  }

  .header .dropdown-menu {
    top: 40px;
  }

  .header .user-info-wrapper .user-details .user-name {
    font-size: 16px;
  }

  .header .user-info-wrapper .user-details .user-other {
    font-size: 10px;
  }

  .header .user-info-wrapper .user-pic {
    position: relative;
    top: -6px;
  }

  .notification-panel {
    width: 400px;
  }
}

/*** General Small Screen Desktops ***/

/*** General tablets and phones ***/

@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important;
  }

  .page-container {
    padding-left: 0;
  }

  .d-flex-lg-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .justify-between-lg-down {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body.sidebar-open .page-container {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
    position: fixed;
  }

  body.box-layout > .container {
    padding: 0;
    height: 100%;
  }

  body.box-layout .header > .container {
    padding: 0;
  }

  body.box-layout .header > .container .pull-right .sm-action-bar {
    right: 0;
  }

  body.horizontal-app-menu .header > .container {
    padding: 0;
  }

  body.horizontal-app-menu .secondary-sidebar {
    margin-left: 0;
  }

  .header {
    padding: 0 15px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff !important;
  }

  .header .header-inner {
    text-align: center;
  }

  .header .header-inner .toggle-sidebar {
    display: block;
    left: 23px;
  }

  .header .header-inner .mark-email {
    left: 45px;
    position: absolute;
    top: 23px;
  }

  .header .header-inner .quickview-link {
    position: absolute;
    right: 0;
    top: 12px;
  }

  .header .brand {
    width: auto;
  }

  .header .dropdown-menu {
    top: 28px;
  }

  .header .notification-list,
  .header .search-link {
    display: none;
  }

  .header > .pull-left,
  .header > .pull-right {
    position: relative;
  }

  .header > .pull-right .sm-action-bar {
    right: 0;
  }

  .sm-action-bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }

  .sm-action-bar > a {
    padding: 10px;
    display: inline-block;
  }

  .pace .pace-activity {
    top: 60px;
  }

  .page-sidebar {
    width: 250px;
    z-index: auto;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }

  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 30px 0 36px;
  }

  .page-container {
    padding-left: 0;
    position: relative;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
  }

  .page-container .page-content-wrapper .content {
    overflow-x: hidden;
    height: auto;
  }

  .icon-thumbnail {
    margin-right: 24px;
  }

  .page-sidebar {
    display: none;
    z-index: auto;
  }

  .page-sidebar.visible {
    display: block;
  }

  .page-sidebar .page-sidebar-inner {
    z-index: 1;
    left: 0 !important;
    width: 260px;
  }

  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 40px;
    bottom: 0;
  }

  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
    display: inline-block;
  }

  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
  }

  .secondary-sidebar .btn-compose {
    display: none;
  }

  .horizontal-app-menu .secondary-sidebar {
    display: inline-block;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 20px 0;
    border-radius: 0;
    float: left;
    height: 100%;
  }

  .inner-content,
  .horizontal-app-menu .inner-content {
    margin: 0;
  }

  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }

  body > .pgn-wrapper[data-position="top"] {
    top: 48px;
    left: 0;
  }

  body > .pgn-wrapper[data-position="bottom"] {
    left: 0;
  }

  body > .pgn-wrapper[data-position$='-left'] {
    left: 20px;
    right: auto;
  }

  .sm-table {
    display: table;
    width: 100%;
  }

  .user-profile-wrapper {
    position: absolute;
    right: 50px;
    top: -9px;
  }

  .container {
    width: 100%;
  }

  .table-responsive-block table,
  .table-responsive-block thead,
  .table-responsive-block tbody,
  .table-responsive-block th,
  .table-responsive-block td,
  .table-responsive-block tr {
    display: block;
  }

  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-responsive-block tr {
    border: 1px solid rgba(230, 230, 230, 0.7);
    margin-bottom: 15px;
  }

  .table-responsive-block td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .table-responsive-block td:last-child {
    border-bottom: 0;
  }

  .table-responsive-block td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  .table-responsive-block td:before {
    content: attr(data-title);
  }

  .kill-pull-md-down {
    position: relative;
    display: block;
    width: inherit;
  }

  .kill-pull-md-down .toggle-secondary-sidebar {
    display: inline-block;
    font-size: 18px;
  }

  .nav-tabs-header.nav-tabs-linetriangle {
    height: 61px;
  }

  .overlay {
    padding-left: 15px;
  }
}

/* Landscape view of all tablet devices */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-sidebar .sidebar-menu .menu-items ul {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }

  .page-container .page-content-wrapper .content {
    padding-top: 60px;
  }

  body.box-layout > .container {
    width: 100%;
  }

  .error-page .error-container {
    width: auto;
  }
}

@media (max-width: 991px) {
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0;
  }

  .sm-b-r {
    border-right-width: 1px;
  }

  .sm-b-l {
    border-left-width: 1px;
  }

  .sm-b-t {
    border-top-width: 1px;
  }

  .sm-b-b {
    border-bottom-width: 1px;
  }

  .sidebar-menu .icon-thumbnail {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden;
  }

  .row-same-height > [class*="col-lg"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden;
  }

  .row-same-height > [class*="col-md"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}

@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden;
  }

  .row-same-height > [class*="col-sm"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }

  .box-layout .container .jumbotron,
  .container-fluid .jumbotron {
    padding: 0;
  }

  .d-flex-md-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-toggle {
    display: none;
  }

  /*.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }*/

  .dataTables_wrapper.form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: absolute;
  }

  .justify-end-md-up {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-header {
    width: 160px;
  }

  .member-login {
    font-size: 0.70rem !important;
  }

  .client-testimonials li {
    border: 0;
  }

  #about-us-carousel img {
    height: auto;
  }

  .custom-nav-scrollBar {
    max-height: 100%;
    overflow-y: scroll;
  }

  .custom-nav-scrollBar li {
    margin-left: 20px;
  }
}

@media (min-width: 700px) {
  .dd {
    float: none;
  }
}

/* Portrait view of all tablet devices */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 27px;
  }

  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 27px 0 31px;
  }

  .icon-thumbnail {
    margin-right: 21px;
  }

  .error-page .error-container {
    width: auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .md-p-t-0 {
    padding-top: 0px !important;
  }

  .md-p-r-0 {
    padding-right: 0px !important;
  }

  .md-p-l-0 {
    padding-left: 0px !important;
  }

  .md-p-b-0 {
    padding-bottom: 0px !important;
  }

  .md-padding-0 {
    padding: 0px !important;
  }

  .md-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md-m-t-0 {
    margin-top: 0px !important;
  }

  .md-m-r-0 {
    margin-right: 0px !important;
  }

  .md-m-l-0 {
    margin-left: 0px !important;
  }

  .md-m-b-0 {
    margin-bottom: 0px !important;
  }

  .md-margin-0 {
    margin: 0px !important;
  }

  .md-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md-p-t-5 {
    padding-top: 5px !important;
  }

  .md-p-r-5 {
    padding-right: 5px !important;
  }

  .md-p-l-5 {
    padding-left: 5px !important;
  }

  .md-p-b-5 {
    padding-bottom: 5px !important;
  }

  .md-padding-5 {
    padding: 5px !important;
  }

  .md-p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md-p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md-m-t-5 {
    margin-top: 5px !important;
  }

  .md-m-r-5 {
    margin-right: 5px !important;
  }

  .md-m-l-5 {
    margin-left: 5px !important;
  }

  .md-m-b-5 {
    margin-bottom: 5px !important;
  }

  .md-margin-5 {
    margin: 5px !important;
  }

  .md-m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md-m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md-p-t-10 {
    padding-top: 10px !important;
  }

  .md-p-r-10 {
    padding-right: 10px !important;
  }

  .md-p-l-10 {
    padding-left: 10px !important;
  }

  .md-p-b-10 {
    padding-bottom: 10px !important;
  }

  .md-padding-10 {
    padding: 10px !important;
  }

  .md-p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md-p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md-m-t-10 {
    margin-top: 10px !important;
  }

  .md-m-r-10 {
    margin-right: 10px !important;
  }

  .md-m-l-10 {
    margin-left: 10px !important;
  }

  .md-m-b-10 {
    margin-bottom: 10px !important;
  }

  .md-margin-10 {
    margin: 10px !important;
  }

  .md-m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md-m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md-p-t-15 {
    padding-top: 15px !important;
  }

  .md-p-r-15 {
    padding-right: 15px !important;
  }

  .md-p-l-15 {
    padding-left: 15px !important;
  }

  .md-p-b-15 {
    padding-bottom: 15px !important;
  }

  .md-padding-15 {
    padding: 15px !important;
  }

  .md-p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md-p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md-m-t-15 {
    margin-top: 15px !important;
  }

  .md-m-r-15 {
    margin-right: 15px !important;
  }

  .md-m-l-15 {
    margin-left: 15px !important;
  }

  .md-m-b-15 {
    margin-bottom: 15px !important;
  }

  .md-margin-15 {
    margin: 15px !important;
  }

  .md-m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md-m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md-p-t-20 {
    padding-top: 20px !important;
  }

  .md-p-r-20 {
    padding-right: 20px !important;
  }

  .md-p-l-20 {
    padding-left: 20px !important;
  }

  .md-p-b-20 {
    padding-bottom: 20px !important;
  }

  .md-padding-20 {
    padding: 20px !important;
  }

  .md-p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md-p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md-m-t-20 {
    margin-top: 20px !important;
  }

  .md-m-r-20 {
    margin-right: 20px !important;
  }

  .md-m-l-20 {
    margin-left: 20px !important;
  }

  .md-m-b-20 {
    margin-bottom: 20px !important;
  }

  .md-margin-20 {
    margin: 20px !important;
  }

  .md-m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md-m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md-p-t-25 {
    padding-top: 25px !important;
  }

  .md-p-r-25 {
    padding-right: 25px !important;
  }

  .md-p-l-25 {
    padding-left: 25px !important;
  }

  .md-p-b-25 {
    padding-bottom: 25px !important;
  }

  .md-padding-25 {
    padding: 25px !important;
  }

  .md-p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .md-p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .md-m-t-25 {
    margin-top: 25px !important;
  }

  .md-m-r-25 {
    margin-right: 25px !important;
  }

  .md-m-l-25 {
    margin-left: 25px !important;
  }

  .md-m-b-25 {
    margin-bottom: 25px !important;
  }

  .md-margin-25 {
    margin: 25px !important;
  }

  .md-m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md-m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .md-p-t-30 {
    padding-top: 30px !important;
  }

  .md-p-r-30 {
    padding-right: 30px !important;
  }

  .md-p-l-30 {
    padding-left: 30px !important;
  }

  .md-p-b-30 {
    padding-bottom: 30px !important;
  }

  .md-padding-30 {
    padding: 30px !important;
  }

  .md-p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md-p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md-m-t-30 {
    margin-top: 30px !important;
  }

  .md-m-r-30 {
    margin-right: 30px !important;
  }

  .md-m-l-30 {
    margin-left: 30px !important;
  }

  .md-m-b-30 {
    margin-bottom: 30px !important;
  }

  .md-margin-30 {
    margin: 30px !important;
  }

  .md-m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md-m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md-p-t-35 {
    padding-top: 35px !important;
  }

  .md-p-r-35 {
    padding-right: 35px !important;
  }

  .md-p-l-35 {
    padding-left: 35px !important;
  }

  .md-p-b-35 {
    padding-bottom: 35px !important;
  }

  .md-padding-35 {
    padding: 35px !important;
  }

  .md-p-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .md-p-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .md-m-t-35 {
    margin-top: 35px !important;
  }

  .md-m-r-35 {
    margin-right: 35px !important;
  }

  .md-m-l-35 {
    margin-left: 35px !important;
  }

  .md-m-b-35 {
    margin-bottom: 35px !important;
  }

  .md-margin-35 {
    margin: 35px !important;
  }

  .md-m-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .md-m-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .md-p-t-40 {
    padding-top: 40px !important;
  }

  .md-p-r-40 {
    padding-right: 40px !important;
  }

  .md-p-l-40 {
    padding-left: 40px !important;
  }

  .md-p-b-40 {
    padding-bottom: 40px !important;
  }

  .md-padding-40 {
    padding: 40px !important;
  }

  .md-p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md-p-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md-m-t-40 {
    margin-top: 40px !important;
  }

  .md-m-r-40 {
    margin-right: 40px !important;
  }

  .md-m-l-40 {
    margin-left: 40px !important;
  }

  .md-m-b-40 {
    margin-bottom: 40px !important;
  }

  .md-margin-40 {
    margin: 40px !important;
  }

  .md-m-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md-m-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md-p-t-45 {
    padding-top: 45px !important;
  }

  .md-p-r-45 {
    padding-right: 45px !important;
  }

  .md-p-l-45 {
    padding-left: 45px !important;
  }

  .md-p-b-45 {
    padding-bottom: 45px !important;
  }

  .md-padding-45 {
    padding: 45px !important;
  }

  .md-p-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .md-p-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md-m-t-45 {
    margin-top: 45px !important;
  }

  .md-m-r-45 {
    margin-right: 45px !important;
  }

  .md-m-l-45 {
    margin-left: 45px !important;
  }

  .md-m-b-45 {
    margin-bottom: 45px !important;
  }

  .md-margin-45 {
    margin: 45px !important;
  }

  .md-m-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .md-m-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .md-p-t-50 {
    padding-top: 50px !important;
  }

  .md-p-r-50 {
    padding-right: 50px !important;
  }

  .md-p-l-50 {
    padding-left: 50px !important;
  }

  .md-p-b-50 {
    padding-bottom: 50px !important;
  }

  .md-padding-50 {
    padding: 50px !important;
  }

  .md-p-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md-p-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md-m-t-50 {
    margin-top: 50px !important;
  }

  .md-m-r-50 {
    margin-right: 50px !important;
  }

  .md-m-l-50 {
    margin-left: 50px !important;
  }

  .md-m-b-50 {
    margin-bottom: 50px !important;
  }

  .md-margin-50 {
    margin: 50px !important;
  }

  .md-m-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .md-m-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .md-p-t-0 {
    padding-top: 0px !important;
  }

  .md-p-r-0 {
    padding-right: 0px !important;
  }

  .md-p-l-0 {
    padding-left: 0px !important;
  }

  .md-p-b-0 {
    padding-bottom: 0px !important;
  }

  .md-padding-0 {
    padding: 0px !important;
  }

  .md-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md-m-t-0 {
    margin-top: 0px !important;
  }

  .md-m-r-0 {
    margin-right: 0px !important;
  }

  .md-m-l-0 {
    margin-left: 0px !important;
  }

  .md-m-b-0 {
    margin-bottom: 0px !important;
  }

  .md-margin-0 {
    margin: 0px !important;
  }

  .md-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md-p-t-5 {
    padding-top: 5px !important;
  }

  .md-p-r-5 {
    padding-right: 5px !important;
  }

  .md-p-l-5 {
    padding-left: 5px !important;
  }

  .md-p-b-5 {
    padding-bottom: 5px !important;
  }

  .md-padding-5 {
    padding: 5px !important;
  }

  .md-p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md-p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md-m-t-5 {
    margin-top: 5px !important;
  }

  .md-m-r-5 {
    margin-right: 5px !important;
  }

  .md-m-l-5 {
    margin-left: 5px !important;
  }

  .md-m-b-5 {
    margin-bottom: 5px !important;
  }

  .md-margin-5 {
    margin: 5px !important;
  }

  .md-m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md-m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md-p-t-10 {
    padding-top: 10px !important;
  }

  .md-p-r-10 {
    padding-right: 10px !important;
  }

  .md-p-l-10 {
    padding-left: 10px !important;
  }

  .md-p-b-10 {
    padding-bottom: 10px !important;
  }

  .md-padding-10 {
    padding: 10px !important;
  }

  .md-p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md-p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md-m-t-10 {
    margin-top: 10px !important;
  }

  .md-m-r-10 {
    margin-right: 10px !important;
  }

  .md-m-l-10 {
    margin-left: 10px !important;
  }

  .md-m-b-10 {
    margin-bottom: 10px !important;
  }

  .md-margin-10 {
    margin: 10px !important;
  }

  .md-m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md-m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md-p-t-15 {
    padding-top: 15px !important;
  }

  .md-p-r-15 {
    padding-right: 15px !important;
  }

  .md-p-l-15 {
    padding-left: 15px !important;
  }

  .md-p-b-15 {
    padding-bottom: 15px !important;
  }

  .md-padding-15 {
    padding: 15px !important;
  }

  .md-p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md-p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md-m-t-15 {
    margin-top: 15px !important;
  }

  .md-m-r-15 {
    margin-right: 15px !important;
  }

  .md-m-l-15 {
    margin-left: 15px !important;
  }

  .md-m-b-15 {
    margin-bottom: 15px !important;
  }

  .md-margin-15 {
    margin: 15px !important;
  }

  .md-m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md-m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md-p-t-20 {
    padding-top: 20px !important;
  }

  .md-p-r-20 {
    padding-right: 20px !important;
  }

  .md-p-l-20 {
    padding-left: 20px !important;
  }

  .md-p-b-20 {
    padding-bottom: 20px !important;
  }

  .md-padding-20 {
    padding: 20px !important;
  }

  .md-p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md-p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md-m-t-20 {
    margin-top: 20px !important;
  }

  .md-m-r-20 {
    margin-right: 20px !important;
  }

  .md-m-l-20 {
    margin-left: 20px !important;
  }

  .md-m-b-20 {
    margin-bottom: 20px !important;
  }

  .md-margin-20 {
    margin: 20px !important;
  }

  .md-m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md-m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md-p-t-25 {
    padding-top: 25px !important;
  }

  .md-p-r-25 {
    padding-right: 25px !important;
  }

  .md-p-l-25 {
    padding-left: 25px !important;
  }

  .md-p-b-25 {
    padding-bottom: 25px !important;
  }

  .md-padding-25 {
    padding: 25px !important;
  }

  .md-p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .md-p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .md-m-t-25 {
    margin-top: 25px !important;
  }

  .md-m-r-25 {
    margin-right: 25px !important;
  }

  .md-m-l-25 {
    margin-left: 25px !important;
  }

  .md-m-b-25 {
    margin-bottom: 25px !important;
  }

  .md-margin-25 {
    margin: 25px !important;
  }

  .md-m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md-m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .md-p-t-30 {
    padding-top: 30px !important;
  }

  .md-p-r-30 {
    padding-right: 30px !important;
  }

  .md-p-l-30 {
    padding-left: 30px !important;
  }

  .md-p-b-30 {
    padding-bottom: 30px !important;
  }

  .md-padding-30 {
    padding: 30px !important;
  }

  .md-p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md-p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md-m-t-30 {
    margin-top: 30px !important;
  }

  .md-m-r-30 {
    margin-right: 30px !important;
  }

  .md-m-l-30 {
    margin-left: 30px !important;
  }

  .md-m-b-30 {
    margin-bottom: 30px !important;
  }

  .md-margin-30 {
    margin: 30px !important;
  }

  .md-m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md-m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md-p-t-35 {
    padding-top: 35px !important;
  }

  .md-p-r-35 {
    padding-right: 35px !important;
  }

  .md-p-l-35 {
    padding-left: 35px !important;
  }

  .md-p-b-35 {
    padding-bottom: 35px !important;
  }

  .md-padding-35 {
    padding: 35px !important;
  }

  .md-p-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .md-p-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .md-m-t-35 {
    margin-top: 35px !important;
  }

  .md-m-r-35 {
    margin-right: 35px !important;
  }

  .md-m-l-35 {
    margin-left: 35px !important;
  }

  .md-m-b-35 {
    margin-bottom: 35px !important;
  }

  .md-margin-35 {
    margin: 35px !important;
  }

  .md-m-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .md-m-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .md-p-t-40 {
    padding-top: 40px !important;
  }

  .md-p-r-40 {
    padding-right: 40px !important;
  }

  .md-p-l-40 {
    padding-left: 40px !important;
  }

  .md-p-b-40 {
    padding-bottom: 40px !important;
  }

  .md-padding-40 {
    padding: 40px !important;
  }

  .md-p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md-p-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md-m-t-40 {
    margin-top: 40px !important;
  }

  .md-m-r-40 {
    margin-right: 40px !important;
  }

  .md-m-l-40 {
    margin-left: 40px !important;
  }

  .md-m-b-40 {
    margin-bottom: 40px !important;
  }

  .md-margin-40 {
    margin: 40px !important;
  }

  .md-m-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md-m-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md-p-t-45 {
    padding-top: 45px !important;
  }

  .md-p-r-45 {
    padding-right: 45px !important;
  }

  .md-p-l-45 {
    padding-left: 45px !important;
  }

  .md-p-b-45 {
    padding-bottom: 45px !important;
  }

  .md-padding-45 {
    padding: 45px !important;
  }

  .md-p-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .md-p-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md-m-t-45 {
    margin-top: 45px !important;
  }

  .md-m-r-45 {
    margin-right: 45px !important;
  }

  .md-m-l-45 {
    margin-left: 45px !important;
  }

  .md-m-b-45 {
    margin-bottom: 45px !important;
  }

  .md-margin-45 {
    margin: 45px !important;
  }

  .md-m-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .md-m-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .md-p-t-50 {
    padding-top: 50px !important;
  }

  .md-p-r-50 {
    padding-right: 50px !important;
  }

  .md-p-l-50 {
    padding-left: 50px !important;
  }

  .md-p-b-50 {
    padding-bottom: 50px !important;
  }

  .md-padding-50 {
    padding: 50px !important;
  }

  .md-p-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md-p-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md-m-t-50 {
    margin-top: 50px !important;
  }

  .md-m-r-50 {
    margin-right: 50px !important;
  }

  .md-m-l-50 {
    margin-left: 50px !important;
  }

  .md-m-b-50 {
    margin-bottom: 50px !important;
  }

  .md-margin-50 {
    margin: 50px !important;
  }

  .md-m-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .md-m-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (max-width: 979px) {
  .toggle-secondary-sidebar {
    font-size: 18px;
    position: static;
    display: block;
  }

  .toggle-secondary-sidebar ~ .brand {
    display: none !important;
  }

  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
  }

  .secondary-sidebar .btn-compose {
    display: none;
  }

  .split-view .split-list {
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    float: none;
  }

  .split-view .split-list .item {
    padding: 8px;
  }

  .split-view .split-list .item .inline {
    margin-left: 5px;
    width: 188px;
  }

  .split-view .split-details {
    margin-left: 0;
    width: 100%;
  }

  .split-view .split-details .email-content-wrapper {
    overflow: auto;
    padding: 0;
    height: calc(100% - 50px);
  }

  .split-view .split-details .email-content-wrapper .email-content {
    width: 90%;
  }

  .compose-wrapper {
    display: block !important;
  }

  .compose-wrapper .btn-compose {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .header {
    height: 48px;
  }

  .header .notification-list,
  .header .search-link {
    display: none;
  }

  .header .header-inner {
    height: 48px;
  }

  .header .user-info-wrapper {
    display: none;
  }

  .header .search-link {
    height: 19px;
    width: 16px;
    overflow: hidden;
  }

  .jumbotron,
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .page-container .page-content-wrapper .content {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .page-sidebar .sidebar-header {
    padding: 0 12px;
  }

  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 20px;
  }

  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 25px 0 28px;
  }

  .icon-thumbnail {
    margin-right: 20px;
  }

  .sm-pull-bottom,
  .sm-pull-up {
    position: relative !important;
  }

  .sm-p-t-0 {
    padding-top: 0px !important;
  }

  .sm-p-r-0 {
    padding-right: 0px !important;
  }

  .sm-p-l-0 {
    padding-left: 0px !important;
  }

  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }

  .sm-padding-0 {
    padding: 0px !important;
  }

  .sm-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm-m-t-0 {
    margin-top: 0px !important;
  }

  .sm-m-r-0 {
    margin-right: 0px !important;
  }

  .sm-m-l-0 {
    margin-left: 0px !important;
  }

  .sm-m-b-0 {
    margin-bottom: 0px !important;
  }

  .sm-margin-0 {
    margin: 0px !important;
  }

  .sm-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm-p-t-5 {
    padding-top: 5px !important;
  }

  .sm-p-r-5 {
    padding-right: 5px !important;
  }

  .sm-p-l-5 {
    padding-left: 5px !important;
  }

  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }

  .sm-padding-5 {
    padding: 5px !important;
  }

  .sm-p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm-p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm-m-t-5 {
    margin-top: 5px !important;
  }

  .sm-m-r-5 {
    margin-right: 5px !important;
  }

  .sm-m-l-5 {
    margin-left: 5px !important;
  }

  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }

  .sm-margin-5 {
    margin: 5px !important;
  }

  .sm-m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm-m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm-p-t-10 {
    padding-top: 10px !important;
  }

  .sm-p-r-10 {
    padding-right: 10px !important;
  }

  .sm-p-l-10 {
    padding-left: 10px !important;
  }

  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }

  .sm-padding-10 {
    padding: 10px !important;
  }

  .sm-p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm-p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm-m-t-10 {
    margin-top: 10px !important;
  }

  .sm-m-r-10 {
    margin-right: 10px !important;
  }

  .sm-m-l-10 {
    margin-left: 10px !important;
  }

  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }

  .sm-margin-10 {
    margin: 10px !important;
  }

  .sm-m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm-m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm-p-t-15 {
    padding-top: 15px !important;
  }

  .sm-p-r-15 {
    padding-right: 15px !important;
  }

  .sm-p-l-15 {
    padding-left: 15px !important;
  }

  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }

  .sm-padding-15 {
    padding: 15px !important;
  }

  .sm-p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm-p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm-m-t-15 {
    margin-top: 15px !important;
  }

  .sm-m-r-15 {
    margin-right: 15px !important;
  }

  .sm-m-l-15 {
    margin-left: 15px !important;
  }

  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }

  .sm-margin-15 {
    margin: 15px !important;
  }

  .sm-m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm-m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm-p-t-20 {
    padding-top: 20px !important;
  }

  .sm-p-r-20 {
    padding-right: 20px !important;
  }

  .sm-p-l-20 {
    padding-left: 20px !important;
  }

  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }

  .sm-padding-20 {
    padding: 20px !important;
  }

  .sm-p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm-p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm-m-t-20 {
    margin-top: 20px !important;
  }

  .sm-m-r-20 {
    margin-right: 20px !important;
  }

  .sm-m-l-20 {
    margin-left: 20px !important;
  }

  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }

  .sm-margin-20 {
    margin: 20px !important;
  }

  .sm-m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm-m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm-p-t-25 {
    padding-top: 25px !important;
  }

  .sm-p-r-25 {
    padding-right: 25px !important;
  }

  .sm-p-l-25 {
    padding-left: 25px !important;
  }

  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }

  .sm-padding-25 {
    padding: 25px !important;
  }

  .sm-p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sm-p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sm-m-t-25 {
    margin-top: 25px !important;
  }

  .sm-m-r-25 {
    margin-right: 25px !important;
  }

  .sm-m-l-25 {
    margin-left: 25px !important;
  }

  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }

  .sm-margin-25 {
    margin: 25px !important;
  }

  .sm-m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sm-m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sm-p-t-30 {
    padding-top: 30px !important;
  }

  .sm-p-r-30 {
    padding-right: 30px !important;
  }

  .sm-p-l-30 {
    padding-left: 30px !important;
  }

  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }

  .sm-padding-30 {
    padding: 30px !important;
  }

  .sm-p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm-p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm-m-t-30 {
    margin-top: 30px !important;
  }

  .sm-m-r-30 {
    margin-right: 30px !important;
  }

  .sm-m-l-30 {
    margin-left: 30px !important;
  }

  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }

  .sm-margin-30 {
    margin: 30px !important;
  }

  .sm-m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm-m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm-p-t-35 {
    padding-top: 35px !important;
  }

  .sm-p-r-35 {
    padding-right: 35px !important;
  }

  .sm-p-l-35 {
    padding-left: 35px !important;
  }

  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }

  .sm-padding-35 {
    padding: 35px !important;
  }

  .sm-p-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .sm-p-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .sm-m-t-35 {
    margin-top: 35px !important;
  }

  .sm-m-r-35 {
    margin-right: 35px !important;
  }

  .sm-m-l-35 {
    margin-left: 35px !important;
  }

  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }

  .sm-margin-35 {
    margin: 35px !important;
  }

  .sm-m-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .sm-m-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .sm-p-t-40 {
    padding-top: 40px !important;
  }

  .sm-p-r-40 {
    padding-right: 40px !important;
  }

  .sm-p-l-40 {
    padding-left: 40px !important;
  }

  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }

  .sm-padding-40 {
    padding: 40px !important;
  }

  .sm-p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm-p-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm-m-t-40 {
    margin-top: 40px !important;
  }

  .sm-m-r-40 {
    margin-right: 40px !important;
  }

  .sm-m-l-40 {
    margin-left: 40px !important;
  }

  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }

  .sm-margin-40 {
    margin: 40px !important;
  }

  .sm-m-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm-m-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm-p-t-45 {
    padding-top: 45px !important;
  }

  .sm-p-r-45 {
    padding-right: 45px !important;
  }

  .sm-p-l-45 {
    padding-left: 45px !important;
  }

  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }

  .sm-padding-45 {
    padding: 45px !important;
  }

  .sm-p-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sm-p-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sm-m-t-45 {
    margin-top: 45px !important;
  }

  .sm-m-r-45 {
    margin-right: 45px !important;
  }

  .sm-m-l-45 {
    margin-left: 45px !important;
  }

  .sm-m-b-45 {
    margin-bottom: 45px !important;
  }

  .sm-margin-45 {
    margin: 45px !important;
  }

  .sm-m-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sm-m-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sm-p-t-50 {
    padding-top: 50px !important;
  }

  .sm-p-r-50 {
    padding-right: 50px !important;
  }

  .sm-p-l-50 {
    padding-left: 50px !important;
  }

  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }

  .sm-padding-50 {
    padding: 50px !important;
  }

  .sm-p-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sm-p-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sm-m-t-50 {
    margin-top: 50px !important;
  }

  .sm-m-r-50 {
    margin-right: 50px !important;
  }

  .sm-m-l-50 {
    margin-left: 50px !important;
  }

  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }

  .sm-margin-50 {
    margin: 50px !important;
  }

  .sm-m-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sm-m-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sm-p-t-0 {
    padding-top: 0px !important;
  }

  .sm-p-r-0 {
    padding-right: 0px !important;
  }

  .sm-p-l-0 {
    padding-left: 0px !important;
  }

  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }

  .sm-padding-0 {
    padding: 0px !important;
  }

  .sm-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm-m-t-0 {
    margin-top: 0px !important;
  }

  .sm-m-r-0 {
    margin-right: 0px !important;
  }

  .sm-m-l-0 {
    margin-left: 0px !important;
  }

  .sm-m-b-0 {
    margin-bottom: 0px !important;
  }

  .sm-margin-0 {
    margin: 0px !important;
  }

  .sm-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm-p-t-5 {
    padding-top: 5px !important;
  }

  .sm-p-r-5 {
    padding-right: 5px !important;
  }

  .sm-p-l-5 {
    padding-left: 5px !important;
  }

  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }

  .sm-padding-5 {
    padding: 5px !important;
  }

  .sm-p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm-p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm-m-t-5 {
    margin-top: 5px !important;
  }

  .sm-m-r-5 {
    margin-right: 5px !important;
  }

  .sm-m-l-5 {
    margin-left: 5px !important;
  }

  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }

  .sm-margin-5 {
    margin: 5px !important;
  }

  .sm-m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm-m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm-p-t-10 {
    padding-top: 10px !important;
  }

  .sm-p-r-10 {
    padding-right: 10px !important;
  }

  .sm-p-l-10 {
    padding-left: 10px !important;
  }

  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }

  .sm-padding-10 {
    padding: 10px !important;
  }

  .sm-p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm-p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm-m-t-10 {
    margin-top: 10px !important;
  }

  .sm-m-r-10 {
    margin-right: 10px !important;
  }

  .sm-m-l-10 {
    margin-left: 10px !important;
  }

  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }

  .sm-margin-10 {
    margin: 10px !important;
  }

  .sm-m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm-m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm-p-t-15 {
    padding-top: 15px !important;
  }

  .sm-p-r-15 {
    padding-right: 15px !important;
  }

  .sm-p-l-15 {
    padding-left: 15px !important;
  }

  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }

  .sm-padding-15 {
    padding: 15px !important;
  }

  .sm-p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm-p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm-m-t-15 {
    margin-top: 15px !important;
  }

  .sm-m-r-15 {
    margin-right: 15px !important;
  }

  .sm-m-l-15 {
    margin-left: 15px !important;
  }

  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }

  .sm-margin-15 {
    margin: 15px !important;
  }

  .sm-m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm-m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm-p-t-20 {
    padding-top: 20px !important;
  }

  .sm-p-r-20 {
    padding-right: 20px !important;
  }

  .sm-p-l-20 {
    padding-left: 20px !important;
  }

  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }

  .sm-padding-20 {
    padding: 20px !important;
  }

  .sm-p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm-p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm-m-t-20 {
    margin-top: 20px !important;
  }

  .sm-m-r-20 {
    margin-right: 20px !important;
  }

  .sm-m-l-20 {
    margin-left: 20px !important;
  }

  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }

  .sm-margin-20 {
    margin: 20px !important;
  }

  .sm-m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm-m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm-p-t-25 {
    padding-top: 25px !important;
  }

  .sm-p-r-25 {
    padding-right: 25px !important;
  }

  .sm-p-l-25 {
    padding-left: 25px !important;
  }

  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }

  .sm-padding-25 {
    padding: 25px !important;
  }

  .sm-p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sm-p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sm-m-t-25 {
    margin-top: 25px !important;
  }

  .sm-m-r-25 {
    margin-right: 25px !important;
  }

  .sm-m-l-25 {
    margin-left: 25px !important;
  }

  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }

  .sm-margin-25 {
    margin: 25px !important;
  }

  .sm-m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sm-m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sm-p-t-30 {
    padding-top: 30px !important;
  }

  .sm-p-r-30 {
    padding-right: 30px !important;
  }

  .sm-p-l-30 {
    padding-left: 30px !important;
  }

  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }

  .sm-padding-30 {
    padding: 30px !important;
  }

  .sm-p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm-p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm-m-t-30 {
    margin-top: 30px !important;
  }

  .sm-m-r-30 {
    margin-right: 30px !important;
  }

  .sm-m-l-30 {
    margin-left: 30px !important;
  }

  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }

  .sm-margin-30 {
    margin: 30px !important;
  }

  .sm-m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm-m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm-p-t-35 {
    padding-top: 35px !important;
  }

  .sm-p-r-35 {
    padding-right: 35px !important;
  }

  .sm-p-l-35 {
    padding-left: 35px !important;
  }

  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }

  .sm-padding-35 {
    padding: 35px !important;
  }

  .sm-p-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .sm-p-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .sm-m-t-35 {
    margin-top: 35px !important;
  }

  .sm-m-r-35 {
    margin-right: 35px !important;
  }

  .sm-m-l-35 {
    margin-left: 35px !important;
  }

  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }

  .sm-margin-35 {
    margin: 35px !important;
  }

  .sm-m-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .sm-m-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .sm-p-t-40 {
    padding-top: 40px !important;
  }

  .sm-p-r-40 {
    padding-right: 40px !important;
  }

  .sm-p-l-40 {
    padding-left: 40px !important;
  }

  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }

  .sm-padding-40 {
    padding: 40px !important;
  }

  .sm-p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm-p-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm-m-t-40 {
    margin-top: 40px !important;
  }

  .sm-m-r-40 {
    margin-right: 40px !important;
  }

  .sm-m-l-40 {
    margin-left: 40px !important;
  }

  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }

  .sm-margin-40 {
    margin: 40px !important;
  }

  .sm-m-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm-m-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm-p-t-45 {
    padding-top: 45px !important;
  }

  .sm-p-r-45 {
    padding-right: 45px !important;
  }

  .sm-p-l-45 {
    padding-left: 45px !important;
  }

  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }

  .sm-padding-45 {
    padding: 45px !important;
  }

  .sm-p-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sm-p-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sm-m-t-45 {
    margin-top: 45px !important;
  }

  .sm-m-r-45 {
    margin-right: 45px !important;
  }

  .sm-m-l-45 {
    margin-left: 45px !important;
  }

  .sm-m-b-45 {
    margin-bottom: 45px !important;
  }

  .sm-margin-45 {
    margin: 45px !important;
  }

  .sm-m-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sm-m-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sm-p-t-50 {
    padding-top: 50px !important;
  }

  .sm-p-r-50 {
    padding-right: 50px !important;
  }

  .sm-p-l-50 {
    padding-left: 50px !important;
  }

  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }

  .sm-padding-50 {
    padding: 50px !important;
  }

  .sm-p-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sm-p-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sm-m-t-50 {
    margin-top: 50px !important;
  }

  .sm-m-r-50 {
    margin-right: 50px !important;
  }

  .sm-m-l-50 {
    margin-left: 50px !important;
  }

  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }

  .sm-margin-50 {
    margin: 50px !important;
  }

  .sm-m-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sm-m-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sm-no-margin {
    margin: 0px;
  }

  .sm-no-padding {
    padding: 0px;
  }

  .sm-text-right {
    text-align: right !important;
  }

  .sm-text-left {
    text-align: left !important;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .sm-pull-right {
    float: right !important;
  }

  .sm-pull-left {
    float: left !important;
  }

  .sm-pull-reset {
    float: none !important;
  }

  .sm-block {
    display: block;
  }

  .error-container {
    width: auto;
  }

  .sm-image-responsive-height {
    width: 100%;
    height: auto;
  }

  .email-composer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-padding-10 {
    padding: 10px !important;
  }

  .lock-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }

  .login-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .nav-tabs-linetriangle.nav-cust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-tabs-linetriangle li a.active:after,
  .nav-tabs-linetriangle li a.active:before {
    display: none;
  }

  .sm-vh-25 {
    height: 25vh;
  }

  .sm-vh-50 {
    height: 50vh;
  }

  .sm-vh-75 {
    height: 75vh;
  }

  .sm-vh-100 {
    height: 100vh;
  }
}

/*** Phones ***/

@media (max-width: 480px) {
  body {
    width: 100%;
  }

  body .header {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }

  body .header .header-inner {
    height: 48px;
    text-align: center;
  }

  body .header .header-inner .toggle-email-sidebar {
    font-size: 16px;
    top: 12px;
  }

  body .header .header-inner .toggle-sidebar {
    left: 14px;
  }

  body .header .header-inner .mark-email {
    left: 35px;
    top: 14px;
  }

  body .header .header-inner .quickview-link {
    top: 14px;
  }

  body .header .notification-list,
  body .header .search-link {
    display: none;
  }

  body .header .dropdown-submenu {
    top: 12px;
  }

  body .header .notification-list,
  body .header .search-link {
    display: none;
  }

  body #overlay-search {
    font-size: 48px;
    height: 118px;
    line-height: 46px;
  }

  .page-sidebar .sidebar-header {
    height: 48px;
    line-height: 48px;
  }

  .error-page {
    padding: 15px;
  }

  .error-page .error-container {
    margin-top: 30px;
    width: auto;
  }

  .error-page .pull-bottom {
    position: relative;
  }

  .map-controls {
    left: 10px;
  }

  .register-container {
    height: auto !important;
  }

  .error-container-innner {
    width: auto;
  }
}

/*** Retina Display Images **/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200 / 100), only screen and (min-device-pixel-ratio: 2) {
  .editor-icon {
    background-image: url("images/editor_tray_2x.png");
    background-size: 480px 40px;
  }

  .alert .close {
    background: url("images/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px;
  }
}

.hidden {
  display: none;
}

.visible-sm,
.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 160px;
  }

  .member-login {
    font-size: 0.70rem !important;
  }

  .client-testimonials li {
    border: 0;
  }

  #about-us-carousel img {
    height: auto;
  }

  .youtube iframe {
    max-width: 100%;
    height: auto;
  }

  .custom-nav-scrollBar {
    max-height: 100%;
    overflow-y: scroll;
  }

  .custom-nav-scrollBar li {
    margin-left: 20px;
  }

  .ul-boxes li {
    border: 1px solid #d1cfce;
  }

  .banner-title {
    font-size: 2rem !important;
  }
}
[class^="custom-icon-"],
[class*=" custom-icon-"] {
  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;
}

.custom-icon-calendar:before {
  content: "\e900";
}

.custom-icon-chat:before {
  content: "\e901";
}

.custom-icon-close:before {
  content: "\e902";
}

.custom-icon-delete:before {
  content: "\e903";
}

.custom-icon-dropfile:before {
  content: "\e904";
}

.custom-icon-email:before {
  content: "\e905";
}

.custom-icon-fax:before {
  content: "\e906";
}

.custom-icon-FB:before {
  content: "\e907";
}

.custom-icon-google:before {
  content: "\e908";
}

.custom-icon-info:before {
  content: "\e909";
}

.custom-icon-ISO:before {
  content: "\e90a";
}

.custom-icon-linkin:before {
  content: "\e90b";
}

.custom-icon-location:before {
  content: "\e90c";
}

.custom-icon-login:before {
  content: "\e90d";
}

.custom-icon-map:before {
  content: "\e90e";
}

.custom-icon-notice:before {
  content: "\e90f";
}

.custom-icon-pinterest:before {
  content: "\e910";
}

.custom-icon-require:before {
  content: "\e911";
}

.custom-icon-respon:before {
  content: "\e912";
}

.custom-icon-tel:before {
  content: "\e913";
}

.custom-icon-twitter:before {
  content: "\e914";
}

.custom-icon-upgrade:before {
  content: "\e915";
}

.custom-icon-youtube:before {
  content: "\e916";
}