/*
Template Name: Rocks Admin
Author Name: KVTHEMES
Email: info@kvthemes.com / kvthemes@gmail.com
File: Style Sheet
*/

/*  Google Fonts */

@import"https://fonts.googleapis.com/css?family=Roboto:100,400,300,300italic,400italic,500,700|Indie+Flower:400|";
/* ==============
  General
===================*/
body {
  background-color: #f5f7fa;
  font-family: Roboto, sans-serif;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, .87);
  font-family: Roboto, sans-serif;
  margin: 10px 0;
  letter-spacing: .06rem;
}
h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  line-height: 30px;
}
h3 small {
  color: #444444;
}
h4 {
  line-height: 22px;
}
h4 small {
  color: #444444;
}
h5 small {
  color: #444444;
}
* {
  outline: none !important;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
ul li {
  display: block;
  float: none;
  margin-bottom: 5px;
}
.container {
  width: auto;
}
.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer {
  bottom: 0px;
  color: #272727;
  text-align: center;
  padding: 12px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.page-title {
  margin-bottom: 24px;
}
.social-links li a {
  -webkit-border-radius: 50%;
  background: #EFF0F4;
  border-radius: 50%;
  color: #7A7676;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.breadcrumb-area{
  margin-top: 50px;
}

.navbar-inverse {
    margin-bottom: 0;
    background: #0acae2;
    background-image: linear-gradient(45deg,#0acae2,#292929);
    border: none;
    border-radius: 0;
	height: inherit;
}

/* ==============
  Bootstrap-custom 
===================*/

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb {
  background-color: #ffffff;
  letter-spacing: 1px;
}
.dropdown-menu {
  padding: 4px 0;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-menu>li>a {
  padding: 6px 15px;
  font-size: 15px;
}
.dropdown-menu>li>a>i {
  margin-right: 10px;
}
.bg-primary {
  background-color: #9c27b0 !important;
}
.bg-success {
  background-color: #4caf50 !important;
}
.bg-info {
  background-color: #0acae2 !important;
}
.bg-warning {
  background-color: #ffa200 !important;
}
.bg-danger {
  background-color: #ff3e43 !important;
}
.bg-black {
  background-color: #292929 !important;
}
.bg-blue {
  background-color: #4c42fd !important;
}
.bg-rose {
  background-color: #e91e63 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
/* Texture Background */

.bg-texture-primary {
  background: url(../images/texture/primary-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-success {
  background: url(../images/texture/success-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-info {
  background: url(../images/texture/info-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-warning {
  background: url(../images/texture/warning-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-danger {
  background: url(../images/texture/danger-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-black {
  background: url(../images/texture/black-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-blue {
  background: url(../images/texture/blue-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-rose {
  background: url(../images/texture/rose-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
.bg-texture-white {
  background: url(../images/texture/white-texture.jpg) no-repeat 0px 0px !important;
  background-size: cover;
}
/* gradient Background */

.bg-grd-1 {
  background: #ff446a;
  background-image: linear-gradient(45deg, #ff446a, #ffab96) !important;
}
.bg-grd-2 {
  background: #1c95f5;
  background-image: linear-gradient(45deg, #1c95f5, #50e4fb) !important;
}
.bg-grd-3 {
  background: #4caf50;
  background-image: linear-gradient(45deg, #4caf50, #7bfbb9) !important;
}
.bg-grd-4 {
  background: #c471f3;
  background-image: linear-gradient(45deg, #c471f3, #f671cd) !important;
}
.bg-grd-5 {
  background: #9b3cb7;
  background-image: linear-gradient(45deg, #9b3cb7, #ff396f) !important;
}
.bg-grd-6 {
  background: #004b91;
  background-image: linear-gradient(45deg, #004b91, #78cc37) !important;
}
.bg-grd-7 {
  background: #843cf7;
  background-image: linear-gradient(45deg, #843cf7, #38b8f2) !important;
}
.bg-grd-8 {
  background: #e35c67;
  background-image: linear-gradient(45deg, #e35c67, #381ce2) !important;
}
.bg-grd-9 {
  background: #ee0979;
  background-image: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}
.bg-grd-10 {
  background: #159957;
  background-image: linear-gradient(45deg, #159957, #155799) !important;
}
.bg-grd-11 {
  background: #c33764;
  background-image: linear-gradient(45deg, #c33764, #1d2671) !important;
}
.bg-grd-12 {
  background: #0b486b;
  background-image: linear-gradient(45deg, #0b486b, #f56217) !important;
}
.bg-grd-13 {
  background: #0acae2;
  background-image: linear-gradient(45deg, #0acae2, #7efff5) !important;
}
.bg-grd-14 {
  background: #33001b;
  background-image: linear-gradient(45deg, #33001b, #ff0084) !important;
}
.bg-grd-15 {
  background: #360033;
  background-image: linear-gradient(45deg, #360033, #0b8793) !important;
}
.bg-grd-16 {
  background: #780206;
  background-image: linear-gradient(45deg, #780206, #061161) !important;
}
.bg-grd-17 {
  background: #fb8e06;
  background-image: linear-gradient(45deg, #fb8e06, #ffdf7c) !important;
}
.bg-grd-18 {
  background: #263238;
  background-image: linear-gradient(45deg, #263238, #2979ff) !important;
}
/* light Gradients */

.bg-grd-19 {
  background: #c5cae9;
  background-image: linear-gradient(45deg, #c5cae9, #b3e5fc) !important;
}
.bg-grd-20 {
  background: #ffff8d;
  background-image: linear-gradient(45deg, #ffff8d, #b9f6ca) !important
}
.bg-grd-21 {
  background: #d1c4e9;
  background-image: linear-gradient(45deg, #d1c4e9, #f3e5f5) !important;
}
.bg-grd-22 {
  background: #ffe0b2;
  background-image: linear-gradient(45deg, #ffe0b2, #ffccbc) !important;
}
.bg-grd-23 {
  background: #c5e1a5;
  background-image: linear-gradient(45deg, #c5e1a5, #fff8e1) !important;
}
.bg-grd-24 {
  background: #ea80fc;
  background-image: linear-gradient(45deg, #ea80fc, #fce4ec) !important;
}
.bg-grd-25 {
  background: #e0f2f1;
  background-image: linear-gradient(45deg, #e0f2f1, #00e5ff) !important;
}
.bg-grd-26 {
  background: #fff9c4;
  background-image: linear-gradient(45deg, #fff9c4, #64ffda) !important;
}
.bg-grd-27 {
  background: #18ffff;
  background-image: linear-gradient(45deg, #18ffff, #00e5ff) !important;
}
.text-white {
  color: #ffffff !important;
}
.text-danger {
  color: #ff3e43 !important;
}
.text-muted {
  color: #707375 !important;
}
.text-primary {
  color: #9c27b0 !important;
}
.text-warning {
  color: #ffa200 !important;
}
.text-success {
  color: #4caf50 !important;
}
.text-info {
  color: #0acae2 !important;
}
.text-black {
  color: #292929 !important;
}
.text-rose {
  color: #e91e63 !important;
}
.text-blue {
  color: #4c42fd !important;
}
.text-dark {
  color: #797979 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.form-control {
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #bfc2c7;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  height: auto;
  padding: 6px 14px;
}
.form-control:focus {
  background: #ffffff;
  border: 1px solid #0acae2;
  box-shadow: none;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  line-height: 19px;
}
.position-relative {
  position: relative!important;
}
.has-icon-left .form-control {
  padding-right: .85rem;
  padding-left: 3.9rem;
}
.form-control-position {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.has-icon-left .form-control-position {
  right: auto;
  left: 3px;
}
.has-icon-right .form-control-position {
  right: 3px;
  left: auto;
}
.input-xl {
  height: 60px !important;
  font-size: 26px !important;
}
.input-lg {
  height: 50px !important;
  font-size: 20px !important;
}
.input-sm {
  height: 28px !important;
  font-size: 12px !important;
  font-weight: 500;
}
.input-rounded {
  border-radius: 25px !important;
}
.input-square {
  border-radius: 0px !important;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
label {
  color: #75787d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}
form .form-header {
  color: #2f353f;
  line-height: 5rem;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 32px;
  border-bottom: 1px solid #787f8a;
}
form .form-footer {
  border-top: 1px solid #d3dce9;
  padding: 20px 0;
  margin-top: 20px;
}
form.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #ebeff5;
}
form.form-bordered .form-group .control-label {
  padding-top: 30px;
}
form.form-bordered .form-group>div {
  padding: 20px;
  padding-right: 0;
  border-left: 1px solid #ebeff5;
}
form.form-bordered .form-group.last {
  border-bottom: 0;
}
form.striped-rows .form-group {
  margin: 0;
}
form.striped-rows .form-group:nth-child(2n) {
  background-color: #f5f7fa;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e7eaec;
  opacity: 1;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #4caf50;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #ffa200;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff3e43;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff3e43;
}
.list-group-item>.label {
  float: right;
  padding: 5px;
}
.label-default {
  background-color: #999999;
}
.label-primary {
  background-color: #9c27b0;
}
.label-success {
  background-color: #4caf50;
}
.label-info {
  background-color: #0acae2;
}
.label-warning {
  background-color: #ffa200;
}
.label-danger {
  background-color: #ff3e43;
}
.label-black {
  background-color: #292929;
}
.label-blue {
  background-color: #4c42fd;
}
.label-rose {
  background-color: #e91e63;
}
/*border lable*/

.label-border-default {
  background-color: #fff;
  color: #999999;
  border: 1px solid #999999;
}
.label-border-primary {
  background-color: #fff;
  color: #9c27b0;
  border: 1px solid #9c27b0;
}
.label-border-success {
  background-color: #fff;
  color: #4caf50;
  border: 1px solid #4caf50;
}
.label-border-info {
  background-color: #fff;
  color: #0acae2;
  border: 1px solid #0acae2;
}
.label-border-warning {
  background-color: #fff;
  color: #ffa200;
  border: 1px solid #ffa200;
}
.label-border-danger {
  background-color: #fff;
  color: #ff3e43;
  border: 1px solid #ff3e43;
}
.label-border-black {
  background-color: #fff;
  color: #292929;
  border: 1px solid #292929;
}
.label-border-blue {
  background-color: #fff;
  color: #4c42fd;
  border: 1px solid #4c42fd;
}
.label-border-rose {
  background-color: #fff;
  color: #e91e63;
  border: 1px solid #e91e63;
}
.badge {
  margin: 0 0 0 4px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  min-width: 22px;
  border-radius: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.badge-xs {
  font-size: 9px;
}
.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.badge-default {
  background-color: #999999;
}
.badge-primary {
  background-color: #9c27b0;
}
.badge-success {
  background-color: #4caf50;
}
.badge-info {
  background-color: #0acae2;
}
.badge-warning {
  background-color: #ffa200;
}
.badge-danger {
  background-color: #ff3e43;
}
.badge-black {
  background-color: #292929;
}
.badge-blue {
  background-color: #4c42fd;
}
.badge-rose {
  background-color: #e91e63;
}
.pagination>li>a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #373e4a;
}
.pagination>li>span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #373e4a;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #0acae2;
  border-color: #0acae2;
}
.tabs {
  background-color: transparent;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.tabs li.tab {
  background-color: transparent;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: rgba(255, 255, 255, .8)!important;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}
.tabs li.tab a.active {
  color: #ffffff !important;
}
.tabs .indicator {
  background-color: #fff;
  bottom: 0;
  height: 3px;
  position: absolute;
  will-change: left, right;
}
.tabs-top .indicator {
  top: 0;
}
.nav.nav-tabs+.tab-content {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}
.vertical-nav-tabs {
  background-color: transparent;
  margin-bottom: 30px;
}
.vertical-nav-tabs .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 20px;
  padding: 20px;
  vertical-align: top;
}
.vertical-nav-tabs .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.vertical-nav-tabs .nav.tabs-vertical li.active>a {
  background-color: transparent;
  border: 0;
}
.vertical-nav-tabs .nav.tabs-vertical li>a {
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.nav.nav-tabs>li.active>a {
  background-color: transparent;
  border: 0;
  color: #fff!important;
}
.nav.nav-tabs>li>a i {
  font-size: 15px;
  margin-right: 10px;
}
.nav.nav-tabs>li>a, .nav.tabs-vertical>li>a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: rgba(255, 255, 255, .8)!important;
  cursor: pointer;
  line-height: 50px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.nav.nav-tabs>li>a:hover, .nav.tabs-vertical>li>a:hover {
  color: #fff !important;
}
.tab-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  color: #777777;
}
.nav.nav-tabs>li:last-of-type a {
  margin-right: 0px;
}
.nav.nav-tabs {
  border-bottom: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus, .vertical-nav-tabs .nav.tabs-vertical li.active>a {
  border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .tabs-vertical>li.active>a, .tabs-vertical>li.active>a:focus, .tabs-vertical>li.active>a:hover {
  color: #fff !important;
}
.nav.nav-tabs-default {
  background-color: #999999 !important;
}
.nav.nav-tabs-primary {
  background-color: #9c27b0 !important;
}
.nav.nav-tabs-primary .indicator {
  background-color: #fff !important;
  bottom: 0;
  height: 3px;
  position: absolute;
  will-change: left, right;
}
.nav.nav-tabs-success {
  background-color: #4caf50 !important;
}
.nav.nav-tabs-info {
  background-color: #0acae2 !important;
}
.nav.nav-tabs-warning {
  background-color: #ffa200 !important;
}
.nav.nav-tabs-danger {
  background-color: #ff3e43 !important;
}
.nav.nav-tabs-black {
  background-color: #292929 !important;
}
.nav.nav-tabs-blue {
  background-color: #4c42fd !important;
}
.nav.nav-tabs-rose {
  background-color: #e91e63 !important;
}
.media-img {
  width: 60px;
}
/* Dropcap Text */

.dropcap {
  font-size: 45px;
}
.dropcap, .dropcap-circle, .dropcap-square {
  line-height: 36px;
  margin-right: 6px;
  display: block;
  float: left;
  font-weight: 400;
  text-shadow: none;
}
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
  border-radius: 2px;
  box-shadow: none;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  margin: 0;
  border-bottom: none;
  padding: 15px 15px 15px 25px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0px 15px 15px 15px;
}
.modal-full {
  width: 98%;
}
.modal-content .nav.nav-tabs+.tab-content {
  margin-bottom: 0px;
}
.modal-content .panel-group {
  margin-bottom: 0px;
}
.modal-content .panel {
  border-top: none;
}
/*color modals*/

.modal.modal-color .modal-header .close {
  color: #fff !important;
  opacity: .8;
}
.modal.modal-color .modal-header .modal-title {
  color: #fff !important;
}
.modal.modal-primary .modal-header {
  background-color: #9c27b0 !important;
}
.modal.modal-primary .modal-content {
  border-bottom: solid 3px #9c27b0 !important;
}
.modal.modal-success .modal-header {
  background-color: #4caf50 !important;
}
.modal.modal-success .modal-content {
  border-bottom: solid 3px #4caf50 !important;
}
.modal.modal-info .modal-header {
  background-color: #0acae2 !important;
}
.modal.modal-info .modal-content {
  border-bottom: solid 3px #0acae2 !important;
}
.modal.modal-warning .modal-header {
  background-color: #ffa200 !important;
}
.modal.modal-warning .modal-content {
  border-bottom: solid 3px #ffa200 !important;
}
.modal.modal-danger .modal-header {
  background-color: #ff3e43 !important;
}
.modal.modal-danger .modal-content {
  border-bottom: solid 3px #ff3e43 !important;
}
.modal.modal-blue .modal-header {
  background-color: #4c42fd !important;
}
.modal.modal-blue .modal-content {
  border-bottom: solid 3px #4c42fd !important;
}
.modal.modal-black .modal-header {
  background-color: #292929 !important;
}
.modal.modal-black .modal-content {
  border-bottom: solid 3px #292929 !important;
}
.modal.modal-rose .modal-header {
  background-color: #e91e63 !important;
}
.modal.modal-rose .modal-content {
  border-bottom: solid 3px #e91e63 !important;
}
/*border modals*/

.modal.modal-border .modal-header {
  border-bottom: 1px solid #ddd !important;
}
.modal.modal-border-primary .modal-header {
  border-top: 4px solid #9c27b0 !important;
}
.modal.modal-border-primary .modal-title {
  color: #9c27b0 !important;
}
.modal.modal-border-primary .modal-header .close {
  color: #9c27b0 !important;
  opacity: .8;
}
.modal.modal-border-success .modal-header {
  border-top: 4px solid #4caf50 !important;
}
.modal.modal-border-success .modal-title {
  color: #4caf50 !important;
}
.modal.modal-border-success .modal-header .close {
  color: #4caf50 !important;
  opacity: .8;
}
.modal.modal-border-info .modal-header {
  border-top: 4px solid #0acae2 !important;
}
.modal.modal-border-info .modal-title {
  color: #0acae2 !important;
}
.modal.modal-border-info .modal-header .close {
  color: #0acae2 !important;
  opacity: .8;
}
.modal.modal-border-warning .modal-header {
  border-top: 4px solid #ffa200 !important;
}
.modal.modal-border-warning .modal-title {
  color: #ffa200 !important;
}
.modal.modal-border-warning .modal-header .close {
  color: #ffa200 !important;
  opacity: .8;
}
.modal.modal-border-danger .modal-header {
  border-top: 4px solid #ff3e43 !important;
}
.modal.modal-border-danger .modal-title {
  color: #ff3e43 !important;
}
.modal.modal-border-danger .modal-header .close {
  color: #ff3e43 !important;
  opacity: .8;
}
.modal.modal-border-black .modal-header {
  border-top: 4px solid #292929 !important;
}
.modal.modal-border-black .modal-title {
  color: #292929 !important;
}
.modal.modal-border-black .modal-header .close {
  color: #292929 !important;
  opacity: .8;
}
.modal.modal-border-blue .modal-header {
  border-top: 4px solid #4c42fd !important;
}
.modal.modal-border-blue .modal-title {
  color: #4c42fd !important;
}
.modal.modal-border-blue .modal-header .close {
  color: #4c42fd !important;
  opacity: .8;
}
.modal.modal-border-rose .modal-header {
  border-top: 4px solid #e91e63 !important;
}
.modal.modal-border-rose .modal-title {
  color: #e91e63 !important;
}
.modal.modal-border-rose .modal-header .close {
  color: #e91e63 !important;
  opacity: .8;
}
.vertical-nav-tabs .tab-content {
  margin-bottom: 0px;
}
.table>thead>tr>td.middle-align, .table>tbody>tr>td.middle-align, .table>tfood>tr>td.middle-align, .table>thead>tr>th.middle-align, .table>tbody>tr>th.middle-align, .table>tfood>tr>th.middle-align {
  vertical-align: middle;
}
.legendLabel {
  padding-left: 10px !important;
}
/*alerts */

.alert {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  border: 0;
  border-radius: 2px;
  padding: 15px;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 40px !important;
}
.alert .close {
  opacity: .6;
  color: #fff;
}
.alert i {
  margin-right: 8px;
  font-size: 15px;
}
.alert .close:hover {
  opacity: 1;
  color: #fff;
}
.alert.alert-default {
  background-color: #999999;
  color: rgb(245, 244, 244);
}
.alert-default .alert-link {
  color: #fafafa;
}
.alert.alert-primary {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, .84);
}
.alert-primary .alert-link {
  color: #ee9afd;
}
.alert.alert-success {
  background-color: #4caf50;
  color: rgba(255, 255, 255, .84);
}
.alert-success .alert-link {
  color: #affdb2;
}
.alert.alert-info {
  background-color: #0acae2;
  color: rgba(255, 255, 255, .84);
}
.alert-info .alert-link {
  color: #9cf2fd;
}
.alert.alert-warning {
  background-color: #ffa200;
  color: rgba(255, 255, 255, .84);
}
.alert-warning .alert-link {
  color: #ffeb3b;
}
.alert.alert-danger {
  background-color: #ff3e43;
  color: rgba(255, 255, 255, .84);
}
.alert-danger .alert-link {
  color: #ffd0d1;
}
.alert.alert-black {
  background-color: #292929;
  color: rgba(255, 255, 255, .84);
}
.alert-black .alert-link {
  color: #f3f1f1;
}
.alert.alert-blue {
  background-color: #4c42fd;
  color: rgba(255, 255, 255, .84);
}
.alert-blue .alert-link {
  color: #e3e2ff;
}
.alert.alert-rose {
  background-color: #e91e63;
  color: rgba(255, 255, 255, .84);
}
.alert-rose .alert-link {
  color: #ffe5ee;
}
/*borders alerts*/

.alert.alert-border-default {
  background: #fafafa;
  color: #999999;
  border-left: solid 4px #999999;
  border-right: solid 4px #999999;
}
.alert-border-default .alert-link {
  color: #999999;
}
.alert.alert-border-default .close {
  color: #999999;
}
.alert.alert-border-primary {
  background: #fafafa;
  color: #9c27b0;
  border-left: solid 4px #9c27b0;
  border-right: solid 4px #9c27b0;
}
.alert-border-primary .alert-link {
  color: #9c27b0;
}
.alert.alert-border-primary .close {
  color: #9c27b0;
}
.alert.alert-border-success {
  background: #fafafa;
  color: #4caf50;
  border-left: solid 4px #4caf50;
  border-right: solid 4px #4caf50;
}
.alert-border-success .alert-link {
  color: #4caf50;
}
.alert.alert-border-success .close {
  color: #4caf50;
}
.alert.alert-border-info {
  background: #fafafa;
  color: #0acae2;
  border-left: solid 4px #0acae2;
  border-right: solid 4px #0acae2;
}
.alert-border-info .alert-link {
  color: #0acae2;
}
.alert.alert-border-info .close {
  color: #0acae2;
}
.alert.alert-border-warning {
  background: #fafafa;
  color: #ffa200;
  border-left: solid 4px #ffa200;
  border-right: solid 4px #ffa200;
}
.alert-border-warning .alert-link {
  color: #ffa200;
}
.alert.alert-border-warning .close {
  color: #ffa200;
}
.alert.alert-border-danger {
  background: #fafafa;
  color: #ff3e43;
  border-left: solid 4px #ff3e43;
  border-right: solid 4px #ff3e43;
}
.alert-border-danger .alert-link {
  color: #ff3e43;
}
.alert.alert-border-danger .close {
  color: #ff3e43;
}
.alert.alert-border-black {
  background: #fafafa;
  color: #292929;
  border-left: solid 4px #292929;
  border-right: solid 4px #292929;
}
.alert-border-black .alert-link {
  color: #292929;
}
.alert.alert-border-black .close {
  color: #292929;
}
.alert.alert-border-blue {
  background: #fafafa;
  color: #4c42fd;
  border-left: solid 4px #4c42fd;
  border-right: solid 4px #4c42fd;
}
.alert-border-blue .alert-link {
  color: #4c42fd;
}
.alert.alert-border-blue .close {
  color: #4c42fd;
}
.alert.alert-border-rose {
  background: #fafafa;
  color: #e91e63;
  border-left: solid 4px #e91e63;
  border-right: solid 4px #e91e63;
}
.alert-border-rose .alert-link {
  color: #e91e63;
}
.alert.alert-border-rose .close {
  color: #e91e63;
}
.list-group-item.active {
  background-color: #0acae2;
  border-color: #0acae2;
  color: #ffffff;
  z-index: 2;
}
.list-group-item.active:hover {
  background-color: #0acae2;
  border-color: #0acae2;
  color: #ffffff;
  z-index: 2;
}
.list-group-item.active:hover .list-group-item-text {
  color: #6e8cd7;
}
.list-group-item.active:focus {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}
.list-group-item.active:focus .list-group-item-text {
  color: #6e8cd7;
}
.list-group-item.active .list-group-item-text {
  color: #6e8cd7;
}
.list-group-item {
  border-radius: 0px;
  padding: 12px 20px;
  border: 1px solid #eee;
}
.list-group-item:first-child {
  border-radius: 0px;
  padding: 12px 20px;
}
.list-group-item:last-child {
  border-radius: 0px;
  padding: 12px 20px;
}
.list-group-item-heading {
  font-weight: 300;
}
.list-group-item.active>.badge {
  color: #6e8cd7;
}
.list-group .list-group-item>i, .list-group a.list-group-item>i {
  margin-right: 15px;
  margin-right: 1.5rem;
}
.nav-pills>.active>a>.badge {
  color: #6e8cd7;
}
.has-success .form-control {
  border-color: #4caf50;
  box-shadow: none !important;
}
.has-warning .form-control {
  border-color: #ffa200;
  box-shadow: none !important;
}
.has-error .form-control {
  border-color: #ef5350;
  box-shadow: none !important;
}
.input-group-addon {
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, .15);
}
.has-success .form-control-feedback {
  color: #4caf50;
}
.has-warning .form-control-feedback {
  color: #ffa200;
}
.has-error .form-control-feedback {
  color: #ef5350;
}
.icon a {
  display: block;
  color: #424242;
  padding: 8px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px;
}
.icon a:hover {
  background: #03a9f4;
  color: #fff;
}
.icon a i {
  padding-right: 10px;
}
/* Themify Icons demo css */

.icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}
.icon-container {
  width: 240px;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left;
}
.icon-container [class^="ti-"], .icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: .3s;
}
.icon-container:hover [class^="ti-"], .icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}
.icon-container:hover .icon-name {
  color: #000;
}
.icon-name {
  color: #424242;
  margin-left: 35px;
  transition: .3s;
}
.icon-container:hover .icon-name {
  margin-left: 45px;
}
.weather-icon-list div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #424242;
}
.weather-icon-list i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.weather-icon-list i:hover {
  font-size: 30px;
}
.flag-icon-list div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #424242;
}
.flag-icon-list div:hover {
  background: #eef5f9;
}
.flag-icon-list i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preview {
  padding: 15px 0;
  position: relative;
}
.show-code {
  color: #101010;
}
.icons {
  font-size: 15px;
  padding-right: 7px;
}
.name {
  font-size: 15px;
}
.preview a {
  padding: 15px;
}
.preview a i {
  margin-right: 10px;
  font-size: 18px;
}
.icon-preview-box div:hover {
  background: #eef5f9;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
  background-color: #0acae2;
}
.payment-icons img {
  width: 100px;
}
/* ==============

  Helper Classes

===================*/

.m-0 {
  margin: 0px !important
}
.m-5 {
  margin: 5px !important
}
.m-10 {
  margin: 10px !important
}
.m-15 {
  margin: 15px !important
}
.m-20 {
  margin: 20px !important
}
.m-30 {
  margin: 30px !important
}
.m-40 {
  margin: 40px !important
}
.m-50 {
  margin: 50px !important
}
.m-60 {
  margin: 60px !important
}
.m-70 {
  margin: 70px !important
}
.m-80 {
  margin: 80px !important
}
.m-90 {
  margin: 90px !important
}
.m-100 {
  margin: 100px !important
}
.p-0 {
  padding: 0!important;
}
.p-5 {
  padding: 5px !important
}
.p-10 {
  padding: 10px !important
}
.p-15 {
  padding: 15px !important
}
.p-20 {
  padding: 20px !important
}
.p-30 {
  padding: 30px !important
}
.p-40 {
  padding: 40px !important
}
.p-50 {
  padding: 50px !important
}
.p-60 {
  padding: 60px !important
}
.p-70 {
  padding: 70px !important
}
.p-80 {
  padding: 80px !important
}
.p-90 {
  padding: 90px !important
}
.p-100 {
  padding: 100px !important
}
.mt-0 {
  margin-top: 0!important;
}
.mt-5 {
  margin-top: 5px !important
}
.mt-10 {
  margin-top: 10px !important
}
.mt-15 {
  margin-top: 15px !important
}
.mt-20 {
  margin-top: 20px !important
}
.mt-30 {
  margin-top: 30px !important
}
.mt-40 {
  margin-top: 40px !important
}
.mt-50 {
  margin-top: 50px !important
}
.mt-60 {
  margin-top: 60px !important
}
.mt-70 {
  margin-top: 70px !important
}
.mt-80 {
  margin-top: 80px !important
}
.mt-90 {
  margin-top: 90px !important
}
.mt-100 {
  margin-top: 100px !important
}
. .mr-0 {
  margin-right: 0!important;
}
.mr-5 {
  margin-right: 5px !important
}
.mr-10 {
  margin-right: 10px !important
}
.mr-15 {
  margin-right: 15px !important
}
.mr-20 {
  margin-right: 20px !important
}
.mr-30 {
  margin-right: 30px !important
}
.mr-40 {
  margin-right: 40px !important
}
.mr-50 {
  margin-right: 50px !important
}
.mr-60 {
  margin-right: 60px !important
}
.mr-70 {
  margin-right: 70px !important
}
.mr-80 {
  margin-right: 80px !important
}
.mr-90 {
  margin-right: 90px !important
}
.mr-100 {
  margin-right: 100px !important
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-5 {
  margin-bottom: 5px !important
}
.mb-10 {
  margin-bottom: 10px !important
}
.mb-15 {
  margin-bottom: 15px !important
}
.mb-20 {
  margin-bottom: 20px !important
}
.mb-30 {
  margin-bottom: 30px !important
}
.mb-40 {
  margin-bottom: 40px !important
}
.mb-50 {
  margin-bottom: 50px !important
}
.mb-60 {
  margin-bottom: 60px !important
}
.mb-70 {
  margin-bottom: 70px !important
}
.mb-80 {
  margin-bottom: 80px !important
}
.mb-90 {
  margin-bottom: 90px !important
}
.mb-100 {
  margin-bottom: 100px !important
}
.ml-0 {
  margin-left: 0!important;
}
.ml-5 {
  margin-left: 5px !important
}
.ml-10 {
  margin-left: 10px !important
}
.ml-15 {
  margin-left: 15px !important
}
.ml-20 {
  margin-left: 20px !important
}
.ml-30 {
  margin-left: 30px !important
}
.ml-40 {
  margin-left: 40px !important
}
.ml-50 {
  margin-left: 50px !important
}
.ml-60 {
  margin-left: 60px !important
}
.ml-70 {
  margin-left: 70px !important
}
.ml-80 {
  margin-left: 80px !important
}
.ml-90 {
  margin-left: 90px !important
}
.ml-100 {
  margin-left: 100px !important
}
.pt-0 {
  padding-top: 0!important;
}
.pt-5 {
  padding-top: 5px !important
}
.pt-10 {
  padding-top: 10px !important
}
.pt-15 {
  padding-top: 15px !important
}
.pt-20 {
  padding-top: 20px !important
}
.pt-30 {
  padding-top: 30px !important
}
.pt-40 {
  padding-top: 40px !important
}
.pt-50 {
  padding-top: 50px !important
}
.pt-60 {
  padding-top: 60px !important
}
.pt-70 {
  padding-top: 70px !important
}
.pt-80 {
  padding-top: 80px !important
}
.pt-90 {
  padding-top: 90px !important
}
.pt-100 {
  padding-top: 100px !important
}
.pr-0 {
  padding-right: 0!important;
}
.pr-5 {
  padding-right: 5px !important
}
.pr-10 {
  padding-right: 10px !important
}
.pr-15 {
  padding-right: 15px !important
}
.pr-20 {
  padding-right: 20px !important
}
.pr-30 {
  padding-right: 30px !important
}
.pr-40 {
  padding-right: 40px !important
}
.pr-50 {
  padding-right: 50px !important
}
.pr-60 {
  padding-right: 60px !important
}
.pr-70 {
  padding-right: 70px !important
}
.pr-80 {
  padding-right: 80px !important
}
.pr-90 {
  padding-right: 90px !important
}
.pr-100 {
  padding-right: 100px !important
}
.pb-0 {
  padding-bottom: 0!important;
}
.pb-5 {
  padding-bottom: 5px !important
}
.pb-10 {
  padding-bottom: 10px !important
}
.pb-15 {
  padding-bottom: 15px !important
}
.pb-20 {
  padding-bottom: 20px !important
}
.pb-30 {
  padding-bottom: 30px !important
}
.pb-40 {
  padding-bottom: 40px !important
}
.pb-50 {
  padding-bottom: 50px !important
}
.pb-60 {
  padding-bottom: 60px !important
}
.pb-70 {
  padding-bottom: 70px !important
}
.pb-80 {
  padding-bottom: 80px !important
}
.pb-90 {
  padding-bottom: 90px !important
}
.pb-100 {
  padding-bottom: 100px !important
}
.pl-0 {
  padding-left: 0!important;
}
.pl-5 {
  padding-left: 5px !important
}
.pl-10 {
  padding-left: 10px !important
}
.pl-15 {
  padding-left: 15px !important
}
.pl-20 {
  padding-left: 20px !important
}
.pl-30 {
  padding-left: 30px !important
}
.pl-40 {
  padding-left: 40px !important
}
.pl-50 {
  padding-left: 50px !important
}
.pl-60 {
  padding-left: 60px !important
}
.pl-70 {
  padding-left: 70px !important
}
.pl-80 {
  padding-left: 80px !important
}
.pl-90 {
  padding-left: 90px !important
}
.pl-100 {
  padding-left: 100px !important
}
.wrapper-md {
  padding: 20px;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.b-0 {
  border: none !important;
}
.no-border {
  border: none;
}
.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.mx-box {
  max-height: 380px;
  min-height: 380px;
}
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-md {
  height: 50px;
  width: 50px;
  border: 1px solid #fafafa;
  padding: 4px;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
.img-thumb {
  padding-bottom: 15px;
}
.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  position: fixed;
  border-radius: 10%;
  bottom: 20px;
  right: 12px;
  background-color: #0acae2;
  z-index: 10000;
  box-shadow: 1px 1px 40px 0px rgba(73, 220, 251, 0.32);
}
.back-to-top .fa-angle-double-up {
  margin-top: 20%;
  font-size: 20px;
}
.back-to-top:hover {
  color: white;
  background-color: #2f353f;
  transition: all .5s;
}
.grid-structure .grid-container {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #ecebeb;
}
.icon-list div {
  cursor: pointer;
  line-height: 40px;
  white-space: nowrap;
}
.icon-list i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  width: 40px;
}
.icon-list .col-md-3:hover i {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  moz-transform: scale(2);
  transform: scale(2);
}
.ionicon-list i {
  font-size: 16px;
}
.ionicon-list .col-md-3:hover i {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  moz-transform: scale(2);
  transform: scale(2);
}
/* ==============

  Waves Effect

===================*/

/*!

 * Waves v0.6.0

 * http://fian.my.id/Waves

 *

 * Copyright 2014 Alfiana E. Sibuea and other contributors

 * Released under the MIT license

 * https://github.com/fians/Waves/blob/master/LICENSE

 */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}
/* ==============

  Animation

===================*/

/* Bounce 1 */

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Bounce 2 */

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Progressbar Animated */

@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}
@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Portlets loader */

@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(140deg);
  }
}
@media print {
  .logo, .page-title, .breadcrumb, .footer {
    display: none !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .left {
    display: none;
  }
  .right-bar {
    display: none !important;
  }
  .content {
    margin-top: 0px;
    padding-top: 0px;
  }
  .content-page {
    margin-left: 0px !important;
    margin-top: 0px;
  }
}
/* Components */

/* ==============

  Buttons

===================*/

.btn {
  border-radius: 2px;
  letter-spacing: 0.06px;
  padding: 7px 14px;
  outline: none!important;
  box-shadow: none;
}
.btn:hover {
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-black, .btn-blue, .btn-rose {
  color: #ffffff !important;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #fff !important;
  border: 1px solid #bfc2c7 !important;
  color: #000 !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #9c27b0 !important;
  border: 1px solid #9c27b0 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #4caf50 !important;
  border: 1px solid #4caf50 !important;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #0acae2 !important;
  border: 1px solid #0acae2 !important;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #ffa200 !important;
  border: 1px solid #ffa200 !important;
}
.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: #ff3e43 !important;
  border: 1px solid #ff3e43 !important;
}
.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active {
  background-color: #292929 !important;
  border: 1px solid #292929 !important;
  color: #fff;
}
.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #4c42fd !important;
  border: 1px solid #4c42fd !important;
  color: #ffffff;
}
.btn-rose, .btn-rose:hover, .btn-rose:focus, .btn-rose:active {
  background-color: #e91e63 !important;
  border: 1px solid #e91e63 !important;
  color: #ffffff;
}
.btn-border.btn-default {
  color: #000 !important;
}
.btn-border.btn-default:hover {
  color: #000 !important;
}
.btn-border.btn-default:focus {
  color: #000 !important;
}
.btn-border.btn-primary {
  color: #9c27b0 !important;
}
.btn-border.btn-success {
  color: #4caf50 !important;
}
.btn-border.btn-info {
  color: #0acae2 !important;
}
.btn-border.btn-warning {
  color: #ffa200 !important;
}
.btn-border.btn-danger {
  color: #ff3e43 !important;
}
.btn-border.btn-black {
  color: #292929 !important;
}
.btn-border.btn-blue {
  color: #4c42fd !important;
}
.btn-border.btn-rose {
  color: #e91e63 !important;
}
.btn-round {
  border-radius: 25px !important;
}
.btn-border {
  -moz-border-radius: 2px;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  background: transparent;
  background-color: transparent !important;
  border-radius: 2px;
  border-width: 1px;
  transition: all 300ms ease-in-out;
}
.btn-border:hover {
  color: #ffffff !important;
}
.btn-border:focus {
  color: #ffffff !important;
}
.btn-lg {
  font-size: 18px !important;
  padding: 10px 30px !important;
}
.btn-sm {
  font-size: 12px !important;
  padding: 6px 20px !important;
}
.btn-xs {
  font-size: 10px !important;
  padding: 4px 10px !important;
}
/*Start social buttons*/

.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-border-facebook {
  color: #3b5998 !important;
  background-color: transparent !important;
  border: 1px solid #3b5998 !important;
}
.btn-border-facebook:focus, .btn-border-facebook:hover, .btn-border-facebook:active {
  background-color: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  color: #ffffff !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-border-twitter {
  color: #00aced !important;
  background-color: transparent !important;
  border: 1px solid #00aced !important;
}
.btn-border-twitter:focus, .btn-border-twitter:hover, .btn-border-twitter:active {
  background-color: #00aced !important;
  border: 1px solid #00aced !important;
  color: #ffffff !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-border-linkedin {
  color: #007bb6 !important;
  background-color: transparent !important;
  border: 1px solid #007bb6 !important;
}
.btn-border-linkedin:focus, .btn-border-linkedin:hover, .btn-border-linkedin:active {
  background-color: #007bb6 !important;
  border: 1px solid #007bb6 !important;
  color: #ffffff !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-border-dribbble {
  color: #ea4c89 !important;
  background-color: transparent !important;
  border: 1px solid #ea4c89 !important;
}
.btn-border-dribbble:focus, .btn-border-dribbble:hover, .btn-border-dribbble:active {
  background-color: #ea4c89 !important;
  border: 1px solid #ea4c89 !important;
  color: #ffffff !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-border-googleplus {
  color: #dd4b39 !important;
  background-color: transparent !important;
  border: 1px solid #dd4b39 !important;
}
.btn-border-googleplus:focus, .btn-border-googleplus:hover, .btn-border-googleplus:active {
  background-color: #dd4b39 !important;
  border: 1px solid #dd4b39 !important;
  color: #ffffff !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-border-instagram {
  color: #517fa4 !important;
  background-color: transparent !important;
  border: 1px solid #517fa4 !important;
}
.btn-border-instagram:focus, .btn-border-instagram:hover, .btn-border-instagram:active {
  background-color: #517fa4 !important;
  border: 1px solid #517fa4 !important;
  color: #ffffff !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-border-pinterest {
  color: #cb2027 !important;
  background-color: transparent !important;
  border: 1px solid #cb2027 !important;
}
.btn-border-pinterest:focus, .btn-border-pinterest:hover, .btn-border-pinterest:active {
  background-color: #cb2027 !important;
  border: 1px solid #cb2027 !important;
  color: #ffffff !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-border-dropbox {
  color: #007ee5 !important;
  background-color: transparent !important;
  border: 1px solid #007ee5 !important;
}
.btn-border-dropbox:focus, .btn-border-dropbox:hover, .btn-border-dropbox:active {
  background-color: #007ee5 !important;
  border: 1px solid #007ee5 !important;
  color: #ffffff !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-border-flickr {
  color: #ff0084 !important;
  background-color: transparent !important;
  border: 1px solid #ff0084 !important;
}
.btn-border-flickr:focus, .btn-border-flickr:hover, .btn-border-flickr:active {
  background-color: #ff0084 !important;
  border: 1px solid #ff0084 !important;
  color: #ffffff !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-border-tumblr {
  color: #32506d !important;
  background-color: transparent !important;
  border: 1px solid #32506d !important;
}
.btn-border-tumblr:focus, .btn-border-tumblr:hover, .btn-border-tumblr:active {
  background-color: #32506d !important;
  border: 1px solid #32506d !important;
  color: #ffffff !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-border-skype {
  color: #00aff0 !important;
  background-color: transparent !important;
  border: 1px solid #00aff0 !important;
}
.btn-border-skype:focus, .btn-border-skype:hover, .btn-border-skype:active {
  background-color: #00aff0 !important;
  border: 1px solid #00aff0 !important;
  color: #ffffff !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-border-youtube {
  color: #bb0000 !important;
  background-color: transparent !important;
  border: 1px solid #bb0000 !important;
}
.btn-border-youtube:focus, .btn-border-youtube:hover, .btn-border-youtube:active {
  background-color: #bb0000 !important;
  border: 1px solid #bb0000 !important;
  color: #ffffff !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
.btn-border-github {
  color: #171515 !important;
  background-color: transparent !important;
  border: 1px solid #171515 !important;
}
.btn-border-github:focus, .btn-border-github:hover, .btn-border-github:active {
  background-color: #171515 !important;
  border: 1px solid #171515 !important;
  color: #ffffff !important;
}
.social-btn-round {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  line-height: 30px;
}
/*gradient  buttons*/

.btn-grd-1, .btn-grd-2, .btn-grd-3, .btn-grd-4, .btn-grd-5, .btn-grd-6, .btn-grd-7, .btn-grd-8, .btn-grd-9, .btn-grd-10, .btn-grd-11, .btn-grd-12, .btn-grd-13, .btn-grd-14, .btn-grd-15, .btn-grd-16, .btn-grd-17, .btn-grd-18 {
  color: #ffffff !important;
}
.btn-grd-19, .btn-grd-20, .btn-grd-21, .btn-grd-22, .btn-grd-23, .btn-grd-24, .btn-grd-25, .btn-grd-26, .btn-grd-27 {
  color: #000 !important;
}
.btn-grd-1 {
  background: #fe0b46;
  background-image: linear-gradient(45deg, #fe0b46, #ffab96) !important;
}
.btn-grd-2 {
  background: #6078ea;
  background-image: linear-gradient(45deg, #6078ea, #17ead9) !important;
}
.btn-grd-3 {
  background: #23bcbb;
  background-image: linear-gradient(45deg, #23bcbb, #45e994) !important;
}
.btn-grd-4 {
  background: #c471f3;
  background-image: linear-gradient(45deg, #c471f3, #f671cd) !important;
}
.btn-grd-5 {
  background: #9b3cb7;
  background-image: linear-gradient(45deg, #9b3cb7, #ff396f) !important;
}
.btn-grd-6 {
  background: #843cf7;
  background-image: linear-gradient(45deg, #004b91, #78cc37) !important;
}
.btn-grd-7 {
  background: #843cf7;
  background-image: linear-gradient(45deg, #843cf7, #38b8f2) !important;
}
.btn-grd-8 {
  background: #e35c67;
  background-image: linear-gradient(45deg, #e35c67, #381ce2) !important;
}
.btn-grd-9 {
  background: #159957;
  background-image: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}
.btn-grd-10 {
  background: #159957;
  background-image: linear-gradient(45deg, #159957, #155799) !important;
}
.btn-grd-11 {
  background: #c33764;
  background-image: linear-gradient(45deg, #c33764, #1d2671) !important;
}
.btn-grd-12 {
  background: #0b486b;
  background-image: linear-gradient(45deg, #0b486b, #f56217) !important;
}
.btn-grd-13 {
  background: #20cae4;
  background-image: linear-gradient(45deg, #20cae4, #1ce5b7) !important;
}
.btn-grd-14 {
  background: #23bcbb;
  background-image: linear-gradient(45deg, #33001b, #ff0084) !important;
}
.btn-grd-15 {
  background: #360033;
  background-image: linear-gradient(45deg, #360033, #0b8793) !important;
}
.btn-grd-16 {
  background: #780206;
  background-image: linear-gradient(45deg, #780206, #061161) !important;
}
.btn-grd-17 {
  background: #ff6f00;
  background-image: linear-gradient(45deg, #ff6f00, #ffca28) !important;
}
.btn-grd-18 {
  background: #263238;
  background-image: linear-gradient(45deg, #263238, #2979ff) !important;
}
.btn-grd-19 {
  background: #c5cae9;
  background-image: linear-gradient(45deg, #c5cae9, #b3e5fc) !important;
}
.btn-grd-20 {
  background: #ffff8d;
  background-image: linear-gradient(45deg, #ffff8d, #b9f6ca) !important;
}
.btn-grd-21 {
  background: #d1c4e9;
  background-image: linear-gradient(45deg, #d1c4e9, #f3e5f5) !important;
}
.btn-grd-22 {
  background: #ffe0b2;
  background-image: linear-gradient(45deg, #ffe0b2, #ffccbc) !important;
}
.btn-grd-23 {
  background: #c5e1a5;
  background-image: linear-gradient(45deg, #c5e1a5, #fff8e1) !important;
}
.btn-grd-24 {
  background: #ea80fc;
  background-image: linear-gradient(45deg, #ea80fc, #fce4ec) !important;
}
.btn-grd-25 {
  background: #e0f2f1;
  background-image: linear-gradient(45deg, #e0f2f1, #00e5ff) !important;
}
.btn-grd-26 {
  background: #fff9c4;
  background-image: linear-gradient(45deg, #fff9c4, #64ffda) !important;
}
.btn-grd-27 {
  background: #18ffff;
  background-image: linear-gradient(45deg, #18ffff, #00e5ff) !important;
}
/*Spilt Buttons */

.split-btn-primary, .split-btn-primary:hover {
  border: 1px solid #841a96 !important;
}
.split-btn-success, .split-btn-success:hover {
  border: 1px solid #2f9633 !important;
}
.split-btn-info, .split-btn-info:hover {
  border: 1px solid #05acc1 !important;
}
.split-btn-danger, .split-btn-danger:hover {
  border: 1px solid #ce292d !important;
}
.split-btn-warning, .split-btn-warning:hover {
  border: 1px solid #ce8507 !important;
}
.split-btn-black, .split-btn-black:hover {
  border: 1px solid #000000 !important;
}
.split-btn-blue, .split-btn-blue:hover {
  border: 1px solid #1007b1 !important;
}
.split-btn-rose, .split-btn-rose:hover {
  border: 1px solid #b70340 !important;
}
/****** CODE ******/

.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
/* Start Panels */

.panel {
  -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0), 0 15px 32px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0), 0 15px 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0), 0 15px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  border: 0px;
  background-color: #fff;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body p {
  margin-bottom: 10px;
}
.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.panel-default>.panel-heading {
  color: rgb(53, 56, 58);
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.panel-primary>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #9c27b0;
  background-color: #9c27b0;
}
.panel-info>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #0acae2;
  background-color: #0acae2;
}
.panel-success>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #4caf50;
  background-color: #4caf50;
}
.panel-warning>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #ffa200;
  background-color: #ffa200;
}
.panel-danger>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #ff3e43;
  background-color: #ff3e43;
}
.panel-blue>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #4c42fd;
  background-color: #4c42fd;
}
.panel-rose>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #e91e63;
  background-color: #e91e63;
}
.panel-black>.panel-heading {
  color: #fff;
  border-bottom: 1px solid #292929;
  background-color: #292929;
}
.panel-footer {
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .125);
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 15px 15px;
}
.p-f-links a {
  margin-right: 10px;
  font-weight: 500;
}
.panel-outline {
  border-radius: 3px;
}
.panel-outline .panel-heading {
  background-color: transparent;
  padding: .75rem 1.25rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.panel-outline .panel-body {
  padding: 20px 15px 15px 15px;
}
.panel-outline.panel-default .panel-heading {
  color: #949798;
  border-top: 3px solid #949798;
}
.panel-outline.panel-primary .panel-heading {
  color: #9c27b0;
  border-top: 3px solid #9c27b0;
}
.panel-outline.panel-info .panel-heading {
  color: #0acae2;
  border-top: 3px solid #0acae2;
}
.panel-outline.panel-success .panel-heading {
  color: #33b86c;
  border-top: 3px solid #33b86c;
}
.panel-outline.panel-warning .panel-heading {
  color: #ffa200;
  border-top: 3px solid #ffa200;
}
.panel-outline.panel-danger .panel-heading {
  color: #ff3e43;
  border-top: 3px solid #ff3e43;
}
.panel-outline.panel-blue .panel-heading {
  color: #7e57c2;
  border-top: 3px solid #7e57c2;
}
.panel-outline.panel-rose .panel-heading {
  color: #ec407a;
  border-top: 3px solid #ec407a;
}
.panel-outline.panel-black .panel-heading {
  color: #212121;
  border-top: 3px solid #212121;
}
.panel-fullcolor {
  border-radius: 3px;
}
.panel-fullcolor.panel-default .panel-heading {
  color: rgb(76, 79, 80);
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.panel-fullcolor.panel-default .panel-body {
  color: rgb(76, 79, 80);
  background-color: rgba(250, 250, 250, 0.15);
}
.panel-fullcolor.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #9c27b0;
  border-bottom: 1px solid rgb(129, 30, 146) !important;
}
.panel-fullcolor.panel-primary .panel-body {
  color: #ffffff;
  background-color: #b936d0;
}
.panel-fullcolor.panel-success .panel-heading {
  color: #ffffff;
  background-color: #4caf50;
  border-bottom: 1px solid #419e45 !important;
}
.panel-fullcolor.panel-success .panel-body {
  color: #ffffff;
  background-color: #6bbd6f;
}
.panel-fullcolor.panel-info .panel-heading {
  color: #ffffff;
  background-color: #0acae2;
  border-bottom: 1px solid #07aec3 !important;
}
.panel-fullcolor.panel-info .panel-body {
  color: #ffffff;
  background-color: #22d4ea;
}
.panel-fullcolor.panel-warning .panel-heading {
  color: #ffffff;
  background-color: #ffa200;
  border-bottom: 1px solid #da8d07 !important;
}
.panel-fullcolor.panel-warning .panel-body {
  color: #ffffff;
  background-color: #fdb435;
}
.panel-fullcolor.panel-danger .panel-heading {
  color: #ffffff;
  background-color: #ff3e43;
  border-bottom: 1px solid #d82328 !important;
}
.panel-fullcolor.panel-danger .panel-body {
  color: #ffffff;
  background-color: #fb5559;
}
.panel-fullcolor.panel-blue .panel-heading {
  color: #ffffff;
  background-color: #4c42fd;
  border-bottom: 1px solid #3930e2 !important;
}
.panel-fullcolor.panel-blue .panel-body {
  color: #ffffff;
  background-color: #675ff9;
}
.panel-fullcolor.panel-rose .panel-heading {
  color: #ffffff;
  background-color: #e91e63;
  border-bottom: 1px solid #bd0b48 !important;
}
.panel-fullcolor.panel-rose .panel-body {
  color: #ffffff;
  background-color: #f94884;
}
.panel-fullcolor.panel-black .panel-heading {
  color: #ffffff;
  background-color: #292929;
  border-bottom: 1px solid #000000 !important;
}
.panel-fullcolor.panel-black .panel-body {
  color: #ffffff;
  background-color: #484848;
}
.panel-img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.carousel-img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* Accordians */

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-heading {
  padding: 12px 26px;
}
.panel-group.panel-group-joined .panel+.panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}
.panel-group-joined .panel-group .panel+.panel {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}
/* New Accordians */

#accordion-3 {
  border: 2px solid #3485ef;
  border-radius: 20px;
  overflow: hidden;
}
#accordion-3 .panel {
  border: none;
  border-bottom: 2px solid #3485ef;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
#accordion-3 .panel:last-child {
  border-bottom: none;
}
#accordion-3 .panel-heading {
  padding: 0;
  border: none;
}
#accordion-3 .panel-title a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #3485ef;
  text-align: right;
  border: none;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion-3 .panel-title a.collapsed {
  background: #fff;
  color: #3485ef;
}
#accordion-3 .panel-title a.collapsed:hover {
  background: #3485ef;
  color: #fff;
}
#accordion-3 .panel-title a:after, #accordion-3 .panel-title a.collapsed:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 17px;
  left: 20px;
  transition: all 0.3s ease-in-out 0s;
}
#accordion-3 .panel-title a.collapsed:after {
  content: "\f106";
  color: #3485ef;
}
#accordion-3 .panel-title a.collapsed:hover:after {
  color: #fff;
}
#accordion-3 .panel-body {
  padding: 20px;
  border: none;
  font-size: 14px;
  color: #888;
  line-height: 25px;
}
#accordion-4:before {
  content: "";
  width: 1px;
  height: 80%;
  background: #550527;
  position: absolute;
  top: 20px;
  left: 24px;
  bottom: 20px;
}
#accordion-4 .panel {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 12px 50px;
  position: relative;
}
#accordion-4 .panel:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #688e26 0%, #ff816a 100%);
  position: absolute;
  top: 0;
  left: -2px;
}
#accordion-4 .panel-heading {
  padding: 0;
  background: #fff;
  position: relative;
}
#accordion-4 .panel-heading:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #550527;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
#accordion-4 .panel-title a {
  display: block;
  padding: 15px 55px 15px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #550527;
  border: none;
  margin: 0;
  position: relative;
}
#accordion-4 .panel-title a:before, #accordion-4 .panel-title a.collapsed:before {
  content: "\f068";
  font-family: fontawesome;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  color: #688e26;
  text-align: center;
  border: 1px solid #688e26;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#accordion-4 .panel-title a.collapsed:before {
  content: "\f067";
}
#accordion-4 .panel-body {
  padding: 0 30px 15px;
  border: none;
  font-size: 14px;
  color: #305275;
  line-height: 28px;
}
/* ==============

  Checkboxs 

===================*/

.demo-checkbox label, .demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}
.demo-swtich .demo-switch-title, .demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}
[type=checkbox]:checked.chk-col-primary+label:before {
  border-right: 2px solid #9c27b0;
  border-bottom: 2px solid #9c27b0;
}
[type=checkbox]:checked.chk-col-success+label:before {
  border-right: 2px solid #4caf50;
  border-bottom: 2px solid #4caf50;
}
[type=checkbox]:checked.chk-col-info+label:before {
  border-right: 2px solid #0acae2;
  border-bottom: 2px solid #0acae2;
}
[type=checkbox]:checked.chk-col-warning+label:before {
  border-right: 2px solid #ffa200;
  border-bottom: 2px solid #ffa200;
}
[type=checkbox]:checked.chk-col-danger+label:before {
  border-right: 2px solid #ff3e43;
  border-bottom: 2px solid #ff3e43;
}
[type=checkbox]:checked.chk-col-black+label:before {
  border-right: 2px solid #292929;
  border-bottom: 2px solid #292929;
}
[type=checkbox]:checked.chk-col-blue+label:before {
  border-right: 2px solid #4c42fd;
  border-bottom: 2px solid #4c42fd;
}
[type=checkbox]:checked.chk-col-rose+label:before {
  border-right: 2px solid #e91e63;
  border-bottom: 2px solid #e91e63;
}
[type=checkbox]:checked.chk-col-cyan+label:before {
  border-right: 2px solid #00ffff;
  border-bottom: 2px solid #00ffff;
}
[type=checkbox]:checked.chk-col-darkcyan+label:before {
  border-right: 2px solid #008b8b;
  border-bottom: 2px solid #008b8b;
}
[type=checkbox]:checked.chk-col-lawngreen+label:before {
  border-right: 2px solid #7cfc00;
  border-bottom: 2px solid #7cfc00;
}
[type=checkbox]:checked.chk-col-grey+label:before {
  border-right: 2px solid #d2d6de;
  border-bottom: 2px solid #d2d6de;
}
[type=checkbox]:checked.chk-col-navy+label:before {
  border-right: 2px solid #001f3f;
  border-bottom: 2px solid #001f3f;
}
[type=checkbox]:checked.chk-col-white+label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/*filed checkbox*/

[type=checkbox].filled-in:checked+label:before {
  border-right: 2px solid #fff!important;
  border-bottom: 2px solid #fff!important;
}
[type=checkbox].filled-in:checked.chk-col-primary+label:after {
  border: 2px solid #9c27b0;
  background-color: #9c27b0;
}
[type=checkbox].filled-in:checked.chk-col-success+label:after {
  border: 2px solid #4caf50;
  background-color: #4caf50;
}
[type=checkbox].filled-in:checked.chk-col-info+label:after {
  border: 2px solid #0acae2;
  background-color: #0acae2;
}
[type=checkbox].filled-in:checked.chk-col-warning+label:after {
  border: 2px solid #ffa200;
  background-color: #ffa200;
}
[type=checkbox].filled-in:checked.chk-col-danger+label:after {
  border: 2px solid #ff3e43;
  background-color: #ff3e43;
}
[type=checkbox].filled-in:checked.chk-col-black+label:after {
  border: 2px solid #292929;
  background-color: #292929;
}
[type=checkbox].filled-in:checked.chk-col-blue+label:after {
  border: 2px solid #4c42fd;
  background-color: #4c42fd;
}
[type=checkbox].filled-in:checked.chk-col-rose+label:after {
  border: 2px solid #e91e63;
  background-color: #e91e63;
}
[type=checkbox].filled-in:checked.chk-col-cyan+label:after {
  border: 2px solid #00ffff;
  background-color: #00ffff;
}
[type=checkbox].filled-in:checked.chk-col-darkcyan+label:after {
  border: 2px solid #008b8b;
  background-color: #008b8b;
}
[type=checkbox].filled-in:checked.chk-col-lawngreen+label:after {
  border: 2px solid #7cfc00;
  background-color: #7cfc00;
}
[type=checkbox].filled-in:checked.chk-col-grey+label:after {
  border: 2px solid #d2d6de;
  background-color: #d2d6de;
}
[type=checkbox].filled-in:checked.chk-col-navy+label:after {
  border: 2px solid #001f3f;
  background-color: #001f3f;
}
[type=checkbox].filled-in:checked.chk-col-white+label:after {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
/* ==============

  Radios 

===================*/

[type=radio].radio-col-primary:checked+label:after {
  background-color: #9c27b0;
  border-color: #9c27b0;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-success:checked+label:after {
  background-color: #4caf50;
  border-color: #4caf50;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-info:checked+label:after {
  background-color: #0acae2;
  border-color: #0acae2;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-warning:checked+label:after {
  background-color: #ffa200;
  border-color: #ffa200;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-danger:checked+label:after {
  background-color: #ff3e43;
  border-color: #ff3e43;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-black:checked+label:after {
  background-color: #292929;
  border-color: #292929;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-blue:checked+label:after {
  background-color: #4c42fd;
  border-color: #4c42fd;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-rose:checked+label:after {
  background-color: #e91e63;
  border-color: #e91e63;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-cyan:checked+label:after {
  background-color: #00ffff;
  border-color: #00ffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-darkcyan:checked+label:after {
  background-color: #008b8b;
  border-color: #008b8b;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-lawngreen:checked+label:after {
  background-color: #7cfc00;
  border-color: #7cfc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-grey:checked+label:after {
  background-color: #d2d6de;
  border-color: #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-navy:checked+label:after {
  background-color: #001f3f;
  border-color: #001f3f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].radio-col-white:checked+label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-primary:checked+label:before {
  border: 2px solid #9c27b0;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-primary:checked+label:after {
  background-color: #9c27b0;
  border: 2px solid #9c27b0;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-success:checked+label:before {
  border: 2px solid #4caf50;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-success:checked+label:after {
  background-color: #4caf50;
  border: 2px solid #4caf50;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-info:checked+label:before {
  border: 2px solid #0acae2;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-info:checked+label:after {
  background-color: #0acae2;
  border: 2px solid #0acae2;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-warning:checked+label:before {
  border: 2px solid #ffa200;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-warning:checked+label:after {
  background-color: #ffa200;
  border: 2px solid #ffa200;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-danger:checked+label:before {
  border: 2px solid #ff3e43;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-danger:checked+label:after {
  background-color: #ff3e43;
  border: 2px solid #ff3e43;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-black:checked+label:before {
  border: 2px solid #292929;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-black:checked+label:after {
  background-color: #292929;
  border: 2px solid #292929;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-blue:checked+label:before {
  border: 2px solid #4c42fd;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-blue:checked+label:after {
  background-color: #4c42fd;
  border: 2px solid #4c42fd;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-rose:checked+label:before {
  border: 2px solid #e91e63;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-rose:checked+label:after {
  background-color: #e91e63;
  border: 2px solid #e91e63;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-cyan:checked+label:before {
  border: 2px solid #00ffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-cyan:checked+label:after {
  background-color: #00ffff;
  border: 2px solid #00ffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-darkcyan:checked+label:before {
  border: 2px solid #008b8b;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-darkcyan:checked+label:after {
  background-color: #008b8b;
  border: 2px solid #008b8b;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-lawngreen:checked+label:before {
  border: 2px solid #7cfc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-lawngreen:checked+label:after {
  background-color: #7cfc00;
  border: 2px solid #7cfc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-grey:checked+label:before {
  border: 2px solid #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-grey:checked+label:after {
  background-color: #d2d6de;
  border: 2px solid #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-navy:checked+label:before {
  border: 2px solid #001f3f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-navy:checked+label:after {
  background-color: #001f3f;
  border: 2px solid #001f3f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-white:checked+label:before {
  border: 2px solid #ffffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap.radio-col-white:checked+label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=checkbox]+label {
  font-weight: 400;
  position: relative;
  padding-left: 35px !important;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
[type=checkbox]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type=checkbox]:not(:checked):disabled+label:before {
  border: none;
  background-color: rgba(0, 0, 0, .26);
}
[type=checkbox].tabbed:focus+label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .1);
}
[type=checkbox]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #45aef1;
  border-bottom: 2px solid #45aef1;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
[type=checkbox]:checked:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, .26);
  border-bottom: 2px solid rgba(0, 0, 0, .26);
}
[type=checkbox]:indeterminate+label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
[type=checkbox]:indeterminate:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, .26);
  background-color: transparent;
}
[type=checkbox].filled-in+label:after {
  border-radius: 2px;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
[type=checkbox].filled-in:not(:checked)+label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0;
}
[type=checkbox].filled-in:checked+label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
[type=checkbox].filled-in:checked+label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #45aef1;
  background-color: #45aef1;
  z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus+label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, .1);
}
[type=checkbox].filled-in.tabbed:checked:focus+label:after {
  border-radius: 2px;
  background-color: #45aef1;
  border-color: #45aef1;
}
[type=checkbox].filled-in:disabled:not(:checked)+label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked)+label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type=checkbox].filled-in:disabled:checked+label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked+label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type=radio]+label:after, [type=radio]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
}
[type=radio].with-gap:checked+label:after, [type=radio].with-gap:checked+label:before, [type=radio]:checked+label:after, [type=radio]:checked+label:before, [type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before {
  border-radius: 50%
}
[type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before {
  border: 2px solid #5a5a5a;
}
[type=radio]:not(:checked)+label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type=radio]:checked+label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap:checked+label:after, [type=radio].with-gap:checked+label:before, [type=radio]:checked+label:after {
  border: 2px solid #389af0;
}
[type=radio].with-gap:checked+label:after, [type=radio]:checked+label:after {
  background-color: #389af0;
  z-index: 0;
}
[type=radio]:checked+label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
[type=radio].with-gap:checked+label:after {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
[type=radio].tabbed:focus+label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap:disabled:checked+label:before {
  border: 2px solid rgba(0, 0, 0, .26);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio].with-gap:disabled:checked+label:after {
  border: none;
  background-color: rgba(0, 0, 0, .26);
}
[type=radio]:disabled:checked+label:before, [type=radio]:disabled:not(:checked)+label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .26);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards;
}
[type=radio]:disabled+label {
  color: rgba(0, 0, 0, .26);
}
[type=radio]:disabled:not(:checked)+label:before {
  border-color: rgba(0, 0, 0, .26);
}
[type=radio]:disabled:checked+label:after {
  background-color: rgba(0, 0, 0, .26);
  border-color: #BDBDBD;
}
input[type="color"] {
  height: 42px;
}
.input-group-addon [type=checkbox]:checked, .input-group-addon [type=checkbox]:not(:checked), .input-group-addon [type=radio]:checked, .input-group-addon [type=radio]:not(:checked) {
  position: initial;
  opacity: 1;
  margin-top: 4px;
}
/* ==============

  Progressbars

===================*/

.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #9c27b0;
}
.progress-bar-success {
  background-color: #4caf50;
}
.progress-bar-info {
  background-color: #0acae2;
}
.progress-bar-warning {
  background-color: #ffa200;
}
.progress-bar-danger {
  background-color: #ff3e43;
}
.progress-bar-black {
  background-color: #212121;
}
.progress-bar-blue {
  background-color: #4c42fd;
}
.progress-bar-rose {
  background-color: #e91e63;
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}
/* circular Progress Bars */

.cr-progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.cr-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.color-progress .cr-progress:after {
  border: 12px solid #fff !important;
}
.cr-progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cr-progress .progress-left {
  left: 0;
}
.cr-progress .progress-bar-anim {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.color-progress .cr-progress .progress-bar-anim {
  border-width: 12px !important;
}
.cr-progress .progress-left .progress-bar-anim {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.cr-progress .progress-right {
  right: 0;
}
.cr-progress .progress-right .progress-bar-anim {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-cr-1 1.8s linear forwards;
}
.cr-progress .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  font-size: 32px;
  line-height: 125px;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%;
}
.color-progress .cr-progress .progress-value {
  background: #44484b !important;
  border: 0px solid #ebebeb !important;
}
.cr-progress.blue .progress-bar-anim {
  border-color: #4c42fd;
}
.cr-progress.blue .progress-value {
  color: #4c42fd;
}
.cr-progress.blue .progress-left .progress-bar-anim {
  animation: loading-cr-2 1.5s linear forwards 1.8s;
}
.cr-progress.yellow .progress-bar-anim {
  border-color: #ffa200;
}
.cr-progress.yellow .progress-value {
  color: #ffa200;
}
.cr-progress.yellow .progress-left .progress-bar-anim {
  animation: loading-cr-3 1s linear forwards 1.8s;
}
.cr-progress.pink .progress-bar-anim {
  border-color: #e91e63;
}
.cr-progress.pink .progress-value {
  color: #e91e63;
}
.cr-progress.pink .progress-left .progress-bar-anim {
  animation: loading-cr-4 0.4s linear forwards 1.8s;
}
.cr-progress.green .progress-bar-anim {
  border-color: #4caf50;
}
.cr-progress.green .progress-value {
  color: #4caf50;
}
.cr-progress.green .progress-left .progress-bar-anim {
  animation: loading-cr-5 1.2s linear forwards 1.8s;
}
@keyframes loading-cr-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-cr-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-cr-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-cr-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-cr-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .cr-progress {
    margin-bottom: 20px;
  }
}
/* Sweet Alerts */

.swal-button {
  border-radius: 2px;
  background-color: #0acae2;
}
.swal-button--cancel {
  color: #555;
  background-color: #efefef;
}
.swal-button--danger {
  background-color: #e64942;
}
.swal-modal {
  border-radius: 2px;
}
.swal-icon--error {
  border-color: #ff3e43;
}
.swal-icon--error__line {
  background-color: #ff3e43;
}
.swal-icon--success__line {
  background-color: #4caf50;
}
.swal-icon--success__ring {
  border: 4px solid hsla(98, 55%, 69%, 0.45);
}
.swal-icon--info {
  border-color: #0acae24d;
}
.swal-icon--info:after, .swal-icon--info:before {
  background-color: #0acae2;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
  background-color: #ffa200;
}
/* ==============

  Tables

===================*/

.table {
  margin-bottom: 10px;
}
tbody {
  color: #797979;
}
th {
  color: #666666;
  font-size: 15px;
}
.table tr td, .table tr th {
  padding: 14px!important;
  border-color: #e0e0e0!important;
}
.table tr.success td {
  background-color: #d9eeda!important;
}
.table tr.info td {
  background-color: #d4faff!important;
}
.table tr.warning td {
  background-color: #fff5e6!important;
}
.table tr.danger td {
  background-color: #fde1df!important;
}
.table tr td, .table tr th {
  padding: 14px!important;
  border-color: #e0e0e0!important;
}
/*header tables*/

.t-h-primary thead tr th, .t-h-success thead tr th, .t-h-info thead tr th, .t-h-warning thead tr th, .t-h-danger thead tr th, .t-h-black thead tr th, .t-h-blue thead tr th, .t-h-rose thead tr th {
  color: #ffffff;
  border: 0px;
}
.t-h-primary thead tr th {
  background: #9c27b0;
}
.t-h-success thead tr th {
  background: #4caf50;
}
.t-h-info thead tr th {
  background: #0acae2;
}
.t-h-warning thead tr th {
  background: #ffa200;
}
.t-h-danger thead tr th {
  background: #ff3e43;
}
.t-h-black thead tr th {
  background: #292929;
}
.t-h-blue thead tr th {
  background: #4c42fd;
}
.t-h-rose thead tr th {
  background: #e91e63;
}
/* table borders*/

.t-b-primary {
  border: 2px solid #9c27b0;
}
.t-b-success {
  border: 2px solid #4caf50;
}
.t-b-info {
  border: 2px solid #0acae2;
}
.t-b-warning {
  border: 2px solid #ffa200;
}
.t-b-danger {
  border: 2px solid #ff3e43;
}
.t-b-black {
  border: 2px solid #292929;
}
.t-b-blue {
  border: 2px solid #4c42fd;
}
.t-b-rose {
  border: 2px solid #e91e63;
}
.t-color-primary tbody tr td, .t-color-success tbody tr td, .t-color-info tbody tr td, .t-color-warning tbody tr td, .t-color-danger tbody tr td, .t-color-black tbody tr td, .t-color-blue tbody tr td, .t-color-rose tbody tr td {
  color: #fff;
  border: 0;
}
.t-color-primary {
  background: #b936d0;
}
.t-color-success {
  background: #6bbd6f;
}
.t-color-info {
  background: #22d4ea;
}
.t-color-warning {
  background: #fdb435;
}
.t-color-danger {
  background: #fb5559;
}
.t-color-black {
  background: #484848;
}
.t-color-blue {
  background: #675ff9;
}
.t-color-rose {
  background: #f94884;
}
.t-striped-primary>tbody>tr:nth-of-type(even) {
  background-color: #9c27b0;
}
.t-striped-success>tbody>tr:nth-of-type(even) {
  background-color: #4caf50;
}
.t-striped-info>tbody>tr:nth-of-type(even) {
  background-color: #0acae2;
}
.t-striped-warning>tbody>tr:nth-of-type(even) {
  background-color: #ffa200;
}
.t-striped-danger>tbody>tr:nth-of-type(even) {
  background-color: #ff3e43;
}
.t-striped-black>tbody>tr:nth-of-type(even) {
  background-color: #292929;
}
.t-striped-blue>tbody>tr:nth-of-type(even) {
  background-color: #4c42fd;
}
.t-striped-rose>tbody>tr:nth-of-type(even) {
  background-color: #e91e63;
}
table.focus-on tbody tr.focused th {
  background-color: #6e8cd7;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #6e8cd7;
  color: #ffffff;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #0acae2 !important;
  outline-offset: -1px;
}
.fixedHeader-floating {
  top: 70px !important;
}
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
#datatable td {
  font-weight: normal;
}
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_info {
  padding-top: 38px;
}
/* ==============

  Form-elements

===================*/

.error {
  color: #ff0000;
}
.datepicker {
  border: 1px solid #dddddd;
  padding: 8px;
}
.datepicker th {
  font-size: 14px !important;
}
.search-input {
  margin-bottom: 10px;
}
.ms-selectable {
  box-shadow: none;
  outline: none !important;
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #0acae2;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #0acae2;
}
.spinner-buttons.btn-group-vertical .btn {
  background-color: #eeeeee;
  border: none !important;
  box-shadow: none !important;
  height: 17px;
  line-height: 16px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
  color: #333333 !important;
  line-height: 10px;
  margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 0 0px 0 0 !important;
  border-radius: 0 0px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 0px !important;
  border-radius: 0 0 0px !important;
}
.note-editor {
  border: 1px solid #dddddd;
  position: relative;
}
.note-editor .note-toolbar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.note-editor .note-statusbar {
  background-color: #ffffff;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #dddddd;
  height: 15px;
  padding-top: 3px;
}
.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-toolbar {
  padding: 5px 0 10px 5px;
}
.code-edit-wrap {
  padding: 0px !important;
}
.cm-s-ambiance .CodeMirror-linenumber {
  color: #bcbcbc;
}
.cm-s-ambiance .CodeMirror-gutters {
  background-color: #212121 !important;
  box-shadow: none;
}
.cm-s-ambiance.CodeMirror {
  background-color: #212121 !important;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #6e8cd7;
  text-decoration: none;
}
.editor-horizontal .popover-content {
  padding: 9px 30px;
}

.wizard > .content {
    background: #ffffff;
    min-height: 250px;
    padding: 20px;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
    border-radius: 2px;
}
.wizard > .actions a {
    background: #0acae2;
    border-radius: 2px;
    color: #ffffff;
}

.wizard > .actions a:hover {
    background: #0acae2;
    border-radius: 2px;
    color: #ffffff;
}
.wizard > .steps .current a {
    background: #0acae2;
}
.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-color: #6e8cd7 !important;
  background-image: none;
  box-shadow: none;
}
/* Select2 */

.select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto !important;
  padding: 0px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: transparent;
  border: none;
  width: 14px;
  top: 2px;
  right: 5px;
}
.select2-container .select2-container-multi.form-control {
  height: auto;
}
.select2-results .select2-highlighted {
  background-color: #6e8cd7;
}
.select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.select2-search input {
  border: 1px solid #e3e3e3;
}
.select2-container-multi {
  width: 100%;
}
.select2-container-multi .select2-choices {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  background-clip: padding-box !important;
  min-height: 34px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 6px 8px 7px 19px;
  margin: 5px 0 3px 5px;
  background: #eeeeee;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 7px 7px 10px;
  font-family: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice-close {
  top: 6px;
}
.select2-chosen {
  line-height: 34px;
  padding-left: 15px;
  color: #444444;
}
/* Timepiker */

.bootstrap-timepicker-widget table td input {
  border: none;
}
/* Dropzone */

.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}
.dropzone .dz-message {
  font-size: 30px;
}
/* ==============

  Calendar

===================*/

#fc-wrap {
  width: 100%;
  margin: 0 auto;
}
#external-events {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: left;
}
#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
.external-event {
  /* try to mimick the look of a real event */
  margin: 10px 0;
  padding: 2px 4px;
  background: #3366CC;
  color: #fff;
  font-size: .85em;
  cursor: pointer;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}
#calendar {
  /*  float: right; */
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 0px 1px #7f7e7e;
}
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #333333;
  display: block;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0px 20px;
}
.conversation-list li {
  margin-bottom: 24px;
}
.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.conversation-list .ctext-wrap i {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0px;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 242, 239, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  margin-top: -5px;
}
.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap {
  background: #e8e9ec !important;
}
.conversation-list .odd .ctext-wrap i {
  color: #acacac;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: #e8e9ec !important;
  left: 100% !important;
  top: 20% !important;
}
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}
.chat-send button {
  width: 100%;
}
.chat-inputbar {
  padding-left: 30px;
}
#todo-message {
  font-size: 16px;
}
.todoapp {
  padding: 10px 30px 20px 30px !important;
}
.todo-list li {
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.todo-list li:last-of-type {
  border-bottom: none;
}
.todo-send {
  padding-left: 0px;
}
.product-img {
  height: 38px;
}
.custom-header {
  background: #484545;
  padding: 5px;
  color: white;
}
/* borders */

.border-primary {
  border: 1px solid #9c27b0 !important;
}
.border-success {
  border: 1px solid #4caf50 !important;
}
.border-info {
  border: 1px solid #0acae2 !important;
}
.border-danger {
  border: 1px solid #ff3e43 !important;
}
.border-warning {
  border: 1px solid #ffa200 !important;
}
.border-black {
  border: 1px solid #292929 !important;
}
.border-blue {
  border: 1px solid #4c42fd !important;
}
.border-rose {
  border: 1px solid #e91e63 !important;
}
/* user cards */

.user-box {
  width: 140px;
  margin: auto;
  margin-bottom: 40px;
}
.user-box img {
  width: 100%;
  border-radius: 50%;
}
.card-title {
  text-transform: uppercase;
}
.user-social {
  margin-top: 20px;
}
.user-cover-profile1 {
  height: 200px!important;
  background: url(../images/users/user-cover-img-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.user-cover-profile2 {
  height: 200px!important;
  background: url(../images/users/user-cover-img-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.user-cover-profile3 {
  height: 200px!important;
  background: url(../images/users/user-cover-img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.user-lock {
  height: 150px!important;
  background: url(../images/users/user-cover-img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, #2ec1f9, #50e4fb) !important;
}
.user-lock-img {
  width: 130px;
  margin: auto;
}
.user-lock-img img {
  width: 100%;
  border-radius: 50%;
  margin-top: 80px;
  border: 4px solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.user-cover-profile-img {
  width: 130px;
  margin: auto;
}
.user-cover-profile-img img {
  width: 100%;
  border-radius: 50%;
  margin-top: 130px;
  border: 4px solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.profile-cover-big {
  background: url(../images/users/profile-cover-big.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, #2ec1f9, #50e4fb);
  height: 300px;
}
.profile-cover-user-img {
  width: 130px;
  margin-top: -100px;
  margin-left: 20px;
  padding-bottom: 22px;
}
.profile-cover-user-img img {
  width: 100%;
  border-radius: 2%;
  border: 4px solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.profile-name {
  margin-top: -45px;
  color: #ffffff;
}
.user-btn {
  margin-top: -50px;
  margin-right: 20px;
}
.box-shadow-0 {
  box-shadow: none;
}

.box-shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.box-shadow-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.box-shadow-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}
.box-shadow-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}


/* Menu Style*/

.topbar {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  height: 60px;
}

.logo {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.1);
}
.logo img {
  width: 30px;
  margin-right: 10px;
}
.navbar-default {
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  height: 60px;
}
.navbar-default .navbar-nav>.open>a {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.nav>li>a {
  color: #333333 !important;
  line-height: 60px;
  padding: 0px 15px;
  position: relative;
}
.nav>li>a i {
  font-size: 20px;
}
.nav>li>a .badge {
  position: absolute;
  right: 4px;
  top: 8px;
}
.profile img {
  border: 2px solid #0acae2;
  height: 40px;
  width: 40px;
}
.dropdown-lg {
  width: 320px;
}
.dropdown-lg .list-group {
  margin-bottom: 0px;
}
.dropdown-lg .list-group-item {
  padding: 10px 20px;
}
.dropdown-lg .media-heading {
  margin-bottom: 0px;
}
.dropdown-lg .media-body p {
  color: #828282;
}
.notification-title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px 10px 20px;
}
.message-box div .media-left img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.message-title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px 10px 20px;
}
.dropdown-user .media-left img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.navbar-form {
  border: none;
  box-shadow: none;
  padding: 0px;
}

.menu-icon{
	margin-left: 240px;
    margin-top: 20px;
	cursor: pointer;
    color: #292929;
}

#wrapper.toggled .sidebar-left {
    width: 0px;
}

#wrapper.toggled .content-page {
    margin-left: 0;
}

#wrapper.toggled .menu-icon{
	margin-left: 0px;
}
.search-bar {
  background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #2f353f;
  font-size: 14px;
  height: 30px;
  margin-top: 5px;
  border-radius: 0px;
  margin-left: 20px;
}
.search-div {
  position: relative;
}
.search-div a {
  position: absolute;
  top: 12px;
  left: 178px;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #000000;
  font-size: 14px;
}
.btn-search {
  display: none;
}
input.search-bar::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
input.search-bar:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
input.search-bar::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
input.search-bar:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-nav {
  margin: 0px;
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
}
.content-page>.content {
  position: relative;
  margin-bottom: 50px;
  margin-top: 0px;
  padding: 20px 5px 15px 5px;
}

.user-details {
  min-height: 75px;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.1);
}
.user-details img {
  position: relative;
  z-index: 9999;
}
.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}
.user-details .user-info a.dropdown-toggle {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding-top: 5px;
  text-transform: capitalize;
}
.designation {
  color: #f9f3e4;
}

.sidebar-left {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0
}
.sidebar-menu a {
  color: #ffffff;
  text-decoration: none
}



.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0
}
.sidebar-menu>li>a {
  padding: 10px 5px 10px 10px;
  display: block;
  border-left: 3px solid transparent;
  font-size: 13px;
}
.sidebar-menu>li>a>.fa {
  width: 20px
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a {
  color: #fff;
  background: rgba(10, 24, 35, 0.26);
  border-left-color: #fff
}

.sidebar-menu>li ul li a:hover {
  color: #fff;
  background: rgba(10, 24, 35, 0.26);
  border-left: 0px solid #3c8dbc;
}
 .sidebar-menu>li ul li a.active {
  color: #fff;
  background: rgba(10, 24, 35, 0.26);
  border-left: 0px solid #3c8dbc;
}

.sidebar-menu>li>.treeview-menu {
  margin: 0 0px;
  background: transparent;
}
.sidebar-menu>li .label, .sidebar-menu>li .badge {
  margin-top: 3px;
  margin-right: 5px
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 20px;
  font-size: 12px;
  color: #d3d9e2;
  background: rgba(10, 24, 35, 0.26)
}
.sidebar-menu li>a>.fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px
}

.sidebar-menu li.active>a>.fa-angle-left {
  transform: rotate(-90deg)
}
.sidebar-menu li.active>.treeview-menu {
  display: block
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px
}
.sidebar-menu .treeview-menu>li {
  margin: 0
}
.sidebar-menu .treeview-menu>li>a {
  padding: 8px 0px 8px 45px;
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-top: 2px;
}
.sidebar-menu .treeview-menu>li>a>.fa {
  width: 20px
}
.sidebar-menu >li>a>i{
  margin-right: 10px;
  font-size: 16px;
}
.sidebar-menu .treeview-menu>li>a>.fa-angle-left, .sidebar-menu .treeview-menu>li>a>.fa-angle-down {
  width: auto
}


@media only screen and (min-width:768px) {
  .sidebar-left {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 100%;
    z-index: 2016;
    box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.11), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
  }
  .sidebar-left .navbar-header {
    float: none
  }
  .sidebar-left .navbar-collapse {
    padding: 0
  }
  
}


/* Pages Style */

/* ==============

  Profile

===================*/

.bg-img {
  background: url(../images/small/bg.jpg) center;
}
.bg-overlay {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  background-color: rgba(49, 126, 235, 0.4);
  border-radius: 6px 6px 0px 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.bg-picture {
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -20px -25px 0px -25px;
  padding: 100px 0px;
  position: relative;
}
.bg-picture>.bg-picture-overlay {
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.profile-info-name {
  position: relative;
}
.profile-tab-content {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 35px;
}
.user-tabs {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: -35px;
  padding-left: 25px;
}
.user-tabs .nav.nav-tabs {
  box-shadow: none !important;
}
.user-tabs .nav.nav-tabs a {
  text-transform: uppercase;
}
.user-tabs .pull-right .btn {
  margin-top: 8px;
}
.about-info-p {
  margin-bottom: 20px;
}
.about-info-p p {
  font-size: 16px;
}
/* ==============

  Timeline-2

===================*/

.timeline-2 {
  border-left: 2px solid #14082d;
  position: relative;
}
.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #14082d;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item {
  border-color: #dee5e7;
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.time-item:after {
  background-color: #ffffff;
  border-color: #14082d;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item-item:after {
  content: " ";
  display: table;
}
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}
/* ==============

  Sweet Alert

===================*/

.sweet-alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
button.confirm {
  background-color: #6e8cd7 !important;
  border-color: #6e8cd7 !important;
  box-shadow: none !important;
}
/* ==============


  Pricing Tables

===================*/

/*pricing Table 1*/

.pricingTable1 {
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
}
.pricingTable1 .pricingTable-header {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.pricingTable1 .pricingTable-header:before {
  content: "";
  width: 100%;
  height: 150%;
  background: #606aa3;
  position: absolute;
  top: -90%;
  left: -20%;
  z-index: -1;
  transform: rotate(-42deg);
}
.pricingTable1 .pricingTable-header:after {
  content: "";
  width: 100%;
  height: 190%;
  background: #727cb6;
  position: absolute;
  top: -76%;
  right: -16%;
  z-index: -2;
  transform: rotate(20deg);
}
.pricingTable1 .price-value {
  display: inline-block;
  width: 50%;
  padding: 30px 0;
  float: left;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  position: relative;
  top: 10px;
  left: 20px;
}
.pricingTable1 .currency {
  font-size: 20px;
  position: relative;
  top: -10px;
  right: -3px;
}
.pricingTable1 .title {
  display: inline-block;
  width: 50%;
  padding: 30px 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  right: 7px;
}
.pricingTable1 .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  clear: both;
}
.pricingTable1 .pricing-content li {
  font-size: 17px;
  color: #828282;
  line-height: 40px;
}
.pricingTable1 .pricingTable-signup {
  display: block;
  width: 80%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #606aa3;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 18px;
  color: #606aa3;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.pricingTable1 .pricingTable-signup:before, .pricingTable1 .pricingTable-signup:after {
  content: "";
  border-width: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
  transition: all 0.7s ease 0s;
}
.pricingTable1 .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #606aa3;
  bottom: 0;
  left: 0;
}
.pricingTable1 .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #606aa3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
}
.pricingTable1 .pricingTable-signup:hover:before, .pricingTable1 .pricingTable-signup:hover:after {
  border-width: 150px 262px;
}
.pricingTable1.green .pricingTable-header:before {
  background: #18a288;
}
.pricingTable1.green .pricingTable-header:after {
  background: #1abc9c;
}
.pricingTable1.green .pricingTable-signup {
  border-color: #1abc9c;
  color: #1abc9c;
}
.pricingTable1.green .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #18a288;
}
.pricingTable1.green .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #18a288 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pricingTable1.orange .pricingTable-header:before {
  background: #ee6e00;
}
.pricingTable1.orange .pricingTable-header:after {
  background: #e67e22;
}
.pricingTable1.orange .pricingTable-signup {
  border-color: #e67e22;
  color: #e67e22;
}
.pricingTable1.orange .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee6e00;
}
.pricingTable1.orange .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #ee6e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pricingTable1.purple .pricingTable-header:before {
  background: #b14468;
}
.pricingTable1.purple .pricingTable-header:after {
  background: #cf4d78;
}
.pricingTable1.purple .pricingTable-signup {
  border-color: #cf4d78;
  color: #cf4d78;
}
.pricingTable1.purple .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b14468;
}
.pricingTable1.purple .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #b14468 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 990px) {
  .pricingTable1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricingTable1 .pricingTable-header:before {
    height: 300%;
    top: -267%;
  }
  .pricingTable1 .pricingTable-header:after {
    height: 270%;
    top: -106%;
  }
  .pricingTable1 .title {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .pricingTable1 .pricingTable-header:after {
    top: -146%;
  }
}
@media only screen and (max-width: 479px) {
  .pricingTable1 .pricingTable-header:before {
    height: 200%;
    top: -120%;
    left: -20%;
  }
}
/*pricing Table 2*/

.pricingTable2 {
  padding: 30px 0;
  background: #fff;
  border: 1px solid #043565;
  text-align: center;
  color: #043565;
  position: relative;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover {
  background: #25ced1;
  border-color: #fff;
  color: #fff;
}
.pricingTable2:before {
  content: "";
  border-top: 45px solid #043565;
  border-bottom: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover:before {
  border-top-color: #fff;
}
.pricingTable2:after {
  content: "";
  border-bottom: 45px solid #043565;
  border-top: 45px solid transparent;
  border-left: 45px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover:after {
  border-bottom-color: #fff;
}
.pricingTable2 .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.pricingTable2 .price-value {
  font-size: 40px;
  margin-bottom: 40px;
}
.pricingTable2 .month {
  display: block;
  font-size: 25px;
  line-height: 10px;
  text-transform: capitalize;
}
.pricingTable2 .pricing-content {
  padding: 20px 0 0;
  margin: 0 40px 20px;
  list-style: none;
  font-size: 16px;
  line-height: 40px;
  border-top: 1px solid #043565;
  position: relative;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover .pricing-content {
  border-top-color: #fff;
}
.pricingTable2 .pricing-content:before {
  content: "\f1b3";
  font-family: fontawesome;
  width: 70px;
  background: #fff;
  font-size: 30px;
  margin: 0 auto;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover .pricing-content:before {
  background: #25ced1;
}
.pricingTable2 .pricingTable-signup {
  display: inline-block;
  padding: 7px 30px;
  border-radius: 10px;
  border: 1px solid #043565;
  font-size: 18px;
  font-weight: 600;
  color: #043565;
  transition: all 0.5s ease 0s;
}
.pricingTable2:hover .pricingTable-signup {
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 990px) {
  .pricingTable2 {
    margin-bottom: 30px;
  }
}
/* Pricing 3 */

.demo3 {
  background: #efeeee;
  padding-bottom: 20px;
}
.pricingTable3 {
  padding-bottom: 100px;
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
}
.pricingTable3:before {
  content: "";
  width: 80%;
  height: 10px;
  background: #727cb6;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.pricingTable3 .title {
  display: inline-block;
  width: 80%;
  margin: 0 0 40px 0;
  background: #727cb6;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.pricingTable3 .title:before, .pricingTable3 .title:after {
  content: "";
  border-right: 10px solid #4a59ab;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: -10px;
}
.pricingTable3 .title:after {
  border-right: none;
  border-left: 10px solid #4a59ab;
  left: auto;
  right: -10px;
}
.pricingTable3 .title span {
  display: block;
  padding: 25px 0;
}
.pricingTable3 .title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: -21px;
  background: linear-gradient(-45deg, transparent 75%, #727cb6 75%) 0 50%, linear-gradient( 45deg, transparent 75%, #727cb6 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 16px;
}
.pricingTable3 .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricingTable3 .pricing-content li {
  font-size: 16px;
  font-weight: bold;
  color: #727cb6;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}
.pricingTable3 .pricing-content li:last-child {
  margin-bottom: 0;
}
.pricingTable3 .pricing-content li:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #727cb6;
  position: absolute;
  top: 0;
  left: -10px;
}
.pricingTable3 .pricing-content li:after {
  content: "";
  border-left: 15px solid #727cb6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 20px;
}
.pricingTable3 .pricing-content i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.pricingTable3 .pricing-content i:after {
  content: "";
  border-right: 10px solid #4a59ab;
  border-top: 10px solid transparent;
  position: absolute;
  top: -16px;
  left: -10px;
}
.pricingTable3 .price-value {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #727cb6;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}
.pricingTable3 .pricingTable-signup {
  display: block;
  padding: 21px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.pricingTable3 .pricingTable-signup:before, .pricingTable3 .pricingTable-signup:after {
  content: "";
  width: 53%;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: rotate(20deg);
}
.pricingTable3 .pricingTable-signup:after {
  left: auto;
  right: 0;
  transform: rotate(-20deg);
}
.pricingTable3 .amount {
  display: block;
  padding: 15px 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.pricingTable3 .amount span {
  display: inline;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  position: relative;
  top: -8px;
}
.pricingTable3.green:before, .pricingTable3.green .title, .pricingTable3.green .price-value, .pricingTable3.green .pricing-content li:before {
  background: #1abc9c;
}
.pricingTable3.green .title span:after {
  background: linear-gradient(-45deg, transparent 75%, #1abc9c 75%) 0 50%, linear-gradient( 45deg, transparent 75%, #1abc9c 75%) 0 50%;
  background-size: 16px;
}
.pricingTable3.green .pricing-content li {
  color: #1abc9c;
}
.pricingTable3.green .pricing-content li:after {
  border-left: 15px solid #1abc9c;
}
.pricingTable3.green .title:before, .pricingTable3.green .pricing-content i:after {
  border-right: 10px solid #11927a;
}
.pricingTable3.green .title:after {
  border-left: 10px solid #11927a;
}
.pricingTable3.purple:before, .pricingTable3.purple .title, .pricingTable3.purple .price-value, .pricingTable3.purple .pricing-content li:before {
  background: #cf4d78;
}
.pricingTable3.purple .title span:after {
  background: linear-gradient(-45deg, transparent 75%, #cf4d78 75%) 0 50%, linear-gradient( 45deg, transparent 75%, #cf4d78 75%) 0 50%;
  background-size: 16px;
}
.pricingTable3.purple .pricing-content li {
  color: #cf4d78;
}
.pricingTable3.purple .pricing-content li:after {
  border-left: 15px solid #cf4d78;
}
.pricingTable3.purple .title:before, .pricingTable3.purple .pricing-content i:after {
  border-right: 10px solid #ae365e;
}
.pricingTable3.purple .title:after {
  border-left: 10px solid #ae365e;
}
@media only screen and (max-width: 990px) {
  .pricingTable3 {
    margin-bottom: 100px;
  }
}
/* pricing table 4 */

.demo4 {
  background: #333;
}
.pricingTable4 {
  text-align: center;
  background: #595555;
  transition: all 0.3s ease 0s;
}
.pricingTable4:hover {
  background: #f95b34;
}
.pricingTable4 .pricingTable-header {
  padding: 25px 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.pricingTable4:hover .pricingTable-header {
  color: #222;
}
.pricingTable4 .icon {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
.pricingTable4 .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.pricingTable4 .price-value {
  display: inline-block;
  font-size: 50px;
  position: relative;
}
.pricingTable4 .currency {
  font-size: 25px;
  position: absolute;
  top: 13px;
  left: -19px;
}
.pricingTable4 .month {
  font-size: 20px;
  position: absolute;
  top: 32px;
  right: -65px;
}
.pricingTable4 .pricing-content {
  padding: 35px 0;
  background: #222;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
.pricingTable4 .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.pricingTable4 .pricing-content ul li {
  font-size: 14px;
  line-height: 40px;
}
.pricingTable4 .pricingTable-signup {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 30px;
  border: 1px solid #595555;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.pricingTable4 .pricingTable-signup:hover {
  background: #f95b34;
  border-color: #f95b34;
  color: #222;
}
@media only screen and (max-width: 990px) {
  .pricingTable4 {
    margin-bottom: 30px;
  }
}
/* Pricing Table 5 */

.demo5 {
  background: #e5e5e5;
}
.pricingTable5 {
  text-align: center;
  background: #eceeeb;
  box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.2);
  overflow: hidden;
  position: relative;
  animation-delay: 0.25s;
}
.pricingTable5 .pricingTable-header {
  background: #4ecdc4;
  border-bottom: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 200px 200px/32px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 70px;
  padding-bottom: 70px;
  position: relative;
}
.pricingTable5 .title {
  font-size: 22px;
  color: #222;
  margin: 0;
  padding: 20px 20px 15px;
}
.pricingTable5 .price-value {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #4ecdc4;
  border: 2px solid #eceeeb;
  padding: 30px 0;
  margin: auto;
  box-shadow: 0 0 0 4px #1a535c, 0 0 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  position: absolute;
  bottom: -73px;
  left: 0;
  right: 0;
}
.pricingTable5 .price-value:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.pricingTable5:hover .price-value:after {
  animation: 0.6s ease-out 0.1s normal forwards 1 running loading-3;
}
.pricingTable5 .amount {
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
}
.pricingTable5 .month {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.pricingTable5 .pricing-content {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
}
.pricingTable5 .pricing-content li {
  font-size: 14px;
  color: #212f3c;
  line-height: 24px;
  padding: 10px 0;
  text-transform: capitalize;
}
.pricingTable5 .pricingTable-signup {
  display: block;
  padding: 20px;
  background: #4ecdc4;
  font-size: 17px;
  color: #222;
  letter-spacing: 2px;
  border-radius: 200px 200px 0 0 /32px;
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}
.pricingTable5 .pricingTable-signup:before, .pricingTable5 .pricingTable-signup:after {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 10px;
}
.pricingTable5 .pricingTable-signup:after {
  content: "\f100";
  padding-left: 10px;
}
.pricingTable5 .pricingTable-signup:hover:before {
  animation: 1s linear 0s alternate none infinite running loading-2;
}
.pricingTable5 .pricingTable-signup:hover:after {
  animation: 1s linear 0s alternate none infinite running loading-1;
}
@keyframes loading-1 {
  20% {
    opacity: 1;
    transform: translateX(-7px);
  }
  100% {
    opacity: 0.8;
    transform: translateX(7px);
  }
}
@keyframes loading-2 {
  20% {
    opacity: 1;
    transform: translateX(7px);
  }
  100% {
    opacity: 0.8;
    transform: translateX(-7px);
  }
}
@keyframes loading-3 {
  60% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  80% {
    opacity: 0.3;
    transform: scale(1.6);
  }
  99% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media only screen and (max-width: 990px) {
  .pricingTable5 {
    margin-bottom: 30px;
  }
}
/* Vertical Timeline */

.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 2px 10px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content img {
  margin-bottom: 10px;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #d7e4ed;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Horizontal Timeline */

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline ol {
  list-style: none;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/timeline/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li>* {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* ==============

  Charts

===================*/

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: .7;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.w_chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
}
.w_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.w_percent {
  display: inline-block;
  line-height: 80px;
  z-index: 2;
  color: #ffffff;
}
.w_percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
  color: #ffffff;
}
/* ==============

  Email

===================*/

.mails a {
  color: #444444;
}
.mails .checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: middle;
}
.mails .checkbox label {
  min-height: 16px;
}
/* ==============

  Gallery

===================*/

.portfolioFilter a {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 5px 10px;
  transition: all 0.3s ease-out;
}
.portfolioFilter a:hover {
  background-color: #6e8cd7;
  color: #ffffff;
}
.portfolioFilter a.current {
  background-color: #6e8cd7;
  color: #ffffff;
}
.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.gal-detail h4 {
  margin-top: 16px;
}
/* ==============

  Maintenance

===================*/

.icon-main {
  font-size: 88px;
  margin-bottom: 50px;
}
.maintenance-page {
  margin: 10% 0%;
}
.mainten-box {
  margin-bottom: 30px;
}
.mainten-box .text-m-mode {
  margin: 0px auto;
  width: 80%;
}
.media-main a.pull-left {
  width: 100px;
}
.media-main .info {
  color: #000000;
  overflow: hidden;
}
.media-main .info h4 {
  margin-bottom: 5px;
  padding-top: 10px;
}
/* ==============

  Maps

===================*/

.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #6e8cd7;
  border-radius: 4px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #6e8cd7;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #6e8cd7;
}
/* ==============

  Account Pages

===================*/

.wrapper-page {
  margin: 4.5% auto;
  width: 420px;
}
.line-on-side {
  border-bottom: 1px solid #DADADA;
  line-height: .1em;
  margin: 10px 0 20px;
}
.line-on-side span {
  background: #FFF;
  padding: 0 10px;
}
.user-thumb {
  margin-top: -44px;
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}
.ex-page-content h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.flot-chart {
  display: block;
  height: 400px;
}
/* widgets */

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.card {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0 !important;
}
.card-icons {
  left: 0;
  top: 0;
  position: absolute;
  line-height: 60px;
  text-align: center;
}
.card-icons span {
  left: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 2px;
}
.card-icons i {
  position: relative;
  font-size: 22px;
  padding-left: 15px;
  color: #fff;
}
.rocks-logo {
  width: 250px;
  margin: auto;
}
.rocks-logo img {
  width: 100%;
}
.bor-t-primary {
  border-top: 2px solid #9c27b0 !important;
}
.bor-t-success {
  border-top: 2px solid #4caf50 !important;
}
.bor-t-info {
  border-top: 2px solid #0acae2 !important;
}
.bor-t-warning {
  border-top: 2px solid #ffa200 !important;
}
.bor-t-danger {
  border-top: 2px solid #ff3e43 !important;
}
.bor-t-black {
  border-top: 2px solid #292929 !important;
}
.bor-t-blue {
  border-top: 2px solid #4c42fd !important;
}
.bor-t-rose {
  border-top: 2px solid #e91e63 !important;
}
.bor-b-primary {
  border-bottom: 2px solid #9c27b0 !important;
}
.bor-b-success {
  border-bottom: 2px solid #4caf50 !important;
}
.bor-b-info {
  border-bottom: 2px solid #0acae2 !important;
}
.bor-b-warning {
  border-bottom: 2px solid #ffa200 !important;
}
.bor-b-danger {
  border-bottom: 2px solid #ff3e43 !important;
}
.bor-b-black {
  border-bottom: 2px solid #292929 !important;
}
.bor-b-blue {
  border-bottom: 2px solid #4c42fd !important;
}
.bor-b-rose {
  border-bottom: 2px solid #e91e63 !important;
}
.full-bor-primary {
  border: 2px solid #9c27b0;
}
.full-bor-success {
  border: 2px solid #4caf50 !important;
}
.full-bor-info {
  border: 2px solid #0acae2 !important;
}
.full-bor-warning {
  border: 2px solid #ffa200 !important;
}
.full-bor-danger {
  border: 2px solid #ff3e43 !important;
}
.full-bor-black {
  border: 2px solid #292929 !important;
}
.full-bor-blue {
  border: 2px solid #4c42fd !important;
}
.full-bor-rose {
  border: 2px solid #e91e63 !important;
}
.border-top-left-radius {
  border-top-left-radius: 0px !important;
}
/* icon section widgets */

.icon-section-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.icon-section-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.icon-section-primary {
  background: #8e21a0 !important;
}
.icon-section-success {
  background: #3c9840 !important;
}
.icon-section-info {
  background: #09b6cc !important;
}
.icon-section-warning {
  background: #e49306 !important;
}
.icon-section-danger {
  background: #e02f32 !important;
}
.icon-section-black {
  background: #212020 !important;
}
.icon-section-blue {
  background: #443be6 !important;
}
.icon-section-rose {
  background: #d01253 !important;
}
@media screen and (max-width: 1024px) {
  .card {
    margin-bottom: 20px !important;
  }
}
/* Extra Pages style*/

.error-title {
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: bold;
}
.error-sub-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.error-message {}
.error-section {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);
}
.cd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider-wrapper .cd-slider, .cd-slider-wrapper .cd-slider>li {
  height: 100%;
  width: 100%;
}
.cd-slider>li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* used to vertically center its content */
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider>li.visible {
  /* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider>li:first-of-type {
  background-color: #4a3553;
  background-image: url(../images/gallery/img-1.jpg);
}
.cd-slider>li:nth-of-type(2) {
  background-color: #ffb251;
  background-image: url(../images/gallery/img-2.jpg);
}
.cd-slider>li:nth-of-type(3) {
  background-color: #7d7160;
  background-image: url(../images/gallery//img-3.jpg);
}
.cd-slider>li:nth-of-type(4) {
  background-color: #ff625a;
  background-image: url(../images/gallery/img-4.jpg);
}
.cd-slider>li:first-of-type, .cd-slider>li:nth-of-type(2), .cd-slider>li:nth-of-type(3), .cd-slider>li:nth-of-type(4) {
  background-size: cover;
}
.cd-slider>li>div {
  /* vertically center the slider content */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cd-slider>li h2, .cd-slider>li p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 320px;
}
.cd-slider>li h2 {
  font-size: 2.4rem;
}
.cd-slider>li p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-slider>li .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .cd-slider>li .cd-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .cd-slider>li h2, .cd-slider>li p {
    max-width: 520px;
  }
  .cd-slider>li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-slider>li .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider>li h2, .cd-slider>li p {
    margin-bottom: 20px;
  }
  .cd-slider>li h2 {
    font-size: 3.2em;
  }
  .cd-slider>li p {
    font-size: 1.8rem;
  }
}

/*Slider navigation*/

.cd-slider-navigation {
  position: absolute;
  bottom: 50px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation a {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  background: url(../images/gallery/cd-icon-navigation.svg) no-repeat -10px -10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.no-touch .cd-slider-navigation a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}
.cd-slider-navigation li.selected:first-of-type a {
  /* change custom icon using image sprites */
  background-position: -10px -70px;
}
.cd-slider-navigation li:nth-of-type(2) a {
  background-position: -70px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(2) a {
  background-position: -70px -70px;
}
.cd-slider-navigation li:nth-of-type(3) a {
  background-position: -130px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(3) a {
  background-position: -130px -70px;
}
.cd-slider-navigation li:nth-of-type(4) a {
  background-position: -190px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(4) a {
  background-position: -190px -70px;
}
.cd-slider-navigation em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  padding: 8px 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  font-size: 1.3rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(3px);
  -moz-transform: translateX(-50%) translateY(3px);
  -ms-transform: translateX(-50%) translateY(3px);
  -o-transform: translateX(-50%) translateY(3px);
  transform: translateX(-50%) translateY(3px);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}
.cd-slider-navigation em::after {
  /* tooltip arrow */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1170px) {
  .cd-slider-navigation a {
    height: 60px;
    width: 60px;
  }
  .cd-slider-navigation li:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 0px;
  }
  .cd-slider-navigation li.selected:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 -60px;
  }
  .cd-slider-navigation li:nth-of-type(2) a {
    background-position: -60px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(2) a {
    background-position: -60px -60px;
  }
  .cd-slider-navigation li:nth-of-type(3) a {
    background-position: -120px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(3) a {
    background-position: -120px -60px;
  }
  .cd-slider-navigation li:nth-of-type(4) a {
    background-position: -180px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(4) a {
    background-position: -180px -60px;
  }
}
 
/*svg cover layer*/

.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.cd-svg-cover path {
  fill: #ffe8c9;
}
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.cd-radial-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-radial-slider>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.cd-radial-slider>li.visible {
  position: relative;
  opacity: 1;
}
.cd-radial-slider>li.is-animating, .cd-radial-slider>li.prev-slide, .cd-radial-slider>li.next-slide {
  opacity: 1;
}
.cd-radial-slider>li.is-animating {
  z-index: 2;
}
.cd-radial-slider>li.scale-down, .cd-radial-slider>li.move-up {
  z-index: 3;
}
.cd-radial-slider>li.move-up {
  /* class added to the navigation round element when clicked - used to create the click effect */
  -webkit-animation: cd-clicked .2s;
  animation: cd-clicked .2s;
}
.cd-radial-slider>li.scale-down {
  /* class added to the navigation round element to create the scale down effect  */
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.cd-radial-slider>li.prev-slide image, .cd-radial-slider>li.next-slide image {
  /* make sure the prev/next round elements are visible */
  z-index: 3;
}
.cd-radial-slider>li.next-slide {
  /* for the scale-down/click effect - change the transform origin so that it is the center of the navigation round element */
  -webkit-transform-origin: 92.14% 50%;
  -ms-transform-origin: 92.14% 50%;
  transform-origin: 92.14% 50%;
}
.cd-radial-slider>li.prev-slide {
  -webkit-transform-origin: 7.86% 50%;
  -ms-transform-origin: 7.86% 50%;
  transform-origin: 7.86% 50%;
}
.cd-radial-slider .svg-wrapper {
  position: relative;
  z-index: 1;
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}
.cd-radial-slider li.prev-slide .svg-wrapper, .cd-radial-slider li.next-slide .svg-wrapper {
  /* change its z-index so that it's always below the .cd-radial-slider-content */
  z-index: 2;
}
.cd-radial-slider-wrapper svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cd-radial-slider-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-radial-slider-content .wrapper {
  /* vertically center its content */
  display: table;
  height: 100%;
  width: 100%;
}
.cd-radial-slider-content .wrapper>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 17%;
  color: #ffffff;
}
.cd-radial-slider-content h2 {
  font-size: 2rem;
  font-family: "Vollkorn", serif;
}
.cd-radial-slider-content p {
  font-size: 1.4rem;
  margin: .6em auto .8em;
}
.cd-radial-slider-content .cd-btn {
  display: inline-block;
  padding: 1em;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.2rem;
  font-weight: bold;
}
.visible .cd-radial-slider-content {
  visibility: visible;
  opacity: 1;
}
.prev-slide .cd-radial-slider-content {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.next-slide .cd-radial-slider-content {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.content-reveal-left .cd-radial-slider-content, .content-reveal-right .cd-radial-slider-content {
  /* animate slide content when entering the viewport */
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
.content-hide-left .cd-radial-slider-content, .content-hide-right .cd-radial-slider-content {
  /* animate slide content when leaving the viewport */
  opacity: 0;
  visibility: hidden;
}
.content-reveal-left .cd-radial-slider-content, .content-reveal-right .cd-radial-slider-content, .content-hide-left .cd-radial-slider-content, .content-hide-right .cd-radial-slider-content {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}
.content-reveal-left .cd-radial-slider-content {
  -webkit-animation-name: cd-reveal-left;
  animation-name: cd-reveal-left;
}
.content-reveal-right .cd-radial-slider-content {
  -webkit-animation-name: cd-reveal-right;
  animation-name: cd-reveal-right;
}
.content-hide-left .cd-radial-slider-content {
  -webkit-animation-name: cd-hide-left;
  animation-name: cd-hide-left;
}
.content-hide-right .cd-radial-slider-content {
  -webkit-animation-name: cd-hide-right;
  animation-name: cd-hide-right;
}
@media only screen and (min-width: 1100px) {
  .cd-radial-slider-content h2 {
    font-size: 4.4rem;
  }
  .cd-radial-slider-content p {
    font-size: 2rem;
    margin: 1.2em auto 1.6em;
  }
  .cd-radial-slider-content .cd-btn {
    font-size: 1.6rem;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
  }
  .cd-radial-slider-content .cd-btn:hover {
    background: #ffffff;
    color: #0a0b15;
  }
}
.cd-round-mask {
  /* wrapper for the svg mask elements */
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

/* Slider navigation*/

.cd-radial-slider-navigation li {
  position: absolute;
  z-index: 6;
  right: 3.58%;
  top: 42.5%;
  height: 15%;
  width: 8.57%;
}
.cd-radial-slider-navigation li a {
  display: block;
  height: 100%;
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-radial-slider-navigation li a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../images/svg-radial-slider/cd-icon-arrows-mini.svg) no-repeat 0 0;
}
.cd-radial-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-radial-slider-navigation li:last-of-type {
  left: 3.58%;
  right: auto;
}
.cd-radial-slider-navigation li:last-of-type a::after {
  background-position: -16px 0;
}
@media only screen and (min-width: 900px) {
  .cd-radial-slider-navigation li a::after {
    height: 48px;
    width: 48px;
    background-image: url(../images/svg-radial-slider/cd-icon-arrows.svg);
  }
  .cd-radial-slider-navigation li:last-of-type a::after {
    background-position: -48px 0;
  }
}

/* Keyframes*/

@-webkit-keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-webkit-keyframes cd-clicked {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes cd-clicked {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}