
.ps-notification-error {
  margin-bottom: 0; }
.total-products{
  display: none;
}
.ps-notification-error .item,
.ps-notification-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-notification-error .item i,
  .ps-notification-success .item i {
    border: 15px #ff4c4c solid;
    display: flex; }
    .ps-notification-error .item i svg,
    .ps-notification-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-notification-error .item p,
  .ps-notification-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-notification-success {
  padding: 4px 4px 4px 4px; }
  .ps-notification-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c; }
    .ps-notification-success .item i {
      border-color: #4cbb6c; }
      .ps-notification-success .item i svg {
        background-color: #4cbb6c; }

.ps-notification-error {
  margin-bottom: 0; }

.ps-notification-error .item,
.ps-notification-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-notification-error .item i,
  .ps-notification-success .item i {
    border: 15px #ff4c4c solid;
    display: flex; }
    .ps-notification-error .item i svg,
    .ps-notification-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-notification-error .item p,
  .ps-notification-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-notification-success {
  padding: 4px 4px 4px 4px; }
  .ps-notification-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c; }
    .ps-notification-success .item i {
      border-color: #4cbb6c; }
      .ps-notification-success .item i svg {
        background-color: #4cbb6c; }

.notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.notification h4 {
  margin-top: 0;
  color: inherit; }

.notification .notification-link {
  font-weight: bold; }

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

.notification > p + p {
  margin-top: 5px; }

.notification-dismissable,
.notification-dismissible {
  padding-right: 35px; }

.notification-dismissable .close,
.notification-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.notification-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.notification-success hr {
  border-top-color: #c9e2b3; }

.notification-success .notification-link {
  color: #2b542c; }

.notification-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.notification-info hr {
  border-top-color: #a6e1ec; }

.notification-info .notification-link {
  color: #245269; }

.notification-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.notification-warning hr {
  border-top-color: #f7e1b5; }

.notification-warning .notification-link {
  color: #66512c; }

.notification-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.notification-danger hr {
  border-top-color: #e4b9c0; }

.notification-danger .notification-link {
  color: #843534; }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 32px 0 48px; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 160px; }

#products .page-not-found,
#pagenotfound .page-not-found {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 16px;
  font-size: 14px;
  color: #878787;
  max-width: 570px;
  margin: 0 auto; }
  #products .page-not-found h4,
  #pagenotfound .page-not-found h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 16px; }
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none; }
    #products .page-not-found .search-widget input,
    #pagenotfound .page-not-found .search-widget input {
      width: 100%; }

.cart-grid {
  margin-bottom: 16px; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 16px 0; }

.cart-summary-line {
  clear: both; }
  .cart-summary-line:before, .cart-summary-line:after {
    content: " ";
    display: table; }
  .cart-summary-line:after {
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit; }
  .cart-summary-line .value {
    color: #414141;
    float: right; }
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal; }

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 12px; }
  .cart-grid-body a.label:hover {
    color: #111; }
  .cart-grid-body .card-block {
    padding: 16px; }
    .cart-grid-body .card-block h1 {
      margin-bottom: 0; }
  .cart-grid-body hr {
    margin: 0; }
  .cart-grid-body .cart-overview {
    padding: 16px; }

/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

.block-promo .promo-code {
  padding: 1.60rem;
  background: #ebebeb; }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 20px;
    background: #ff4c4c;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ff4c4c;
      border-width: 10px;
      margin-left: -10px; }

.block-promo .promo-input {
  color: #414141;
  border: #acaaa6 1px solid;
  height: 40px;
  text-indent: 10px;
  width: 60%; }
  .block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize; }

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600; }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #414141;
    display: inline-block; }

.block-promo .promo-code-button {
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block; }

.block-promo.promo-highlighted {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787; }

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  width: 69px;
  float: left;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); }
  .product-line-grid-right .bootstrap-touchspin > .form-control,
  .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #414141;
    background-color: white;
    height: 40px;
    padding: 0.175rem 0.5rem;
    width: 48px; }
  .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto; }

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #414141;
  line-height: 36px; }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #414141;
    display: inline-block;
    margin-top: 5px; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 16px; }
   .btn-group #list
	{
	   display:none;
	}

     }

@media (max-width: 543px) {
  .cart-items {
    padding: 16px 0; }
  .cart-item {
    border-bottom: 1px solid #ebebeb; }
    .cart-item:last-child {
      border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 16px;
    display: inline-block; }
  .product-line-grid-left {
    padding-right: 0 !important; } }

@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }

body#checkout {
  color: #414141; }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 80px 0 15px;
    border: none;
    margin-bottom: 0;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); }
    body#checkout #header .header-nav .logo {
      max-height: 70px;
      width: auto; }
  body#checkout [data-action="show-password"] {
    background: #878787; }
  body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex; }
    body#checkout .custom-checkbox span {
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 0 15px;
      -ms-flex: 0 0 15px;
      flex: 0 0 15px;
      margin-top: 3px; }
  body#checkout a:hover {
    color: #1a8196; }
  body#checkout section#content {
    margin-bottom: 25px; }
  body#checkout .container {
    min-height: 100%; }
  body#checkout section.checkout-step {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: 1px #ebebeb solid;
    padding: 15px; }
    body#checkout section.checkout-step .step-title {
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 0; }
    body#checkout section.checkout-step .content {
      padding: 0 37px; }
    body#checkout section.checkout-step .step-edit {
      text-transform: lowercase;
      font-weight: normal; }
      body#checkout section.checkout-step .step-edit .edit {
        font-size: 16px; }
    body#checkout section.checkout-step .not-allowed {
      cursor: not-allowed;
      opacity: 0.5; }
    body#checkout section.checkout-step .content,
    body#checkout section.checkout-step .done,
    body#checkout section.checkout-step .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current .content {
      display: block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .done,
    body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
      display: inline-block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .content {
      display: block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
      display: inline-block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
      display: none; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      cursor: pointer;
      display: block;
      float: right;
      margin-right: 2px;
      color: #acaaa6; }
    body#checkout section.checkout-step.-reachable.-complete .content {
      display: none; }
    body#checkout section.checkout-step small {
      color: #acaaa6; }
    body#checkout section.checkout-step .default-input {
      min-width: 40%; }
      body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
        min-width: 60%; }
    body#checkout section.checkout-step .radio-field {
      margin-top: 30px; }
      body#checkout section.checkout-step .radio-field label {
        display: inline; }
    body#checkout section.checkout-step .checkbox-field div {
      margin-top: 60px; }
    body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
      margin-top: 0; }
    body#checkout section.checkout-step .select-field div {
      background: #f6f6f6;
      padding: 10px 50px; }
    body#checkout section.checkout-step .form-footer {
      text-align: center; }
    body#checkout section.checkout-step #conditions-to-approve {
      padding-top: 16px; }
    body#checkout section.checkout-step .payment-options label {
      display: table-cell; }
    body#checkout section.checkout-step .payment-options .custom-radio {
      margin-right: 20px; }
    body#checkout section.checkout-step .payment-options .payment-option {
      margin-bottom: 8px; }
    body#checkout section.checkout-step .step-number {
      display: inline-block;
      padding: 10px; }
    body#checkout section.checkout-step .address-selector {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-pack: justify;
      box-pack: justify;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: start;
      box-align: start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    body#checkout section.checkout-step .address-item {
      background: #f6f6f6;
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin-bottom: 10px; }
      body#checkout section.checkout-step .address-item.selected {
        background: white;
        border: #111 3px solid; }
    body#checkout section.checkout-step .address-alias {
      display: inline-block;
      font-weight: 600;
      margin-bottom: 10px; }
    body#checkout section.checkout-step .address {
      margin-left: 25px;
      font-weight: normal; }
    body#checkout section.checkout-step .radio-block {
      padding: 15px;
      text-align: left; }
    body#checkout section.checkout-step .custom-radio {
      margin-right: 0; }
      body#checkout section.checkout-step .custom-radio input[type="radio"] {
        height: 20px;
        width: 20px; }
    body#checkout section.checkout-step .delete-address,
    body#checkout section.checkout-step .edit-address {
      color: #acaaa6;
      display: inline-block;
      margin: 0 5px; }
      body#checkout section.checkout-step .delete-address .delete,
      body#checkout section.checkout-step .delete-address .edit,
      body#checkout section.checkout-step .edit-address .delete,
      body#checkout section.checkout-step .edit-address .edit {
        font-size: 16px; }
    body#checkout section.checkout-step hr {
      margin: 0; }
    body#checkout section.checkout-step .address-footer {
      text-align: center;
      padding: 10px; }
    body#checkout section.checkout-step #delivery-addresses,
    body#checkout section.checkout-step #invoice-addresses {
      margin-top: 20px; }
    body#checkout section.checkout-step .add-address {
      margin-top: 20px; }
      body#checkout section.checkout-step .add-address a {
        color: #414141; }
        body#checkout section.checkout-step .add-address a i {
          font-size: 15px; }
    body#checkout section.checkout-step .delivery-option {
      background: #f6f6f6;
      padding: 15px 0;
      margin-bottom: 15px; }
      body#checkout section.checkout-step .delivery-option label {
        text-align: inherit; }
    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name {
      display: inline-block;
      word-break: break-word;
      text-align: left; }
    body#checkout section.checkout-step #customer-form,
    body#checkout section.checkout-step #delivery-address,
    body#checkout section.checkout-step #invoice-address,
    body#checkout section.checkout-step #login-form {
      margin-left: 5px;
      margin-top: 25px; }
      body#checkout section.checkout-step #customer-form .form-control-label,
      body#checkout section.checkout-step #delivery-address .form-control-label,
      body#checkout section.checkout-step #invoice-address .form-control-label,
      body#checkout section.checkout-step #login-form .form-control-label {
        text-align: left; }
      body#checkout section.checkout-step #customer-form .radio-inline,
      body#checkout section.checkout-step #delivery-address .radio-inline,
      body#checkout section.checkout-step #invoice-address .radio-inline,
      body#checkout section.checkout-step #login-form .radio-inline {
        padding: 0; }
    body#checkout section.checkout-step .sign-in {
      font-size: 14px; }
    body#checkout section.checkout-step .forgot-password {
      margin-left: 230px; }
  body#checkout .additional-information {
    font-size: 14px;
    margin-left: 46px;
    margin-top: 20px; }
  body#checkout .condition-label {
    margin-left: 40px;
    margin-top: 10px; }
    body#checkout .condition-label label {
      text-align: inherit; }
  body#checkout .cancel-address {
    margin: 10px;
    display: block;
    color: #878787;
    text-decoration: underline; }
  body#checkout .modal-content {
    padding: 20px;
    background-color: #ebebeb; }
  body#checkout #cart-summary-product-list {
    font-size: 14px; }
    body#checkout #cart-summary-product-list img {
      border: #ebebeb 1px solid;
      width: 50px; }
    body#checkout #cart-summary-product-list .media-body {
      vertical-align: middle; }
  body#checkout #order-summary-content {
    padding-top: 15px; }
    body#checkout #order-summary-content h4.h4 {
      margin-top: 10px;
      margin-bottom: 20px;
      color: #414141; }
    body#checkout #order-summary-content h4.black {
      color: #000000; }
    body#checkout #order-summary-content h4.addresshead {
      margin-top: 3px; }
    body#checkout #order-summary-content .noshadow {
      box-shadow: none; }
    body#checkout #order-summary-content #order-items {
      border-right: 0; }
      body#checkout #order-summary-content #order-items h3.h3 {
        color: #414141;
        margin-top: 20px; }
      body#checkout #order-summary-content #order-items table tr:first-child td {
        border-top: 0; }
    body#checkout #order-summary-content .order-confirmation-table {
      padding: 1rem;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 3px solid #e5e5e5;
      border-radius: 0; }
    body#checkout #order-summary-content .summary-selected-carrier {
      margin-bottom: 0.75rem;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      padding: 1rem; }
    body#checkout #order-summary-content .step-edit {
      display: inline;
      color: #acaaa6; }
    body#checkout #order-summary-content .step-edit:hover {
      cursor: pointer; }
    body#checkout #order-summary-content a .step-edit {
      color: #acaaa6; }
  body#checkout #gift_message {
    max-width: 100%;
    border-color: #414141; }
  body#checkout #footer {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: white;
    color: #acaaa6; }

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 30px; }
  #order-details > .card-title {
    margin-bottom: 30px; }
  #order-details ul {
    margin-bottom: 20px; }
    #order-details ul li {
      margin-bottom: 10px; }

#order-items {
  border-right: #ebebeb 1px solid; }
  #order-items hr {
    border-top-color: #414141; }
  #order-items table {
    width: 100%; }
    #order-items table tr {
      height: 30px; }
      #order-items table tr td:last-child {
        text-align: right; }
  #order-items .order-line {
    margin-top: 16px; }
  #order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 16px; }
  #order-items .details {
    margin-bottom: 16px; }
    #order-items .details .customizations {
      margin-top: 10px; }
  #order-items .qty {
    margin-bottom: 16px; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 16px; }

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0; }
  body#checkout section.checkout-step .address-item {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: auto; }
    .delivery-option .custom-radio {
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
  #order-confirmation #registration-form {
    width: 100%; } }

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 4px;
    margin-left: 20px; }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0; }
  body#checkout section.checkout-step .content {
    padding: 15px; }
  body#checkout .form-group {
    margin-bottom: 8px; }
  #order-items {
    border-right: 0;
    margin-bottom: 40px; }
    #order-items .card-title {
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 16px;
      padding-bottom: 16px; }
    #order-items hr {
      border-top-color: #ebebeb; }
  .bold {
    font-weight: bold; }
  #order-details {
    padding-left: 15px; }
    #order-details .card-title {
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 16px;
      padding-bottom: 16px; } }

@media (max-width: 543px) {
  body#checkout section.checkout-step .content {
    padding: 15px 0; }
  #payment-confirmation button {
    font-size: 14px; }
    #payment-confirmation button.btn {
      white-space: normal; } }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle; }

.table-labeled td {
  vertical-align: middle; }

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }

.page-order table th {
  padding: 8px; }

.page-order table td {
  padding: 8px; }

.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  #authentication .custom-checkbox span {
    flex: 0 0 15px; }
  #authentication .custom-checkbox label {
    padding-left: 10px; }

#authentication [data-action="show-password"] {
  background: #878787; }

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0; }
  #identity .radio-inline .custom-radio,
  #authentication .radio-inline .custom-radio {
    margin-right: 0; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 16px;
  font-size: 14px;
  color: #878787; }
  .page-customer-account #content .order-actions a {
    padding: 0 2px; }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    padding-bottom: 15px; }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 16px; }

/*** Login page ***/
.page-authentication #content {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 16px;
  max-width: 640px;
  margin: 0 auto; }

/*** Addresses page ***/
.page-addresses .address {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 30px;
  font-size: 14px;
  color: #414141; }
  .page-addresses .address .address-body {
    padding: 16px; }
    .page-addresses .address .address-body h4 {
      font-size: 16px;
      font-weight: 700; }
    .page-addresses .address .address-body address {
      min-height: 144px; }
  .page-addresses .address .address-footer {
    border-top: 1px solid #acaaa6;
    padding: 8px 16px; }
    .page-addresses .address .address-footer a {
      color: #878787;
      margin-right: 8px; }
      .page-addresses .address .address-footer a:hover {
        color: #414141; }
      .page-addresses .address .address-footer a i {
        font-size: 16px; }
      .page-addresses .address .address-footer a span {
        font-size: 15px;
        vertical-align: middle; }

.page-addresses .addresses-footer {
  margin: 0 15px; }
  .page-addresses .addresses-footer a {
    color: #414141; }
    .page-addresses .addresses-footer a:hover {
      color: #414141; }
    .page-addresses .addresses-footer a i {
      font-size: 16px; }
    .page-addresses .addresses-footer a span {
      font-size: 16px;
      vertical-align: middle;
      margin-top: 10px; }

/*** Order details page ***/
.page-order-detail {
  font-size: 14px;
  color: #878787; }
  .page-order-detail .box {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 16px;
    margin-bottom: 16px; }
  .page-order-detail h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 16px; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -15px; }
    .page-order-detail .addresses h4 {
      font-size: 16px;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 16px; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 16px 16px 0;
      border-bottom: 1px solid #f6f6f6; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 15px; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 15px; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 16px; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: bold; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 16px; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 4px; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 4px; }
  .page-order-detail .messages .message {
    margin-top: 8px;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 8px; }
  .page-order-detail .customization {
    margin-top: 12px; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141; }

#order-return-infos .customization {
  margin-top: 12px; }

/*** My account landing page ***/
.page-my-account #content .links, #module-jmarketplace-selleraccount #content .links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-align: start; }
  .page-my-account #content .links a, #module-jmarketplace-selleraccount #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 15px;
    margin-bottom: 30px; }
    .page-my-account #content .links a span.link-item, #module-jmarketplace-selleraccount #content .links a span.link-item {
      display: block;
      height: 100%;
      box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      background: white;
      padding: 16px; }
    .page-my-account #content .links a i, #module-jmarketplace-selleraccount #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #414141;
      padding-bottom: 3.4rem; }
    .page-my-account #content .links a:hover, #module-jmarketplace-selleraccount #content .links a:hover {
      color: #414141;
      text-decoration: none; }
      .page-my-account #content .links a:hover i, #module-jmarketplace-selleraccount #content .links a:hover i {
        color: #111; }

/*** History page ***/
#history .orders {
  margin: 0 rem(-16px); }
  #history .orders .order {
    padding: 12px 16px;
    border-bottom: 1px solid #f6f6f6; }
    #history .orders .order a h3 {
      color: #878787; }
    #history .orders .order .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 16px; }
  .page-footer .account-link i {
    font-size: 16px; }
  .page-footer .account-link span {
    font-size: 14px;
    vertical-align: middle; }

.login-form {
  margin-top: 15px; }

.user-info .login-form {
  margin-top: 0px; }

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

html, body {
  -webkit-font-smoothing: antialiased; }

.site-header {
  border-bottom: 1px solid #ddd; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.form-control {
  height: 36px; 
}

#prices .form-control {
  height: auto !important; 
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee; }

td,
th {
  padding: 10px;
  border: 1px solid #efefef; }

.btn-normal {
  color: #dd1313;
  border: 1px solid #dd1313; }

.btn-normal:hover {
  color: #fff; }

.btn-default, .btn-orange, .btn-blue {
  color: #fff !important;
  font-size: 15px;
  border: none;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-default, .btn-default:active, .btn-default:focus, .btn-normal:focus {
  color: #fff;
  background: none; }

.btn-default {
  color: #fff;
  border: 1px solid #fff; }

.btn-default:hover, .btn-orange {
  color: #fff;
  background: #dd1313;
  border: 1px solid #dd1313; }

.btn-orange, .btn-orange:active, .btn-orange:focus {
  color: #fff !important;
  background: #2fb5d2;
  border: none; }

.btn-orange:hover, .btn-normal:hover {
  color: #fff;
  background: #2fb5d2; }

#main a.btn-link {
  color: #262c38 !important; }

#main a:hover.btn-link {
  color: #262c38 !important; }

#main a.btn-normal {
  color: #dd1313 !important; }

#main a:hover.btn-normal {
  color: #fff !important; }

a:hover.btn-orange {
  color: #fff;
  background: #dd1313; }

.btn-blue, .btn-blue:active, .btn-blue:focus {
  color: #fff;
  background: #dd1313; }

#mp-checkout-form .mp_button-checkout-next-step {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 15px Montserrat,sans-serif;
  color: #fff;
  background: #dd1313;
  border: none; }

#mp-checkout-form .mp_button-checkout-next-step:hover #mp-checkout-form .mp_button-checkout-next-step:focus {
  color: #fff;
  background: #dd1313; }

.mp_cart_meta a.mp_button-checkout, .mp_cart_meta .mp_button-checkout {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 15px Montserrat,sans-serif;
  color: #fff !important;
  background-color: #262c38 !important;
  border: none !important; }

.mp_cart_meta a:hover.mp_button-checkout,
.mp_cart_meta .mp_button-checkout:hover,
.mp_cart_meta .mp_button-checkout:focus,
.mp_cart_meta a:focus.mp_button-checkout {
  color: #fff !important;
  background: #dd1313 !important; }

.btn-blue:hover {
  color: #fff;
  background: #dd1313; }

.btn-ex-small {
  padding: 8px 15px;
  font-size: 12px; }

.btn-small {
  padding: 10px 25px; }

.btn-medium {
  padding: 15px 25px; }

.btn-large {
  padding: 22px 40px; }

.btn i {
  position: relative;
  margin: 0 10px;
  top: 2px; }

.input-group-btn .btn i {
  margin: 0 10px 0 0; }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #ffffff; }

.page-loader-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/*--------------------------------------------------------------
2) Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  color: #657184;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.9; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #262c38;
  font-weight: bold;
  font-family: Montserrat, sans-serif; }

h2.text-center, .why-choose-us.parallax h2 {
  background-position: center bottom; }

.panel-grid-cell h3.widget-title {
  font-size: 30px; }

.head-border-default, .head-border-orange, .panel-grid-cell h3.widget-title, .contact-form h3 {
  margin-bottom: 35px;
  padding-bottom: 18px; }

.head-border-default, .panel-grid-cell h3.widget-title, .contact-form h3, .parallax h2 {
  background: url(../img/border_bottom.png) no-repeat left bottom; }

.head-border-orange {
  background: url(../img/border_bottom_orange.png) no-repeat center bottom; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 0 1em 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.2rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3) Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.3em; }

ul {
  list-style: none;
padding: 0 !important;
margin: 0 !important;
}

#tab-content ul {
  list-style: disc;
  margin: 0 0 1.5em 0 !important;
  padding: 0 0 0 1.3em !important;
}

ul.bullet {
  list-style: none;
  padding: 0; }

ul.bullet li {
  background: url(../img/bullet.png) no-repeat left 6px;
  padding-left: 25px; }

#main li {
  margin-bottom: 9px;
  margin-top: 9px; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

figure {
  margin: 0; }

.img-thumb {
  display: block;
  overflow: hidden; }

.img-thumb img {
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

/*
Global Animations Style
 ----------------------------------------*/
.anim-section {
  position: relative;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  visibility: visible;
  opacity: 0; }

.anim-section.animate {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font: 15px Montserrat, sans-serif;
  padding: 15px 25px;
  color: #fff;
  background: #dd1313; }

button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #fff;
  background: #dd1313; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #dd1313;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1;
  padding: 15px 25px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  border: none;
  background: #dd1313; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #fff;
  border: none;
  background: #dd1313; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.wpcf7-select,
.wpcf7-date {
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  border: 1px solid #e4e8ee;
  border-radius: 0px; }

textarea {
  padding: 8px 10px;
  width: 98%; }

.btn {
  font-family: Montserrat, sans-serif; }

/*--------------------------------------------------------------
5) Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #dd1313; }

a:visited {
  color: #657184; }

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

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #263238; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #dd1313; }

/*--------------------------------------------------------------
## Meta
--------------------------------------------------------------*/
.header_meta {
  border-bottom: 1px solid #e9ecef;
  font: 13px Montserrat, sans-serif;
  font-weight: normal;
  color: #838fa1; }

.header_meta .site-description {
  margin: 0;
  padding-top: 12px; }

/*--------------------------------------------------------------
5.2) Menus
--------------------------------------------------------------*/
.main-navigation.navbar {
  float: right;
  font: 15px Montserrat, sans-serif;
  color: #838fa1;
  background: none;
  border: none; }

.main-navigation.navbar-default .navbar-nav > li > a:hover,
.main-navigation.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #dd1313;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main-navigation.navbar-default .navbar-nav > .active > a, .main-navigation.navbar-default .navbar-nav > .active > a:hover, .main-navigation.navbar-default .navbar-nav > .active > a:focus {
  background-color: #dd1313;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main-navigation.navbar ul {
  margin-top: 37px; }

.main-navigation .navbar-nav > li > a {
  padding: 10px 15px;
  margin-right: 4px; }

.main-navigation .navbar-nav li ul li a {
  margin: 0; }

.main-navigation.navbar li.pull-right {
  margin-top: -5px;
  margin-left: 10px; }

.main-navigation.navbar li.pull-right i {
  font-size: 22px; }

.main-navigation.navbar li.pull-right a.menu-cart {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #e4e8ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main-navigation.navbar li.pull-right a:hover.menu-cart {
  border: 1px solid #e4e8ee; }

.main-navigation.navbar li.pull-right a.menu-cart span {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0px 6px;
  font-size: 10px;
  color: #fff;
  background: #dd1313;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.menu-full .navbar-collapse.collapse {
  margin: 12px 0 6px; }

.menu-full .navbar {
  width: 100%; }

.menu-full .navbar li.pull-right {
  float: right; }

.menu-full .navbar-nav {
  float: none; }

/* dropdown */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-menu {
  margin: 0px auto; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0px; }

.main-navigation.navbar-nav > li > .dropdown-menu {
  background: #dd1313;
  border: none;
  color: #ffd0c1;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  top: 93%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175); }

.main-navigation.navbar-nav > li:hover > a {
  background: #dd1313;
  color: #fff;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.dropdown-menu .dropdown-menu {
  background: #dd1313;
  border: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #dd1313;
  color: #fff;
  outline: 0 none;
  text-decoration: none; }

.dropdown-menu > li > a {
  color: #ffd0c1;
  background: #dd1313;
  padding: 8px 20px; }

.dropdown-menu > li > a:hover {
  color: #fff;
  background: #dd1313; }

.main-navigation.navbar-nav > li > .dropdown-menu {
  padding: 20px 0; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Menu Two CSS - Full width menu ///////////////////////*/
.menu-full {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.menu-full .navbar {
  margin-bottom: 0;
  float: left; }

.menu-full .navbar ul {
  margin-top: 0; }

/* Home Page 2 Menu CSS ////////////////////////////////////*/
.main-navigation.home-two-nav .navbar-default .navbar-nav > li > a:hover, .home-two-nav .navbar-default .navbar-nav > li > a:focus {
  background-color: #262c38;
  color: #fff; }

.main-navigation.home-two-nav .navbar-nav > li > .dropdown-menu {
  background: #262c38;
  border: none;
  color: #c7ced9;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.main-navigation.home-two-nav .navbar-nav > li:hover > a {
  background: #262c38;
  color: #fff; }

.main-navigation.home-two-nav .dropdown-menu .dropdown-menu {
  background: #262c38;
  border: none; }

.main-navigation.home-two-nav .navbar-nav > .active > a, .home-two-nav .navbar-nav > .active > a:hover, .home-two-nav .navbar-nav > .active > a:focus {
  background-color: #262c38;
  color: #fff;
  outline: 0 none;
  text-decoration: none; }

.main-navigation.home-two-nav .dropdown-menu > li > a {
  color: #c7ced9;
  background: #262c38; }

.main-navigation.home-two-nav .dropdown-menu > li > a:hover {
  color: #fff;
  background: #262c38; }

/* Home Page 3 Menu CSS ////////////////////////////////////*/
.mm-menu > .mm-navbar {
  display: none; }

.mm-listview .mm-next::before, .mm-listview > li:not(.mm-divider)::after {
  border: none; }

.mm-listview > li > a, .mm-listview > li > span {
  color: #637383; }

#menu-left .mm-listview .mm-next {
  background: none; }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: #f2f2f2; }

#menu-left .mm-listview > li > a:hover, #menu-left .mm-listview > li:hover {
  color: #fff;
  background: #dd1313; }

#menu-left .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), #menu-left .mm-menu .mm-listview > li.mm-selected > span {
  color: #fff;
  background: #dd1313; }

/*--------------------------------------------------------------
6) Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7) Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
8) Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9) Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px; }

/* sidebar widget */
#secondary .widget h3 {
  font-size: 21px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background: url(../img/border_bottom.png) no-repeat left bottom; }

#secondary .fcp_featured_widget h3 {
  font-size: 18px;
  margin-bottom: 10px;
  background: none;
  padding-bottom: 0; }

#secondary .widget ul {
  border: 1px solid #e4e8ee;
  padding: 30px;
  list-style: none;
  padding-top: 15px; }

#secondary .widget ul li ul {
  padding: 0;
  border: none; }

#secondary .widget ul li {
  font: 14px Montserrat, sans-serif;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ee; }

#secondary .widget ul li:last-child {
  border: none;
  padding-bottom: 0; }

#secondary .widget {
  color: #99a6bb; }

#secondary .widget a {
  color: #262c38; }

#secondary .widget a:hover {
  color: #dd1313; }

#secondary .widget_categories {
  color: #dd1313; }

#secondary .widget_archive select {
  padding: 10px;
  font: 14px Montserrat, sans-serif;
  border: 1px solid #e4e8ee; }

#secondary .widget_calendar table caption {
  padding: 8px 10px;
  background: #333;
  color: #fff; }

#secondary .search-form {
  border: 1px solid #e4e8ee;
  position: relative; }

#secondary .search-form label {
  width: 100%;
  margin-bottom: 0; }

#secondary .search-field {
  width: 84%;
  border: none;
  background: #fff;
  padding: 8px 15px; }

#secondary .widget_search .search-submit {
  width: 23px;
  height: 23px;
  padding: 0;
  background: url(../img/i_search.png) no-repeat left top;
  border: none;
  display: block;
  text-indent: -9009px;
  position: absolute;
  right: 8px;
  top: 11px; }

#secondary .widget_search .search-submit:hover {
  background-position: left bottom; }

#secondary .widget_search .course-submit {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 13px 10px 12px 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

#secondary .widget_search .course-submit i {
  font-size: 18px; }

#secondary .widget_search .search-course .search-field {
  width: 76%; }

#secondary .widget_search_filter ul {
  border: none;
  padding: 0; }

#secondary .widget_search_filter ul li {
  border: none; }

#secondary .widget_search_filter ul li .checkbox, #secondary .widget_search_filter ul li .radio {
  margin-top: 0;
  margin-bottom: 0; }

#secondary .widget_search_filter .search-field {
  margin-bottom: 30px;
  border: 1px solid #e4e8ee; }

#secondary .widget_search_filter select {
  color: #657184;
  font-family: Open Sans,sans-serif;
  margin-bottom: 30px;
  padding: 10px;
  width: 90%;
  background: #eff2f7;
  padding: 13px;
  border: 1px solid #eff2f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#secondary .widget_search_filter .filter {
  margin-bottom: 30px; }

#secondary .widget_search_filter .filter li {
  padding: 10px 0; }

#secondary .widget_search_filter .filter li:hover {
  color: #dd1313; }

#secondary .widget_search_filter .filter li input[type="checkbox"] {
  margin-right: 20px; }

#secondary .widget_tag_cloud a {
  padding: 5px 10px;
  margin-bottom: 5px;
  font: 12px Montserrat, sans-serif !important;
  display: inline-block;
  border: 1px solid #e4e8ee;
  color: #99a6bb;
  line-height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase; }

#secondary .widget_tag_cloud a:hover {
  color: #dd1313; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.course-calendar-body caption {
  background: #dd1313;
  font: bold 15px Montserrat,sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.course-calendar-body th {
  padding: 5px;
  background: #dd1313;
  color: #fff;
  text-align: center; }

.course-calendar-body td {
  padding: 5px;
  border: 1px solid #eee;
  text-align: center; }

.course-calendar a.next-month, .course-calendar a.pre-month {
  background: #dd1313;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 13px; }

.course-calendar a:hover.next-month, .course-calendar a:hover.pre-month {
  background: #dd1313; }

.course-calendar .next-month, .course-calendar .pre-month {
  bottom: -35px; }

#secondary .cp_latest_courses_widget .course-title {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 15px;
  font: 14px Montserrat,sans-serif;
  border-bottom: 1px solid #e4e8ee; }

#secondary .cp_latest_courses_widget .course-list-item:last-child .course-title {
  border: none; }

.course-list {
  padding: 15px 30px 30px;
  border: 1px solid #e4e8ee; }

.cp_featured_widget_course_link a {
  background: #dd1313;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 13px; }

.cp_featured_widget_course_link a:hover {
  background: #dd1313; }

#secondary .course_structure_widget ul {
  border: none;
  list-style: outside none none;
  padding: 0; }

#secondary .course-structure-block {
  padding: 15px 30px 30px;
  border: 1px solid #e4e8ee; }

#secondary .course_structure_widget .tree {
  margin: 0;
  padding: 0; }

#secondary .course_structure_unit_label {
  margin-top: 0; }

#secondary .tree li label {
  display: block;
  float: none;
  padding: 0;
  width: auto;
  clear: both; }

#secondary .course_structure_page_li label {
  border: none; }

#secondary .tree li {
  margin-left: -5px; }

#secondary .cp_course_strucutre_widget .course_structure_page_li {
  padding: 0;
  display: table;
  width: 100%; }

#secondary .cp_course_strucutre_widget .course-structure-block ul.tree,
#secondary .cp_course_strucutre_widget .course-structure-block ul.tree ul {
  margin-left: 5px; }

#secondary .tree .tree-page-right span {
  margin-left: 0; }

#secondary .cp_course_strucutre_widget .course-structure-block .course_structure_page_li .tree-page-left {
  padding-left: 0; }

/* footer widget */
.footer-widget {
  padding-top: 90px;
  padding-bottom: 40px;
  color: #657184; }

.footer-widget h6 {
  font-size: 18px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  color: #fff;
  background: url(../img/border_bottom.png) no-repeat left bottom; }

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-widget ul li {
  padding-bottom: 15px; }

.footer-widget .widget_courses ul li h5 {
  margin: 0 0 10px;
  line-height: normal; }

.footer-widget .widget_courses ul li p.meta {
  margin: 0;
  padding: 0; }

.footer-widget .widget_courses ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #2f3543; }

.footer-widget .widget_courses ul li:last-child {
  border-bottom: none; }

.footer-widget .widget_courses ul li p {
  margin-bottom: 0;
  line-height: normal; }

.footer-widget a, .footer-widget ul li a {
  color: #657184; }

.footer-widget a:hover {
  color: #fff; }

.footer-widget .menu {
  font-family: Montserrat, sans-serif;
  font-weight: bold; }

.footer-widget .quickcontact {
  clear: both; }

.footer-widget .quickcontact .qc-text {
  width: 97%;
  margin-bottom: 10px;
  background: #262c38;
  border: 1px solid #3a4251;
  color: #586375; }

.footer-widget .quickcontact .qc-textarea {
  background: #262c38;
  margin-bottom: 10px;
  height: 120px;
  border: 1px solid #3a4251;
  color: #586375; }

.footer-widget .quickcontact .quicksubmit {
  position: relative;
  height: 1px; }

.footer-widget .quickcontact .qc-submit {
  position: absolute;
  top: -60px;
  right: 6px;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.footer-widget .quickcontact-validation-errors {
  background: #f7e700;
  color: #262c38; }

/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1) Posts and pages
--------------------------------------------------------------*/
.main_space {
  padding-bottom: 145px; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 5em; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

#index .page-content {
  margin: 0; }

.entry-content p a {
  text-decoration: underline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2) Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3) Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.4) Footer Section
--------------------------------------------------------------*/
.site-footer {
  background: #262c38; }

.copyright {
  padding: 25px 0;
  border-top: 1px solid #2f3543; }

.site-footer p.copy {
  float: left; }

.site-footer p.develop {
  float: right; }

.site-footer p {
  font-size: 14px;
  color: #657184; }

.site-footer p a {
  color: #fff; }

.site-footer p a:hover {
  color: #a0b6d8; }

/*--------------------------------------------------------------
11) Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12) Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1) Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2) Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
12.3) Checkbox, Radio and Input CSS
--------------------------------------------------------------*/
.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: -1px;
  margin-left: -15px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -15px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 0;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

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

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 0;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

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

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

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

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

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

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

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

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

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

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

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

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

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

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

.snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb; }

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px; }

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%; }

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1; }

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px; }

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Demo purposes only */
.icon-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 550px;
  margin: 0 auto; }

/* .icon {
  display: flex;
  align-items: center;
  width: 128px;
  height: 128px;
  margin: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 0px rgba(255, 255, 255, 0.4) inset, 0 -2px 0px rgba(0, 0, 0, 0.5) inset;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }

.icon:after {
  display: block;
  z-index: 1;
  width: 128px;
  text-align: center;
  color: white;
  font-size: 5em;
  font-family: FontAwesome;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

.icon:hover {
  transform: translate(0, -0.5em); } */

.calling {
  background: linear-gradient(#48d861, #02a120); }

.calling:after {
  content: "\f095"; }

.texting {
  background: linear-gradient(#00b7ff, #006ff5); }

.texting:after {
  content: '\f27a';
  margin-bottom: 10px;
  margin-left: 3px; }

.gaming {
  background: linear-gradient(#fe3a2f, #dd0604); }

.gaming:after {
  content: '\f11b';
  margin-bottom: 15px; }

.shopping {
  background: linear-gradient(#ffca00, #eb7900); }

.shopping:after {
  content: '\f07a';
  margin-bottom: 5px;
  margin-left: -4px; }

.settings {
  background: linear-gradient(#ff2373, #e10c35); }

.settings:after {
  content: '\f013';
  margin-bottom: 5px; }

.map {
  background: linear-gradient(#4ef0fc, #3199c8); }

.map:after {
  content: '\f279';
  font-size: 4.2em;
  margin-bottom: 5px; }

.date {
  background: linear-gradient(#ff9b0e, #d74200); }

.date:after {
  content: '\f073';
  margin-bottom: 5px;
  font-size: 4.5em; }

.download {
  background: linear-gradient(#8b8b8b, #505050); }

.download:after {
  content: '\f019';
  font-size: 4.5em; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-size: 1em;
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

h1 {
  /* text-align: center; */
  display: block; }

img {
  height: auto;
  max-width: 100%; }

a {
  color: #29B6F6;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.site__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.site__info {
  clear: both;
  position: absolute;
  bottom: -20%;
  padding: 3em;
  display: block;
  font-variant: small-caps;
  letter-spacing: 2px;
  left: 50%;
  transform: translate(-50%, -50%); }

.grid {
  float: none;
  width: 100%;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.4em; }

@media screen and (min-width: 40.063em) {
  .grid {
    float: left;
    width: 33.333%; } }

.card__image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  min-height: 240px;
  height: 400px;
  overflow: hidden;
  position: relative; }

.card__image > img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.card__image:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.card__title {
  color: white;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.card__title:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none; }

.card__overlay {
  content: "";
  bottom: 0;
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.card__overlay--indigo {
  background-image: linear-gradient(to bottom, rgba(92, 107, 192, 0.1), rgba(92, 107, 192, 0.8));
  z-index: 2; }

.card__overlay--blue {
  background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgba(41, 182, 246, 0.8));
  z-index: 2; }

.card__overlay-content {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  z-index: 3; }

.card__meta {
  margin: 0;
  margin-right: -1em;
  margin-bottom: 0.75em; }

.card__meta.card__meta--last {
  margin-bottom: 0; }

.card__meta li {
  color: #f8f8f8;
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: 0.85em;
  font-variant: small-caps;
  letter-spacing: 1px; }

.card__meta li:not(:last-child):after {
  content: "\25cf";
  font-style: normal;
  position: relative;
  color: rgba(255, 255, 255, 0.25);
  right: -0.6em; }

.card__meta li > a {
  color: #f8f8f8; }

.courses-info > h1 {
  text-align: left; }

.courses-info > h2 {
  font-size: 24px; }

.co-join-info > span {
  font-weight: bold;
  color: #262c38; }

.co-join-info span {
  font-weight: bold;
  color: #262c38; }

.co-join-info > ul {
  font: 14px Montserrat,sans-serif;
  padding: 20px 0;
  width: 100%; }

.co-join-info hr {
  background: #e8ebf1; }

.sorting1 select {
  background: #eff2f7 none repeat scroll 0 0;
  border: 1px solid #eff2f7;
  border-radius: 3px;
  line-height: 40px;
  padding: 13px;
  width: 100%; }

.col-xs-12.col-sm-12.sorting {
  margin-left: -16px; }

.dropdown-red li:hover > a {
  background: #dd1313 !important;
  color: white; }

.dropdown-red :hover > a {
  color: white !important; }

.dropdown-pink :hover {
  background: #e91e63;
  color: white; }

.dropdown-pink :hover > a {
  color: white !important; }

.dropdown-lila :hover {
  background: #9c27b0 none;
  color: white; }

.dropdown-lila :hover > a {
  color: white !important; }

.dropdown-yellow :hover {
  background: #ffc107 none;
  color: white; }

.dropdown-yellow :hover > a {
  color: white !important; }

.dropdown-grey :hover {
  background: #9e9e9e;
  color: white; }

.dropdown-grey :hover > a {
  color: white !important; }

.dropdown-green :hover {
  background: #8bc34a;
  color: white; }

.dropdown-green :hover > a {
  color: white !important; }

.dropdown-orange :hover {
  background: #ff9800;
  color: white; }

.dropdown-orange :hover > a {
  color: white !important; }

#testimonial .grid {
  position: relative;
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#testimonial .grid .column {
  position: relative;
  overflow: hidden;
  width: 70%;
  text-align: center; }

#testimonial .grid .column:first-child {
  width: 30%; }

#testimonial .grid .column img {
  position: relative;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0.8; }

#testimonial .grid .column .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

#testimonial .grid .column .content::before,
#testimonial .grid .column .content::after {
  pointer-events: none; }

#testimonial .grid .column h2 {
  word-spacing: -0.15rem;
  font-weight: 300;
  color: #FFF; }

#testimonial .grid .column h3 {
  color: #FFF; }

#testimonial .grid .column h2 span {
  display: block;
  font-weight: 800;
  font-size: 2.8rem; }

#testimonial .grid .column h2,
#testimonial .grid .column p {
  margin: 0; }

#testimonial .grid .column p {
  letter-spacing: 1px;
  font-size: 68.5%; }

#testimonial a {
  text-transform: uppercase;
  font-size: .6rem;
  text-decoration: none;
  color: #FFF;
  display: block;
  font-family: sans-serif; }

#testimonial #west {
  background: #262c38; }

#testimonial #east {
  background: url(../img/use_img/event_img.jpg) no-repeat top right;
  background-size: cover; }

#testimonial #west .content {
  /*background: rgba(25,235,248, .5);*/ }

#testimonial #east .content {
  background: rgba(20, 20, 20, 0.6); }

#testimonial #west .content img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }

/*-----------------*/
/***** Hover *****/
/*-----------------*/
#testimonial .effect-hover .content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: 3px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /* remove this bit if you want it to swing up */
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1); }

.validate {
  width: 100% !important; }

/*
- Template: Education Press
- Develop By: ThemeCycle
- Developer URI: https://themeforest.net/user/themecycle
- Version: 1.0

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Header
2. Home Page First
3. Home Page Two
4. Home Page Third
5. About Us
6. Pricing Plan
7. Course Listing Page
8. Teachers
9. Gallery
10. Event
11. Blog
12. Comments
13. Contact Us
14. Course Details Page
15. 404 Error
16. Shortcodes
17. Login Form
18. Shopping Cart
19. Responsive
/*--------------------------------------------------------------
1)  Header
--------------------------------------------------------------*/
.site-branding {
  padding-top: 20px;
  padding-bottom: 20px; }

.site-branding img {
  width: auto; }

.site-branding h2 {
  margin: 0; }

/*--------------------------------------------------------------
2)  Home Page First
--------------------------------------------------------------*/
/* /////////////// Home 1 -> Search Form /////*/
.search-form h2 {
  font-size: 30px;
  margin-bottom: 35px; }

.search-form fieldset {
  border: none; }

.search-form .input-group {
  width: 100%; }

.search-form .input-group-btn {
  float: left; }

.search-form .input-group-btn .btn {
  -moz-box-shadow: 0 0 3px #e0dfdf;
  -webkit-box-shadow: 0 0 3px #e0dfdf;
  box-shadow: 0 0 3px #e0dfdf; }

.search-form .form-inline .input-group > .form-control {
  width: 87.8%;
  height: 51px;
  padding-left: 10px;
  color: #99a6bb;
  font: 14px Montserrat, sans-serif;
  border: 1px solid #c7ced9;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-box-shadow: 0 0 3px #e0dfdf;
  -webkit-box-shadow: 0 0 3px #e0dfdf;
  box-shadow: 0 0 3px #e0dfdf; }

/* search no result  */
.search-no-results .page-content p {
  text-align: center; }

.search-no-results .page-content .search-form {
  text-align: center; }

.search-no-results .page-content .search-form .search-field {
  width: auto;
  position: relative;
  top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* /////////////// Home 1 -> Courses Count/////*/
.courses-count {
  color: #657184; }

.courses-count .col-md-3 {
  margin-bottom: 20px; }

.courses-count h3 {
  font-size: 14px;
  font-weight: normal;
  color: #657184; }

.courses-count i {
  font-size: 36px;
  width: 55px;
  display: inline;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e4e8ee; }

.sepretor {
  width: 20%;
  margin: 8px auto 0 auto;
  padding: 30px 0;
  background: url(../img/hr.png) repeat-x center; }

.sepretor span {
  display: inline;
  padding: 19px 18px;
  background: #262c38;
  font: bold 12px Montserrat, sans-serif;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* /////////////// Home 1 -> Search by Category /////*/

.search-category {
  padding-bottom:90px
}

.search-category h2 {
  padding-bottom: 30px;
  font-size: 30px;
  margin-top:10px
}

.cat h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  color:#fff
}

.cat h3 a {
  color:#fff
}

.cat h3 a:hover {
  color: #fff;
  opacity: .8;
  filter:alpha(opacity=80)
}

.cat_first {
  min-height: 522px;
  background:#e91e63
}

.cat_second {
  min-height: 246px;
}

.cat.cat_third {
  min-height: 246px;
  width: 47.5%;
  float: left;
}

.cat.cat_forth {
  min-height: 246px;
  width: 47.5%;
  float: right;
}

.cat.cat_fifthc {
  min-height: 246px;
}

.cat.cat_sixthc {
  min-height: 246px;
}

.cat.cat_sevonth {
  min-height: 522px;
}

.cat {
  padding: 20px 40px 40px 40px;
  margin-bottom: 30px;
  background-position: right bottom;
  background-size: 20%;
  color: #fff;
  transition: background-size .3s ease-in;
  -moz-transition: background-size .3s ease-in;
  -web-kit-transition:background-size .3s ease-in
}

.cat:hover {
  background-size: 22%;
  cursor:pointer
}

.cat_forth, .cat_fifth {
  background-size:40%
}

.cat_forth:hover, .cat_fifth:hover {
  background-size:45%
}

.course_list .search-category .col-xs-12 {
  margin-bottom: 0;
  }

/* /////////////// Home 1 -> Popular Online Courses /////*/
.popular-courses {
  background: #e4e8ee;
  padding: 70px 0; }

.popular-courses .btn-group .btn, .popular-courses .btn-group {
  float: none; }

.popular-courses .course_rel {
  bottom: -8px; }

.course {
  background: #fff;
  /* min-height: 570px; */
  max-height: 635px;
  position: relative;
  -moz-box-shadow: 0 0 5px #bfc3c9;
  -webkit-box-shadow: 0 0 5px #bfc3c9;
  box-shadow: 0 0 5px #bfc3c9; }

.course h3 {
  font-size: 17px;
  font-weight: bold;
  padding-right: 42px;
  line-height: 20px; }

.product-price-and-shipping {
  position: absolute;
  right: -8px;
  top: 30px;
  padding: 9px 20px 9px 25px;
  font: bold 16px Montserrat, sans-serif;
  color: #fff !important;
  background: #262c38 url(../img/price_tag_ll.jpg) no-repeat left bottom; }

.price1 {
  position: absolute;
  right: -8px;
  top: -30px;
  padding: 9px 20px 9px 25px;
  font: 12px Montserrat, sans-serif;
  color: #fff;
  background: #4caf50 url(../img/price_tag_l.png) no-repeat left bottom; }

.product-price-and-shipping .corner {
  position: absolute;
  right: 0px;
  top: -8px;
  width: 8px;
  height: 8px;
  background: url(../img/price_tag_r.png) no-repeat right top; }

.price1 span {
  position: absolute;
  right: 0px;
  top: -8px;
  width: 8px;
  height: 8px;
  background: url(../img/price_tag_r.png) no-repeat right top; }

.price s {
  font-size: 13px;
  display: block; }

.course_list .col-xs-12 {
  margin-bottom: 35px; }

.course h3 a {
  color: #262c38; }

.course h3 a:hover {
  color: #dd1313; }

.course a {
  color: #262c38; }

.course a:hover {
  color: #dd1313; }

.course_space {
  padding: 10px 30px 0px 30px;
  min-height: 295px;
  position: relative; }

.course_space p.meta {
  line-height: normal; }

.course_rel {
  width: 82%;
  display: table;
  position: absolute;
  left: 30px;
  bottom: 15px; }

.course_rating, .average-rating span, .widget_courses li span.rating {
  font: 15px "Glyphicons Halflings";
  color: #ffaf00;
  letter-spacing: -6px;
  clear: both;
  display: block; }

.course_rating i, .average-rating span i, .widget_courses li span.rating i {
  font-style: normal;
  margin: 0;
  padding: 0; }

.course_rating, .enroll {
  padding: 0;
  margin: 0; }

.course_rating {
  padding-top: 4px; }

.enroll {
  text-align: right;
  color: #b0b7c5; }

.popular-courses .btn-orange {
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.popular-courses .btn-orange i {
  ont-size: 16px; }

/* /////////////// Home 1 -> Why Choose Us /////*/
.why-choose-us {
  background: url(../img/use_img/whyus_img.jpg) center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px; }

.layer {
  background-color: rgba(49, 53, 63, 0.95);
  min-height: 540px;
  position: relative; }

.why-choose-us .row {
  position: relative; }

.why-choose-us .row .icon {
  position: relative; }

.why-choose-us .col-sm-4 {
  padding-top: 50px; }

.why-choose-us h2 {
  color: #fff;
  padding: 88px 0 30px 0;
  margin-bottom: 55px; }

.why-choose-us h3 {
  font-size: 18px;
  color: #fff;
  padding: 30px 0 15px 0; }

.why-choose-us p {
  color: #99a6bb;
  line-height: 27px; }

.why-choose-us i {
  font-size: 48px;
  color: #fff; }

.why-choose-us .btn-group .btn, .why-choose-us .btn-group, #testimonials .btn, #testimonials_owner .btn {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  text-align: center;
  float: none; }

.why-choose-us .btn-group .btn, #testimonials .btn, #testimonials_owner .btn {
  padding: 13px 40px;
  margin: 50px 10px 40px 10px; }

/* /////////////// Home 1 -> Latest News & Updates /////*/
.latest-news-updates {
  padding: 0 0 100px 0;
  color: #fff; }

.latest-news-updates a {
  color: #fff; }

.latest-news-updates a:hover {
  color: #fff;
  opacity: 0.5; }

.latest-news-updates .article {
  padding: 0;
  position: relative; }

.latest-news-updates .art-style1 img, .latest-news-updates .art-style2 img {
  height: 470px; }

.latest-news-updates .art-style3 img, .latest-news-updates .art-style4 img, .latest-news-updates .art-style5 img {
  height: 270px; }

.latest-news-updates h3 {
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 3;
  width: 80%; }

.latest-news-updates h3 a {
  color: #fff; }

.latest-news-updates .article .meta {
  position: absolute;
  left: 45px;
  bottom: 20px;
  z-index: 3; }

.latest-news-updates .articel-list div.col-xs-12 {
  margin-bottom: 30px; }

.latest-news-updates .articel-list div.col-xs-12 .art-style1 {
  background: #333;
  min-height: 470px; }

.latest-news-updates .articel-list div.col-xs-12 .art-style2 {
  background: #333;
  min-height: 470px; }

.latest-news-updates .articel-list div.col-xs-12 .art-style3 {
  background: #333;
  min-height: 270px; }

.latest-news-updates .articel-list div.col-xs-12 .art-style4 {
  background: #333;
  min-height: 270px; }

.latest-news-updates .articel-list div.col-xs-12 .art-style5 {
  background: #333;
  min-height: 270px; }

.latest-news-updates .articel-list .byline small {
  display: none; }

.sticky-tag {
  position: absolute;
  right: -8px;
  top: 20px;
  padding: 9px 15px;
  font: bold 16px Montserrat, sans-serif;
  color: #fff;
  background: #4caf50;
  z-index: 9; }

.sticky-tag i {
  font: 15px "Glyphicons Halflings";
  color: #fff; }

.sticky-tag small {
  width: 16px;
  height: 40px;
  background: url(../img/sticky_l.png) no-repeat left top;
  position: absolute;
  right: 44px;
  top: 0px; }

.sticky-tag span {
  position: absolute;
  right: 0px;
  top: -8px;
  width: 8px;
  height: 8px;
  background: url(../img/price_tag_r.png) no-repeat right top; }

.single-post .sticky-tag {
  right: 7px; }

/* /////////////// Home 1 -> testimonials /////*/
.testimonials_outer {
  padding: 75px 0 90px 0;
  margin-bottom: 0px;
  background: #178de7 url(../img/use_img/testimonials_bg.jpg) center no-repeat;
  background-size: cover; }

.testimonials_outer h2 {
  padding-bottom: 25px;
  margin-bottom: 60px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: url(../img/border_bottom_white.png) no-repeat center bottom; }

.home-two-testimonials h2 {
  background: url(../img/border_bottom_orange.png) no-repeat center bottom; }

.home-two-testimonials blockquote p {
  color: #fff; }

.home-third-testimonials blockquote p {
  color: #657184; }

.testimonial {
  margin: 0;
  padding: 0;
  background: #fff;
  min-height: 292px;
  border: none;
  padding: 35px;
  font-size: 17px;
  font-style: italic; }

.testimonial footer {
  padding-bottom: 20px; }

.testimonial footer span {
  padding-top: 15px;
  font: bold 16px Montserrat, sans-serif;
  color: #262c38;
  display: block; }

.testimonial footer cite {
  font-size: 14px;
  font-style: normal; }

.testimonial footer::before {
  content: " "; }

.testimonial img {
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.testimonials_outer .carousel-indicators {
  bottom: 60px; }

.testimonials_outer .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 1px 8px;
  background: #6cbefd;
  border: none; }

.testimonials_outer .carousel-indicators .active {
  background: #fff;
  border: none; }

/* /////////////// Home 1 -> multi-widget-options /////*/
.multi-widget-options {
  margin-bottom: 100px; }

.upcoming-event h2, .instructor-week h2, .free-course-week h2 {
  font-size: 21px; }

.upcoming-event a, .instructor-week a, .free-course-week a {
  color: #263238; }

.upcoming-event a:hover, .instructor-week a:hover, .free-course-week a:hover {
  color: #dd1313; }

.upcoming-event a, .free-course-week a {
  margin-bottom: 16px; }

.upcoming-event h4, .instructor-week h4, .free-course-week h4 {
  line-height: 27px; }

.free-course-week .post-thumb {
  position: relative;
  display: block; }

a.more {
  font: 15px Montserrat, sans-serif;
  color: #dd1313; }

a.more i {
  margin: 0 5px;
  font-size: 16px;
  position: relative;
  bottom: -2px; }

a:hover.more {
  color: #263238; }

.multi-widget-options .free-course-week .course-thumbnail,
.multi-widget-options .upcoming-event .event-thumbnail {
  height: 218px;
  overflow: hidden;
  display: block; }

.multi-widget-options .upcoming-event img {
  width: 100%; }

.instructor-week .remove_space {
  padding: 0 10px 0px 0; }

.instructor-week p.author-name {
  margin-bottom: 1em; }

.instructor-week p.author-name span {
  display: block; }

.instructor-week p.email {
  font-weight: bold; }

.instructor-week .phone {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e8ee; }

.instructor-week .phone i {
  margin-right: 5px; }

/* /////////////// Home 1 -> signup-newsletter /////*/
.signup-newsletter {
  background: #e4e8ee;
  padding: 0; }

.i-email-subscribe {
  background: #dd1313;
  border-radius: 50px;
  float: left;
  margin-top: 20px;
  padding: 18px 20px; }

.i-email-subscribe i {
  color: #fff;
  font-size: 42px; }

.signup-newsletter p, .signup-newsletter h3 {
  clear: none;
  float: right;
  width: 80%; }

.signup-newsletter h3 {
  padding-top: 5px;
  font-size: 21px;
  color: #262c38; }

.signup-newsletter .sign-form {
  padding: 40px 0 0 0; }

.sign-form .form-control {
  padding: 10px;
  height: 41px;
  width: 71%;
  border: 1px solid #c7ced9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  -moz-box-shadow: 1px 1px 1px #c7ced9;
  -webkit-box-shadow: 1px 1px 1px #c7ced9;
  box-shadow: 1px 1px 1px #c7ced9; }

.sign-form .btn-orange {
  margin-left: -4px;
  padding: 10px 30px;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.sign-form .btn-orange:hover {
  border: none; }

.sign-form .btn-orange i {
  margin-right: 0; }

.sign-form p.success {
  padding: 10px 0;
  color: #79985b; }

/*--------------------------------------------------------------
3)  Home Page Two
--------------------------------------------------------------*/
/* /////////////// Home 2 -> Header /////*/
.header_meta_two {
  background: #262c38;
  color: #ffffff; }

.header_meta_two .meta-login ul li {
  color: #ffffff;
  border-left: 1px solid #1b2028; }

.header_meta_two .meta-login ul li a {
  color: #ffffff; }

.header_meta_two .meta-login ul li a:hover {
  color: #fff; }

.home-two-search {
  background: #ededed;
  padding-top: 35px;
  padding-bottom: 40px; }

.home-two-search .input-group-btn .btn {
  -moz-box-shadow: 0 0 0px;
  -webkit-box-shadow: 0 0 0px;
  box-shadow: 0 0 0px; }

.home-two-search .container {
  position: relative; }

.home-two-search .courses-count {
  padding-top: 0; }

.home-two-search .courses-count h3 {
  color: #8793a7; }

.home-two-search .courses-count i {
  border-right: 1px solid #353c4a; }

.icon-check.icons {
  color: #8bc34a; }

.home-two-search .form-inline .input-group > .form-control {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.home-two-search .head {
  padding: 10px 20px;
  width: 210px;
  position: absolute;
  top: -77px;
  left: 0;
  background: #262c38;
  font: 18px Montserrat, sans-serif;
  color: #fff;
  z-index: 3; }

/* Home -> 2 - Multi widget //////////////////////*/
.upcoming-event-two h2, .free-course-week-two h2, .instructor-week-two h2 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 35px;
  background: none;
  text-transform: uppercase; }

.upcoming-event-two p.meta strong, .free-course-week-two p.meta strong {
  color: #262c38;
  font-weight: normal; }

.free-course-week-two p.meta a {
  color: #262c38; }

.free-course-week-two p.meta a:hover {
  color: #dd1313; }

/* Home -> 2 - Home Popular Courses //////////////////////*/
.home-two-pop-courses {
  background: none; }

.home-two-pop-courses .meta a {
  color: #262c38;
  font-weight: normal; }

.home-two-pop-courses .meta a:hover {
  color: #262c38; }

.home-two-pop-courses .course {
  background: #f7f8fb;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.home-two-pop-courses .price {
  color: #4caf50;
  background: none; }

.home-two-pop-courses .price span {
  background: none; }

/* Home -> 2 - Home Testimonials //////////////////////*/
.home-two-testimonials {
  background: #262c38;
  color: #ffffff; }

.home-two-testimonials .testimonial {
  background: none; }

.home-two-testimonials .testimonial p.meta {
  padding-bottom: 40px;
  font-style: normal; }

.home-two-testimonials .testimonial p strong {
  color: #fff;
  display: block;
  font-size: 16px; }

.home-two-testimonials .testimonial p cite {
  font-style: normal;
  color: #ffffff;
  font-size: 14px; }

.home-two-testimonials .testimonial img {
  float: none;
  margin-right: 0; }

.home-two-testimonials .quote {
  height: 76px;
  display: inline-block;
  background-size: 100%; }

.home-two-testimonials .carousel-indicators li {
  border: none;
  background: #ffffff; }

.home-two-testimonials .carousel-indicators li.active {
  background: #dd1313; }

.home-two-newsletter {
  background: #f9f9f9;
  color: #262c38; }

.home-two-newsletter .i-email-subscribe {
  background: #262c38; }

.home-two-newsletter .sign-form .form-control {
  box-shadow: 0 0 0; }

.home-two-newsletter h3 {
  color: #262c38; }

.home-two-newsletter .btn-orange {
  background: #262c38; }

.home-two-newsletter .btn-orange:hover {
  background: #262c38; }

/*--------------------------------------------------------------
4)  Home Page Third
--------------------------------------------------------------*/
/* Home -> 3 - Header //////////////////////*/
.home-third-header {
  height: 1070px;
  background: url(../img/use_img/home3_banner_bg.jpg) no-repeat center bottom;
  background-size: cover; }

.home-third-header .brand {
  margin-top: 25%; }

/* * Off Canvas * -------------------------------------------------- */
.home-third-header .left-navbar-toggle {
  color: #fff;
  padding: 0; }

/* For MMenu.js * -------------------------------------------------- */
.home-third-header .navbar-header {
  position: absolute;
  right: 4%;
  top: 1%; }

.home-third-header .navbar {
  width: 100%; }

.home-third-header .left-navbar-toggle {
  color: #fff;
  position: relative;
  float: right;
  padding: 13px 15px 0 15px; }

.home-third-header .left-navbar-toggle:active {
  color: #FFA500; }

.mm-title {
  font: Bold 14px Montserrat, sans-serif;
  color: #fff; }

/* Home -> 3 - Browse by category  //////////////////////*/
.browse-by-category {
  width: 100%;
  position: relative; }

.browse-by-category .head {
  padding: 10px 20px;
  width: 210px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #dd1313;
  font: 15px Montserrat, sans-serif;
  color: #fff;
  z-index: 3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.browse-by-category .row {
  margin: 0; }

.browse-by-category .by_cat {
  padding-top: 30px;
  min-height: 175px;
  border-right: 1px solid #dee3ec;
  background-repeat: no-repeat;
  background-size: 48px 48px; }

.browse-by-category .by_cat h3 {
  padding: 0 60px 0 20px;
  font-size: 14px; }

.browse-by-category .by_cat p {
  padding: 0 60px 0 20px;
  font-size: 14px;
  line-height: normal; }

.i_sport {
  background: url(../img/i_cat_sports.png) 90% 58%; }

.i_food {
  background: url(../img/i_cat_food.png) 90% 58%; }

.i_development {
  background: url(../img/i_cat_development.png) 90% 58%; }

.i_language {
  background: url(../img/i_cat_language.png) 90% 58%; }

.i_music {
  background: url(../img/i_cat_music.png) 90% 58%; }

.i_frontend {
  background: url(../img/i_cat_frontend.png) 90% 58%; }

.i_ecommerce {
  background: url(../img/i_cat_ecommerce.png) 90% 58%; }

.home-third-search {
  width: 80%; }

.home-third-search .form-inline .input-group > .form-control {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.home-third-search .input-group-btn .btn {
  -moz-box-shadow: 0 0 0px;
  -webkit-box-shadow: 0 0 0px;
  box-shadow: 0 0 0px; }

.home-third-search .form-inline .input-group > .form-control {
  width: 84%; }

.home-third-header h2 {
  font: 36px Open Sans, sans-serif;
  font-weight: normal;
  color: #fff; }

.home-third-header .courses-count h3 {
  padding: 0 10px;
  color: #fff; }

.home-third-header .courses-count i {
  display: inline;
  float: left;
  font-size: 36px;
  margin-right: 5px;
  padding-right: 5px;
  border: none; }

.home-third-pop-courses {
  margin-bottom: 100px;
  background: url(../img/home_third_pop_cou_bg.jpg) no-repeat center top;
  background-size: cover; }

.home-third-pop-courses h2 {
  color: #fff; }

.home-third-pop-courses .course {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.home-third-why {
  padding-bottom: 75px; }

.home-third-why .box {
  background: #f2f6f9;
  padding: 40px 20px 27px 20px;
  line-height: 27px; }

.home-third-why .box h3 {
  font-size: 18px;
  margin: 25px 0; }

.home-third-why .box i {
  font-size: 48px; }

.upcoming-event-three h2, .free-course-week h2-three, .instructor-week-three h2 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 35px;
  background: none; }

.page-home-page-3 .upcoming-event, .page-home-page-3 .instructor-week, .page-home-page-3 .free-course-week {
  margin-bottom: 0; }

/* Home -> 3 - Home Latest News & Updates //////////////////////*/
.latest-news-updates-outer {
  margin-top: 120px;
  margin-bottom: 100px;
  padding: 90px 0;
  background: url(../img/latest_news_bg.png) no-repeat center top;
  background-size: cover; }

.latest-news-updates-outer .carousel-inner {
  padding-bottom: 20px; }

.latest-news-updates-slider .news {
  background: #fff;
  -moz-box-shadow: 0 0 5px #bfc3c9;
  -webkit-box-shadow: 0 0 5px #bfc3c9;
  box-shadow: 0 0 5px #bfc3c9; }

.latest-news-updates-slider .news h3 {
  font-size: 18px;
  font-weight: bold; }

.latest-news-updates-slider .news .img-thumb {
  position: relative;
  overflow: inherit; }

.latest-news-updates-space {
  padding: 10px 30px 10px 30px;
  position: relative;
  min-height: 300px; }

.latest-news-updates-slider article a {
  color: #262c38; }

.latest-news-updates-slider article figure {
  width: 100%;
  height: 270px;
  overflow: hidden; }

.latest-news-updates-slider article .img-thumb {
  width: 100%; }

.latest-news-updates-slider article a:hover {
  color: #dd1313; }

.latest-news-updates-outer article p.meta a {
  color: #039be5; }

.latest-news-updates-outer .carousel-indicators li {
  background: #b3bdce; }

.latest-news-updates-outer .carousel-indicators li.active {
  background: #dd1313; }

#latest-news-updates-slider .carousel-indicators {
  bottom: 20px; }

/* Home -> 3 - Home Testimonials //////////////////////*/
.home-third-testimonials {
  background: none;
  color: #657184;
  padding-bottom: 100px; }

.home-third-testimonials .testimonial p strong {
  color: #262c38; }

.home-third-testimonials .testimonial p cite {
  color: #657184; }

.home-third-testimonials .quote_l {
  background: url(../img/quote2_l.png) center right no-repeat; }

.home-third-testimonials .quote_r {
  background: url(../img/quote2_r.png) center left no-repeat; }

.home-third-testimonials .carousel-indicators {
  bottom: 25px !important; }

.home-third-testimonials .carousel-indicators li {
  background: #b3bdce;
  margin: 1px 5px; }

.home-third-testimonials .carousel-indicators li.active {
  background: #dd1313; }

/*--------------------------------------------------------------
5)  About Us
--------------------------------------------------------------*/
.breadcrumb-section {
  min-height: 190px;
  background: url(../img/use_img/banner_img2.jpg) no-repeat center;
  background-size: cover; }

.breadcrumb-section h1 {
  padding: 50px 25px;
  font-size: 36px;
  font-weight: bold;
  color: #fff; }

.taxonomy-des h1 {
  padding-bottom: 0; }

.taxonomy-des {
  padding-bottom: 50px; }

.taxonomy-des p {
  padding: 0 25px; }

.instructors-name {
  clear: both;
  display: block;
  font-size: 14px;
  color: #ececec; }

h1 .instructors-name a {
  color: #ececec; }

h1 .instructors-name a:hover {
  color: #fff; }

.page-spacer {
  padding: 20px 0; }

.course-learn-spacer {
  padding: 20px 0 100px 0; }

.online-course img {
  margin-bottom: 20px; }

.abutinfo {
  margin-bottom: 145px; }

.meet-teachers {
  padding-bottom: 145px; }

.teacher p.post {
  color: #03a9f4;
  font-size: 12px;
  font-style: italic; }

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0; }

.social-icons li, .courses-info .social-icons li {
  float: left;
  margin: 0;
  padding: 0; }

.courses-info .social-icons li {
  line-height: 22px; }

.courses-info .social-icons {
  padding-bottom: 50px; }

.social-icons li i {
  color: #fff;
  font-size: 14px; }

.social-icons li a {
  background: #bfc6d0;
  width: 23px;
  height: 23px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.social-icons li a:hover {
  background: #263238; }

.howitworks {
  padding: 90px 0;
  background: #e4e8ee;
  margin-bottom: 145px; }

.work-steps .steps {
  padding: 20px 30px;
  position: relative;
  background: #e91e63;
  color: #fff;
  margin: 40px 0 50px 0; }

.work-steps .steps i {
  color: #000;
  font-size: 60px;
  position: absolute;
  right: 5%;
  bottom: 10%;
  opacity: 0.3; }

.work-steps .col-sm-4:nth-child(2) .steps {
  background: #03a9f4; }

.work-steps .col-sm-4:nth-child(3) .steps {
  background: #673ab7; }

.work-steps .steps h3 {
  color: #fff; }

.action {
  clear: both; }

.action span {
  padding: 10px 30px;
  font: bold 30px Montserrat, sans-serif;
  color: #262c38;
  top: 10px;
  position: relative; }

/*----------------------------------------------------------------------------------- 
6) Pricing Plan Page
/*-----------------------------------------------------------------------------------*/
.plan {
  background: #f1f5f6;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 150px; }

.plan-info {
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.plan-info h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff; }

.plan-info .plan-price {
  font: 30px Montserrat, sans-serif; }

.plan-info .plan-price span {
  font-size: 100px; }

.plan-info .plan-price small {
  font-size: 60px; }

.plan ul {
  list-style: none;
  text-align: left;
  padding-left: 15%;
  padding-right: 15%; }

.plan ul li i {
  margin-right: 10px; }

.plan-btn {
  padding-left: 35px;
  padding-right: 35px; }

.plan-btn:hover {
  border: 1px solid #657184; }

.first-plan .plan-info {
  background: #e84f83; }

.first-plan .plan-info h3 {
  background: #e91e63; }

.second-plan .plan-info {
  background: #03a9f4; }

.second-plan .plan-info h3 {
  background: #53bae8; }

.third-plan .plan-info {
  background: #4caf50; }

.third-plan .plan-info h3 {
  background: #51ca56; }

#main .first-plan .plan-btn {
  color: #e91e63;
  border: 1px solid #e91e63; }

#main .first-plan .plan-btn:hover {
  color: #fff;
  background: #e91e63; }

#main .second-plan .plan-btn {
  color: #53bae8;
  border: 1px solid #53bae8; }

#main .second-plan .plan-btn:hover {
  color: #fff;
  background: #53bae8; }

#main .third-plan .plan-btn {
  color: #4caf50;
  border: 1px solid #4caf50; }

#main .third-plan .plan-btn:hover {
  color: #fff;
  background: #4caf50; }

.faq-section h4::first-letter {
  margin-right: 10px; }

.faq-section .col-sm-6 p {
  padding-left: 30px; }

/*-----------------------------------------------------------------------------------
7) Course Listings Page
/*-----------------------------------------------------------------------------------*/
.clist {
  border: 1px solid #e4e8ee;
  /* border-top: none; */
  margin-bottom: 30px;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2); }

.course-thumbnail figure {
  width: 370px;
  height: 270px;
  overflow: hidden; }

#products .video_player figure, .img-thumb .video_player figure {
  width: 370px; }

#products .video_player figure embed, .img-thumb .video_player figure embed,
#products .video_player figure iframe, .img-thumb .video_player figure iframe,
#products .video_player figure object, .img-thumb .video_player figure object {
  width: 100%;
  height: 270px;
  margin-bottom: 0; }

.course a.img-thumb {
  position: relative; }

.course a.img-thumb span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 5px 8px;
  background: #fe5722;
  font: 12px Montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff; }

.courses.grid-group-item .course_space2 p {
  margin-bottom: 5px; }

.course-dash {
  min-height: 545px; }

/* Course list view Style //////////////////////*/
.courses.list-group-item {
  float: none;
  width: 98%;
  padding: 0;
  margin-left: 15px;
  border: none;
  background: none; }

.courses.list-group-item .clist {
  min-height: inherit;
  border: 1px solid #e4e8ee;
  display: table;
  width: 100%; }

.courses.list-group-item .img-thumb {
  float: left; }

.courses.list-group-item .course-thumbnail figure {
  height: auto;
  overflow: inherit; }

.courses.list-group-item .video_player figure {
  height: auto; }

.courses.list-group-item .video_player figure embed, .courses.list-group-item .video_player figure iframe,
.courses.list-group-item .video_player figure object {
  height: 270px !important;
  margin-bottom: -10px !important; }

.courses.list-group-item .course_space {
  float: right;
  width: 50%;
  min-height: inherit;
  padding: 10px 20px 0; }

.courses.list-group-item .course_space2 {
  width: 66%; }

.courses.list-group-item p.meta {
  line-height: normal;
  margin-bottom: 8px;
  line-height: 22px; }

.courses.list-group-item .course_rel {
  position: relative;
  float: right;
  left: 0;
  width: 44%;
  margin-right: 4%;
  clear: right; }

.courses.list-group-item .course h3 {
  padding-right: 43px; }

.courses.list-group-item:before, .courses.list-group-item:after {
  display: table;
  content: " "; }

.courses.list-group-item img {
  float: left; }

.courses.list-group-item:after {
  clear: both; }

.three-column.grid-group-item div.desc {
  display: none; }

.three-column.grid-group-item .product-price-and-shipping {
  padding: 9px 10px 9px 23px; }

.three-column.grid-group-item .course {
  min-height: 365px;
  max-height: 365px; }

.three-column.grid-group-item .course_space {
  min-height: 150px; }

.three-column.list-group-item .course {
  min-height: inherit;
  max-height: inherit; }

.three-column.list-group-item div.desc {
  display: block; }

.three-column.list-group-item .course_space {
  width: 65%;
  min-height: inherit; }

.three-column.list-group-item .course_rel {
  width: 58.5%; }

#products .three-column.grid-group-item figure,
#products .three-column.grid-group-item .video_player figure embed {
  height: 190px !important;
  width: 260px; }

.dash-title {
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 20px; }

.dash-note {
  padding-left: 18px; }

.sorting label {
  fontt: normal 15px Montserrat,sans-serif;
  padding: 5px 10px 0 0; }

.sorting select {
  padding: 13px;
  width: 195px;
  background: #eff2f7;
  border: 1px solid #eff2f7;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.well {
  background: none;
  border: none;
  box-shadow: none; }

.well .btn-group {
  float: right; }

.well .btn-group a, .well .btn-group a.btn-default {
  padding: 12px 15px;
  background: #eff2f7;
  border: 1px solid #eff2f7;
  color: #99a6bb !important; }

.well .btn-group a:hover.btn-default, .well .btn-group a:focus.btn-default,
.well .btn-group a:active.btn-default, .well .btn-group a.active {
  background: #262c38;
  border: 1px solid #262c38;
  color: #fff !important; }

/* Courses Listing Layout Option CSS //////////*/
.with-sidebar.three-column.grid-group-item figure,
.with-sidebar.three-column.grid-group-item #products .video_player figure {
  width: 260px !important;
  height: 190px; }

.with-sidebar.three-column.grid-group-item .video_player figure embed,
.with-sidebar.three-column.grid-group-item .video_player figure object,
.with-sidebar.three-column.grid-group-item .video_player figure iframe {
  height: 190px !important; }

.with-sidebar.three-column.grid-group-item div.desc {
  display: none; }

.with-sidebar.three-column.grid-group-item .price {
  padding: 9px 10px 9px 23px; }

.with-sidebar.three-column.grid-group-item .course {
  min-height: 365px;
  max-height: 365px; }

.with-sidebar.three-column.list-group-item .course {
  min-height: inherit !important;
  max-height: inherit; }

.with-sidebar.three-column.list-group-item div.desc {
  display: block; }

.with-sidebar.three-column.list-group-item .course_space {
  width: 65%; }

.with-sidebar.three-column.list-group-item .course_rel {
  width: 58.5%; }

.without-sidebar.three-column.list-group-item .course_space {
  width: 63%; }

.without-sidebar.three-column.list-group-item .course_rel {
  width: 57%; }

#secondary.col-sm-3 .widget_events li img,
#secondary.col-sm-3 .recent_posts_widget img,
#secondary.col-sm-3 .widget_courses img,
#secondary.col-sm-3 .widget_courses li iframe {
  width: 70px; }

.pagination {
  clear: both;
  display: table;
  width: 98.5%;
  text-align: right; }

#navigation-pagination.navigation {
  float: right; }

#navigation-pagination.navigation li {
  display: inline;
  list-style: none; }

.pagination a.page-numbers, #navigation-pagination.navigation li.disabled,
.pagination .page-numbers.dots, .pagination .page-numbers.spacer {
  margin: 0 5px;
  background: #fff;
  border: 1px solid #e4e8ee;
  padding: 15px 20px;
  font: 14px Montserrat,sans-serif;
  color: #99a6bb; }

#navigation-pagination.navigation li a, #navigation-pagination.navigation li a:hover, #navigation-pagination.navigation li.active a,
#navigation-pagination.navigation li a:hover, #navigation-pagination.navigation li.active a, .pagination .current, .pagination span.dots, .pagination a:hover.page-numbers {
  margin: 0 5px;
  background: #dd1313;
  color: #fff;
  padding: 15px 20px;
  border: 1px solid #dd1313;
  font: 14px Montserrat,sans-serif; }

/* Courses Sidebar ///////////////////*/
/*.btns .btn::after {
  content: "\e87a";
  font-family: "Linearicons-Free";
  margin-left: 10px;
  position: relative;
  top: 2px; }*/

.btns .btn {
  float: left; }

a.fav {
  background: #99a6bb;
  padding: 9px 20px;
  color: #fff;
  float: right;
  font-size: 18px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

a:hover.fav {
  background: #fe5722; }

a:hover.fav i {
  color: #fff; }

a.fav span {
  position: absolute;
  right: -11px;
  top: -8px;
  padding: 1px 9px;
  background: #fe5722;
  line-height: inherit;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 2px solid #fff; }

a:hover.fav span {
  display: block;
  color: #fff; }

a.fav-load {
  padding: 9px 17px; }

#secondary .cp_course_categories ul {
  border: none;
  padding: 0; }

#secondary .cp_course_categories ul li {
  color: #262c38; }

#secondary .widget_courses ul, #secondary .widget_events ul,
#secondary .recent_posts_widget ul {
  padding: 15px 0 0 0;
  list-style: none; }

#secondary .widget_courses li, #secondary .widget_events li,
#secondary .recent_posts_widget li {
  padding: 30px;
  padding-bottom: 20px;
  font: 14px Montserrat, sans-serif;
  border-bottom: 1px solid #e8ebf1;
  width: 100%; }

.widget_events li img, .recent_posts_widget img, .widget_courses img, .widget_courses li iframe {
  float: left;
  width: 100px; }

.widget_courses iframe {
  height: 90px; }

.footer-widget .widget_courses img, .footer-widget .widget_courses li iframe {
  width: 100px; }

.footer-widget .widget_courses .simi-co {
  width: 55%; }

#secondary .widget_courses ul li:last-child,
#secondary .widget_events ul li:last-child,
#secondary .recent_posts_widget ul li:last-child {
  padding-bottom: 20px; }

.widget_courses li .simi-co, .widget_events li .simi-co,
.recent_posts_widget li .simi-co {
  float: right;
  width: 60%; }

.widget_courses li h5, .widget_events li h5,
.recent_posts_widget li h5 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px; }

#secondary .widget_courses li p, #secondary .widget_events li p,
#secondary .recent_posts_widget li p {
  margin: 0;
  padding: 0; }

#secondary .widget_courses li p.meta, #secondary .widget_events li p.meta,
#secondary .recent_posts_widget li p.meta {
  margin-bottom: 5px;
  font: 14px Open Sans,sans-serif; }

.widget_courses li span.simi-price {
  font: 16px Montserrat,sans-serif;
  color: #4caf50;
  float: left;
  padding-right: 10px; }

.footer-widget .widget_courses li span.simi-price {
  font-size: 14px; }

/*--------------------------------------------------------------
8) Teachers
--------------------------------------------------------------*/
.teachers {
  margin-bottom: 70px;
  min-height: 300px; }

.teachers h4 {
  padding: 0;
  margin: 0; }

.teachers-in .remove_space {
  padding: 0 10px 0px 0; }

.teachers-in .teacher {
  min-height: 325px; }

.teachers-in p.author-name {
  margin-bottom: 1em; }

.teachers-in p.email {
  word-wrap: break-word;
  line-height: 20px; }

.teachers-in a {
  color: #262c38; }

.teachers-in a:hover {
  color: #dd1313; }

.teachers-in .phone {
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e8ee; }

.teachers-in .phone i {
  margin-right: 5px; }

.teachers-in a.more {
  color: #dd1313; }

.teachers-in a:hover.more {
  color: #263238; }

.teachers-in .teacher-img {
  margin-bottom: 10px;
  display: block; }

.teachers-in p {
  clear: both; }

/*----------------------------------------------------------------------------------- 
9) Gallery Page
/*-----------------------------------------------------------------------------------*/
#main .gallery {
  margin: 0;
  padding: 0;
  list-style: none; }

#main .gallery li {
  margin-bottom: 30px; }

.page-template-tpl-gallery #main {
  overflow: hidden;
  min-height: 700px; }

.gallery-category {
  padding: 20px 0; }

.gallery-category .btn-gallery {
  color: #99a6bb;
  border: 1px solid #e4e8ee;
  background: #fff;
  padding: 15px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px; }

.gallery-category .btn-gallery:hover {
  color: #dd1313;
  background: #fff;
  border: 1px solid #dd1313; }

.gallery-category .btn-current {
  color: #dd1313;
  background: #fff;
  border: 1px solid #dd1313; }

/*--------------------------------------------------------------
10) Event
--------------------------------------------------------------*/
.events {
  min-height: 350px;
  margin-bottom: 50px; }

.events .entry-meta {
  color: #99a6bb; }

.events .entry-meta p {
  padding-left: 0; }

.events .meta strong, .events .entry-meta strong {
  color: #262c38; }

.events small {
  padding: 0 5px;
  font-size: 16px;
  position: relative;
  top: -3px; }

.events .entry-meta .social-icons {
  float: right; }

.social-icons li.i_fb a {
  background: #3b579d; }

.social-icons li.i_twit a {
  background: #2caae1; }

.social-icons li.i_linkin a {
  background: #007bb6; }

.social-icons li.i_gplus a {
  background: #dd4d40; }

.social-icons li.i_fb a:hover, .social-icons li.i_twit a:hover, .social-icons li.i_linkin a:hover,
.social-icons li.i_gplus a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.event-countdown {
  background: #f0f3f6;
  padding: 20px; }

.event-countdown .col {
  width: 24%;
  float: left;
  padding-right: 10px; }

.event-countdown .col strong {
  display: block;
  font: 22px Montserrat, sans-serif;
  color: #262c38; }

.event-countdown .col span {
  font-weight: bold; }

#map-canvas {
  width: 100%;
  height: 370px; }

.event-countdown .btn {
  float: right; }

/*--------------------------------------------------------------
11) Blog
--------------------------------------------------------------*/
.posted-on small, .byline small, .cat-links small, .tags-links small,
.tags-links small, .comments-link small, .edit-link small {
  padding: 0 8px;
  font-size: 16px;
  position: relative;
  top: -3px; }

#post-slider {
  margin-bottom: 0; }

#post-slider .item {
  min-height: 330px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px; }

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post .embed-responsive {
  height: 420px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.sticky .embed-audio {
  height: 120px; }

.sticky .embed-audio, .sticky .embed-responsive {
  overflow: inherit; }

.post .embed-responsive .embed-responsive-item, .post .embed-responsive iframe,
.post .embed-responsive embed, .post .embed-responsive object, .embed-responsive video {
  height: inherit; }

.post .post-thumb {
  position: relative;
  display: block; }

.post .post-thumb img {
  width: 100%;
  height: auto; }

.sticky {
  background: #fcfbe9; }

.sticky .entry-header {
  padding-top: 5px; }

.sticky .entry-header, .sticky .entry-content, .sticky .entry-footer {
  margin-left: 20px;
  margin-right: 20px; }

#main .sticky a.read-more {
  margin-left: 20px;
  margin-bottom: 20px; }

article blockquote.post-quote {
  margin: 0;
  padding: 30px;
  font: 21px Open Sans, sans-serif;
  font-style: italic;
  font-weight: normal;
  border: none;
  background: #262c38;
  color: #fff;
  position: relative; }

article blockquote.post-quote i {
  font-size: 50px;
  color: #dd1313; }

article blockquote.post-quote .sticky-tag i {
  font-size: 15px;
  color: #fff; }

article blockquote.post-quote footer {
  font: bold 16px Montserrat, sans-serif;
  color: #fff; }

.entry-footer {
  padding-top: 15px;
  padding-bottom: 25px; }

.entry-footer, .entry-footer a, .entry-meta, .entry-meta a {
  color: #262c38; }

.entry-footer a:hover, .entry-meta a:hover {
  color: #dd1313; }

#main .post a.read-more {
  padding: 15px 15px 15px 20px;
  border: 1px solid #e4e8ee;
  color: #99a6bb; }

#main a:hover.read-more {
  border: 1px solid #ff8365;
  color: #dd1313; }

/* Post Navigation /////////////*/
.post-navigation {
  padding: 40px 0; }

/* Related Post /////////////*/
.related-posts {
  padding-bottom: 70px; }

.related-posts .col-sm-6, .related-posts .col-sm-4 {
  padding: 30px 15px 0 0; }

.related-posts .col-sm-6:nth-child(3) {
  padding-right: 0;
  float: right; }

.related-posts .meta a {
  color: #262c38; }

.related-posts .meta a:hover {
  color: #dd1313; }

/* Post Author /////////////*/
.about-author {
  background: #f4f6fa;
  padding: 30px 10px;
  clear: both;
  margin-bottom: 60px; }

.about-author h3 {
  margin-top: 0;
  font: 21px Open Sans, sans-serif; }

.about-author h3 span {
  font-size: 12px;
  color: #dd1313; }

.about-author p {
  clear: both; }

/*-----------------------------------------------------------------------------------
12) Comments
/*-----------------------------------------------------------------------------------*/
#commentform p label {
  width: 13%;
  font: 14px Montserrat, sans-serif;
  float: left;
  font-weight: normal; }

#commentform p label .required {
  display: none; }

#commentform textarea {
  width: auto; }

#commentform p.form-submit #submit {
  margin-left: 13%; }

#comments .author-photo {
  margin-top: 20px;
  overflow: hidden;
  float: left; }

#comments .author-photo img {
  width: 68px;
  height: 68px; }

#comments-title {
  font-size: 18px;
  padding: 13px 0;
  margin: 0;
  border-bottom: 1px solid; }

#comments-title:before {
  font-family: 'FontAwesome';
  content: "\f086";
  margin-right: 7px;
  font-size: 24px; }

.commentlist {
  overflow: hidden;
  padding: 0 0 25px;
  margin: 0 0 50px;
  border-bottom: 1px solid; }

#main #comments .commentlist ul, #main #comments .commentlist ol {
  list-style: none;
  margin: 0 0 50px -15px;
  padding: 0 !important; }

.comment-list {
  margin-left: -15px; }

#main .comment-list li {
  margin-bottom: 0;
  margin-top: -1px; }

#main .comment-list li ul li:last-child {
  border-bottom: none;
  margin: 0; }

#main .comment-list li.even {
  background: #fff; }

#main .comment-list li.odd {
  background: #fbfbfd; }

#comments {
  padding-bottom: 40px; }

#comments .comment {
  display: block;
  border: 1px solid #e4e8ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#main .comment-list li ul.children li {
  border-right: none;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px; }

#comments .comment-body {
  overflow: hidden;
  padding-left: 25px; }

#comments .comment-wrapper {
  display: table;
  padding: 20px 0 0 20px;
  width: 88%; }

#comments .depth-2 article, #comments .depth-3 article, #comments .depth-4 article, #comments .depth-5 article {
  padding-left: 20px;
  padding-right: 20px; }

#main .comment-list li.pingback {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

#comments .pingback {
  list-style: none;
  border-bottom: 1px solid;
  padding: 10px 10px 10px 0; }

#comments .pingback p {
  margin: 0; }

#comments .comment-meta {
  margin-bottom: 10px; }

#comments .comment-author, #comments .comment-metadata {
  display: inline;
  color: #262c38;
  font-size: 12px; }

#comments .comment-metadata {
  padding-bottom: 15px;
  display: table;
  width: 100%; }

#comments .comment-metadata small {
  padding: 0 8px;
  font-size: 16px;
  position: relative;
  top: -3px; }

#comments .fn {
  display: inline;
  font-size: 15px;
  font-weight: normal; }

#comments time {
  font-size: 13px;
  margin-left: 4px; }

.bypostauthor .comment-wrapper {
  border-top-width: 3px;
  border-bottom-width: 3px; }

#comments .reply .btn-default {
  margin-bottom: 20px;
  color: #99a6bb !important;
  border: 1px solid #e4e8ee;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#comments .reply .btn-default:hover {
  color: #dd1313 !important;
  background: #fff;
  border: 1px solid #dd1313; }

#comments .reply .btn-default:focus {
  color: #99a6bb !important; }

#comments .btn-default {
  padding: 10px 25px;
  font-size: 15px;
  background: #dd1313;
  border: 1px solid #dd1313;
  color: #fff; }

#comments .btn-default:hover {
  background: #262c38;
  border: 1px solid #262c38; }

#respond {
  padding-top: 30px; }

.comment-notes {
  display: none; }

#comments .comment-list li #respond {
  padding: 20px; }

#commentform {
  padding-top: 30px; }

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"],
#commentform textarea {
  padding: 8px 10px;
  border: 1px solid #e4e8ee;
  width: 60%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#commentform input[type="text"]:focus, #commentform input[type="email"]:focus, #commentform input[type="url"]:focus,
#commentform textarea:focus {
  border: 1px solid #d5d8dd; }

#commentform textarea {
  width: 70%;
  text-align: left; }

/*----------------------------------------------------------------------------------- 
13) Contact Us
/*-----------------------------------------------------------------------------------*/
.page-template-tpl-contact h3, .map-location {
  margin-bottom: 30px; }

.contact-info .address i, .contact-info .phone i, .contact-info .email i {
  font-size: 18px;
  color: #dd1313;
  margin: 0 10px;
  position: relative;
  top: 3px; }

.contact-info .col-sm-6 {
  padding-left: 0; }

.contact-info .address i {
  float: left;
  min-height: 100px; }

.contact-info ul {
  margin-left: 10px; }

.contactform input[type="text"], .contactform input[type="email"] {
  padding: 5px 10px;
  border: 1px solid #c7ced9; }

.contactform textarea {
  height: 150px;
  border: 1px solid #c7ced9; }

.contactform p {
  margin-bottom: 18px; }

.contactform label.error {
  clear: both;
  color: #c00;
  display: block;
  font-size: 11px;
  font-weight: normal;
  width: 100%; }

.have-question {
  background: #edf1f7;
  padding: 20px;
  margin-top: 65px; }

.map-location {
  padding-top: 30px; }

#success, #error {
  display: none; }

#mapBox {
  width: 100%;
  height: 350px; }

/*-----------------------------------------------------------------------------------
14) Course Details Page
/*-----------------------------------------------------------------------------------*/
.video_player embed, .video_player iframe, .video_player object, .video_player video {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  display: block; }

.breadcrumb-in {
  background: none; }

.breadcrumb-in p {
  padding-left: 0; }

.breadcrumb-detail-page p i {
  padding: 0 10px; }

.breadcrumb-detail-page {
  min-height: 60px;
  background: #f7f8fb; }
  .breadcrumb-detail-page nav {
    padding: 20px 0 20px 20px;
    font: 11px Montserrat, sans-serif;
    color: #657184;
    text-transform: uppercase; }
  .breadcrumb-detail-page ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumb-detail-page li {
    display: inline; }
    .breadcrumb-detail-page li i {
      padding: 0 10px; }
  .breadcrumb-detail-page li:last-child i {
    display: none; }
  .breadcrumb-detail-page a span {
    color: #99a4b3; }
  .breadcrumb-detail-page a:hover {
    color: #657184; }
    .breadcrumb-detail-page a:hover span {
      color: #657184; }

.divider {
  display: none; }

.co-detail-page {
  background: #f7f8fb;
  padding-top: 0; }

.co-detail-page .site-main > .courses-info, .co-detail-page .product-description-wrap, #main-content > .courses-info {
  background: #fff;
  padding: 10px 40px 5px; }

.co-detail-page .excerpt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../img/border_bottom.png) no-repeat left bottom; }

.co-detail-page .meta {
  margin-bottom: 0px; }

.co-detail-page .meta a {
  color: #262c38; }

.co-detail-page .meta a:hover {
  color: #fe5722; }

.co-detail-page h1 {
  font-size: 24px; }

.courses-info h3 {
  font-size: 16px;
  padding-bottom: 10px;
  background: url(../img/border_bottom.png) no-repeat left bottom; }

.courses-info h4 {
  font-size: 15px;
  font-weight: normal; }

.courses-info ul {
  padding-left: 0; }

.courses-info ul li {
  list-style: none;
  padding-left: 15px;
  background: url(../img/bullet_orange.png) no-repeat 3px 12px; }

.single-course .nav-tabs > li.active > a,
.single-course .nav-tabs > li.active > a:focus,
.single-course .nav-tabs > li.active > a:hover {
  border: none;
  background: #fff;
  outline: none; }

.single-course .tab-content {
  border: none; }

.single-course #main .nav-tabs li {
  font: 14px Montserrat,sans-serif; }

.single-course .nav-tabs {
  border-bottom: none; }

.single-course .nav-tabs > li > a {
  background: #bfc6d0;
  border: none; }

#main .co-join-info li {
  list-style: none;
  background: none;
  padding-left: 0; }

#main .units-archive-list li {
  width: 100%;
  clear: both; }

/* Courses Completed Circle /////////////////*/
.progress {
  height: 70px;
  margin-bottom: 20px;
  overflow: hidden;
  float: right;
  position: relative;
  background-color: #e4e8ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  width: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; }

.topcircle {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 5px;
  top: 5px;
  font: bold 15px Montserrat,sans-serif;
  text-align: center;
  vertical-align: middle;
  color: #fe5722;
  line-height: 55px;
  background: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; }

.unit-archive-single .progress-bar {
  float: right;
  background: #fe5722; }

/* Courses Detail Page Sidebar CSS ///////*/
.co-join-info .btn {
  padding: 15px 60px; }

.co-join-info .co-price {
  font: 14px Montserrat, sans-serif;
  color: #99a4b3; }

.co-join-info .co-price span {
  font-size: 22px;
  color: #4caf50; }

.co-join-info .course_rat {
  padding: 20px 0;
  clear: both;
  display: inline-block;
  width: 100%; }

.co-join-info ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
  clear: both; }

.co-join-info li {
  padding: 20px 0;
  font: 14px Montserrat, sans-serif;
  color: #dd1313;
  border-bottom: 1px solid #e8ebf1;
  width: 100%; }

.co-join-info li span {
  color: #262c38;
  width: 140px;
  display: block;
  float: left; }

.co-join-info li:last-child {
  border-bottom: none; }

.product-prices .price-label {
  margin: 0; }

.product-prices .product-discount, .product-prices .product-price {
  display: inline-block;
  margin: 0; }

.product-prices span, .product-prices label {
  font: 14px Montserrat, sans-serif;
  color: #99a4b3; }

.product-prices .product-discount span {
  text-decoration: line-through; }

.product-prices .product-price span {
  color: #4caf50;
  font-size: 22px;
  font-weight: bold; }

.product-prices {
  margin-bottom: 1.5em; }

/* Courses Instructor /////////////*/
.courses-info .courses-instructor li {
  list-style: none;
  background: none;
  padding: 0; }

.courses-info .courses-instructor li a {
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  margin-right: 8px; }

.courses-info .courses-instructor li a i {
  font-size: 18px;
  color: #99a4b3; }

.courses-info .courses-instructor li a:hover i {
  color: #fe5722; }

.courses-instructor h3 {
  margin-bottom: 40px; }

.courses-instructor h3.inst-name {
  margin: 12px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  background: none; }

.courses-instructor p.meta {
  font-size: 13px;
  color: #262c38; }

.courses-instructor h3.inst-name a {
  color: #262c38; }

.courses-instructor h3.inst-name a:hover {
  color: #fe5722; }

.courses-instructor .col-sm-2 {
  margin-left: -15px;
  padding-right: 0; }

.courses-instructor .col-sm-2 img {
  width: 120px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px; }

.courses-instructor .col-sm-9 {
  padding-bottom: 10px; }

.about-instr {
  clear: both;
  width: 100%; }

.instructor-single {
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e8ee;
  margin-left: inherit;
  margin-right: inherit; }

.courses-instructor .instructor-single:last-child {
  border-bottom: none; }

a.button_submit {
  font: 15px Montserrat,sans-serif;
  float: right;
  color: #fff !important;
  background: #262c38;
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

a:hover.button_submit {
  color: #fff;
  background: #dd1313; }

/* Courses Review /////////////////*/
.rr_review_form table.form_table, .rr_review_form table.form_table td {
  border: none; }

.courses-review {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8ee; }

.courses-review p {
  margin: 0 0 5px 0; }

.courses-review p.total-rating {
  font: 36px Montserrat;
  color: #fe5722; }

.stars-rating {
  display: table;
  width: 100%;
  clear: both; }

.stars-rating span {
  float: left;
  line-height: normal; }

.stars-rating .progress {
  width: 100px;
  height: 8px;
  float: left;
  margin: 7px 10px;
  background: #e4e8ee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.stars-rating .progress.active .progress-bar, .stars-rating .progress-bar.active {
  background: #fe5722; }

.stars-rating .progress-bar {
  float: left; }

/* Curriculum /////////////////*/
#main .courses-curriculum ul {
  margin: 0;
  padding: 5px 0 20px;
  clear: both; }

#main .courses-curriculum ul li {
  margin: -1px 0 0 0;
  list-style: none;
  background: #fff;
  padding: 8px 10px 7px;
  border: 1px solid #e4e8ee;
  font-family: Montserrat,sans-serif;
  display: table;
  width: 100%; }

#main .courses-curriculum ul li a i {
  color: #838fa1; }

#main .courses-curriculum ul li a:hover i {
  color: #262c38; }

#main .courses-curriculum ul li.courses-close {
  background: #f7f8fb; }

.courses-curriculum ul li .no {
  font-size: 14px;
  float: left;
  padding-right: 10px;
  color: #262c38; }

#main .courses-curriculum ul li .ctitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  float: left;
  color: #262c38;
  width: 64%; }

.courses-curriculum ul li .title i {
  padding: 0 5px;
  font-size: 16px;
  color: #838fa1; }

.courses-curriculum ul li .ctitle .fa-angle-down {
  margin: 0 10px 0 15px; }

.courses-curriculum ul li .type {
  color: #262c38;
  font-size: 10px;
  padding-left: 10px;
  text-transform: uppercase; }

.courses-curriculum ul li .free {
  color: #32cc47; }

.courses-curriculum ul li .exam {
  color: #fe5722; }

.courses-curriculum ul li .preview {
  font-size: 10px;
  text-transform: uppercase;
  background: #99a6bb;
  padding: 3px 5px;
  color: #fff;
  border-radius: 3px; }

.courses-curriculum ul li .info {
  float: right;
  font-size: 11px;
  padding: 5px 0; }

#main .courses-curriculum ul li p.other {
  margin: 0;
  padding: 0;
  float: right;
  width: 23%; }

.courses-curriculum ul li .time {
  float: left;
  font-size: 11px;
  padding: 5px 0;
  float: left; }

.courses-curriculum ul li .info i, .courses-curriculum ul li .time i {
  font-size: 16px; }

.courses-curriculum ul li .desc {
  clear: both; }

#main .courses-curriculum ul li .desc p {
  font: 14px Open Sans,sans-serif;
  margin-bottom: 8px;
  font-weight: 300; }

#main .courses-curriculum ul li .desc p a {
  color: #fe5722; }

#main .courses-curriculum ul li .desc p a:hover {
  color: #262c38; }

#main .review-list {
  margin: 0;
  padding: 30px 0;
  list-style: none; }

#main .review-list li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: none;
  border-bottom: 1px solid #eee; }

.review-list li .avatar {
  float: left;
  border-radius: 55px; }

.review-list li .review-right {
  float: right;
  width: 89%;
  padding-top: 20px; }

.review-list li .review-right .author-name {
  float: left;
  font-weight: bold;
  padding-top: 5px;
  color: #262c38; }

.review-list li .review-right .time {
  display: inline-block;
  margin-top: 5px;
  float: right; }

.review-list li .review-des {
  clear: both;
  display: table;
  width: 100%;
  padding: 10px 0 0; }

.review-list li .review-des p:first-child {
  color: #262c38;
  margin-bottom: 0px;
  font-weight: bold; }

.review-list li .review-right .course_rating {
  float: right;
  margin-left: 15px; }

.add-review {
  clear: both;
  padding-bottom: 40px; }

.review_form .form_row {
  width: 100%;
  display: table;
  margin-bottom: 15px; }

.review_form .form_row label {
  text-align: left;
  font-size: 14px;
  color: #262c38;
  font-weight: normal; }

.review_form .form_row input {
  width: 100%; }

/* Courses Sidebar ///////////////////*/
/*.btns .btn::after {
  content: "\e87a";
  font-family: "Linearicons-Free";
  margin-left: 10px;
  position: relative;
  top: 2px; }*/

.btns .btn {
  float: left; }

a.fav {
  background: #99a6bb;
  padding: 9px 20px;
  color: #fff;
  float: right;
  font-size: 18px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

a:hover.fav {
  background: #fe5722; }

a:hover.fav i {
  color: #fff; }

a.fav span {
  position: absolute;
  right: -11px;
  top: -8px;
  padding: 1px 9px;
  background: #fe5722;
  line-height: inherit;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 2px solid #fff; }

a:hover.fav span {
  display: block;
  color: #fff; }

a.fav-load {
  padding: 9px 17px; }

/*--------------------------------------------------------------
15) 404 Error
--------------------------------------------------------------*/
.error404 h4 {
  color: #657184;
  line-height: 30px;
  margin-bottom: 40px; }

.font-large {
  font: bold 300px Montserrat, sans-serif;
  color: #262c38;
  position: relative; }

.font-large strong {
  padding: 8px 21px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 47%;
  left: 30.3%;
  background: #262c38;
  color: #fff; }

/*----------------------------------------------------------------------------------- 
16) Shortcodes
/*-----------------------------------------------------------------------------------*/
.page-header {
  border-bottom: none; }

.page-header h1 {
  text-align: center;
  padding-bottom: 20px;
  background: url(../img/border_bottom.png) no-repeat center bottom; }

/* Shortcode - Accordion //////////////////////*/
.panel-heading, .panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* Shortcode - Tabs CSS //////////////////////*/
#main .nav-tabs {
  margin: 0;
  padding: 0; }

#main .nav-tabs li {
  margin-bottom: -1px;
  font-weight: bold;
  font-size: 18px; }

.nav-tabs > li > a {
  margin-right: 7px;
  padding: 10px 20px;
  color: #262c38;
  background: #efefef;
  border: 1px solid #c7ced9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.nav-tabs > li > a:hover {
  background: #fff; }

#main a.btn {
  color: #fff; }

.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 0;
  margin: 0; }

.tab-content .tab-pane h2 {
  margin-top: 0;
  padding-top: 20px; }

.tab-content .tab-pane {
  padding: 20px; }

/*--------------------------------------------------------------
17) Login Form
--------------------------------------------------------------*/
#register-form, #login-form {
  width: 450px;
  overflow: hidden; }

.fancybox-skin {
  border-radius: 10px; }

#register-form .modal-content, #login-form .modal-content {
  box-shadow: 0 0 0;
  border: none;
  background: #f9f9f9;
  color: #444; }

#login-form h3, #register-form h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase; }

#login-form p, #register-form p {
  text-align: center; }

#login-form a, #register-form a {
  text-decoration: underline; }

#login-form input[type="text"], #login-form input[type="password"], #register-form input[type="text"], #register-form input[type="password"] {
  width: 97%;
  padding: 10px 30px;
  background: #eff4f8;
  margin-top: -1px; }

#login-form button.input_button, #register-form button.input_button {
  width: 88%;
  text-transform: uppercase;
  padding: 18px; }

#login-form ul li, #register-form ul li {
  padding: 0 14px 5px; }

#login-form ul li:last-child, #register-form ul li:last-child {
  padding-bottom: 0; }

#register-form button.close, #login-form button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 8040;
  line-height: 54px;
  background: none repeat scroll 0 0 #262c38;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  border-radius: 0; }

#register-form button.close:hover, #login-form button.close:hover {
  color: #fff;
  background: #ff5722; }

.my-account .fancybox-close {
  background: none;
  color: #7e8898; }

.my-account .fancybox-close:hover {
  background: none;
  color: #dd1313; }

.remeber, .new-login {
  padding: 20px 45px; }

#login-form .remeber label {
  float: left;
  font-weight: 300; }

.remeber a {
  float: right; }

.button {
  padding-bottom: 20px; }

/*--------------------------------------------------------------
18) Shopping Cart
--------------------------------------------------------------*/
.card {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }

.card-block:after {
  content: "";
  display: table;
  clear: both; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem; }

.card-subtitle, .card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:after {
  content: "";
  display: table;
  clear: both; }

.card-header:first-child {
  border-radius: 0 0 0 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:after {
  content: "";
  display: table;
  clear: both; }

.card-footer:last-child {
  border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0; }

.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-primary {
  background-color: #2fb5d2;
  border-color: #2fb5d2; }

.card-primary .card-footer, .card-primary .card-header {
  background-color: transparent; }

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c; }

.card-success .card-footer, .card-success .card-header {
  background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-info .card-footer, .card-info .card-header {
  background-color: transparent; }

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52; }

.card-warning .card-footer, .card-warning .card-header {
  background-color: transparent; }

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c; }

.card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
  background-color: transparent; }

.card-outline-primary {
  border-color: #2fb5d2; }

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #4cbb6c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c; }

.card-inverse .card-footer, .card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff; }

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: .25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: .75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .card-group .card {
    display: table-cell;
    vertical-align: top; }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
  .card-columns .card {
    width: 100%; } }

.cart-container h1 {
  text-transform: uppercase;
  color: #414141;
  font-size: 1.375rem;
  margin: 0;
  text-align: left; }

.cart-container ul {
  list-style: none;
  padding-left: 0; }

.cart-container .label {
  color: #414141;
  font-size: .875rem; }

#js-checkout-summary .label, .cart-summary .label {
  color: #414141;
  font-size: .875rem; }

#js-checkout-summary ul, .cart-summary ul {
  list-style: none; }

.cart-grid-body .label {
  color: #414141;
  text-align: right;
  font-size: .875rem; }

#checkout h1 {
  color: #414141;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 0;
  font-weight: 700; }

#checkout .checkout-step .nav-inline .nav-item {
  display: inline-block; }

#checkout .checkout-step .nav > li > a {
  padding: 0; }

#checkout .checkout-step .nav-item .nav-link, #checkout .checkout-step .nav-item .nav-separtor {
  color: #acaaa6;
  font-weight: 700; }

#checkout .checkout-step .nav-item .nav-link.active, #checkout .checkout-step .nav-item .nav-separtor.active {
  color: #414141; }

#checkout .checkout-step .nav-inline .nav-item + .nav-item, #checkout .checkout-step .nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

#checkout .checkout-step .nav > li > a:hover, #checkout .checkout-step .nav > li > a:focus {
  background-color: transparent; }

#checkout .checkout-step .tab-content {
  border: none; }
  #checkout .checkout-step .tab-content .tab-pane {
    padding: 0; }

#checkout .checkout-step p {
  margin-top: 0;
  margin-bottom: 1rem; }

#checkout .checkout-step .label, #checkout .checkout-step label {
  color: #414141;
  text-align: right;
  font-size: .875rem;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: normal; }

#checkout .checkout-step .custom-checkbox label {
  text-align: left; }

#checkout .checkout-step .done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 .8125rem;
  margin-right: 1.5625rem; }

#checkout .checkout-step ul {
  list-style: none;
  padding-left: 0; }

#checkout .checkout-step p {
  font-size: .9375rem;
  color: #878787;
  font-weight: 400; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.text-muted {
  font-size: .875rem; }

.form-control-label {
  padding-top: 10px; }

.custom-checkbox label {
  text-align: left; }

.form-control {
  background: #ebebeb;
  color: #acaaa6;
  border: none;
  padding: 8px 16px; }
  .form-control:focus {
    background-color: white;
    outline: 3px solid #111; }

.form-group .form-control-label {
  font-weight: normal;
  color: #414141; }

.input-group.focus {
  outline: 3px solid #111; }

.input-group .form-control:focus {
  outline: none; }

.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  padding: 10.5px 16px;
  text-transform: uppercase; }

.form-control-select {
  height: 42px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 8px center/20px 20px;
  padding-right: 32px; }

.form-control-valign {
  padding-top: 8px; }

.form-control-comment {
  font-size: 14px;
  padding-top: 8px;
  color: #878787; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 3px solid #ff4c4c; }

.form-group.has-error .help-block {
  color: #ff4c4c; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: #acaaa6 2px solid;
  background: white;
  margin-right: 20px; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #111;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .custom-checkbox input[type="checkbox"] + span {
      margin-right: 3px;
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      cursor: pointer;
      border: 2px #414141 solid; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: -4px -2px;
        font-size: 1.1rem;
        color: #414141; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
      display: block; }
  .custom-checkbox label {
    text-align: left; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #ebebeb;
    padding: 10px;
    margin: 2px; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #f6f6f6; }

#order-confirmation #content-wrapper .h1, #order-confirmation #content-wrapper .h2, #order-confirmation #content-wrapper .h3 {
  text-transform: uppercase;
  color: #414141;
  font-size: 1.375rem;
  margin: 0; }

#order-confirmation #content-wrapper .done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 .8125rem;
  margin-right: 1.5625rem; }

#order-confirmation #content-wrapper ul {
  list-style: none;
  padding-left: 0; }

#order-confirmation #content-wrapper p {
  font-size: .9375rem;
  color: #878787;
  font-weight: 400; }

/* Footer ////////////*/
.widget_courses img {
  float: left; }

body#checkout #footer {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: .9375rem;
  background: #fff;
  color: #acaaa6; }

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

/*//////////////////////////////////////// 
19) Responsive            
////////////////////////////////////////*/
@media (max-width: 1024px) {
  .site-branding {
    width: 32%; }
  .home-third-header {
    height: 700px; }
  .home-third-header .site-branding {
    width: 100%; }
  .main-navigation.navbar {
    float: none; }
  .main-navigation.navbar ul {
    margin-top: 0; }
  .flexslider .slides li {
    min-height: 600px; }
  .slides > li .slide-caption {
    width: 50%; }
  .slides > li h2 {
    font-size: 40px; }
  .slides > li .slide-caption .btn-medium {
    padding: 10px 15px; }
  .home-two-slider .slides > li .slide-caption {
    padding-top: 5%;
    width: 70%; }
  .search-form .form-inline .input-group > .form-control {
    width: 84%; }
  .home-third-header .search-form .form-inline .input-group > .form-control {
    width: 82%; }
  .courses.list-group-item figure {
    width: 300px; }
  .course {
    min-height: inherit;
    max-height: inherit; }
  .courses.list-group-item .course_space {
    min-height: inherit; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    height: 160px;
    width: 212px; }
  .co-join-info .btn {
    padding: 15px 30px; }
  .review-list li .review-right {
    width: 84%; }
  .sign-form .form-control {
    width: 69%; }
  .footer-widget .widget_courses img, .footer-widget .widget_courses li iframe,
  .widget_events li img, .recent_posts_widget img, .widget_courses img, .widget_courses li iframe {
    width: 70px; } }

@media (max-width: 980px) {
  .navbar-nav > li > a {
    padding: 10px 13px;
    margin-right: 0; }
  .home-third-header {
    height: 600px; }
  .home-third-header .brand {
    margin-top: 50px; }
  .browse-by-category .by_cat {
    min-height: inherit;
    display: table;
    width: 100%;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #dee3ec; }
  .search-form .form-inline .input-group > .form-control {
    width: 80%; }
  .home-third-header .search-form .form-inline .input-group > .form-control {
    width: 75%; }
  .course_rel {
    position: inherit;
    bottom: 0;
    left: 0px;
    width: auto; }
  .courses .course_rel {
    left: 25px; }
  .home-two-pop-courses .course_rel {
    left: 30px; }
  .course_rating i, .average-rating span i, .widget_courses li span.rating i {
    margin: -1px; }
  .latest-news-updates div.col-sm-3 h3 {
    left: 20px; }
  .latest-news-updates div.col-sm-3 .meta, .latest-news-updates div.col-sm-6 .meta {
    left: 20px;
    top: 260px; }
  .latest-news-updates .articel-list div.col-sm-6:nth-child(3),
  .latest-news-updates .articel-list div.col-sm-3 {
    width: 100%;
    height: 300px;
    overflow: hidden; }
  .latest-news-updates .articel-list div.col-sm-6:nth-child(3) img,
  .latest-news-updates .articel-list div.col-sm-3 img {
    width: 100%; }
  .latest-news-updates-slider article figure {
    height: 155px; }
  a.fav {
    float: left;
    text-align: center;
    margin-top: 20px; }
  #main .courses-curriculum ul li .ctitle {
    width: 90%; }
  #main .courses-curriculum ul li p.other {
    width: auto; }
  .review-list li .review-right {
    width: 100%;
    clear: both;
    float: none; }
  .review-list li .review-right .course_rating {
    width: 72px; }
  .review_form .col-sm-6 {
    width: 100%; }
  .teachers-in .remove_space {
    width: 100%;
    margin-bottom: 15px; }
  .teachers {
    min-height: 575px; }
  .teachers-in .remove_space img {
    width: 100%; }
  .sign-form .form-control {
    width: 58%; }
  .signup-newsletter p, .signup-newsletter h3 {
    width: 70%; }
  .home-two-testimonials .col-sm-push-1 {
    left: 0; }
  .home-two-newsletter .sign-form .btn-orange {
    padding: 11px 30px; }
  .instructor-week .remove_space {
    width: 100%; }
  .widget_courses li .simi-co, .widget_events li .simi-co, .recent_posts_widget li .simi-co {
    width: 100%;
    padding-top: 20px; }
  .contact-info .col-sm-6 {
    width: 100%;
    margin-bottom: 20px; }
  .have-question {
    margin-top: 0; }
  #commentform p label {
    width: 100%;
    float: none; }
  #commentform p.form-submit #submit {
    margin-left: 0; }
  .courses.list-group-item figure {
    width: 235px; }
  .three-column.grid-group-item {
    width: 50%; }
  .three-column.list-group-item {
    width: 95%; }
  .three-column.list-group-item .course_space {
    width: 53%; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    height: 185px;
    width: 250px; }
  .three-column.grid-group-item .course_rel {
    width: 100%;
    padding: 0 20px;
    left: 0; }
  .three-column.list-group-item .course_rel {
    float: right;
    padding: 10px;
    width: 47%; }
  #secondary .widget_search .search-course .search-field {
    width: 77%; }
  #secondary .widget_search .course-submit {
    width: 100%;
    border-radius: 0;
    position: relative; }
  .shopping-table tr:last-child td:nth-child(1) input[type="text"],
  .shopping-table tr:last-child td:nth-child(2) .btn-blue {
    margin-bottom: 10px; }
  .footer-widget .menu li {
    width: 100%; }
  .footer-widget .widget_courses .simi-co {
    width: 100%;
    padding-top: 10px; } }

@media (max-width: 800px) {
  .flexslider .slides li, .home-two-slider .slides li {
    min-height: 400px; }
  .slides > li .slide-caption {
    width: 60%; }
  .slides > li h2, .home-two-slider .slides > li .slide-caption h3 {
    font-size: 25px; }
  .slides > li .slide-caption .btn-medium, .home-two-slider .slides > li .slide-caption .btn-medium {
    padding: 8px 12px; } }

@media (max-width: 768px) {
  .course .img-thumb img {
    width: 100%; }
  .latest-news-updates-space {
    margin-bottom: 30px; }
  .latest-news-updates-slider article figure {
    height: inherit; }
  .latest-news-updates-slider article figure img {
    width: 100%; } }

@media (max-width: 667px) {
  .course .img-thumb img {
    width: 100%; }
  .cat {
    min-height: auto; }
  .header_meta p {
    display: none; }
  .search-form .form-inline .input-group > .form-control {
    width: 79.6%; }
  .home-two-search .head {
    position: relative;
    top: 20px;
    left: 15px;
    margin-bottom: 20px; }
  .browse-by-category .head {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media (max-width: 640px) {
  .site-description {
    display: none; }
  .site-branding {
    width: 45%; }
  .flex-direction-nav {
    display: none; }
  .main-navigation.navbar {
    margin-top: 25px;
    margin-bottom: 0; }
  .main-navigation.navbar ul, .navbar-nav {
    margin-top: 0; }
  .main-navigation.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
  .main-navigation.navbar-default .navbar-nav > .active > a:focus, .navbar ul li a, .navbar ul li a:hover {
    border-radius: 0; }
  .main-navigation .navbar-nav > li > .dropdown-menu {
    padding: 0; }
  .main-navigation.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #fff;
    border-radius: 0; }
  .main-navigation.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background: #dd1313;
    border-radius: 0; }
  .main-navigation.home-two-nav .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background: #262c38;
    border-radius: 0; }
  .main-navigation.navbar li.pull-right {
    border: medium none;
    margin: 0;
    width: 100%; }
  .main-navigation.navbar li.pull-right a.menu-cart {
    border: 1px solid #e4e8ee;
    border-radius: 3px;
    display: block;
    position: relative;
    text-align: center; }
  .main-navigation.navbar li.pull-right a.menu-cart span {
    right: 41%; }
  .home-two-slider .slides > li .slide-caption p {
    margin: 10px 0; }
  .home-two-search .head {
    padding: 5px 10px;
    width: 128px;
    font-size: 12px; }
  .home-third-header h2 {
    font-size: 25px; }
  .home-third-header .courses-count .col-sm-7 {
    width: 100%;
    display: table; }
  .latest-news-updates .articel-list div.col-sm-6 img {
    width: 100%; }
  .latest-news-updates-space {
    margin-bottom: 20px;
    min-height: inherit; }
  .latest-news-updates-slider article figure {
    height: inherit; }
  .latest-news-updates-slider .img-thumb img {
    width: 100%; }
  .courses-count .col-md-3 {
    display: table;
    width: 100%; }
  .course {
    max-height: inherit;
    min-height: inherit; }
  .course_space {
    min-height: inherit; }
  .course .img-thumb img {
    width: 100%; }
  .course_rel {
    width: 88%;
    padding-bottom: 20px; }
  .course_rel .col-xs-12 {
    width: 100px;
    float: left; }
  .course_rel .col-xs-12:nth-child(2) {
    float: right; }
  .action span {
    top: 0;
    padding-bottom: 20px; }
  .work-steps .steps {
    margin: 30px 0; }
  .meet-teachers .teacher {
    float: left;
    width: 30%;
    margin-bottom: 30px; }
  .event-countdown .btn {
    margin-top: 20px;
    float: none;
    width: 100%; }
  .well .btn-group {
    display: none; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    width: 290px;
    height: 215px; }
  a.fav {
    float: right;
    margin-top: 0; }
  .co-join-info {
    padding-top: 30px; }
  .widget_courses li .simi-co, .widget_events li .simi-co,
  .recent_posts_widget li .simi-co {
    width: 83%;
    clear: inherit;
    padding-top: 0; }
  #commentform input[type="text"], #commentform input[type="email"],
  #commentform input[type="url"], #commentform textarea {
    width: 100%; }
  .courses.list-group-item figure {
    width: 300px; }
  .course {
    min-height: inherit;
    max-height: inherit; }
  .courses.list-group-item .course_space {
    min-height: inherit; }
  .signup-newsletter p, .signup-newsletter h3 {
    width: 81%; }
  .signup-newsletter .sign-form {
    padding: 10px 0 20px 0;
    display: table;
    width: 100%; }
  .footer-widget {
    padding-top: 15px;
    padding-bottom: 15px; }
  .footer-widget h6 {
    margin-bottom: 20px; }
  .footer-widget .widget_courses .simi-co {
    width: 83%; }
  .site-footer p.copy, .site-footer p.develop {
    margin: 0;
    padding: 5px 0;
    float: none;
    text-align: center; } }

@media (max-width: 600px) {
  .search-form .form-inline .input-group > .form-control {
    width: 77%; }
  .cat_forth, .cat_fifth {
    width: 100%;
    background-size: 20% auto; }
  .cat_forth:hover, .cat_fifth:hover {
    background-size: 22% auto; } }

@media (max-width: 568px) {
  .search-form .form-inline .input-group > .form-control {
    width: 73%; }
  .flexslider .slides > li .slide-caption h2, .flexslider .slides > li .slide-caption p {
    text-shadow: 1px 1px 1px #000; } }

@media (max-width: 480px) {
  .site-branding {
    width: 60%; }
  .navbar {
    margin-top: 20px; }
  .flexslider .slides li {
    min-height: 300px; }
  .slides > li .slide-caption {
    width: 70%;
    padding-top: 5%; }
  .slides > li h2 {
    font-size: 15px; }
  .slides > li .slide-caption .btn-medium {
    padding: 8px 12px; }
  .search-form .form-inline .input-group > .form-control {
    width: 68%; }
  .latest-news-updates .art-style1 img, .latest-news-updates .art-style2 img,
  .latest-news-updates .art-style3 img, .latest-news-updates .art-style4 img,
  .latest-news-updates .art-style5 img {
    height: 100%;
    width: 100%; }
  .latest-news-updates .articel-list div.col-sm-6:nth-child(3),
  .latest-news-updates .articel-list div.col-sm-3 {
    height: auto; }
  .latest-news-updates h3 {
    font-size: 18px;
    left: 20px; }
  .latest-news-updates div.col-sm-3 .meta, .latest-news-updates div.col-sm-6 .meta {
    top: inherit; }
  h2.text-center, .testimonials_outer h2,
  .upcoming-event h2, .instructor-week h2, .free-course-week h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .widget_courses li .simi-co, .widget_events li .simi-co, .recent_posts_widget li .simi-co {
    width: 75%; }
  .font-large {
    font-size: 100px; }
  .font-large strong {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    display: block; }
  #secondary .widget_search .course-submit {
    width: auto;
    position: absolute; }
  .courses.list-group-item .clist {
    width: 97%; }
  .courses.list-group-item figure {
    width: 220px; }
  .three-column.grid-group-item {
    width: 100%; }
  .three-column.grid-group-item .course {
    min-height: inherit;
    max-height: inherit;
    padding-bottom: 10px; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    width: 450px;
    height: 335px; }
  .three-column.grid-group-item .course_space {
    min-height: inherit; }
  .meet-teachers .teacher {
    min-height: 280px; }
  .event-countdown .col strong {
    font-size: 14px; }
  .event-countdown .col span {
    font-size: 12px; }
  .footer-widget .widget_courses .simi-co {
    width: 78%;
    padding-top: 0; } }

@media (max-width: 414px) {
  .search-form .form-inline .input-group > .form-control {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%; }
  .search-form .input-group-btn .btn {
    border-radius: 3px; }
  .search-form .input-group-btn {
    clear: both;
    display: table;
    float: none; }
  .home-third-header .search-form .form-inline .input-group > .form-control {
    width: 100%; }
  .cat_forth, .cat_fifth {
    width: 100%; } }

@media (max-width: 384px) {
  nav.meta-login {
    max-height: 36px;
    float: none; }
  nav.meta-login ul li:first-child {
    font-size: 13px; }
  nav.meta-login ul li {
    padding: 10px 6px; }
  .navbar {
    margin-top: 15px; }
  .home-third-header {
    height: 680px; }
  .flexslider {
    margin-bottom: 20px; }
  .flexslider .slides li {
    min-height: 200px; }
  .flexslider .slides > li .slide-caption {
    width: 90%;
    padding-top: 4%; }
  .slides > li h2 {
    font-size: 13px; }
  .slides > li p {
    font-size: 12px;
    line-height: 14px; }
  .slides > li .slide-caption .btn-medium {
    padding: 5px 10px; }
  .home-two-slider {
    margin-bottom: 0; }
  .search-form .form-inline .input-group > .form-control {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%; }
  .search-form .input-group-btn .btn {
    border-radius: 3px; }
  .search-form .input-group-btn {
    clear: both;
    display: table;
    float: none; }
  .home-third-header .search-form .form-inline .input-group > .form-control {
    width: 100%; }
  .home-third-testimonials .quote_l {
    background-size: 100%; }
  .cat_forth, .cat_fifth {
    width: 100%; }
  .i-email-subscribe {
    padding: 10px 13px; }
  .i-email-subscribe i {
    font-size: 30px; }
  h2.text-center, .testimonials_outer h2,
  .upcoming-event h2, .instructor-week h2, .free-course-week h2 {
    font-size: 17px;
    margin-bottom: 20px; }
  .home-two-testimonials .quote {
    background-size: 55%; }
  .testimonial {
    font-size: 14px; }
  .widget_courses li .simi-co, .widget_events li .simi-co, .recent_posts_widget li .simi-co {
    width: 65%; }
  .meet-teachers .teacher {
    width: 100%;
    min-height: auto; }
  .courses.list-group-item {
    width: 95%; }
  .courses.list-group-item figure {
    width: inherit; }
  .courses.list-group-item .course_space {
    width: 100%; }
  .courses.list-group-item .course_rel {
    width: 90%; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    width: 330px;
    height: 245px; }
  .signup-newsletter p, .signup-newsletter h3 {
    width: 78%; }
  .footer-widget .widget_courses .simi-co {
    padding-top: 0;
    width: 72%; } }

@media (max-width: 320px) {
  .cat h3 {
    word-break: break-all; }
  .courses.list-group-item {
    width: 95%; }
  .flexslider .slides > li .slide-caption {
    width: 88%; }
  .home-two-slider {
    margin-bottom: 0; }
  .home-third-header .search-form .form-inline .input-group > .form-control {
    width: 100%;
    font-size: 12px; }
  .three-column.grid-group-item figure, .three-column.grid-group-item #products .video_player figure {
    width: 290px;
    height: 215px; }
  .sign-form .form-control {
    width: 100%;
    margin-bottom: 10px; }
  .sign-form .btn-orange {
    margin-left: 3px; } }

@media (max-width: 225px) {
  body, html {
    overflow-x: hidden; }
  nav.meta-login {
    max-height: inherit; }
  nav.meta-login ul li:nth-child(2) {
    width: 50%; }
  nav.meta-login ul li:last-child {
    width: 50%; }
  .popular-courses .btn-orange {
    padding: 10px 5px; }
  .footer-widget .widget_courses img, .footer-widget .widget_courses li iframe, .widget_events li img, .recent_posts_widget img, .widget_courses img, .widget_courses li iframe {
    width: 45px; } }

/*//////////////////////////////////////// 
Responsive Table CSS            
////////////////////////////////////////*/
@media only screen and (max-width: 732px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border: 1px solid #ccc; }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  /*
Label the data
*/
  #no-more-tables td {
    color: #262c38; }
  #no-more-tables td:nth-child(1):before {
    content: ""; }
  #no-more-tables td:nth-child(2):before {
    content: "Item";
    padding-left: 25px; }
  #no-more-tables td:nth-child(3):before {
    content: "Product";
    padding-left: 25px; }
  #no-more-tables td:nth-child(4):before {
    content: "Price";
    padding-left: 25px; }
  #no-more-tables td:nth-child(5):before {
    content: "Quantity";
    padding-left: 25px; }
  #no-more-tables td:nth-child(6):before {
    content: "total";
    padding-left: 25px; }
  #no-more-tables td:last-child.text-right:before {
    content: ""; } }

/*--------------------------------------------------------------
1)  Header
--------------------------------------------------------------*/
.nav-righ-side, .header_meta .user-info, .header_meta .language-selector, .header_meta #contact-link {
  float: right;
  max-height: 48px;
  overflow: hidden;
  text-transform: uppercase; }

.nav-right-style, .header_meta .user-info a, .header_meta .language-selector {
  padding: 12px 18px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  border-left: 1px solid #1b2028;
  text-decoration: none; }

.header_meta .user-info a {
  display: inline-block; }

.header_meta .language-selector a {
  color: #fff;
  text-decoration: none; }

.header_meta .user-info a:hover, .header_meta .language-selector a:hover {
  color: #fff;
  text-decoration: none; }

.header_meta #contact-link {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 19px;
  color: #ffffff; }

.header_meta #contact-link i {
  display: inline;
  float: left;
  margin: -2px 5px;
  font-size: 18px; }

  ul {
    color: #7a7a7a;
  }
footer.page-footer {
  margin-top: 1.5625rem; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down, .visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.date {
  background: transparent; }

.date:after {
  margin: 0;
  content: '';
  font-size: 0; }

#blockcart-modal {
  color: #414141; }
  #blockcart-modal .modal-header {
    background: #4cbb6c; }
    #blockcart-modal .modal-header .close {
      position: absolute;
      right: 20px; }
  #blockcart-modal .modal-body {
    background: #ebebeb;
    padding: 50px 30px; }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 5px; }
  #blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%; }
  #blockcart-modal .product-image {
    width: 100%; }
  #blockcart-modal .modal-title {
    font-weight: 600;
    color: white;
    font-size: 18px; }
    #blockcart-modal .modal-title i.material-icons {
      margin-right: 30px; }
  #blockcart-modal .product-name {
    color: #111;
    font-size: 18px; }
  #blockcart-modal .cart-products-count {
    font-size: 18px; }
  #blockcart-modal .cart-content {
    padding-left: 40px; }
    #blockcart-modal .cart-content .cart-content-btn {
      display: inline-flex; }
      #blockcart-modal .cart-content .cart-content-btn button {
        margin-right: 5px; }
      #blockcart-modal .cart-content .cart-content-btn .btn {
        white-space: inherit; }
  #blockcart-modal .divide-right {
    border-right: #acaaa6 1px solid; }

@media (max-width: 991px) {
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 15px; }
  #blockcart-modal .cart-content {
    padding-left: 0; }
  #blockcart-modal .product-name,
  #product-availability {
    margin-top: 10px; } }

#blockcart-modal .btn {
  text-transform: uppercase; }

#blockcart-modal .btn:hover, #blockcart-modal .btn:focus, #blockcart-modal .btn.focus {
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent; }

#blockcart-modal a.btn:visited {
  color: #fff; }

#blockcart-modal .btn i {
  margin-top: -7px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.3125rem; }

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\E5CE"; }

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\E5CF"; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0; }

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.product-quantity .input-group-btn-vertical {
  float: left; }

.bootstrap-touchspin .input-group-btn-vertical {
  color: #414141; }

.product-quantity {
  overflow: hidden; }
  .product-quantity .add {
    float: left;
    margin-bottom: .5rem; }
  .product-quantity .qty {
    float: left;
    margin-bottom: .5rem;
    width: 80px; }
  .product-quantity #quantity_wanted {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem; }
  .product-quantity .input-group {
    position: relative;
    width: 100%;
    /* display: table; */
    border-collapse: separate; }
  .product-quantity .btn-touchspin {
    height: 1.4375rem; }
  .product-quantity .input-group-btn-vertical {
    padding-left: 10px; }

.input-group-btn-vertical .btn {
  padding: .5rem .6875rem; }
  .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem;
    margin: 0;
    color: #000; }

.btns .product-quantity .btn::after {
  content: ''; }

.test_desc {
  margin-bottom: 1.5em; }

.owl-carousel .owl-item .testimonial img {
  width: initial; }

.form-control:focus, .input-group.focus {
  outline: none; }

#module-jmarketplace-selleraccount #content .links a i {
  padding-bottom: 22px; }
  /* 26-09-2019*/

  .product-miniature p.seller_name {
    max-width: 59%;
    margin-top: 12px;
    min-height: 37px;
}
.list-group-item .course_space {
    position: static;
}
.product-miniature.list-group-item p.seller_name {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.img-thumb:hover img.avatar_list, .img-thumb:focus img.avatar_list, .zoom:hover img.avatar_list {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  /* transform: scale(1.2); */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  /* transition: all 0.8s ease-in-out; */
  }
  
  #product-description ul li {
    list-style: none;
    padding-left: 15px;
    background: url(../img/bullet_orange.png) no-repeat 3px 12px;
}
#product-description h2 {
    font-size: 20px;
}
.course h3 {
    padding-right: 0;
}
.field-name-siret {
    display: none !important;
}
.slide-caption a.btn {
    background: #262c38;
}
.slide-caption a.btn:hover {
    background: #dd1313;
}
.btn.btn-blue, .btn.btn-blue:visited {
    background: #fff;
    border: 1px solid #262c38;
    color: #262c38 !important;
}
.btn.btn-blue:hover {
    background: #262c38;
    color: #fff !important;
}
.home-two-search .courses-count i {
    color: #262c38;
}
.find_certificate_wrap .form-control {
    background: #fff;
    max-width: 350px;
    display: inline-block;
}
.find_certificate_wrap {
    display: block;
    text-align: center;
}
.exam_center .radio-inline {
  width: 100%;
}
.exam_center .radio-inline span {
    font-weight: 400;
}
.co-join-info li span.custom-radio {
    width: 20px;
    height: 20px;
}
.co-join-info li span.center_address {
    width: 80%;
}
body .hide-with-force {
    display: none !important;
}
.search-category a:hover {
    color: #fff;
}
#owl-partners.owl-theme .owl-dots .owl-dot.active span, #owl-partners.owl-theme .owl-dots .owl-dot:hover span {
    background: #dd1313;
}
#owl-partners.owl-theme .owl-dots .owl-dot span {
  background: #262c38;
}
h4.exam_date_content {
    margin-left: 15px;
}
.breadcrumb-section {
  background: #262c38;
}
#module-paypalplus-confirmation h3.h1.card-title {
    text-transform: uppercase;
    color: #414141;
    font-size: 1.375rem;
    margin: 0;
}
#cbp-hrmenu > ul > li#_desktop_cart {
    margin-top: -5px;
    margin-left: 25px;
}

#cbp-hrmenu > ul > li#_desktop_cart a.menu-cart {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #e4e8ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 15px;
    color: #777;
    max-width: 400px;
    text-decoration: none;
    cursor: pointer;
}
#cbp-hrmenu > ul > li#_desktop_cart a.menu-cart i {
    font-size: 22px;
}
#cbp-hrmenu > ul > li#_desktop_cart a.menu-cart span {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0px 6px;
    font-size: 12px;
    color: #fff;
    background: #dd1313;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.product-miniature p.seller_name img {
    max-height: 50px;
}



/* menu css */
.cbp-hrmenu li .cbp-triangle-top {
    border-bottom-color: #262c38;
}
.cbp-hrmenu li .cbp-hrsub-inner {
    background-color: #262c38;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.cbp-hrmenu li .cbp-menu-element > .cbp-menu-column-inner a:link,
.cbp-hrmenu li .cbp-menu-element > .cbp-menu-column-inner a,
.cbp-hrmenu li .cbp-menu-element > .cbp-menu-column-inner {
    color: #ffffff !important;
}

.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(1) > .cbp-menu-column-inner .cbp-column-title {
    color: #e91e63 !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(2) > .cbp-menu-column-inner .cbp-column-title {
    color: #9e9e9e !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(3) > .cbp-menu-column-inner .cbp-column-title {
    color: #8bc34a !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(4) > .cbp-menu-column-inner .cbp-column-title {
    color: #ff9800 !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(5) > .cbp-menu-column-inner .cbp-column-title {
    color: #9c27b0 !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(6) > .cbp-menu-column-inner .cbp-column-title {
    color: #ffc107 !important;
}
.cbp-hrmenu > ul > li:nth-child(2) .cbp-menu-column:nth-child(7) > .cbp-menu-column-inner .cbp-column-title {
    color: #00B8D4 !important;
}

/****** 28-5-2018 ***********/
.info_point_content {
    background: #000 !important;
    border: 1px solid #ddd;
    color: #fff !important;
}
.co-join-info .info_point_content span {
    font-weight: normal;
    color: inherit;
}
label .info_point_content{
    font-weight:normal;
}
/******** 18-6-2018 *****/
.modal_cust_heade_date span {
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIABAMAAAAGVsnJAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABXRSTlMAfX5/gEBO3bMAAARESURBVHja7d0JTURREEXBKwEJSEACFliOfys4IIGEBKg+Ejo125+3bNd1Xdd1Xdd1Xdd1Xdd1Xdd1Xdd1Xdd1XV/sQR/Aiz6AdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BO4JMB9KgP4FUfAEEgnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCXxzAD3pA3jTB/BvCKQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBHxhAz/oA3vUB/CkC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTiCdQDqBdALpBNIJpBNIJ5BOIJ1AOoF0AukE0gmkE0gnkE4gnUA6gXQC6QTSCaQTSCeQTuAGcC+BexO8j8H7IgQDuB9DOoB7IKIDuIeiOoD7Y0QHcH+O6gBugYQO4BZJ6QBuoaQO4BZL6wBuw4QO4DZN6QBu46QO4DZP6wDuAAUdwB2iogO4g5R0AHeYmg7gDlTUAdyhqjqAO1hZB3CHq+sA7oIFHcBdsqIDuIuWdAB32ZoOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gOYDqA6QCmA5gO4Lqu67qu67qu67qu67qu67qu67qu67qu39cHAMW32VDdhioAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.modal_cust_heade_date span:first-child {
    transform: rotate(90deg);
}

.modal_cust_heade_date span:last-child {
    transform: rotate(90deg);
}

.modal_cust_head {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.modal_cust_head .modal_cust_heade_item1 select {
    height: 30px;
}

.modal_cust_head .modal_cust_heade_item1 input {
    height: 30px;
}

.modal_cust_heade_item1.modal_cust_heade_date {
    display: flex;
    flex-basis: 15%;
}

.modal_date_outer {
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-top: -4px;
}

.modal_date_outer a,
.modal_date_outer a span {
    width: 12px;
    height: 10px;
    margin-left: 3px;
    margin-top: 0;
}

.ascenting {
    transform: rotate(-90deg) !important;
}

.modal_cust_heade_item1.modal_cust_heade_date label {
    text-transform: capitalize;
}

.modal_cust_head_outer {
    width: 92%;
    margin: 20px auto;
}

.modal_btn_outer {
    text-align: center;
    margin-top: 16px;
}

.modal_btn_outer input[type="button"] {
    border: none;
    border-radius: 3px;
    background: #dd1313;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 6px 23px;
}

.modal_cust_heade_item1:nth-child(2),
.modal_cust_heade_item1:nth-child(3) {
    flex-basis: 42.5%;
    padding-left: 15px;
}

.modal_cust_heade_item1:nth-child(3) select {
    width: 100%;
}

@media (max-width:991px) {
    .modal_cust_head {
        flex-wrap: wrap;
    }
}

.filterdiv select {
    /*padding: 13px;*/
    width: 195px;
    background: #eff2f7;
    border: 1px solid #eff2f7;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/****** End *******/

/**********14-8-2018 *********/
#addtocartoverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999999;
    /*cursor: pointer;*/
}
/***** End ********/

/*=================27=09=2018====================*/

.accordion-content {
    display: none;
    background: #fff;
}

.accordion-content.accordian_content_visible {
    display: block !important;
}

.accordion-heading {
    background: #e7eaef;
    padding: 13px 15px;
    margin-top: 7px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.accordion-heading.arow_up {
    border-top: 2px solid #777;
}

.accordion-heading.arow_up.Requirements_Engineering {
    border-top: 2px solid #8bc34a;
}

.accordion-heading.arow_up.Software_Testing {
    border-top: 2px solid #e91e63;
}

.accordion-heading.arow_up.Usabilty {
    border-top: 2px solid #ff9800;
}

.accordion-heading.arow_up.Management {
    border-top: 2px solid #9e9e9e;
}

.accordion-heading.arow_up.Software_Architecture {
    border-top: 2px solid #ffc107;
}

.accordion-heading.arow_up.Development {
    border-top: 2px solid #00B8D4;
}

.accordion-heading.arow_up.Scrum_Agile_methods {
    border-top: 2px solid #9c27b0;
}

.accordion-heading::after {
    position: absolute;
    content: ">";
    right: 18px;
    font-size: 23px;
    top: 7px;
    transform: rotate(90deg);
}

.accordion-heading.arow_up::after {
    transform: rotate(-90deg);
}

.accordion-content {
    margin-bottom: 7px;
    margin-top: -7px;
    padding: 15px 15px;
}

.accordion-content a {
    color: #29b6f6;
}

.accordion-content .product-features ul li:last-child {
    border-bottom: none;
}

.accordion-content .product-features ul li:first-child {
    margin-top: 20px;
}

.accordion-content .product-features ul li {
    display: flex;
}

.product-features ul li span {
    flex-basis: 50%;
}

.product-features ul li span:first-child {
    color: #000;
}

.product-features ul li {
    border-bottom: 2px solid #ddd;
    padding-bottom: 13px;
}

#secondary select {
    width: 75%;
}

#secondary button {
    width: 75%;
    margin-bottom: 20px;
}

#secondary .qty {
    width: 95%;
}

#secondary .product-quantity #quantity_wanted {
    width: 50%;
}

#secondary .qty button {
    margin: 0;
}

body #secondary label{
    font-weight: 500;
}


/* ======================29=09=2018============================= */

.accordian_ul .product-miniature {
    width: 100%;
    padding: 0;
}

.accordian_ul .product-miniature figure {
    width: 100%;
}

.accordian_ul .product-miniature .course_space {
    padding: 10px;
    text-align: left;
}

.resultr_item ul li {
    background: #ededed;
}

.resultr_item ul.accordian_sub {
    display: none;
}

.resultr_item ul.accordian_sub.accordian_sub_visible {
    display: flex;
}

.resultr_item h3.accordian_h3 {
    background: #ddd;
    font-weight: 500;
    font-size: 23px;
    padding: 7px 15px;
    position: relative;
}

.accordian_h3 .accoridan_arrow {
    position: absolute;
    right: 13px;
}

#secondary .product-additional-info {
    display: none !important;
}

body .accordian_ul {
    width: 100% !important;
}

#secondary .search-form.search-course button {
    width: auto !important;
}

.accordian_ul .product-thumbnail.img-thumb {
    min-height: 147px !important;
}

.accordian_ul .seller_name a {
    height: 42px !important;
    display: block !important;
}

.accordian_ul .seller_name {
    margin-bottom: 46px !important;
}

.accordian_ul .product-price-and-shipping {
    top: 56px !important;
}

.accordian_ul .course h3 {
    font-size: 15px !important;
}

@media (max-width:991px) {
    .resultr_item ul li {
        flex-basis: 49%;
    }
}

@media (max-width:575px) {
    .resultr_item ul li {
        flex-basis: 100%;
    }
}
/* =================================04=10=2018================================= */

#secondary .accordion-content .product-features {
    height: 200px;
    overflow-y: scroll;
}
/******* 18-10-2018 *********/
.outer_modal_class .modal_cust_head {
    width:100%;
}
.outer_modal_class .close {
    width: 35px !important;
    height: 35px;
    background: #2fb5d2 !important;
    opacity: 1;
    border-radius: 0;
    color: #fff !important;
}
.outer_modal_class .close span {
    color:#fff;
}
/*******20-11-2018********/
#product #examModal button.close {
    position: absolute;
    right:0;
}

/*====================================================================
                          14=09=2018
====================================================================*/

.items_filter {
    display: flex;
    justify-content: space-between;
}

.items_filter select,
.items_filter input {
    height: 45px;
    width: 100%;
    padding-left: 15px;
}

.items_filter input[type="button"] {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.items_filter_item {
    flex-basis: 48%;
    margin-right: 15px;
    position: relative;
}

.items_filter_outer {
    margin-top: 25px;
}

.resultr_item ul li {
    flex-basis: 19%;
    background: #ddd;
    margin-right: 5px;
    padding: 2px 5px;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 5px;
}

.resultr_item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resultr_item h3 {
    margin-bottom: 20px;
}

.product_result ul li {
    padding: 10px;
}

.resultr_item ul li a {
    margin: 0;
    color: #333;
}

.resultr_item ul li p {
    margin: 0;
}

.resultr_item ul li a:hover {
    text-decoration: none;
}

.srchbtn {
    text-indent: -999999px;
    width: 49px !important;
    position: absolute;
    right: 1px;
    background-color: #ddd !important;
    height: 43px !important;
    top: 1px;
}

.items_filter_item img {
    width: 26px;
    position: absolute;
    right: 11px;
    top: 10px;
    pointer-events: none;
}

@media (max-width:575px) {
    .items_filter {
        flex-wrap: wrap;
    }
    .items_filter_item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .resultr_item ul li {
        flex-basis: 100%;
    }
}

.filter-err {
    border-color: red;
}

/*=========================21=09=2018=============================*/

.items_filter {
    justify-content: center;
}

.resultr_item.product_result ul li.prodsubhead {
    background: transparent;
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    flex-basis: 100%;
}

.resultr_item.product_result ul ul {
    margin-bottom: 15px;
}

.resultr_item.product_result ul li.prodsubhead span {
    position: relative;
}

.resultr_item.product_result ul li.prodsubhead span::after {
    position: absolute;
    width: 100%;
    height: 3px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    top: 50%;
    left: 115%;
    content: '';
}

.resultr_item.product_result ul li.prodsubhead {
    background: #ececec;
    padding: 4px 15px;
    cursor: pointer;
}

body .accordian_ul {
    display: none;
}

body .accordian_ul.accod_visible {
    display: flex !important;
}

.prodsubhead.accordian_li {
    display: flex;
    justify-content: space-between;
}

.accoridan_arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAABTCAYAAACiaoT6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5Rjk1ODRBQUMxNjExRThCOEU4RDE3NUUxODg3RTE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5Rjk1ODRCQUMxNjExRThCOEU4RDE3NUUxODg3RTE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTlGOTU4NDhBQzE2MTFFOEI4RThEMTc1RTE4ODdFMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTlGOTU4NDlBQzE2MTFFOEI4RThEMTc1RTE4ODdFMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7U8l/hAAADuElEQVR42uzdPW/aUBQGYOxuncqE2eiCKjN18NDJk+Whi5dKTPyP/orMVad0oVKWLFmqSpW6REJdGECoS7zBhLIxUi4ykQsYjLm2zz3nfaUr5WtI7CeXcw4GW+v1upGOZVlPDQRJZWPk7f4XtisMwy+bT5+StcbCStbWhPKxs2Ltdppkh+ng/wrJSLzbcWw8JCF5s3Nip76GXQY5lRcfr8bj8c1sNnu3+fgNjgtyJs8bLx17tVq9xi6D5N1tlBe71WotVJGD44HkKYaVl233hM4JuaSD2hbCzWbzGbsNcg7MSxe1N6dBF4VkgtnNaaz00wiAg5wDc4AGcJBzYFTs/Z86eHIKEZ1jHuxjPxiG4Q8Uxthloii6z5J0dLmu+9DAM95in9lW5z/LRiYatRzHeQQceWA6nc6vUy4OCuH9oDBG4Xtg4hwawAGYQmgAB2AKoQEcgDnZcl/SsyM8ZzHa0Kj4vv8bMxw+u0wQBD+LKLt4qZYMrTjvWcxVLTfqG547jLocZrlcvi907ouiARw5ha9WNIAjD4wWNIAjC0yh7gmtuGww2tCoDAaDb2jF+cxitLfcWcvzvDu04vRaa9/3b3WeZy01Deobug9LjuMs5vP5B63nWDcawOFZx5SOBnD4gikVDeDwBFM6GsDhB0Zry40ZDsPWui40KslLITDDKXmX6ff736uSWcnCS2LKncWoGVlV57L0mgb1DY86ptJCGHB4gakFDeCYDaY2NIBjLpjKuie04nzA1IpGBZdTGPoPV1WblrWCIPiKVjx/ax1F0U3d56x2NJjh0JzFkJnToDA2t44h0T0BjplgyKEBHPpgSKIBHNpgam+5McMx8zjYVA+Y8Msp4mSGRVYz2aVeeiGwFf/vfpEUF8maJp12u/24WCwcIfVN7LrudDKZfKT8S5JHI6gwJlv4GolGABxjwBiFhjEco8AYh4YhHOPAkG65pcxwTPx7bBMPNJO7xFT3khNJcxrGl1Nof/sPzGl41zdXvbMmCmF5cIwsfNmhMQgOCzBs0BgAhw0YVmgIw2EFxtiW27SZB7fZEis0KsTuEpN9x1k8PNEKkcspjLjMAWjo1DfGz2JEoqkRDrvCVxSaGuCwByMCTYVwRIBh2T3V1PKKASMGjUpyGUJsMEygqTrD4fCz53l/SoBT7I6zqGnE1jel3OUEaPjCEVXHiEejAY5YMKLRXAFHNBhRhXBWx6PG/QmEOAeWuNvt/pX+rhaid5p0er3ew3Q6dbO+rzqv0Wj0CUeq0fgnwAAvGhTRb7LIQgAAAABJRU5ErkJggg==);
    background-size: 14px 10px;
    background-position: right;
    background-repeat: no-repeat;
}

.accoridan_arrow::after {
    display: none;
}

.accoridan_result {
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
    margin-top: 40px;
}

@media (max-width:480px) {
    .resultr_item.product_result ul li.prodsubhead span::after {
        width: 43px;
    }
}


/*=================27=09=2018====================*/

.accordion-content {
    display: none;
    background: #fff;
}

.accordion-content.accordian_content_visible {
    display: block !important;
}

.accordion-heading {
    background: #e7eaef;
    padding: 13px 15px;
    margin-top: 7px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.accordion-heading.arow_up {
    border-top: 2px solid #777;
}

.accordion-heading.arow_up.Requirements_Engineering {
    border-top: 2px solid #8bc34a;
}

.accordion-heading.arow_up.Software_Testing {
    border-top: 2px solid #e91e63;
}

.accordion-heading.arow_up.Usabilty {
    border-top: 2px solid #ff9800;
}

.accordion-heading.arow_up.Management {
    border-top: 2px solid #9e9e9e;
}

.accordion-heading.arow_up.Software_Architecture {
    border-top: 2px solid #ffc107;
}

.accordion-heading.arow_up.Development {
    border-top: 2px solid #00B8D4;
}

.accordion-heading.arow_up.Scrum_Agile_methods {
    border-top: 2px solid #9c27b0;
}

.accordion-heading::after {
    position: absolute;
    content: ">";
    right: 18px;
    font-size: 23px;
    top: 7px;
    transform: rotate(90deg);
}

.accordion-heading.arow_up::after {
    transform: rotate(-90deg);
}

.accordion-content {
    margin-bottom: 7px;
    margin-top: -7px;
    padding: 15px 15px;
}

.accordion-content a {
    color: #29b6f6;
}

.accordion-content .product-features ul li:last-child {
    border-bottom: none;
}

.accordion-content .product-features ul li:first-child {
    margin-top: 20px;
}

.accordion-content .product-features ul li {
    display: flex;
}

.product-features ul li span {
    flex-basis: 50%;
}

.product-features ul li span:first-child {
    color: #000;
}

.product-features ul li {
    border-bottom: 2px solid #ddd;
    padding-bottom: 13px;
}
/* ======================29=09=2018============================= */

.accordian_ul .product-miniature {
    width: 100%;
    padding: 0;
}

.accordian_ul .product-miniature figure {
    width: 100%;
}

.accordian_ul .product-miniature .course_space {
    padding: 10px;
    text-align: left;
}
.resultr_item ul li {
   background: transparent; 
   border-color: #657184;
}
.resultr_item ul.custom_nav_tabs li {
    background: transparent;
    border:none;
}

.resultr_item ul.accordian_sub {
    display: none;
}

.resultr_item ul.accordian_sub.accordian_sub_visible {
    display: flex;
}

.resultr_item h3.accordian_h3 {
    background: #ddd;
    font-weight: 500;
    font-size: 23px;
    padding: 7px 15px;
    position: relative;
}

.accordian_h3 .accoridan_arrow {
    position: absolute;
    right: 13px;
}
body .accordian_ul {
    width: 100% !important;
}

.accordian_ul .product-thumbnail.img-thumb {
    min-height: 147px !important;
}

.accordian_ul .seller_name a {
    height: 42px !important;
    display: block !important;
}

.accordian_ul .seller_name {
    margin-bottom: 46px !important;
}

.accordian_ul .product-price-and-shipping {
    top: 56px !important;
}

.accordian_ul .course h3 {
    font-size: 15px !important;
}

@media (max-width:991px) {
    .resultr_item ul li {
        flex-basis: 49%;
    }
}

@media (max-width:575px) {
    .resultr_item ul li {
        flex-basis: 100%;
    }
}
/***** 23-10-2018 #18********/
.accordian_ul .course h3 {
    font-size: 12px !important;
    line-height: 15px;
    height: 47px;
    overflow: hidden;
}
/*============================07=11=2018======custom_tabs============================================*/
.custom_nav_tabs {
    background:#f7f8fb;
}
.resultr_item  ul.custom_nav_tabs li {
    margin: 0;
    cursor: pointer;
}
.resultr_item  ul.custom_nav_tabs li.active {
    color: #000;
    position: relative;
    font-weight:bold;
}

.filter_content_hide {
    display:none;
}
.results_inner .filter_content .product-miniature {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.resultr_item ul li {
    flex-basis: 24%;
 
}
.results_inner .filter_content .clist {
    margin-bottom: 0;
}
.three-column.grid-group-item .course {
    min-height: 333px;
    max-height: unset;
}
.course .course_space h3 {
    /* height: 50px !important; */
    overflow: hidden !important;
    line-height:15px;
    font-size: 15px;
    font-weight: 500;
}
.course_space {
    padding: 10px 15px 0 15px;
 
    text-align: left;
}
.resultr_item ul li {
    flex-basis: 19%;
}
.results_inner .accoridan_result {
    margin-bottom: 20px;
}
.results_inner .product-thumbnail img {
    min-height: 146px;
}
@media(max-width:991px) {
    .resultr_item.product_result .custom_nav_tabs {
        flex-wrap:nowrap;
    }
    .custom_nav_tabs li {
        justify-content: space-between;
    }
}
@media(max-width:640px) {
        .resultr_item ul li {
    flex-basis: 100% !important;
}

 .resultr_item ul li figure {
     width:100% !important;
 }
}
@media(max-width:575px) {
    .three-column.grid-group-item .course {
    min-height: auto;

}
}


/******19.11.2018********/
.custom_nav_tabs li::after {display: none;}
.custom_nav_tabs li.active::after {display: block;}
.items_filter_outer .items_filter input[type="button"] {    background: #d51317 !important;border-radius: 0;}
.home-two-search {    background: #f7f8fb;}
.resultr_item ul li {
   background: transparent; 
   border-color: #657184;
}
.resultr_item ul.custom_nav_tabs li {
    background: transparent;
    border:none;
}
.resultr_item ul li {
   background: transparent; 
   border-color: #657184;
}
.resultr_item ul.custom_nav_tabs li {
    background: transparent;
    border:none;
}
.custom_nav_tabs li.active::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    background: #f00;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}
/*29-11-2018 #9 **********/
.edit_produt_address_outer {
    padding: 20px 0px 40px;
}
.edit-prdt-cont {display: flex;

align-items: flex-end;}
.edit_produt_address_item select{width: 100%;}
.edit-prdt-cont select, .edit-prdt-cont input {height: 34px;font-family: Montserrat, sans-serif !important;width: 100%;}
.addr-sel .form-control {background: transparent;box-shadow: none;}

@media (max-width: 767px){
.edit-prdt-cont {    display: flex;    align-items: flex-end;    flex-wrap: wrap;}
.row-item {padding: 0 15px;}
}

/*========================30=11=2018==============================*/
.location_date_div .div_trainlocations {
    background-color: #fff;
    padding: 0;
    margin-top: 0;
}
.location_date_div .div_trainlocations select,
.location_date_div .div_trainlocations input {
    border: 1px solid #d1d1d1;
    border-radius: 0px !important;
    box-shadow: none;
}
.loc_btn_wrap {
    text-align: right;
    margin-bottom: 20px;
}
.datelocation_form_outer .loc_btn_wrap {
    margin-bottom: 0;
}
.location_date_div .training_locations {
    margin-bottom: 50px;
}
.loc_btn_wrap a,
.loc_btn_wrap a:hover,
.loc_btn_wrap a:focus,
.loc_btn_wrap a:active,
.loc_btn_wrap button,
.loc_btn_wrap button:hover,
.loc_btn_wrap button:focus,
.loc_btn_wrap button:active {
    background: #ddd;
    color: #333 !important;
    font-weight: bold;
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
    padding: 6px 11px;
    border-radius: 0;
    font-weight: 200;
}
#jmarketplace-tabs #date_product {
    border:none;
    padding: 0;
}
.datelocation_form_outer {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

.loc_rmve {
    color: #f00;
    text-align: center;
    display: inline-block;
    background: #ddd;   
    margin: 0 auto;
    line-height: 25px;
    padding: 0 23px;
    box-sizing: border-box;
    cursor: pointer;
}
.loc_rmve:hover {
    text-decoration: none;
}
#saved_loc_tbl th {
    background-color: #ddd;
}
#saved_loc_tbl th,
#saved_loc_tbl td {
    padding: 10px;
    border: 1px solid #999;
}
/******* 6-12-2018 ***/
.course_space p.seller_name img {
    max-width: 72px;
}
.product-miniature p.seller_name img {
    max-height: 35px;
}
/******* 15-1-2019 *********/
#signupform .newsletter-outer input,
#signupform .newsletter-outer button {float: none;}
#signupform .newsletter-outer {display: flex;}

#main-page .page-header{display: none;}
/******* 1-2-2019 ***/
.isqi-cust-popup-outer {
    background: #eff2f7;
    border-radius: 5px;
    width: 700px;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    padding: 15px;
    z-index: 99999999999;
    transition: all ease 0.5s;
    text-align: center;
    display: none;
}
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.5s;
    z-index: 9999999999;
    display: none;
}
.isqi-cust-popup-outer p {
    font-size: 22px;
    margin: 60px 10px;
    color: #262c38;
    hyphens: none !important;
}
.isqi-cust-popup-outer select {
    height: 43px;
    /* width: 200px; */
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #f8f8f8;
    font-size: 18px;
}

button.close-popup-header
{
    padding: 7px 15px;
    cursor: pointer;
    background: #2fb5d2;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    border-radius: 0;
}
.isqi-cust-popup-outer h6 {
    font-size: 30px;
    margin: 10px;
}
.isqi-cust-popup-body
{
    padding: 30px 0 0 0;
}
.isqi-cust-select-popup
{
    margin: 0px 0px 25px 0px;
}
.isqi-cust-popup-drop-outer button
{
    border: none;
    border-radius: 3px;
    background: #2fb5d2;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 11px 50px !important;
}   
.isqi-cust-popup-drop-outer
{
    padding: 0px 0px 50px 0px;
} 

@media(max-width:767px) {
   .isqi-cust-popup-outer
   {
        width:auto;
   }
   .isqi-cust-popup-outer p {
        font-size: 15px;
        margin: 35px 10px;
        display: block;
   }
   .isqi-cust-popup-outer p br
   {
       display: none;
   }
   .isqi-cust-popup-outer h6 {
       font-size: 25px;
       margin: 20px 10px 10px 10px;
   }
   button.close-popup-header {
       padding: 4px 13px !important;
       font-size: 25px;
   }
   .isqi-cust-popup-drop-outer button,.isqi-cust-popup-outer select
   {
      font-size: 14px;
   }

}

@media(max-width:320px) {
    .isqi-cust-popup-outer select
    {
        width:270px;
    }
}
/*=============================06=03=2019 #93=============================*/


@media (max-width:767px) {
.language-selector-wrapper span.hidden-md-up {
    display:none;
}
._mobile_language_selector .lang_change_block {
    display: inline-block !important;
}
div#_mobile_language_selector {
    position: absolute;
    left: 15px;
    top: -3px;
}

div#_mobile_language_selector select.link {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

div#_mobile_language_selector select {
    display:none;
}
#_mobile_language_selector .language-selector .expand-more.hidden-sm-down {
    display: inline-block !important;
}
#_mobile_language_selector .language-selector a.hidden-sm-down {
    display: inline-block !important;
}
.open .dropdown-menu {
    display: block !important;
}
}
/*=============================12-Mar-19====redesign of product list=============================*/
.course .course_space.new-course-space h3 {
    /* height: 70px !important;    */
}
.new-course-space {
    background: #262c38;
}
.new-course-space-section-one {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    min-height: 64px;
}
.cs-section-one-cat {
    display: inline-block;
    background: #657184;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 2px;
    line-height: 24px;
    font-weight: bold;
}
.course_space.new-course-space {
    padding-left: 0;
    padding-right: 0;
    /*height: auto !important; */ 
    padding-bottom: 15px;
}
.course .course_space.new-course-space .cs-product-item-title {
    margin: 0;
    font-size: 15px !important;
    font-weight: 500;
    color:white!important;
    text-align: left!important;
}
.course .course_space.new-course-space .cs-product-item-title a
{
  color:white!important;
}
.cs-section-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.course_space.new-course-space .product-price-and-shipping {
    display: none;
}
.course_space.new-course-space .seller_name {
    display: none;
}
.course_space.new-course-space .meta {
    display: none;
}

.cs-lang-img {
    background-image: url(../img/cs-language-ico.jpg);
    display: inline-block;
    width: 33px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.cs-language {
    display: flex;
    align-items: center;
}
.cs-language-and-price {
    /* display: flex; */
    /* justify-content: space-between; */
    text-align: right;
    color: #fff;
    margin: 10px 0;
}

.cs-taxes {
  font-size: 0.7rem;
}
.course .course_space.new-course-space .cs-product-item-title a,
.course .course_space.new-course-space .cs-product-item-title a:hover {
    color: #fff;
    text-decoration: none;
}
.cs-price .price {
    font-weight: bold;
}
.cs-edit-title {
    color: #fff;
}
.course_space.new-course-space i {
    color: #29b6f6;
    font-size: 20px;
    margin-right: 10px;    
}
.cs-edit {
    margin-bottom: 10px;
    min-height: 25px;
}
.cs-input-item {
    display: flex;
    /* margin-bottom: 10px; */
}
.cs-input-ico {
    flex-basis: 50px;
    text-align: center;
}
.cs-input-text input {
    border-radius: 3px;
    height: 27px;
}
.common-cs-btn {
    display: inline-block;
    background: #657184;
    padding: 0 18px;
    font-size: 13px;
    line-height: 33px;
    border-radius: 3px;
    color: #fff !important;
    font-family: lato;
}
.cs-btn-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.cs-input-fields {
    /* min-height: 60px; */
}
.common-cs-btn:hover {
    text-decoration: none;
}
.common-cs-btn.cs-cart-btn {
    background: #29b6f6 !important;
}
.cs-right-item {
    background: #ddd;
    color: #000;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 3px;
    color: A#000;
}
.cs-input-text {
    display: inline-block;
    width: 100%;
}
.cs-input-text select {
    width:100%;
}
.cs-section-one-right {
    padding-right: 15px !important;
}
.cs-right-item.orange-bg {
    background: #ff7043;
}
.cs-right-item.green-bg {
    background: #4caf50;
}
.cs-right-item:last-child {
    margin-bottom: 0;
}
.cs-main-wrap.three-column.grid-group-item .course_space.new-course-space {
    min-height: 295px;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-course-list {
    min-height: auto !important;
    display: flex;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-section-wrap {   
    display: block;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-course-list .product-thumbnail {
    float: none;
    display: block;
    width: 250px;
}
.cs-main-wrap.three-column.list-group-item .new-course-space {
    width: 100%;   
}
.cs-main-wrap .img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
    transform:none;
}
.cs-main-wrap.three-column.list-group-item .cs-section-wrap {
    padding-left: 0;
    padding-right: 0;
}
.cs-main-wrap.grid-group-item.list-group-item .course .course_space.new-course-space .cs-product-item-title {
    margin: 0;
    font-size: 13px !important;
    width: 174px;
}
#products .cs-main-wrap.three-column.grid-group-item.list-group-item figure {
    height: auto !important;
    width: 100%;
    line-height: normal;
}
.cs-main-wrap.three-column.grid-group-item.list-group-item .course_space.new-course-space {
    min-height: auto!important;
    position: relative;
}
.cs-main-wrap.three-column.grid-group-item.list-group-item .course_space {    
    padding: 10px 10px 0;
}
.cs-main-wrap.list-group-item .new-course-space-section-three {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
}
   
.cs-main-wrap.list-group-item .cs-edit-price-wrap {
    width: 100%;
    padding-right: 10px;
    text-align: center;
    margin-bottom: -10px;
}
.cs-main-wrap.list-group-item .cs-edit-price-wrap .cs-right-item {
    text-align: center;
}
.cs-main-wrap.list-group-item .course .course_space.new-course-space h3 {
    height: auto !important;
    padding-right: 15px;
}
.cs-main-wrap.list-group-item .cs-edit,
.cs-main-wrap.list-group-item .cs-input-fields,
.cs-main-wrap.list-group-item .new-course-space-section-one {
    min-height: auto !important;
}
.cs-main-wrap.grid-group-item .cs-section-one-right.list-cs-section-one-right,
.cs-main-wrap.grid-group-item.list-group-item .cs-section-one-right {
 /* display: none; */
}
.cs-main-wrap.grid-group-item.list-group-item .cs-section-one-right.list-cs-section-one-right {
    display: block;
    width: 150px;
}
.cs-main-wrap.grid-group-item.list-group-item .common-cs-btn {   
    padding: 0 10px;    
}
.cs-main-wrap.grid-group-item.list-group-item .cs-learn-add {
    width: 100%;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-btn-inner {    
    justify-content: flex-end;   
}
.cs-main-wrap.grid-group-item.list-group-item .cs-cart-btn {
    margin-left: 6px;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-language-and-price,
.cs-main-wrap.grid-group-item .cs-price.list-cs-price {
    display: none;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-price.list-cs-price {
    display: block;
    color: #fff;
    text-align: right;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-section-one-cat {    
    position: absolute;
    top: 0;
    left: 0;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-section-one-right {
    /* position: absolute;
    top: 10px;
    right: 40px; */
    padding-right: 0!important;
    text-align: center;
}
@media(max-width:1199px) {
    span.cs-input-text {
    flex-basis: 100%;
}
span.cs-input-text input {
    width: 100%;
}
.common-cs-btn {
    /*font-size: 13px;
    padding: 0 8px;*/
}
.cs-right-item {   
    font-size: 11px;
    padding: 0 6px;   
}
}
/*--------------------------18-3-2019-----------------------*/
.cs-language-and-price-div {
   height: 50px;
}
.cs-price-div
{
    /* display: flex;
    align-items: center; */
}
.list-group-item .new-course-space-section-three form
{
    display: flex;
    width: 100%;
}
.list-group-item .cs-edit-price-wrap {
    text-align: left!important;
    
}
.list-group-item .cs-edit-icon
{
   display: inline-block;
    width: 40px;
    height: 17px;
}
.list-group-item .cs-edit {
    margin-bottom: 0px;
}
.list-group-item .cs-language-and-price
{
    margin-bottom: 10px;
}
.list-group-item .cs-btn-inner {
   margin-top: 3px!important;
}
.list-group-item .cs-section-one-right.list-cs-section-one-right {
   align-self: flex-end;
}
.list-group-item .cs-learn-add
{
    align-self: flex-end;
}

/*--------------------------19-3-2019-----------------------*/
.exam-section-left
{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    min-height: 64px;
}
.exam-section-left a
{
    display: inline-block;
    background: #657184;
    color: #fff!important;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 2px;
    line-height: 24px;
    font-weight: bold;
}
.category-head-cl a
{
    color: #ffffff!important;
}
.item-price-in-dl
{
    float: right;
    color: #ffffff;
    font-weight: bold;
}
.cs-btn-inner-in-nw
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.filter_content ul li
{
    flex-basis: 24%!important;
}

.filter_content ul li.list-element {
  flex-basis: 100% !important;
}

.filter_content ul li.list-element .courses.list-group-item .course_space {
  width: 100% !important;
}

.filter_content ul li.list-element .cs-main-wrap.grid-group-item.list-group-item .course .course_space.new-course-space .cs-product-item-title {
  width: 100% !important;
  margin-bottom: 10px;
  font-size: 1.3em !important; 
}

.filter_content ul li.list-element .cs-main-wrap.grid-group-item.list-group-item .cs-section-wrap {
  display: block !important;
}



.product-list-ul .course_space
{
    min-height: 350px;
    padding-bottom: 15px!important;
}
.product-list-ul .product-miniature p.seller_name {
   
    min-height: 0px!important;
}
/*=============================End redesign of product list=============================*/
/*.product-list-ul .new-course-space .cs-input-fields {
    min-height: auto;
}*/

.product-thumbnail > figure {
  margin: 0em 40px !important;
}

.results_inner .product-thumbnail img {
    min-height: 175px;
    width: 100%;
    max-height: 175px;
}
.product-list-ul .seller_name {
    display: none;
}

.product-list-ul .cs-input-fields i {
    color: #29b6f6 !important;
}
.cs-edit-icon i
{
  color: #29b6f6;
    font-size: 20px;
    margin-right: 10px;
}
.product-list-ul .cs-input-fields i {
    font-size: 20px;
}
@media (max-width: 991px)
{
.filter_content ul li {
    flex-basis: 49%!important;
}
#products .three-column.grid-group-item figure {
    
    margin: 0 auto;
}
}
@media (max-width: 640px)
{
.filter_content ul li {
    flex-basis: 100%!important;
}
}
@media (max-width: 576px)
{
.cs-main-wrap.three-column.grid-group-item .course_space.new-course-space {
    min-height: 295px!important;
}
}
/*=========================================25/01/2019=============================================*/
.slider_outer button {


    border: none !important;
    text-indent: -9999999px;
    width: 42px !important;
    height: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 0;
    position: absolute;
    z-index: 999;

}
.slider_outer .slick-list {
    position:relative;
}
.slider_outer button.slick-next {
    right: -15px;
    background:transparent url("../img/homeslider.gif") no-repeat right top;
}
.slider_outer button.slick-prev {
    left: -15px;
    background:transparent url("../img/homeslider.gif") no-repeat left top;
}
.slider_outer figure {
    min-height:225px;
}
.slider_outer.slick-initialized .slick-slide {
    padding: 9px;
}
.slider_outer .course_space,
.slider_outer .course {    
    min-height: auto;
    
    padding-bottom: 15px;
}

/*=========================================26/01/2019=============================================*/
.im-bg-cl-color{background-color: white!important;}
.im-bg-cl-color img{ width:95%!important;height: auto!important;min-height: auto!important;max-height: initial!important;}
.pd-fig-dts{position: relative;line-height: 150px;text-align: center;height: 150px;}
/*=========================================27/03/2019=============================================*/
.img-thumb img, .courses.list-group-item img {
    vertical-align: middle;
    float: none;
    display: inline-block;
    padding: 15px!important;
    width:95%;
}
.list-group-item .img-thumb img,.list-group-item .courses.list-group-item img
{
    width:100%!important;
    padding: 5px!important;
}
#products .three-column.grid-group-item figure {
    position: relative;
    line-height: 150px;
    text-align: center;
}
#products .three-column.grid-group-item figure {
    height: 150px !important;
    
}
.list-group-item .course .course_space.new-course-space .cs-product-item-title {
   
    font-size: 13px !important;
   
}
.align-learn
{
    justify-content: center;
   
}
.list-group-item .cs-btn-inner
{
    justify-content: flex-end!important;
}
.cs-lang-title
{
    color: #ffffff;
}
@media (max-width: 768px)
{
 
.pd-fig-dts {
    
    height: 150px!important;
}
}
/*-----------------------------------------------end-----------------------------------------------------*/

/*-----------------------------------------------task/98 starts-------------------------------------------*/
#product-top-search
{
    background-color: #262c38;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    color: white;
}
#product-top-search .widget_outer h3
{
  color: white;
    font-size: 15px;
    text-align: left;
    padding: 0px;
    font-weight: 500;
}
#product-top-search .widget select {
    max-width: 100%;
    height: 30px;
    width:100%;
    font-size: 13px;
} 
#product-top-search .search-form .search-field
{
height: 29px;
padding: 7px;
border-radius: 5px;
width:100%;
font-size: 13px;
}
#product-top-search .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}
#product-top-search .checkbox input[type="checkbox"]
{
    margin-left: -12px;
    cursor: pointer;
}
#product-top-search .checkbox label::before {
}
/* .widget_category_div:before
{
    font-family: 'FontAwesome';
    content: "\f041";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-size: 23px;
    color: #29b6f6;
} */
.widget_four .widget_language form:before
{
    background: url(../img/cs-language-ico.jpg);
    content:"";
    display: inline-block;
    width: 40px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}

.widget_category_div,.widget_country_div,.widget_city_div,.widget_product_div,.widget_four .widget_language form
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.widget_outer {
  display: flex;
  margin-bottom: 22px;

 }
#product-top-search .widget_one
{
    flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
#product-top-search .widget_two
{
    flex-basis: 15%;
    padding-left: 15px;
    padding-right: 15px;
}
#product-top-search .widget_three
{
  flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
#product-top-search .widget_four
{
   flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px; 
}
.widget_two
{
    border-right: 2px solid #29b6f6;
}
#product-top-search .widget-title
{
    padding: 0px 25px 25px 25px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.widget_outer .widget {
    margin: 0 0 20px;
}
/* .widget_country_div:before,.widget_city_div:before,.widget_product_div:before
{
  font-family: 'FontAwesome';
    content: "\f041";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-size: 23px;
    color: #29b6f6;
} */

.widget_product_div div.selection.ui.dropdown.multiple,
.widget_country_div div.selection.ui.dropdown.multiple,
.widget_city_div div.selection.ui.dropdown.multiple {
  width: 100% !important;
}

@media (max-width: 768px)
{
 .widget_outer
 {
    display: block;
 }
 .widget_two
{
    border-right: 0px solid #29b6f6;
}

}

/*----------------------1-4-2019-------------------------------*/
.img-thumb img, .courses.list-group-item img
{
    object-fit: scale-down;
    max-height: 150px;
    height:150px;
}
#products .cs-main-wrap.three-column.grid-group-item.list-group-item figure {
    
    line-height: 90px;
}
/*----------------------3-4-2019---------------------------------*/
.common-cs-btn.cs-cart-btn {
    background: #29b6f6 !important;
    position: relative;
    transform: none!important;
    width: auto!important;
    height: auto!important;
    text-indent: initial;
    padding: 0 18px;
    
}
.slick-slide img {
    display: inline-block!important;
}
.slider_outer figure
{
    min-height: 150px!important;
}

@media (max-width: 1300px)
{
.slider-btn
{
    padding: 0 12px!important;
}
}
/******* 19-1-2019 #90*********/

.product_search_item_outer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 30px;
}
.product_search_item_outer select {
    height:40px;
}
.product_search_item_outer .prdt_search_type {
    display: flex;
    flex-direction:column;
    /*flex-basis:33.333%;*/
    flex-basis:20%;
    padding-right: 15px;
    padding-left: 15px;
}
.product_search_item_outer .prdt_search_cert {
    display: flex;
    flex-direction:column;
    /*flex-basis:33.333%;*/
    flex-basis:22%;
    padding-right: 15px;
    padding-left: 15px;
}

.product_search_item_outer .prdt_search_cert select {
    width:100%;
}
.input_search_item_submit {
    /*flex-basis:33.333%;*/
    flex-basis:12%;
    justify-content:center;
    display: flex;
}
.seller-more {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.seller-more div {
    flex-basis:48%;
    background: #dd1313;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.seller-more div {
    flex-basis: 48%;
    background: #dd1313;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
}
.seller-more div a {
    color: #fff;
}
.seller-prdttype {
    color: #000;
    font-weight: bold;
    padding: 15px;
    min-height: 55px;
}

@media(max-width:575px) {
    .product_search_item_outer select {
    margin-bottom: 15px;
}
.product_search_item_outer .prdt_search_type {
 
    flex-basis:100%;
    padding-left: 0px;
}
.product_search_item_outer .prdt_search_cert {
    
    flex-basis:100%;   
    padding-left:0px;
}
.input_search_item_submit {
    flex-basis:100%;
    justify-content:flex-start;
   
}

}
/******* End ********/

.course .seller-more a:hover { color: #fff; text-decoration: none;}

.dropdown .icon {
border-radius: 0;
box-shadow: none;
}

/*===================06=05=2019=======================*/
#category .pagination {
    display: none;
}
#category .ui.selection.dropdown .ui.label .delete.icon::before {
    content:"\f00d";
    font-family: FontAwesome;

}
#category .ui.selection.dropdown .ui.label .delete.icon:hover {
    transform: translate(0, 0);
}
.dropdown.icon:hover {
    transform: translate(0, 0);
}

@media(min-width:1100px) {
#product-top-search .widget_one {
    flex-basis: 25% ;
}
#product-top-search .widget_two {
    flex-basis:25%;
}
#product-top-search .widget_one .ui.selection.dropdown {
    width:100%;
}

#product-top-search .widget_three .ui.selection.dropdown,
#product-top-search .widget_four .ui.selection.dropdown {
    width:100%;
}

}

.redirect-select #resizing_select {   
    padding-top: 0px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    border-radius: 3px;
    width: 150px !important;
    padding-left: 10px;
}

.redirect-select #resizing_select:hover {
  background-color: #2fb5d2 !important;
  color: #fff !important;
}

/*=======================15=06=2019==========================*/

#category #products-listing {
    max-width:1170px;
    margin: 0 auto;
}


/*=======================27=06=2019==========================*/
.span-meth {
    display: inline-block;   
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 5px;
    font-weight: 500;
    margin: 5px 0;
    width: 100%;
    text-align: center;
   }
   .updatedd {    
    background: #f2b828;   
   }
   .new {
      background: #3278ae;
   }
   .faulty {
     background: #e78f30;
   }
.sorting .products-sort-order label{
       width:100px;
   }
   #product_type_filters
   {
   cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
   }

     /*------------------------30-07-2019--------------------------------*/
   .filter-cntry
 {
     display: flex;
     flex-wrap: wrap;
 }
 .filter-cntry aside{
  flex-basis: 20%;
  padding-left: 15px;
  padding-right: 15px;
 }
 .widget_country_training  select,.widget_city_training select{
      min-height: 2.71428571em;
      background: #fff;
      display: inline-block;
      padding: .78571429em 2.1em .78571429em 1em;
      color: rgba(0,0,0,.87);
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid rgba(34,36,38,.15);
      width: 100%;
      border-radius: 3px;
 }
 .cs-country-city-new
{
color:white;
}

.traing_details_filters
{
display:flex;
}
.traing_details_filters aside
{
flex-basis: 20%;
padding-right: 15px;
}
.traing_details_filters aside select {
max-width: 100%;
height: 30px;
width: 100%;
font-size: 13px;
}

@media screen and (max-width: 767px) {
.traing_details_filters aside
{
flex-basis: 100%;
padding-right: 15px;
}
}
 /*------------------------30-08-2019--------------------------------*/
 #allproduct_displayss ul.product-list-ul{
    
    justify-content: flex-start;
}
#product-top-search .ui.search.dropdown {
    
    width: 100%;
}
.productname_new a
{
    color: #fff;
    text-decoration: none;
  margin: 0;
    font-size: 15px!important;
    font-weight: 500;
}
.productname_new a:hover{
  color: #fff!important;
}
.sorting-product-sort
{
  display:flex;
}
.sorting-product-sort div
{
  flex-basis:33.33%;
  padding-right:15px;
}

input:focus, textarea:focus, select:focus{
        outline: none !important;
    
}
#loading
   {
     z-index: 100;
    background-position: center center;
    margin: 0px auto; 
    }
#loading p
{
    
}

.modal.fade.active { 
    opacity:1 !important; 
    overflow: visible; 
}
#blockcart-modal .modal-dialog { 
    margin-top: 200px; 
    translate: all ease 2s; 
}

/*------------------------------12-9-2018--------------------------*/
.sellerproduct_tab
{
    margin-top:20px;
}
.sellerproduct_nav_tab
{
    background: #eef0f3!important;
    justify-content: initial!important;
}

.list-group-item .right-btn-list {
    display: block;
    width: auto!important;
}


/*------------------------------13-9-2018--------------------------*/
.product_certifiedproduct_display{
flex-basis: auto!important;
padding-left:0px!important;
}

.prodcut_list_seller{
padding-top:40px;}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-fire:before {
  content: '\e104';
}
.glyphicon-eye-open:before {
  content: '\e105';
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:black;
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-th:before {
    content: "\e011";
}
.custom_nav_tabs .btn-xs,.custom_nav_tabs .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
#products .product-miniature
{
  margin: 0!important;
}


.custom_nav_tabs .btn:active, .custom_nav_tabs .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.searchresult
{
text-align:center;
}
.nosearchresult
{
text-align: center;
padding-bottom: 12px;
color: #262c38;
}
.cart-ic
{
  margin-right: 0px!important;
  font-size: 20px;
}

ul.custom_nav_tabs, ul.product-list-ul {
  list-style: none;
}

#exam_center {
  list-style: none;
}

.blockreassurance_product {
  max-width: 452px;
  margin: 0 auto auto !important;
}
.blockreassurance_product > div {
  margin-bottom: 15px;
}
.cs-main-wrap.grid-group-item.list-group-item .cs-section-one-right {

 
  width: 136px;

}

/********************* For Seller Add Product New Tabs ***********************/
.list-group .common-tab {
    display: block;
    border: 1px solid #ddd;
    padding: 13px;
    border-bottom: none;
    margin: 0 !important;
    cursor: pointer;
}
.list-group .common-tab:last-child {
    border-bottom: 1px solid #ddd;
}
.list-group .common-tab.active {
    color: #fff;
    background: #2fb5d2;
}

.common-tab-pane {
    display: none;
}
.common-tab-pane.active {
    display: block;
}