/* =====================================================
  variables
======================================================*/
/*************************************************************
ADMIN VARIABLES
**************************************************************/
/* ------------------- colors ------------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
/*****************************************************************
Genaral
********************************************************************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.inline {
  display: inline-block;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.white {
  color: #ffffff !important;
}
.primary {
  color: #673ab7 !important;
}
.secondary {
  color: #3f51b5 !important;
}
.secondary-dark {
  color: #283593 !important;
}
.dark-grey {
  color: #949599 !important;
}
.full-width {
  width: 100%;
}
.bold {
  font-weight: bold;
}
[class^="col-"] {
  min-height: 0;
}
.vector-icon {
  max-width: 40px;
}
.vector-icon.v2 {
  max-width: 50px;
}
.vector-icon.v3 {
  max-width: 60px;
}
.vector-icon.v4 {
  max-width: 70px;
}
.vector-icon.v5 {
  max-width: 80px;
}
.vector-icon.v6 {
  max-width: 90px;
}
.cover-image {
  background-size: cover;
}
body {
  font-family: "Roboto Flex", "sans-serif", "Arial";
  font-weight: 500;
  color: #555555;
  font-size: 14px;
}
body.page-template-tpl-home {
  overflow-x: hidden;
}
body.page-template-tpl-home header.site-header {
  position: relative;
  background-color: #f3f2ee;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  /*      &:before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        .gradient(rgba(255,255,255,0.60), transparent);
        background: transparent;
      }*/
}
p {
  line-height: 1.6;
}
a {
  color: #673ab7;
}
a:hover {
  color: #3f51b5;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.screen-reader-text {
  display: none;
}
.button {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: none !important;
  background: #673ab7;
  border: none;
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  margin: 15px 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button.with-shadow {
  border-bottom: 2px solid #512e90;
}
.button.primary {
  color: #ffffff !important;
}
.button.bordered {
  background: #ffffff !important;
  border: 2px solid #673ab7;
  color: #673ab7 !important;
}
.button.bordered:hover {
  background: #673ab7 !important;
  color: #ffffff !important;
}
.button.black {
  color: #ffffff !important;
  background: #000000;
}
.button.black.with-shadow {
  border-bottom: 2px solid #512e90;
}
.button.black.bordered {
  background: #ffffff !important;
  color: #000000 !important;
}
.button.black.bordered:hover {
  border-color: #000000;
  color: #ffffff !important;
  background: #000000;
}
.button.secondary {
  background: #3f51b5 !important;
  color: #ffffff !important;
}
.button.secondary.with-shadow {
  border-bottom: 2px solid #283593;
}
.button.secondary.bordered {
  background: #ffffff !important;
  color: #3f51b5 !important;
  border-color: #3f51b5 !important;
}
.button.secondary.bordered:hover {
  border-color: #3f51b5;
  background: #3f51b5 !important;
  color: #ffffff !important;
}
.button.dark-gray {
  background: #949599 !important;
  color: #ffffff !important;
}
.button.dark-gray.with-shadow {
  border-bottom: 2px solid #000000;
}
.button.dark-gray.bordered {
  background: #ffffff !important;
  color: #949599 !important;
}
.button.dark-gray.bordered:hover {
  border-color: #949599;
  background: #949599 !important;
  color: #ffffff !important;
}
.button.secondary-dark {
  color: #ffffff !important;
  background: #283593 !important;
}
.button.secondary-dark.with-shadow {
  border-bottom: 2px solid #000000;
}
.button.secondary-dark.bordered {
  border-color: #283593 !important;
  background: #ffffff !important;
  color: #283593 !important;
}
.button.secondary-dark.bordered:hover {
  border-color: #283593;
  color: #ffffff !important;
  background: #283593 !important;
}
.button:hover {
  color: #ffffff;
}
.button.with-box-shadow {
  -o-box-shadow: 0 4px 0 0 #3f51b5;
  -ms-box-shadow: 0 4px 0 0 #3f51b5;
  -moz-box-shadow: 0 4px 0 0 #3f51b5;
  -webkit-box-shadow: 0 4px 0 0 #3f51b5;
  box-shadow: 0 4px 0 0 #3f51b5;
}
.button.success {
  background: #5cb85c !important;
}
.button.success.with-shadow {
  border-bottom: 2px solid #357b35;
}
.button.success.bordered {
  border-color: #5cb85c !important;
  background: #ffffff !important;
  color: #4cae4c !important;
}
.button.success.bordered:hover {
  border-color: #4cae4c;
  color: #ffffff !important;
  background: #4cae4c !important;
}
.button.red {
  background: #d45d5d !important;
}
.button.gray {
  background: #f4f4f4;
  color: #000000;
}
.button.round {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
strong.large {
  font-size: 23px;
  font-family: "Roboto Flex", "Slabo 27px", "Ubuntu", "sans-serif", "Arial";
  font-weight: normal;
  line-height: 1.3;
}
#primary.content-area {
  margin: 4px 0 0;
  position: relative;
}
#primary.content-area a {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #673ab7;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 500;
}
h1 {
  padding-bottom: 10px;
}
h1.bordered {
  line-height: 1.3;
  border-bottom: 2px solid #673ab7;
  margin-bottom: 5px;
}
ul.no-list-style {
  padding: 0;
}
ul.no-list-style li {
  list-style: none;
}
.back-to-all {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  z-index: 101;
  width: 69px;
  top: 210px;
}
.back-to-all .button {
  -webkit-transition: width 0.15s ease;
  -moz-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  -ms-transition: width 0.15s ease;
  transition: width 0.15s ease;
  text-align: left;
  overflow: hidden;
  background: #3f51b5 !important;
  font-size: 12px;
  width: 32px;
  padding: 6px 10px;
  margin: 0;
}
.back-to-all .button span {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  position: absolute;
  right: -15px;
  top: 0;
  padding: 7px 0;
}
.back-to-all .button:hover {
  width: 69px;
}
.back-to-all .button:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 15px;
}
/*************************************************************
MEDIA GENERAL CLASSES
**************************************************************/
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
/************ XTRA SMALL DEVICES  ***********/
@media (max-width: 767px) {
  .row-xs {
    margin: 0 -15px !important;
  }
  .col-xs {
    padding: 0 30px !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  /************ Padding ***********/
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0 !important;
  }
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
  .no-padding-xs {
    padding: 0 !important;
  }
  /************ Margin ***********/
  .no-margin-left-xs {
    margin-left: 0 !important;
  }
  .no-margin-right-xs {
    margin-right: 0 !important;
  }
  .no-margin-top-xs {
    margin-top: 0 !important;
  }
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
  .no-margin-xs {
    margin: 0 !important;
  }
  .align-right-xs {
    text-align: right !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
}
/************ SMALL DEVICES  ***********/
@media (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  /************ Padding ***********/
  .no-padding-left-sm {
    padding-left: 0 !important;
  }
  .no-padding-right-sm {
    padding-right: 0 !important;
  }
  .no-padding-top-sm {
    padding-top: 0 !important;
  }
  .no-padding-bottom-sm {
    padding-bottom: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
  /************ Margin ***********/
  .no-margin-left-sm {
    margin-left: 0 !important;
  }
  .no-margin-right-sm {
    margin-right: 0 !important;
  }
  .no-margin-top-sm {
    margin-top: 0 !important;
  }
  .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
  .no-margin-sm {
    margin: 0 !important;
  }
  .align-right-sm {
    text-align: right !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
}
/************ MEDIUM DEVICES  ***********/
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  /************ Padding ***********/
  .no-padding-left-md {
    padding-left: 0 !important;
  }
  .no-padding-right-md {
    padding-right: 0 !important;
  }
  .no-padding-top-md {
    padding-top: 0 !important;
  }
  .no-padding-bottom-md {
    padding-bottom: 0 !important;
  }
  .no-padding-md {
    padding: 0 !important;
  }
  /************ Margin ***********/
  .no-margin-left-md {
    margin-left: 0 !important;
  }
  .no-margin-right-md {
    margin-right: 0 !important;
  }
  .no-margin-top-md {
    margin-top: 0 !important;
  }
  .no-margin-bottom-md {
    margin-bottom: 0 !important;
  }
  .no-margin-md {
    margin: 0 !important;
  }
  .align-right-md {
    text-align: right !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .align-center-md {
    text-align: center !important;
  }
}
/************ LARGE DEVICES and ABOVE  ***********/
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  /************ Padding ***********/
  .no-padding-left-lg {
    padding-left: 0 !important;
  }
  .no-padding-right-lg {
    padding-right: 0 !important;
  }
  .no-padding-top-lg {
    padding-top: 0 !important;
  }
  .no-padding-bottom-lg {
    padding-bottom: 0 !important;
  }
  .no-padding-lg {
    padding: 0 !important;
  }
  /************ Margin ***********/
  .no-margin-left-lg {
    margin-left: 0 !important;
  }
  .no-margin-right-lg {
    margin-right: 0 !important;
  }
  .no-margin-top-lg {
    margin-top: 0 !important;
  }
  .no-margin-bottom-lg {
    margin-bottom: 0 !important;
  }
  .no-margin-lg {
    margin: 0 !important;
  }
  .align-right-lg {
    text-align: right !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
}
/*****************************************************************
Forms
********************************************************************/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
input:focus:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:focus:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  color: #3f51b5;
  line-height: 1;
  top: 2px;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  content: '\f096';
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '\f096';
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: '\f10c';
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f14a";
  position: absolute;
  top: 2px;
  left: 0px;
  line-height: 1;
  color: #3f51b5;
  display: inline-block;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="radio"]:checked + label:after {
  content: "\f192";
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  opacity: 0;
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #cccccc;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
/* ie */
.form-control:-moz-placeholder {
  color: #cccccc;
}
.site-header {
  margin-bottom: 30px;
}
.site-header h1 {
  line-height: 1;
}
.btn-group {
  padding: 50px;
}
.btn-group .btn-primary {
  background: #3f51b5;
  border-color: #3f51b5;
}
.btn-group .btn-default {
  background: #f4f4f4;
}
.table {
  min-width: 1170px;
}
.table tr td h3,
.table tr td p {
  margin: 0 0 8px;
  color: #673ab7;
}
.table tr td p {
  font-weight: bold;
}
.table tr td ul {
  padding-left: 0;
  margin-bottom: 0;
}
.table tr td ul li {
  line-height: 1.3;
  margin: 0 -8px;
  padding: 8px;
  list-style: none;
}
.table tr td ul li:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table tr td ul li strike {
  color: #aaa;
}
.table tr td input {
  display: inline-block;
  max-width: 50px;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0 5px;
  line-height: 22px;
}
.table tr td input:focus {
  outline: none;
}
.table thead tr td {
  background-color: #673ab7;
  color: white;
  border-color: #512e90;
}
.table thead tr td.editable {
  background-color: #e8f5e9 !important;
}
.table thead.thead-1 tr td {
  border-color: #d7d7d7 #d7d7d7 #512e90;
  background-color: #ffffff;
  color: #512e90;
}
.table tbody tr td {
  padding-bottom: 0 !important;
  border-bottom: 6px solid #673ab7 !important;
}
.table tbody tr td.col-3 li,
.table tbody tr td.col-4 li {
  background-color: #e8f5e9;
}
.table tbody tr td.col-3 li:nth-of-type(odd),
.table tbody tr td.col-4 li:nth-of-type(odd) {
  background-color: #ddf0df;
}
.table tbody tr td [type="checkbox"]:not(:checked) + label,
.table tbody tr td [type="checkbox"]:checked + label,
.table tbody tr td [type="radio"]:not(:checked) + label,
.table tbody tr td [type="radio"]:checked + label {
  top: -12px;
}
.table tbody tr td input {
  color: #111;
}
