/*
Theme Name: alora
Description: Multipurpose WordPress theme
Author: Theme4Press
Theme URI: https://theme4press.com/alora-multipurpose-wordpress-theme/
Author URI: https://theme4press.com/
Version: 2.7.1
Text Domain: alora
-----------------------------------------------------------------------------*/
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: " ";
  display: table; 
}
.group:after {
  clear: both;
} 
/*
Needed Styles From Bootstrap
-----------------------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;    
  transition: opacity 0.3s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}  
@media (min-width: 800px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}   
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}  
/* Alert */
.alert {
	padding:15px 8px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #92b750;
  background-color: #e9f3d2;
  border-color: #acd556;
}
.alert-success hr {
  border-top-color: #92b750;
}
.alert-success .alert-link {
  color: #92b750;
}
.alert-info {
  color: #d7d6d6;
  background-color: #f6f6f6;
  border-color: #d7d6d6;
}
.alert-info hr {
  border-top-color: #d7d6d6;
}
.alert-info .alert-link {
  color: #d7d6d6;
}
.alert-warning {
  color: #cfb306;
  background-color: #fbf6e3;
  border-color: #e7d48d;
}
.alert-warning hr {
  border-top-color: #e7d48d;
}
.alert-warning .alert-link {
  color: #e7d48d;
}
.alert-danger {
  color: #d04544;
  background-color: #ffe9e9;
  border-color: #e7a9a9;
}
.alert-danger hr {
  border-top-color: #e7a9a9;
}
.alert-danger .alert-link {
  color: #e7a9a9;
} 
button.close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #000000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.53846153846154px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5384615384615385;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 800px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
} 
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
  border-radius: 0px 0px 3px 3px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* Progress Bar */
.progress-bar {
  overflow: hidden;
  height: 37px;
  margin-bottom: 20px;
  background-color: #e6e7e8;
	border-bottom:1px solid #f0f1f1;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  background-color: #37B6BD;   	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar.active .progress {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5384615384615385;
  vertical-align: top;
  border-top: 1px solid #e5e4e3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e4e3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e4e3;
}
.table .table {
  background-color: #ffffff;
}
@media (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e4e3;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear; 
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}   
.t4p-social-networks .tooltip.right {
  margin-top: -14px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.t4p-social-networks .tooltip.bottom {
  margin-top: -25px;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.t4p-social-networks .tooltip.left {
  margin-top: -14px;
}
.tooltip-inner {
  max-width: 200px;
  line-height:20px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.98);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);   
}     
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 0px 0px 6px 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.98);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.98);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 6px 6px 0 0;
  border-right-color: rgba(0, 0, 0, 0.98);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 6px 0px 0 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 6px 0px 0px 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.98);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.98);
}  
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t4p-clearfix {
  clear: both;
  zoom: 1;
}
.t4p-clearfix:before,
.t4p-clearfix:after {
  content: " ";
  display: table;
}
.t4p-clearfix:after {
  clear: both;
}
.create-block-format-context {
  display: inline-block;
  clear: both;
  zoom: 1;
  margin-bottom: 40px;
  width: 100%;
}
.create-block-format-context:before,
.create-block-format-context:after {
  content: " ";
  display: table;
}
.create-block-format-context:after {
  clear: both;
}
.t4p-icon-arrow-down2 {
  display: table-cell;
  vertical-align: middle;
}
.t4p-columns-5 .col-lg-2,
.t4p-columns-5 .col-md-2,
.t4p-columns-5 .col-sm-2 {
  width: 20%;
}
html {
  overflow-y:scroll;
}
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
  border-width:1px;
  border-style:solid;
	-webkit-appearance:none;
	-webkit-border-radius:0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
	padding:8px 2%;
}
input[type="image"] {
	padding:0;
	border:none;
}
input[type="text"]:disabled {
  background: #dddddd;
} 
body {
	margin:0;
	color:#747474;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	font:13px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
embed, 
iframe, 
object, 
video {
  max-width: 100%;
}
pre { 
  white-space: pre;  
  overflow: auto; 
  padding: 10px; 
  clear: both; 
}
ul {
  padding-left:0;
  list-style-type: none;
}
ul li {
  margin-bottom:5px;
}  
html {
  overflow-x: hidden;
}
#wrapper {
  overflow: visible;
}
.body_blank {
	display:table; 
	height:100%;
	width:100%!important;
	position:absolute;
	margin:0;
	left:0;
	top:0;
	overflow-x: hidden;
}
body.body_blank.admin-bar {
	top: 31px;
}
body.body_blank.admin-bar #wrapper #slidingbar-area {
	top: 0;
}     
.wrapper_blank {
	display: table-cell; 
	float: none; 
	vertical-align: middle;
	width: 100%;
} 
.wrapper_blank .page-title-container {
  margin-bottom: 25px;
}  
.wrapper_blank #main {
	background: transparent; 
 	padding: 0;  
}
img {
	border-style:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
  border-radius:3px;
  -border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.about-author img.avatar, 
#sliders-container img {
  border-radius:0px;
  -border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}
a, 
a img {
	text-decoration:none;
	color:#333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}
.pp_content a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; 
}
a, 
a img, 
a:focus, 
a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline : 0;
}
a:hover {
	color:#37B6BD;
	text-decoration:none;
}
input,
textarea,
select {
	font:100% 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, 
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.clearfix:after,
#content:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear:both;
}
.wp-caption {
  max-width:100%;
}
#header {
  padding:0 10px 0;
}
.header-wrapper {
  position:relative;
}
.header-wrapper:after {
  position:absolute; 
  height:1px;
  z-index:999;
  left:0;
  content: '';
  background: rgba(0,0,0,.05);
	width: 100%;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.15);
  -box-shadow:0 1px 3px rgba(0,0,0,.15);
  box-shadow:0 1px 3px rgba(0,0,0,.15);
}
.alora-row {
	margin:0 auto;
	max-width:940px;
}
.alora-row:after {
	content:"";
	display:block;
	clear:both;
}
#header-sticky.t4p_parallax {
  display: none !important;
}
#header-sticky .logo, 
#header .logo {
	float:left;
	overflow:hidden;
	margin:31px 0;
}
#header-sticky .logo a, 
#header .logo a {
	display:block;
}
#header-sticky .retina_logo,
#header .retina_logo {
  display:none;
} 
#header-sticky .login-box,
#header .login-box,
#small-nav .login-box {
	left:auto;
	right:0;
}
#small-nav .cart,
#small-nav .main-nav-search {
  top: 0px;
}
#header-sticky .login-box .forgetmenot,
#header .login-box .forgetmenot,
#small-nav .login-box .forgetmenot {
  line-height:32px;
}
#header-sticky .login-box .forgetmenot input,
#header .login-box .forgetmenot input,
#small-nav .login-box .forgetmenot input {
  margin:0;
}
#header-sticky .login-box p,
#header .login-box p,
#small-nav .login-box p {
  font-size:11px;
}
.login-box .woo-login-error {
  margin-bottom: 10px;
  color: #D04544;
}
#header-sticky .login-box p .input-text,
#header .login-box p .input-text,
#small-nav .login-box p .input-text {
  margin-bottom:10px;
}     
.nav-holder .t4p-navbar-nav > li > ul, 
.nav-holder .t4p-navbar-nav > li > div, 
.nav-holder .t4p-navbar-nav .t4p-dropdown-menu ul,
.top-menu li > div, 
.top-menu li > .sub-menu {
-webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; 
  z-index:-1;
  visibility:hidden;
  opacity:0;
}    
#wrapper .nav-holder li li > a,
.top-menu li > a {
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}   
#main-nav-search-form, 
#sticky-nav-search-form {
	z-index: 99997;
	visibility:visible;
	opacity:1;
}     
#wrapper .nav-holder li:hover .t4p-megamenu-wrapper .t4p-megamenu-widgets-container {
  display:block;
} 
.nav-holder .t4p-navbar-nav li:hover > .sub-menu, 
.nav-holder .t4p-navbar-nav li:hover > .t4p-megamenu-wrapper,
.nav-holder .t4p-navbar-nav li:hover > div,
.top-menu li:hover > .sub-menu, 
.top-menu li:hover > div, 
.top-menu .cart:hover .cart-contents {
  z-index: 99997;
	visibility:visible;
	opacity:1;
}  
#nav.nav-holder .navigation > li > a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mobile-topnav .mobile-nav-item ul {
  visibility: visible;
  opacity: 1;
}
nav#nav, 
nav#sticky-nav {
	float:right;
	font:14px/16px 'Open Sans', arial, helvetica, sans-serif;
  z-index: 99997;
}
#nav ul, 
#sticky-nav ul {
	list-style:none;
	margin:0;
	padding:0;   
}
#nav ul li, 
#sticky-nav ul li {
	float:left;
	padding: 0;
	margin: 0;
}     
#nav ul > li > a,
#sticky-nav ul > li > a,
.navigation > li.current-menu-ancestor > a {
	display:block;
	height:83px;
	line-height:83px;
  padding:0 20px;
	border-top:3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav ul .current_page_item a, 
#nav ul .current-menu-item a, 
#nav ul > .current-menu-parent a,
#sticky-nav ul .current_page_item a, 
#sticky-nav ul .current-menu-item a, 
#sticky-nav ul > .current-menu-parent a {
	color:#37B6BD;
	text-decoration:none;
	border-color:#37B6BD;
}      
#nav > ul > .current-menu-parent > a:before, 
#nav > ul > .current_page_item > a:before, 
#nav > ul > .current-menu-item > a:before, 
#nav > ul > .current-menu-ancestor > a:before, 
#sticky-nav > ul > .current_page_item > a:before, 
#sticky-nav > ul > .current-menu-item > a:before, 
#sticky-nav > ul > .current-menu-parent > a:before, 
#sticky-nav > ul > .current-menu-ancestor > a:before {
  background:#37B6BD;
  top: 1px;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin: 0 0 0 -2.5px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  width: 5px;
}
#nav ul ul .current_page_item a:before, 
#nav ul ul ul .current_page_item a:before, 
#nav ul.children a:before,
#sticky-nav ul ul .current_page_item a:before, 
#sticky-nav ul ul ul .current_page_item a:before, 
#sticky-nav ul.children a:before {
  background:none!important;
}      
#nav ul li, 
#sticky-nav ul li {
	position:relative; 
}     
#nav ul ul, 
#sticky-nav ul ul {       
	position:absolute;
  left:0px;
	width:170px;
	background:#fff;
  z-index: 99997;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; 
}   
#nav ul a:hover,
#sticky-nav ul a:hover,
#nav ul .current_page_item a, 
#nav ul .current-menu-item a, 
#nav ul > .current-menu-parent a, 
#nav ul ul, #nav li.current-menu-ancestor a,
#sticky-nav ul .current_page_item a, 
#sticky-nav ul .current-menu-item a, 
#sticky-nav ul > .current-menu-parent a, 
#sticky-nav ul ul, #sticky-nav li.current-menu-ancestor a {
  background:rgba(0,0,0,.02);
} 
#nav ul .main-nav-search a:hover,
#sticky-nav ul .main-nav-search a:hover {
  background:none;
}  
#nav ul li ul li, 
#sticky-nav ul li ul li {
	float:none;
	margin:0;
	padding: 0;
}
#wrapper #nav ul li ul li a, 
#wrapper #sticky-nav ul li ul li a {
	border:0;
	border-bottom:1px solid #dcdadb;
	height:auto;
	text-indent:0px;
	font:13px/30px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#333333;
	padding:7px 20px;
	line-height:19px;
}
#wrapper #nav ul li ul li a:hover,
#wrapper #nav ul li ul li.current-menu-item > a,
#wrapper #sticky-nav ul li ul li a:hover,
#wrapper #sticky-nav ul li ul li.current-menu-item > a {
	background-color:rgba(255,255,255,0.5);
}
#nav ul ul ul, 
#sticky-nav ul ul ul {
	top:0px!important;
	left:170px;
}
#nav .t4p-megamenu-wrapper ul,
#sticky-nav .t4p-megamenu-wrapper ul {
  left:auto;
}
#nav .dd-container,
#sticky-nav .dd-container,
.top-menu .dd-container {
	max-width:100%;
	display:none;
}   
a.search-link {
  font-family: IcoMoon!important;
  cursor: pointer;
  border-color:transparent!important;
  padding-left:0!important;
  padding-right:0!important;
}       
a.search-link:after {
  padding: 5px;
  content: '\f002';
}    
.main-nav-search-form {
  display: none;
  left: auto;
  position: absolute;
  right: 0px;
  top: 60%;
  z-index: 99999;
  padding: 15px;
  width:200px;
  background-color: #ffffff;
  border: 1px solid #E6E5E6;
  text-align:right;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 0;    
}   
#wrapper .main-nav-search-form input#s {
	display: inline-block  !important;
	color: #AAA9A9;
	background-color: #ffffff;
  border: 1px solid #D2D2D2;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  color: #747474;
  font-size: 13px;
  height: 33px;
  padding: 8px 15px;
  width:100%;
}     
#wrapper .main-nav-search-form input[type="submit"], 
#wrapper .search-page-search-form input[type="submit"] {
  background: #000000 !important;
  border: none !important;
  color: #FFFFFF !important;
  float: right;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0 !important;
  width: 34px;
  text-indent: 0 !important;
  display: inline-block !important;
  cursor: pointer;
  font-family: IcoMoon!important;
}
.main-nav-search-form input[type="submit"]:hover,
.search-page-search-form input[type="submit"]:hover {
  background: #37B6BD;
}
.search-page-search-form { 
	padding-bottom: 60px;
	border-bottom: 1px solid #E6E5E6;
	margin-bottom: 60px;
}
.search-page-search-form .seach-form { 
  text-align: right; 
}
#wrapper .search-field {
  display: table-cell;
  vertical-align: top;
}
#wrapper .search-button {
  display: table-cell;
  width: 34px;
  vertical-align: top;
}
/* styling for both css and generated arrows */
li.menu-item-has-children li .sf-with-ul:after {
	position: absolute;
	right: 1.5em;
	width: 0;
  font-family: IcoMoon!important;
	content:'\f105';
  color:rgba(0,0,0,.2);  
}  
ul li.menu-item-has-children > a,
li.my-account > a,
li.cart > a {
  padding-right: 2em !important;
}           
.nav-holder ul.menu > li.menu-item-has-children > a:after,
.top-menu ul.menu > li.menu-item-has-children > a:after,
li.my-account > a:after,
li.cart > a:after {
  position:absolute;
	right: 1.5em;
	width: 0;
  top:4%;
  font-family: IcoMoon!important;
	content:'\f107';
  color:rgba(0,0,0,.2);   
}  
#fallback-slide {
  display:none;
}
#fallback-slide img {
  width:100%;
}  
body #header-sticky.sticky-header {
  background:transparent;
  margin:0;
  position:fixed;
  top:0;
  left:0;
  z-index: 99997;
  display:none;
  padding:0;
  width:100%;
  height: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
body.admin-bar #header-sticky.sticky-header {
  top:32px;
}
body #header-sticky.sticky-header.sticky {
  display:block;
}  
body #header-sticky.sticky-header .logo {
  margin-top:0;
  margin-bottom:0;
  width:auto; 
  float: left;
}
body #header-sticky.sticky-header .sticky-nav {
  padding:0 10px;
}
.sticky-header #sticky-nav ul.menu > li > a, 
.sticky-header #sticky-nav ul.menu li.cart a.my-cart-link {
  line-height:63px;
  height:63px;
} 
.sticky-header #nav > li > a.my-cart-link, 
.sticky-header #nav li.current-menu-ancestor a.my-cart-link {
  padding-top:5px;
  padding-bottom:5px;
}                     
.sticky-header #sticky-nav ul .current_page_item a, 
.sticky-header #sticky-nav ul .current-menu-item a, 
.sticky-header #sticky-nav ul > .current-menu-parent a, 
.sticky-header .navigation li.current-menu-ancestor a, 
.sticky-header #sticky-nav ul > li > a:hover {
  border-top-width: 3px;
  padding-top: 0;
}
.sticky-header #sticky-nav ul li ul li a, 
.sticky-header #sticky-nav ul li ul li a:hover { 
  padding: 7px 20px; 
}         
body #header-sticky.sticky-header .nav-holder .dd-container { 
  padding-top: 17px; 
}
body #header-sticky.sticky-header .nav-holder .dd-options li a { 
  padding: 10px; 
}   
.modern-sticky-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}      
.gallery-box {
	background:#3d3c3c;
	padding:0 10px;
}
.gallery {
	margin:0 auto;
	max-width:1400px;
}
.gallery-box img {
  width:100%;
}
#main {
	padding:55px 10px 45px;
	background:#fff;
	clear:both;       
  overflow: hidden;  
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.col .heading {
  overflow: hidden;
  margin: 0 0 15px;
}
.col .heading img {
  margin: 0 10px 10px 0;
}
.col p {
  margin: 0 0 23px;
}
.col .flexslider {
  margin: 0;
}
#main h2 {
  font: 18px/20px 'Open Sans', arial, helvetica, sans-serif;
}
h2 {
  color: #333;
  margin: 0 0 20px;
}
h2.entry-title {
  margin-bottom: 25px;
  font: 18px/20px 'Open Sans', arial, helvetica, sans-serif;
}
#main .columns h2 {
  margin: 0;
  line-height: 35px;
}
.more {
  overflow: hidden;
  display: block;
  font: 13px/15px 'Open Sans', arial, helvetica, sans-serif;
}
.more a {
  float: right;
  padding: 0 0 0 0;
}
.more a,
.read-more,
.entry-read-more a {
  position: relative;
  z-index:1;
  margin-right: 10px;
  text-align: right;
}
.read-more,
.entry-read-more a {
  margin-right: 0px;
}
.more a:after,
.read-more:after,
.entry-read-more a:after {
  font-family: IcoMoon!important;
	content:'\f105';
	padding-left:5px;
  position:relative;
  top:1px;
}
.more a.active {
  color: #37B6BD;
  text-decoration: none;
}
.more a.active:after {
  position: absolute;
  font-family: IcoMoon!important;
	content:'\f105';
	font-size:8px;
	padding-left:5px;
  font-size:120%;
}
.content-boxes .more {
  margin-top: 18px;
}
.container {
  overflow: hidden;
}
#main .container h2 {
  margin: 0;
}
.container .columns .col {
  width: 31.42857%;
  padding: 0 2.85714% 0 0;
}
.container .col img {
  width: 100%;
}
.container .columns .col.last {
  margin-right: 0;
}
.container .holder {
  overflow: hidden;
}
.container h3 a.active {
  text-decoration: none;
  color: #37B6BD;
}
.slider {
  overflow: hidden;
}
.review {
  width: 100%;
}
.title {
  margin: 0 0 31px;
  overflow: hidden;
  display: table;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  display: table-cell;
  white-space: pre;
}
.title h1,
.post-content .title h1 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
}
.title h2,
.post-content .title h2 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
  font-size: 18px;
}
.title h3,
.post-content .title h3 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
}
.title h4,
.post-content .title h4 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
}
.title h5,
.post-content .title h5 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
}
.title h6,
.post-content .title h6 {
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
}
.meta {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.meta li {
  float: left;
  padding: 0 8px 0 9px;
  border-left: 1px solid #333333;
}
.meta li:first-child {
  padding-left: 0;
  border-left: 0;
}
.meta .date {
  font: 12px/14px 'Open Sans', arial, helvetica, sans-serif;
}
.footer-widget-col {
  margin-bottom: 20px;
}
.footer-widget-col:last-child {
  margin-bottom: 0;
}
.footer-area {
  border-top: 12px solid #e9eaee;
  background: #363839;
  padding: 43px 10px 40px;
  color: #8c8989;
  position: relative;
}
.footer-area .logo {
  float: none;
  display: block;
  margin: 0 0 22px;
  background: url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/logo-footer.gif) no-repeat;
}
.footer-area h3 {
  margin: 0 0 28px;
  color: #ddd;
  font: 13px/20px 'Open Sans', arial, helvetica, sans-serif;
}
.footer-area .columns {
  margin: 0;
}
.footer-area .text-block {
  text-shadow: 1px 2px 1px #000;
}
.footer-area .holder-block img {
  width: 100%;
}
.footer-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
.footer-area ul li a {
  padding: 12px 0;
  border-bottom: 1px solid #282a2b;
  display: block;
}
.footer-area .footer-widget-col ul:first-child > li:first-child > a,
.footer-area .footer-widget-col > ul > li:first-child > a {
  background-image: none;
  padding-top: 0px;
}
.footer-area a {
  color: #bfbfbf;
}
.footer-area ul li a:hover {
  color: #37B6BD;
}
.footer-area ul#recentcomments li.recentcomments:first-child {
  padding-top: 0px;
  background: none;
}
.footer-area li.recentcomments {
  padding: 12px 0;
  border-bottom: 1px solid #282a2b;
  display: block;
}
.footer-area li.recentcomments a {
  border: none;
}
#footer {
  z-index: 1;
  position: relative;
  padding: 18px 10px 12px;
  background: #282a2b;
  border-top: 1px solid #4b4c4d;
}
#footer .copyright-area-content {
  display: table;
  width: 100%;
}
.copyright {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #8c8989;
  font-size: 12px;
  text-shadow: 0px 1px 0px #000;
}
.t4p-social-links-footer {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 40%;
}
.t4p-social-links-footer .t4p-social-networks {
  margin-top: 10px;
}
.copyright a {
  color: #bfbfbf;
}
.social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.social-networks li {
  float: right;
  margin: 0 0 0 20px;
  position: relative;
  height: 26px;
}
.social-networks a {
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-position: top left;
}
.social-networks li.custom a {
  background: none;
  text-indent: 0;
}
.social_links_shortcode .social-networks {
  float: none;
}
#sidebar .social-networks {
  float: none;
}
#sidebar .social-networks li,
.social_links_shortcode li {
  float: left;
  margin-left: 0;
  margin-right: 0px;
  width: 35px;
}
#sidebar .social-networks a {
  border-bottom: 0;
  padding: 0;
}
#sidebar .social-networks li {
  margin-bottom: 10px;
}
.page-title-container {
  padding: 0 10px;
  height: 87px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
}
.page-title {
  height: 100%;
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
}
.page-title-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-title-captions {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}
.page-title h1 {
  font-weight: normal;
  font: 18px 'Open Sans', arial, helvetica, sans-serif;
  line-height: 26px;
  color: #343333;
  margin: 0;
  padding: 0;   
}
.page-title h3 {
  font-weight: normal;
  font: 14px 'Open Sans', arial, helvetica, sans-serif;
  line-height: 26px;
  color: #343333;
  margin: 0;
  padding: 0; 
}
.page-title ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 45%;
  text-align: right;
}
.page-title ul li {
  margin: 0;
  padding: 0;
  display: inline;
  color: #333333;
  font-size: 15px;
  margin-left: 5px; 
}
.page-title ul li:first-child {
  margin-left: 0;
}
.page-title ul li a {
  color: #999;
  padding-right: 5px;
  font-weight:bold;
}
.page-title ul li:after {
  font-family:IcoMoon!important;
  content: '\f105';
}
.page-title ul li:last-child:after {
  content: '';
}
.page-title-container .search {
  display: table-cell;
  vertical-align: middle;
}
.page-title-container .search #s {
  float: right;
}
#content {
  width: 71.1702128%;
  float: left;
}
#content.full-width {
  width: 100%;
}
#posts-container {
  position: relative;
}
.single .t4p-sharing-box {
  margin-bottom: 55px;
  margin-top: 55px;
}
.image {
	position:relative;
	overflow:hidden;
  z-index:1;
}
.image .image-extras {
  border-radius:3px;
  background: #fff url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/hover-effect.png) center center no-repeat;
	background: rgba(255,255,255,.2) url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/hover-effect.png) center center no-repeat;  
	position:absolute;top:0; left:0;right:0;bottom:0;                                                        
	text-align:center;
  border:4px solid #37B6BD;
  opacity: 0;       
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.image:hover .image-extras { 
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.no-csstransforms .image .image-extras {
	display:none;
}
.no-csstransforms .image:hover .image-extras {
	display:block;
}
.image .image-extras:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}
.image a {
	display:block;
}
.image .image-extras .image-extras-content {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width:90%;
	height:auto;  
}
.image .image-extras .image-extras-content h3, 
.simple-products-slider .image-extras h3,
.products-slider .image-extras h3,
#main .image .image-extras .image-extras-content h3 {
	font-family:'Open Sans', arial, helvetica, sans-serif;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
	color:#fff;
	text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.9);
	margin:0;
	margin-top:10px;
  padding:10px; 
  display:inline-block;
  border-radius:3px;
  -border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.simple-products-slider .image-extras h3,
.products-slider .image-extras h3 {
  margin-top:0;
}
#main .image .image-extras .image-extras-content h3 a, 
#main .image .image-extras .image-extras-content h3 a:hover {
  color:#fff!important;
}
#sidebar .widget .simple-products-slider .image-extras h3,
#sidebar .widget .products-slider .image-extras h3 {
  font-size:13px!important;
  float:none;
}
.products-slider .image-extras h3 a, 
.simple-products-slider .image-extras h3 a {
  color:#fff!important;
  text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.9)!important;
}
.footer-area .products-slider .image-extras h3 a:hover, 
.footer-area .simple-products-slider .image-extras h3 a:hover, 
#sidebar .products-slider .image-extras h3 a:hover, 
#sidebar .simple-products-slider .image-extras h3 a:hover {
  color:#fff!important;
}
.products-slider .image, 
.simple-products-slider .image {
  height:200px!important;
}
.footer-area .products-slider .image, 
.footer-area .simple-products-slider .image {
  width:205px!important;
}
#sidebar .products-slider .es-carousel, 
#sidebar .simple-products-slider .es-carousel {
  padding-left:20px;
}
#sidebar .products-slider .es-carousel li, 
#sidebar .simple-products-slider .es-carousel li,
#sidebar .es-carousel ul li {
  margin-right:20px;
} 
.image .image-extras .image-extras-content h4,
.image .image-extras .image-extras-content h4 a,
.image .image-extras .image-extras-content .cats,
.image .image-extras .image-extras-content .cats a,
.image .image-extras .image-extras-content .price {
	font:11px 'Open Sans', arial, helvetica, sans-serif;
	color:#333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	margin:0;
  margin-top:5px;  
}
.image .image-extras .image-extras-content .cats,
.image .image-extras .image-extras-content .price {
  margin:0
}
.image .image-extras .image-extras-content h4 a {
	display:inline;
	color:#333333;
}
.image .image-extras .image-extras-content h4 a:hover {
	color:#444;
}
.image .image-extras .image-extras-content img {
	width:auto;
	display:inline;
}
.image .image-extras .image-extras-content .icon {
	display:inline;  
}
.image .image-extras .image-extras-content .icon,
.image .image-extras .image-extras-content .icon {
  position: relative;
  opacity: 0.9;
}
.image .image-extras .image-extras-content .icon:hover {
  opacity: 1;
}    
.image .image-extras .image-extras-content .icon:before {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-indent: 0;
  line-height: 50px;
  text-shadow: none;
  font-family: IcoMoon!important;
  font-size: 20px;
  color: #fff;
  webkit-font-smoothing: antialiased;
}
.image .image-extras .image-extras-content .icon.link-icon,
.image .image-extras .image-extras-content .icon.gallery-icon {
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.image .image-extras .image-extras-content .icon.link-icon:before {
  content: '\e600';
}
.image .image-extras .image-extras-content .icon.gallery-icon:before {
  content: '\e601';
} 
.image-extras .link-icon {
  margin-right:50%;
}  
.image:hover .image-extras .link-icon {
  margin-right:5%;
}     
.image .image-extras .image-extras-content .icon,
.image .image-extras .image-extras-content .icon img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  text-indent: -10000px;
}     
.post-content .image-extras .link-icon {
  margin-right:6px;
}
.post-content .image-extras h3,
.post-content .image-extras h4 {
  line-height:normal;
}
.post-content .image-extras h4 {
  font-size:12px;
  margin-top:3px;
}   
.post {
	margin-bottom:65px;
  padding-bottom:40px;
  border-bottom: 1px solid #F0F0F0;
}
.post:last-child {
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}
.grid-layout .post:last-child,
.timeline-layout .post:last-child {
  padding-bottom:40px;
}
.error404 .post {
  border-bottom:0;
}
.post .image {
	margin-bottom:40px;
}
#main .post h2 {
	font:18px 'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
  padding-bottom: 0;
}
#main .post h2 a {
	color:#333333;
  word-wrap:break-word;
}
.single #main .post h2 {
  margin-bottom:0px;  
}
.post .post-content {
	color:#747474;
}
.share-box, 
.about-author, 
.related-posts, 
.tags-list {
  clear:both;
}
.post .meta-info {
	margin-top:15px;
	padding: 5px 0;  
	font-size:15px;
	clear:both;
	overflow:hidden;
} 
.post.large-alternate .meta-info,
.post.medium-alternate .meta-info {
  margin-top: 10px;
}
.post.large-alternate .meta-info {  
  clear:none!important;
} 
.post .meta-info,
.post .meta-info .alignleft a,
.post .entry-meta,
.post .entry-meta a,
.comment-number { 
  color:#aaa;
  color:rgba(0,0,0,.4);
}
.post .meta-info .sep, 
.post .entry-meta .meta-separator,
.post .entry-meta-details .meta-separator,
.commentlist .meta .sep {
	padding:0px 5px;
  font-size:9px;
  position:relative;
  bottom:3px;
  color:rgba(0,0,0,.3);
}
.post .meta-info .alignleft {
	width:100%;
}   
.grid-layout .post .meta-info .alignleft, 
.timeline-layout .post .meta-info .alignleft {
	width:77%;
}   
.search input#s {
  width: 100%;
}       
.header-v4 #header .search .text:before {
  content: '\f002';
  font-family:IcoMoon!important;
  position:relative;
  top:30px;
  left:10px;
  color:#aaa;
}       
.header-v4 #header .search input#s {
	font-size:13px;
	text-indent:-9999px;
	display:block;     
  background-color: rgba(0,0,0,.05)!important;
  background-position: 9px 50%;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 30px;
  -border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 0 9px;
  transition: all 0.3s ease-in-out 0s;
  -transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  width: 35px; 
  position:relative;
  z-index:1;     
}     
.header-v4 #header .search input#s:focus {
  border: 0 none;
  color: #888888;
  cursor: text;
  text-indent:10px;
  padding: 8px 15px 9px 35px;
  width: 180px;
}    
#sidebar {
	width:23.4042553%;
	float:right;
}
#sidebar .widget {
	margin-bottom:45px;
	position:relative;
}
#sidebar .widget.flickr {
	overflow:hidden;
}
#sidebar .widget h3 {
	margin:0;
	padding:0 10px 0 0;
	font:22px 'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
}
#sidebar .widget ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .widget li, 
.footer-area .wooslider .wooslider-control-nav > li, 
#slidingbar .wooslider .wooslider-control-nav > li {
	margin:0;
	padding:0;
  display: block;  
}    
.widget li a {
  display:block;
	color:#838383;
  padding:2px 0;
}
#sidebar .widget li a {
  display: inline;
}
#sidebar .widget .recentcomments a {
	background:none;
	border:none;
}
#sidebar .contact_info .address {
	margin:0;
	margin-bottom:15px;
}
.widget.social_links a {
  margin-left: 0;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
}     
#sidebar .contact_info p, 
.footer-area .contact_info p, 
#slidingbar .contact_info p {
	margin:0;
}
#sidebar .flickr-photo a{
	background:none;
	float:left;
	border:0;
}
#sidebar .widget_categories li a{
	display:block;
	border:0;
	background:none;
	padding:0;
}
#sidebar #s,
.footer-area #s,
#slidingbar-area #s {	
  width: 100%;
  padding:8px 4%;
}
#wrapper .pyre_tabs .tabset {
  display: table;
  overflow: hidden;
  width: 100%;
	margin:0;
	padding:0;
  list-style: none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -border-radius:3px;
  border-radius:3px;
}
#wrapper .pyre_tabs .tabset li {
  display: table-cell;
	margin:0;
	padding:0;
  width: 1%;
  border-right: 1px solid transparent;
}
#wrapper .pyre_tabs .tabset li:last-child {
  border-right: none;
}
#wrapper .pyre_tabs .tabset li:last-child a {
  padding: 0 23px;
}
#wrapper .pyre_tabs .tabset li a {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -box-shadow:0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  display: block;
	font:13px/45px 'Open Sans', arial, helvetica, sans-serif;
	text-indent:0;
	color:#333333;
	padding:0 15px !important;
	border-bottom:1px solid #dcdcdc;
  background:#EEF0F2;
}
.tab-holder .tabs li a {
  border: 0;
  font: 13px 'Open Sans', arial, helvetica, sans-serif;
  text-indent: 0;
  color: #333333;
}
#sidebar .pyre_tabs .tab-holder .tabs li.active a,
.tab-holder .tabs li:hover a {
  background: none;
}
#slidingbar .tab-holder .tabs li a {
  background-color:rgba(255,255,255,.2);
}    
#slidingbar .tab-holder .tabs li {
  border-right:1px solid rgba(0,0,0,0);
} 
#wrapper .pyre_tabs .tabset li:last-child a {
	width:100%;
}
.tab-holder .tabs li.active a {
	background:none;
}
.tab-holder .tabs li img {
	margin-top:9px;
}
.tab-holder .news-list {
	list-style:none;
	margin:0;
	padding:0;
}
.tab-holder .news-list li,
#sidebar .tab-holder .news-list li {
	border-bottom:1px solid #F0F0F0;
	padding:20px 0px;
	overflow:hidden;
}
.tab-holder .news-list li a {
	background:none;
	padding:0;
}
.tab-holder .news-list li:last-child {
	border-bottom:0!important;
}
.tab-holder .news-list .post-holder a, 
#slidingbar .tab-holder .news-list .post-holder a {
	margin:0;
	padding:0;
	overflow:hidden;
	background:none;
	border:0;
	text-indent:0;
	height:auto;
	line-height:normal;
}
.tab-holder .news-list li .image {
	float:left;
	margin-right:13px;
}
.tab-holder .news-list li .post-holder a {
	color:#444444;
	font-size:85%!important;
}
.tab-holder .news-list li .post-holder p {
	margin:0;
  font-size:85%!important;
	margin-bottom:5px;
}
#tab-popular .news-list li .post-holder .meta,
#tab-recent .news-list li .post-holder .meta {
	font-size:85%!important;
}  
.tab-holder .news-list li .post-holder .meta {
	margin:0;  
	margin-top:2px;
	color:#747474;
}
.tab-holder .news-list li .post-holder .meta em { 
	font-style:normal;
	font-size:85%!important;
	color:#747474;
}
.tab-holder .news-list li .post-holder .comment-text-side {
	line-height:16px;
}
.pyre_tabs .tab-holder .tabs li a,
#sidebar .pyre_tabs .tab-holder .tabs li a {
	text-align:center;
}  
#sidebar .pyre_tabs .image, 
.footer-area .pyre_tabs .image, 
#slidingbar .pyre_tabs .image {
	width:70px;
	height:70px;   
  border: 5px solid rgba(0,0,0,.05);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -border-radius:3px;
  border-radius:3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sidebar .pyre_tabs .image img, 
.footer-area .pyre_tabs .image img, 
#slidingbar .pyre_tabs .image img {
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -border-radius:0px;
  border-radius:0px;
}  
#sidebar .pyre_tabs .image a {
	text-indent:0;
	height:autot;
	line-height:normal;
	width:auto;
}
#sidebar .pyre_tabs .image .image-extras-content img {
	width:20px;
	height:20px;
}
#sidebar .pyre_tabs .tab-box li a {
  padding: 4px 0;
  border-bottom: 0;
}
#jtwt li {
	background:none;
}
#jtwt .jtwt_tweet,
#sidebar #jtwt .jtwt_tweet {
  position: relative;
  padding: 0;
  border: 0;
	margin-bottom:30px;
	color:#838383;
	font-size:85%!important;
	line-height:20px;
	padding-left:25px;
	padding-top:0px;
}
#sidebar #jtwt .jtwt_tweet:before {
  color: #bfbfbf;
}
#jtwt .jtwt_tweet:before {
  position: absolute;
  top: 0px;
  margin-left: -25px;
  content: '\54';
  font-family: IcoMoon!important;
  font-size: 14px;
}
#jtwt .jtwt_tweet a {
	background:none;
	color:#bfbfbf;
	display:inline;
	padding:0;
	border:0;
}     
#jtwt .jtwt_tweet a:hover {
	color:#37B6BD;
}
#jtwt .jtwt_tweet a.jtwt_date {
  color:rgba(0,0,0,.3);
} 
#slidingbar #jtwt .jtwt_tweet a.jtwt_date {
  color:rgba(255,255,255,.5)!important;
} 
#jtwt .jtwt_tweet .jtwt_tweet_text {
  margin-bottom: 0;
  margin-top: 0;
}
.recent-works-items {
	overflow:hidden;
}     
.footer-area .columns-4 .recent-works-items a,
#slidingbar-area .columns-4 .recent-works-items a {
	max-width: 60px;
}
.pagination.infinite-scroll { 
  display: none; 
}
.pagination,
.woocommerce-pagination,
.loading-container {
	display:block;
  text-align:center;
	margin-top:40px;
  line-height:110%;
}    
.pagination a {
  line-height:110%;
}     
.pagination a.inactive, 
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .current,
.comment-number a,
.woocommerce-pagination .page-numbers,
.pagination.single-pagination > a .current {
	border:1px solid #f2f2f2;
	display:inline-block;
	color:#747474;
	padding:5px 10px;
	margin-left:5px;
  line-height:110%;
  background: #F2F2F2;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}   
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  padding:6px 10px;
} 
.pagination.single-pagination > a .current {	
  border-color:#f2f2f2!important;
	color:#747474!important;
  background: #F2F2F2!important;
  box-shadow:none;
  text-shadow:none!important;
} 
.pagination a.inactive:hover,
.woocommerce-pagination .page-numbers:hover {
	border:1px solid #37b6bd;
}
.pagination .current,
.woocommerce-pagination .current {
	border:1px solid #37B6BD;
	color:#fff;
	margin-left:5px;
	background:#37B6BD;
}
.pagination .pagination-prev,
.woocommerce-pagination .prev {
	margin-right:0px;
}
.pagination .pagination-next,
.woocommerce-pagination .next {
	margin-left:5px;
}  
.img-list {
	overflow:hidden;
}
.img-list li {
	padding:5px;
	background:none;
	float:left;
}
.img-list a {
	background:none;
	height:auto;
	width:auto;
	text-indent:0;
	border:0px;
}
.share-box h4 {
	font-weight:normal;
  display: table-cell;
  width:10%;  
  vertical-align:middle;
}
.about-author {
	margin-bottom:55px;
	overflow:hidden;     
}
.about-author h3 {
  font-weight:normal;
}
.about-author .title a {
	color:#999;
}
.about-author img.avatar {
  margin:0;
}
.about-author div.avatar {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
  border: 5px solid rgba(0,0,0,.05);
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.recent-works-carousel {
  height:138px;
  overflow:hidden;
}
.related-posts {
	margin-bottom:55px;
}
.related-posts .image {
	width:180px;
	height:138px;
	margin-bottom:0;
}
.single-related-posts .es-carousel ul {
  margin-left:7px;
}
.es-carousel-wrapper {
	background:none;
	padding:0px 0px;
	position:relative;
  overflow: hidden;
}
.es-carousel {
	overflow:hidden;
}
.related-projects .es-carousel {
	padding-left:44px;
}
.clients-carousel {
	padding:0;
}
.clients-carousel .es-carousel {
	padding-left:13px;
}
.clients-carousel .es-carousel li { 
	text-align:center;
	line-height:130px;
	width:159px;
	margin-right:13px;
}
.clients-carousel .es-carousel li img {
	vertical-align:middle;
}
.clients-carousel .es-nav-prev, 
.clients-carousel .es-nav-next {
	top:42px !important;
}
.es-carousel ul {
	list-style:none;
	margin:0;
	padding:0;
}
.es-carousel ul li {
	height:100%;
	float:left;
	display:block;
	margin:0;
	padding:0;
	margin-right:44px;
}
.es-carousel ul li a {
	display:block;  
}
.es-carousel ul li a img {
	border:none;
}
.es-nav-prev, 
.es-nav-next {
	background-color: #fff;
	position: absolute;
  padding:7px 0px;
	top: 50%;
  margin-top:-22px;
  text-align:center;
	opacity:0.8;
	color: transparent;
	cursor: pointer;
  line-height:30px;
  font-size:30px;
  color:#ccc;
  font-family: IcoMoon!important;
  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  -border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
  cursor:pointer; 
  z-index: 98;
}
.no-rgba .es-nav-prev, 
.no-rgba .es-nav-next {
	background-color:#fff;
}
.es-nav-prev, 
.es-nav-next {
	display: block;
}
.es-nav-prev:hover, 
.es-nav-next:hover {
	opacity:1;
  color:#fff;
  text-shadow:0 1px 0 rgba(0,0,0,.4);
}
.es-nav-prev {
  left:0;
  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  -border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}
.es-nav-prev:before {
	content:'\f104';   
}
.es-nav-next {
  right: 0;
}
.es-nav-next:before {
	content:'\f105'; 	
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:65px;
}
.commentlist .meta {
  color:#aaa!important;
}        
.commentlist .meta a {
  color:#555!important;
}    
.commentlist .comment-reply-link {
  float:right;
  color:#bbb;
}    
.commentlist .comment-reply-link:before {
  font-family:IcoMoon!important;
  content:'\f112';
  margin-left:10px;
}
#respond #cancel-comment-reply-link {
  color:#bbb;
}
#respond #cancel-comment-reply-link:before {
  font-family:IcoMoon!important;
  content:'\f00d';
  margin-right:5px;
}
.commentlist .children {
    list-style: none outside none;
}
.commentlist li {
  background:#f8f8f8;
  border-bottom:1px solid #e7e6e6;
  -webkit-border-radius:4px;  
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
  padding:25px;
	margin-bottom:25px;  
}
.comments-container .title h3 {    	
  font-weight:normal!important;	    
}
.commentlist .the-comment .comment-text *:last-child {
	margin-bottom:0;
}
.commentlist div.avatar {
	float:left;
	margin-right:25px; 
}
.commentlist .comment-text p {
	margin:0;
}
#respond { 
  margin-bottom: 40px;
  clear:both; 
}   
.comments-navigation {
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat center bottom;
  padding-bottom: 60px;
}   
#comment-input {
	overflow:hidden;
	margin-bottom:13px;
}
.comment-form input,
.post-password-form .password,
#s,
#comment-input input,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-date {
	border: 1px solid #E0E0E0;
	width:28%;
	font-size:13px;
  color: #AAAAAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
	padding:8px 2%;
	float:left;
	margin-right:1%;
}
#comment-input input {
  width: 32.666666%;
}
.comment-form input,
.post-password-form .password, 
#s {
	float: none;
}
#sidebar #comment-input input,
#sidebar .wpcf7-form .wpcf7-text,
#sidebar .wpcf7-form .wpcf7-quiz,
#sidebar .wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-date {
    width: 100%;
    margin-right: 0;
}   
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form textarea, 
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-date {
	width: 100%;
	margin-right:0;
}
.gform_wrapper {
  margin-bottom:50px;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield input[type=url],
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"] {
	border:1px solid #d2d2d2;
	font-size:13px;
	color:#747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	padding:5px 8px;
}
.wpcf7-form input {
  float:none;
}
#comment-textarea textarea,
.comment-form-comment textarea,
.wpcf7-form textarea {
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  color: #AAAAAA;
  width: 100%;
	height:150px;
	font-size:13px;
	padding:8px 11px;   
  background: #FFFFFF;
  border: 1px solid #E0E0E0;   
}
.gform_wrapper .gfield textarea {
	border:1px solid #d2d2d2;
	font-size:13px;
	color:#747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	padding:8px;
}
.wpcf7-form textarea {
	width: 100%;
	margin-right:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}      
.gform_wrapper .gfield_select[multiple=multiple] {
	border:1px solid #d2d2d2;
}
.gform_wrapper .gravity-select-parent select, 
.gform_wrapper .gravity-select-parent .ginput_complex select, 
.gform_wrapper .ginput_complex .ginput_right .gravity-select-parent select {
  padding: 5px 1px;
  width: 100%;
}      
#wrapper .gform_wrapper .gravity-select-parent select {
  margin: 0;
}
.gform_wrapper label {
  font-weight: normal;
}
.gform_wrapper .gfield_time_hour label {
  display: inline;
}
.gform_wrapper .gform_footer {
  padding: 0;
}
.gform_wrapper span.ginput_total {
  font-size: 18px;
}
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  border-color: #E9EAEE;
}
table.ui-datepicker td a,
.ui-datepicker-header select {
  background-color: #E9EAEE;
}
.ui-datepicker-header select {
  border: 1px solid #D2D2D2;
}    
#comment-input input:last-child {
	margin-right:0;
}
#comment-recaptcha {
	margin-top:13px;
}
.input-text {
	border:1px solid #d2d2d2;
	font-size:13px;
	color:#747474;
	padding:8px 2%;
	margin-right:1%;
	width:100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.input-radio,
#shipping_method input[type=radio] {
	background:none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  /* not currently supported */
  -o-appearance: checkbox;
  /* not currently supported */
}
.post-password-form label {
  margin-right: 10px;
}
.post-password-form .password {
  margin-right: 10px;
}
.portfolio-tabs,
.faq-tabs {
	height:auto;
	border-bottom:1px dashed #e3e3e3;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	overflow:hidden;
	margin-bottom:58px;
	line-height:34px;
  text-align:center;
  font-size:12px;
}   
.portfolio-tabs li,
.faq-tabs li {
  display:inline-block;
  height:45px;
  margin:0px 10px 10px 0;
}           
.portfolio-tabs li a,
.faq-tabs li a {
	color:#747474;
	padding:0 10px;
  background-color: rgba(0,0,0,.05);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  display:block;
}   
.portfolio-tabs li.active,
.faq-tabs li.active {
	line-height:31px;
}
.portfolio-tabs li.active a,
.faq-tabs li.active a {
 	color:#fff!important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  font: bold 15px/35px 'Quattrocento Sans',arial,helvetica,sans-serif;
  padding: 0 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}   
.faq-item {
	position:relative;
  margin-bottom:10px;
}
.portfolio-one .portfolio-item {
	padding-bottom:50px;
	overflow:hidden;
	width:100%;
}
.portfolio-one .portfolio-item .image {
	width:540px;
	height:272px;
	float:left;
	margin-right:25px;
  margin-bottom: 15px;
}
.portfolio-item .portfolio-content h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
  font-weight:bold;
  font-size:18px;
  text-align:center;
}
.portfolio-item .portfolio-content h4 a, 
.portfolio-item .portfolio-content h4 {
	margin:0;
	padding:0;
	margin-bottom:25px;
	font-weight:normal;
	font-size:12px;
  font-style:italic;
  color:rgba(0,0,0,.3);
}
.portfolio-item .portfolio-content h4 {
  text-align:center;
}
.portfolio-item .portfolio-content p {
	margin:0;
	margin-bottom:20px;
}
.portfolio-two .portfolio-item {
	width:460px;
	height:295px;
	margin:5px;
	float:left;
}
.portfolio-three .portfolio-item {
	width:300px;
	height:214px;
	margin:6px;
	float:left;
}
.portfolio-four .portfolio-item {
	width:220px;
	height:161px;
	margin:7px;
	float:left;
}
.portfolio-full .flexslider {
	margin-bottom:70px;
}
.portfolio-full .project-content {
	margin-bottom:50px;
}
.portfolio-one .fluid-width-video-wrapper {
	position:static !important;
}
.portfolio-wrapper {
  display:none;
}
.portfolio-tabs {
  display:none;
}
.faq-tabs {
  display:none;
}
.portfolio-masonry .portfolio-item {
	float:left;
	margin-bottom:9px;
	width:32.4%;
	overflow:hidden;
}
.portfolio-grid-2 .portfolio-item {
	margin-bottom:9px;
	width:49%;
}
/**
 * Loading Spinner
 */
.loading-container {
  margin-top: 20px;
}
.loading-container .loading-spinner {
  display: block;
}
.loading-container .spinner-1,
.loading-container .spinner-2,
.loading-container .spinner-3,
.loading-container .spinner-4,
.loading-container .spinner-5,
.loading-container .spinner-6, 
.loading-container .spinner-7,
.loading-container .spinner-8,
.loading-container .spinner-9 {
  width: 12px;
  height: 12px;
  background-color: #e2e0e0;
  display: inline-block;
  margin:0 2px;
  -webkit-animation: t4p-bounce-delay 1s infinite ease-in-out;
  animation: t4p-bounce-delay 1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading-container .spinner-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading-container .spinner-2 {
  -webkit-animation-delay: 0.10s;
  animation-delay: 0.10s;
}
.loading-container .spinner-3 {
  -webkit-animation-delay: 0.20s;
  animation-delay: 0.20s;
}
.loading-container .spinner-4 {
  -webkit-animation-delay: 0.30s;
  animation-delay: 0.30s;
}
.loading-container .spinner-5 {
  -webkit-animation-delay: 0.40s;
  animation-delay: 0.40s;
}
.loading-container .spinner-6 {
  -webkit-animation-delay: 0.50s;
  animation-delay: 0.50s;
}
.loading-container .spinner-7 {
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.60s;
}
.loading-container .spinner-8 {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}
.loading-container .spinner-9 {
  -webkit-animation-delay: 0.80s;
  animation-delay: 0.80s;
}
.loading-container .loading-msg {
  display: inline-block;
  font-size:12px;
}
@-webkit-keyframes t4p-bounce-delay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes t4p-bounce-delay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#infscr-loading {    
  position:absolute; 
  text-align:center;
  width:100%;
  display:block;
}
.portfolio #infscr-loading {
  bottom: -30px;
}
.single-navigation {
	height:34px;
	line-height:34px;
	border-bottom:1px dashed #f0f0f0;
	margin-bottom:60px;
	text-align:center;
}
.single-navigation a[rel=next] {
	margin-left:15px;
  margin-right: 10px;  
}
.single-navigation a {
  display: inline-block;
}
.single-navigation a[rel=prev]:before,
.pagination-prev:before,
.woocommerce-pagination .prev:before {
	font-family:IcoMoon!important;
	content:'\f104';
	color:#888888;
	padding-right:5px;
  font-size:90%;
}
.single-navigation a[rel=next]:after,
.pagination-next:after,
.woocommerce-pagination .next:after {
	font-family:IcoMoon!important;
	content:'\f105';
	color:#888888;
	padding-left:5px;
  font-size:90%;  
}
.single-navigation a, 
.single-navigation a[rel="prev"]:before, 
.single-navigation a[rel="next"]:after {
  color:#ccc;
}
.project-content h3 {
	font:13px/17px 'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
  margin: 0;
  margin-bottom: 28px;
}
.project-content {
	overflow:hidden;
}
.project-content .project-description {
	float:left;
	width:74.4681%;
}
.project-content .project-description p {
	margin-top:0;
}
.project-content .project-info {
	float:right;
	width:23.4043%;
}
.project-content .project-info .project-info-box {
	border-bottom:1px solid #f0f0f0;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.project-content .project-info .project-info-box .project-terms a {
	color:#747474;
}
.project-content .project-info .project-info-box a:hover {
	color:#37B6BD;
}
.project-content .project-info h4 {
	font:13px/20px 'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
	margin:0;
	float:left;
	width:110px;
}
.with-sidebar .project-content .project-info .project-info-box h4 {
  display:block;
  width:100%;
  margin-bottom:5px;
}
.portfolio-full.with-sidebar .project-info {
  float:left;
}
.portfolio-full.with-sidebar .project-description {
  float:right;
  width:72.5%;
}
.project-content .project-info .project-terms {
	float:left;
}
.portfolio-half .flexslider {
	width:65.9574%;
	float:left;
}
.portfolio-half .project-content {
	width:31.9149%;
	float:right;
}
.portfolio-half .project-description {
	width:100%;
	margin-bottom:50px;
}
.portfolio-half .project-description .flexslider {
	width: auto;
}
.portfolio-half .project-info{
	width:100%;
}
.portfolio-half .share-box {
	margin-bottom: 50px;
}
.portfolio-sep {
	clear:both;
  display: block;  
}
.portfolio-half .portfolio-sep {
	margin-bottom:50px;
}
.side-nav {
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #e8e8e8;
	margin-bottom:20px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.side-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.side-nav li {
	margin:0;
	padding:0;
}
.side-nav li a {
	border-top:1px solid #ededed;
	display:block;
	height:auto;
	font-weight:normal;
	font:14px/39px 'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
  line-height: 1.69em;
	padding: 8px 15px;
}
.side-nav li:first-child a {
  border-top:0!important;
}      
.side-nav li a:hover {
	background:#fbfbfb;
}
.side-nav li.current_page_item > a {
	background:none;
	color:#37B6BD;
  background:#fbfbfb url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat center top !important;
}
.side-nav li.current_page_item li a {
	color:#333333;
	border-top:1px solid #ededed;
}
.side-nav ul.children {
	margin-left:15px;
	display:none;
}
.woocommerce-tabs .tabs a:hover .arrow,
.woocommerce-tabs .tabs li.active a .arrow {
	display:inline-block;
	margin-left:0px;
	padding-right:0;
}
.woocommerce .images #carousel .slides li {
  cursor: pointer;
}
.side-nav .arrow {
  display: inline;
  margin-left: 5px;
}
h5.toggle {
	overflow:hidden;
	margin:0;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h5.toggle a {
	font:15px/20px 'Open Sans', arial, helvetica, sans-serif;
  cursor:pointer;
	color:#777777;
	border-bottom:1px solid #e8e6e6;
	overflow:hidden;
	margin:0;
	padding:10px 0px;
	float:left;
	width:100%;
}
h5.toggle.active a {
	border-bottom:0;
}
h5.toggle span.arrow {
	display:block;
  text-align:center;
	width:30px;
	height:22px;
	float:left;
  font-family:IcoMoon!important;
  font-size:15px!important;
  line-height:25px;
}
h5.toggle span.arrow:before {
  content:'\f107';
}        
h5.toggle.active span.arrow:before {
	content:'\f106';
  color:#fff!important;
}
h5.toggle.active a,h5.toggle.active a:hover {
  color:#fff!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
} 
h5.toggle span.toggle-title {
	float:left;
	width:90%;
  font-size:15px!important;
  line-height:25px;
}
.toggle-content { 
	padding:15px 0;
	position:relative;
}
/* Shortcodes */
.one_half, 
.one_third, 
.two_third, 
.three_fourth, 
.one_fourth { 
  margin-right: 4%; 
  float: left; 
  line-height:21px; 
  margin-bottom:20px; 
  position:relative; 
}
.one_half { 	
  width: 48%;   
}
.one_third { 
  width: 30.6666%; 
}
.two_third { 
  width: 65.3332%; 
}
.one_fourth { 
  width: 22%; 
}
.three_fourth { 
  width: 74%; 
}
#main .last {
  margin-right: 0; 
}
.clearboth {
  clear: both; 
  display: block; 
  font-size: 0px; 
  height: 0px; 
  line-height: 0; 
  width: 100%; 
  overflow:hidden; 
}        
.shortcode-tabs .tab-hold .tabs li {
	border-right:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shortcode-tabs .tab-hold .tabs li a {
	display:block;
	width:100%;
	padding:0 ;
	text-indent:15px;
  font-size:15px;
}
.shortcode-tabs .tab-hold .tabs li.active a {
	background:#37B6BD;
  color:#fff!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.shortcode-tabs .tab_content {
	padding:15px;
	overflow:hidden;
}
.shortcode-tabs .tab_content *:last-child {
	margin-bottom:0;
}
.shortcode-tabs {
	margin-bottom:50px;
} 
/* Post Content HTML */
.post-content p {
	margin:0;
	margin-bottom:20px;
}
.post-content ul.arrow {
	list-style:none;
	margin:0;
	padding:0;
}
.post-content ul.arrow li:before {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#37B6BD;
	height:18px;
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
	border-radius:75px;
	width:18px;
  position: absolute;
  font-size: 14px;
  content: '\f105';  
	float:left;
	margin-right:0;
	margin-left:-25px;
  font-family: IcoMoon!important;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 17px;
  text-indent: 1px;  
}
.post-content ul.arrow li {
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-left:25px;
}
.post-content blockquote {
	background:#f5f5f5;
	font:13px/20px 'Open Sans', arial, helvetica, sans-serif;
	color:#444444;
	padding:15px;
  position:relative;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
  -box-shadow:0 1px 1px rgba(0,0,0,.1);
  box-shadow:0 1px 1px rgba(0,0,0,.1);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.post-content blockquote q {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.post-content blockquote *:last-child {
	margin-bottom:0;
}
/**
 * Testimonial
 */
.review blockquote {
  background: none;
  border-left: none;
  padding: 0;
  margin: 0;
}
.review blockquote q {
  display: block;
  padding: 25px 14px 24px 24px;
  background: #f6f3f3;
  font: 13px/20px 'Open Sans', arial, helvetica, sans-serif;
}
.review blockquote q::before,
.review blockquote q::after,
.review blockquote q:before,
.review blockquote q:after {
  content: '';
}
.review blockquote q p:first-child::before {
  content: open-quote;
}
.review blockquote q p:last-child::after {
  content: close-quote;
}
.review blockquote div {
  display: block;
  padding: 12px 0 0 2px;
  color: #333;
  font-style: normal;
  position: relative;
  float: left;
  line-height: 15px;
}
.review blockquote div strong {
  padding: 0;
  font: 13px/15px 'Open Sans', arial, helvetica, sans-serif;
  font-style: normal;
}
.review blockquote div span {
  font-style: normal;
}
.review blockquote div .company-name {
  padding-left: 53px;
  display: block;
  min-height: 29px;
  padding-top: 6px;
  font-style: normal;
}
.review blockquote div:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.review blockquote div:after {
  border-color: rgba(72, 71, 71, 0);
  border-top-color: #f6f3f3;
  border-width: 10px;
  bottom: auto;
  top: 0px;
  left: 30px;
}
.review.no-avatar blockquote div .company-name {
  padding-left: 0;
}
/**
 * Tooltip / Popup
 */
.popup {
  display: none;
  position: absolute;
  padding: 0 0 6px;
  color: #d1d1d2;
  font-size: 11px;
  line-height: 15px;
  bottom: 110%;
  left: -17px;
  background: url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/bg-popup.png) no-repeat 0 100%;
}
.popup p {
  margin: 0;
}
.popup .holder {
  padding: 4px 11px;
  background: #46494a;
}
.popup span {
  display: inline-block;
}
/**
 * Tagline Shortcode
 */
.reading-box-container {
  margin: 0 0 84px;
}
.reading-box {
  padding: 28px 28px 27px 31px;
  border-left: 3px solid #37B6BD;
  background: #f2efef;
}
#main .reading-box h2 {
  margin: 0 0 7px;
}
.reading-box p {
  margin: 0;
}
.continue {
  float: right;
}
.alora-google-map {
	height:416px;
	margin-bottom:50px;
	overflow:hidden;
}
#gmap img,
.shortcode-map img {
	max-width:none;
}
body #wrapper .gomapMarker {
  color:#333;
}
.post-slideshow {
	margin-bottom:30px;
}
.post-slideshow .flex-direction-nav a:before {
  top: 5px;
}
.post-slideshow .image,
.floated-post-slideshow .image {
	margin-bottom:0;
}
.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
	font-family:'Open Sans', arial, helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
}
.post-content h4{
	font-size:13px;
}
.post-content h5{
	font-size:12px;
}
.post-content h6{
	font-size:11px;
}
.excerpt-container .highlight1 {
  background-color:transparent;
}
.excerpt-container .dropcap {
  color:inherit;
  float:none;
  padding:0;
  margin:0;
  font-size:inherit;
  top:0;}
.excerpt-container .tooltip-shortcode {
  color:inherit;
  border-bottom:1px dotted;
}      
/* Button */
.buttons a {
	margin: 0 30px 15px 0;
}
.portfolio-one-text .buttons a, 
.portfolio-one .buttons a {
	margin: 0 15px 0 0;
}
.portfolio-wrapper .buttons { 
	margin-top: 20px; 
}
.button,
input[type="button"],
input[type="submit"],
a.read-more, 
span.more a,
.project-content .project-info .project-info-box a.button,
.product-buttons .add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .alora-order-details .order-again .button,
.gform_wrapper .gform_button,
.t4p-pricing-table .button,
#comment-submit,
.pagination .current,
.woocommerce-pagination .current {
	display:inline-block; 
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition: none;
  -ms-transition:none;
  transition:none; 
	text-shadow:0 1px 0 rgba(0,0,0,.4);   
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;  
}
.button i {
  line-height:40px;
}  
a.button,
input[type="submit"],
#wrapper .header-social .login-box input#wp-submit,
#wrapper #nav .login-box input#wp-submit,
#wrapper #sticky-nav .login-box input#wp-submit {
  color:#fff;
  margin:5px 0;
} 
.coupon-button input[type="submit"] {
  margin:0;
} 
.button.large, 
.button-large,
.wpcf7-form input.button.large, 
.gform_wrapper .gform_button.large {
	min-height:43px;
	line-height:43px;
	font:18px/43px 'Quattrocento Sans', arial, helvetica, sans-serif;
	text-align:center;
	padding:0 30px;
}
.button.small,
.button-small,
a.read-more,
span.more a, 
.project-content .project-info .project-info-box a.button,
input[type="submit"],
.widget_shopping_cart_content .buttons a,
.price_slider_amount .button,
.woocommerce-success-message a.button,
.wpcf7-form input[type="submit"],
.gform_wrapper .gform_button, 
.woocommerce .order-again .button,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped, 
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external,
.woocommerce .wc-forward, 
.woocommerce .wc-backward, 
.wpcf7-form input.button, 
.woocommerce .single_add_to_cart_button,
.woocommerce .button.view,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .alora-order-details .order-again .button {
	font-size:15px;
  line-height:40px;
	text-align:center;  
	padding:0 20px;
  display: inline-block;  
}
.button.buttonshadow-yes {  
	text-shadow:0 1px 0 rgba(0,0,0,.4);  
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
}     
.woocommerce .wc-forward {
  margin-right:20px;
}    
.wpcf7-form input[type="submit"],
.comment-form input[type="submit"] {
  width: auto;
  font-weight: bold;
}
.button.transparent {
  color: #333;
  border: 1px solid #D2D3D4;
  -webkit-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
  box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
}
.button.transparent:hover {
  color: #666;
}
.mobile-button {
  display: none;
  margin: 20px 0 0;
}   
.tagcloud a {
  font-size:85%!important; 
  background-color: rgba(0,0,0,.04);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  -box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  display: inline-block;
  margin: 0 2px 6px 0;
  padding: 4px 11px;
  border:1px solid rgba(0,0,0,.01);
}        
.tagcloud a:hover, 
#slidingbar .tagcloud a:hover {
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}                                      
.tags-list a {
  margin-right:15px;
  color:#bbb;
  -ms-word-wrap:normal;
  word-wrap:normal;
  display:inline-block;
}
.tags-list a:before {
  font-family:IcoMoon!important;
  content:'\f02b';
  margin-right:5px;
}   
/* More Shortcodes */
.highlight1 {
  background: #f6f67a;
  padding: 2px;
}
.highlight2 {
  background: #000;
  color: #CCC;
  padding: 2px;
}
.dropcap {
  font-size: 62px;
  margin-right: 6px;
  padding-top: 11px;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 5px;
  color: #83c54f;
  padding-bottom: 11px;
}
.video-shortcode {
  margin-bottom: 25px;
}
/* Fade Images */
.recent-works-items img:hover,
.flickr_badge_image img:hover,
.pyre_tabs img:hover {
  opacity: 0.5;
}
.error_page .useful_links {
  width: 30.66%;
  padding-left: 5%;
}          
.post-content .error_page h1 {
  font-size:100px!important;
  color:#bbb!important;
}   
.fontawesome-icon {
	display:inline-block;
	float:left;
  margin-right:10px;  
}
.fontawesome-icon.circle-yes {
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
	border-radius:75px;
  border-width: 1px;
	border-style: solid;
	background-color:#f2f2f2;
	color:#747474;
	text-align:center;
	margin-top:2px;
}
.fontawesome-icon.large {
	font-size:40px;
}
.fontawesome-icon.large.circle-yes {
	width:70px;
	height:70px;
	line-height:70px;
}
.fontawesome-icon.medium {
	font-size:22px;
}
.fontawesome-icon.medium.circle-yes {
	width:50px;
	height:50px;
	line-height:50px;
}
.fontawesome-icon.small {
	font-size:10px;
}
.fontawesome-icon.small.circle-yes {
	width:18px;
	height:18px;
	line-height:19px;
}
.fontawesome-icon.circle-no.large {
	margin-top:2px;
}
.fontawesome-icon.circle-no.medium {
	margin-top:3px;
}
.fontawesome-icon.circle-no.small {
	margin-top:5px;
}
.t4p-icon-heading .fontawesome-icon {
  margin-top:-6px;
}
.content-boxes .heading .fontawesome-icon {
	float:left;
}
.content-boxes .heading-and-icon h2 {
	padding-left:65px;
  padding-top:10px;
}     
.main-flex {
  overflow:hidden;
  width:100%; 
  margin-left:auto; 
  margin-right:auto;
}        
.side-nav .arrow:after {
  position: relative;
  font-size: 95%;
  font-family: IcoMoon!important;
  content: '\f105';
}
#sidebar .widget .recentcomments {
	color: #333!important;
}   
#sidebar .widget_nav_menu li a:before,
#sidebar .widget_categories li a:before,
#sidebar .widget_meta li a:before,
#sidebar .widget .recentcomments:before,
#sidebar .widget_recent_entries li a:before,
#sidebar .widget_archive li a:before,
#sidebar .widget_pages li a:before,
#sidebar .widget_links li a:before {
  position:absolute;
	font-family:IcoMoon!important;
	content:'\f105';
	color:#ccc;
	font-size:85%;
	left:0px;
}     
#sidebar .widget_recent_entries li,   
#sidebar .widget_nav_menu li,
#sidebar .widget_categories li,
#sidebar .widget_product_categories li,
#sidebar .widget_meta li,
#sidebar .widget .recentcomments,
#sidebar .widget_recent_entries li,
#sidebar .widget_archive li,
#sidebar .widget_pages li,
#sidebar .widget_links li,
#sidebar .widget_layered_nav li,
#sidebar .widget_product_categories li {
	display: block;
  padding: 1px 0;  
	color: #333;
  padding-left:15px;  
}
#sidebar .widget_categories li {
	position:relative;
}
#sidebar .widget_categories li span {
	position:absolute;	
}
#sidebar .widget_categories .children {
	margin-left:5px;
}
#sidebar .widget_categories li .children li:last-child,
#sidebar .widget_product_categories li .children li:last-child {
  padding-bottom: 0;
}
.shortcode-tabs .tab_content ul.arrow {
	float:none;
}   
#sidebar ul.arrow {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul.arrow li:before {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#37B6BD;
	height:18px;
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
	width:18px;
	content:' ';
	float:left;
	margin-right:10px;
	margin-left:0px;
}
#sidebar ul.arrow li {
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-left:0px;
}       
#sidebar .sub-menu,
#sidebar .children,
.footer-area .sub-menu,
.footer-area .children,
#slidingbar-area .sub-menu,
#slidingbar-area .children {
  margin-left:15px;
}            
#slidingbar-area .t4p-columns,
.footer-area .t4p-columns {
  margin: 0 -15px;
}
.widget_categories li {
	background:none;
	padding:0;
	border-bottom:0 ;
}   
.footer-area .widget_categories li:first-child a,
#slidingbar-area .widget_categories li:first-child a {
	padding-top:0;
}
.footer-area .widget_categories li a,
#slidingbar-area .widget_categories li a {
	line-height:25px;
	display:block;
}   
.footer-area .widget_categories .children,
#slidingbar-area .widget_categories .children {
	margin-left:5px;
}        
/* New Headers */ 
.phone-number {
  margin-right:10px;
} 
.header-social {
	padding:10px 0px; 
  line-height:43px;
} 
.header-social:after {
  position:absolute;
  height: 6px;
  width: 100%;
  content: '';
  background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.15) 0px, rgba(255, 255, 255, 0) 65%);
  background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.15) 0px, rgba(255, 255, 255, 0) 80%);
  background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.15) 0px, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.15) 0px, rgba(255, 255, 255, 0) 65%);
}
body:not(:-moz-handler-blocked) .header-social:after {
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.15) 0px, rgba(255, 255, 255, 0) 80%);
}  
.header-social .header-info, 
.header-social .top-menu {
	line-height:43px;
}      
.header-social { 
  padding: 0px 10px; 
}
.header-social .sep {
  padding: 0 6px;
}
.t4p-social-links-header {
  margin-top: 15px;    
  max-width:400px;
}
.t4p-social-links-header .t4p-social-networks a {
  margin-bottom: 5px;
}
.t4p-social-links-header .t4p-social-networks a:last-child {
  margin-right: 0;
}
.header-social .alignright {
  margin-left: 0;
}
.header-social .alignleft {
  margin-right: 0;
}
.header-v2 .header-social .alignleft, 
.header-v2 .header-social .alignleft a {
  color:#b3b3b3;
}
.header-v2 #header {
  border-bottom:1px solid #e1e1e1;
}
.header-v2 .social-networks a {
  opacity:0.2;
}
.header-v2 .social-networks a:hover {
  opacity:0.9;
}
.header-v2 {
  border-top:3px solid #37B6BD;
} 
.header-v3 .header-social {
  background-color:#37B6BD;
}
.header-v3 .header-social .alignleft,
.header-v3 .header-social .alignleft a,
.header-v3 .header-social .alignright,
.header-v3 .header-social .alignright a {
  color:#fff;
}
.header-v3 #header {
  border-bottom:1px solid #e1e1e1;
}
.header-v3 .social-networks li {
  float:right;
}     
.header-v3 .social-networks a {
  opacity:0.5;
}
.header-v3 .social-networks a:hover {
  opacity:1;
}
.header-v3 #nav ul li > a,
.header-v3 .navigation li.current-menu-ancestor > a {
  border-top:0px; 
  padding-top:3px;
}
.header-v3 #nav ul .current-menu-parent > a:before, 
.header-v3 #nav ul .current_page_item > a:before,   
.header-v3 #nav ul .current_page_ancestor > a:before, 
.header-v3 #nav ul .current-menu-item > a:before,
.header-v3 #nav ul .current-menu-ancestor > a:before {
  background:none!important;
}
.header-v4 .header-social {
  background-color:#37B6BD;
}
.header-v4 .header-social .alignleft,
.header-v4 .header-social .alignleft a,
.header-v4 .header-social .alignright,
.header-v4 .header-social .alignright a {
  color:#fff;
}
.header-v4 #header {
  border-bottom:1px solid #e1e1e1;
}
.header-v4 .social-networks li {
  margin-bottom:6px;
}
.header-v4 .social-networks a {
  opacity:0.5;
}
.header-v4 .social-networks a:hover {
  opacity:1;
}            
.header-v4 #header {
  padding:30px 0px;
}
.header-v4 #header .logo {
  margin:0;
}
.header-v4 #header .tagline {
  float:left; 
  padding:0; 
  margin:5px 0 0 25px; 
  line-height:32px; 
  text-align:left;
}
.header-v4 #header .search {
  float:right;
  margin-left:15px;
}
.header-v4 #small-nav {
  border-bottom:1px solid #e1e1e1;
}
.header-v4 #nav {
  float:left;
}
.header-v4 #nav ul a, 
.header-v4 .navigation li.current-menu-ancestor a {
  border-top:0; 
}
.header-v4 #nav ul .current-menu-parent > a:before, 
.header-v4 #nav ul .current_page_item > a:before,   
.header-v4 #nav ul .current_page_ancestor > a:before, 
.header-v4 #nav ul .current-menu-item > a:before,
.header-v4 #nav ul .current-menu-ancestor > a:before {
  background:none!important;
}
.header-v4 .navigation li:last-child {
  padding-right:0;
}
#header-banner{
  float:right;
}  
.header-v5 .header-social {
  background-color:#37B6BD;
}
.header-v5 .header-social .alignleft,
.header-v5 .header-social .alignleft a,
.header-v5 .header-social .alignright,
.header-v5 .header-social .alignright a {
  color:#fff;
}
.header-v5 #header {
  border-bottom:1px solid #e1e1e1;
}
.header-v5 .social-networks li:last-child {
  margin-right:0;
}                
.header-v5 .header-social .social-networks li {
  float:right;
  margin-bottom:6px;
}
.header-v5 .social-networks a {
  opacity:0.5;
}
.header-v5 .social-networks a:hover {
  opacity:1;
}
.header-v5 #header {
  padding:30px 0px;
}
.header-v5 #header .logo {
  margin:0; 
  text-align:center;
}
.header-v5 #header .tagline {
  width:300px; 
  float:right; 
  margin:0; 
  margin-right:15px; 
  line-height:32px;
}
.header-v5 #header .search {
  width:220px; 
  float:right;
}
.header-v5 #small-nav {
  border-bottom:1px solid #e1e1e1;
}
.header-v5 #nav {
  float:none;
}
.header-v5 #nav > ul {
  float:none; 
  text-align:center;
}
.header-v5 #nav > ul > li,
.header-v5 #nav > ul > li > a {
  float:none;
  display:inline-block;
}
.header-v5 #nav > ul ul {
  text-align:left;
}
.header-v5 #nav ul a, 
.header-v5 .navigation li.current-menu-ancestor a {
  border-top:0; 
}
.header-v5 #nav ul .current-menu-parent > a:before, 
.header-v5 #nav ul .current_page_item > a:before,   
.header-v5 #nav ul .current_page_ancestor > a:before, 
.header-v5 #nav ul .current-menu-item > a:before,
.header-v5 #nav ul .current-menu-ancestor > a:before {
  background:none!important;
}
.header-v5 #header .logo {
  float:none;
}      
#header .tagline {
  font-weight:normal; 
  font-family:'Open Sans', arial, helvetica, sans-serif; 
  margin-top:7px;
}    
.header-social .alignleft .social-networks li {
  float:left;
  margin-left:0;
  margin-right:6px;
}
.header-social .alignright .social-networks li {
  float:right;
} 
.header-social .menu,
.header-social .menu ul {
  list-style:none; 
  margin:0; 
  padding:0;
}
.header-social .menu li {
  position:relative;
  margin:0;
  padding:0;
  float:left; 
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/divider-menu.png) center left no-repeat;
}
.header-social .menu .cart {
  padding-left: 0;
}
.header-social .menu li li {
  padding:0 10px;
  background-image:none;
}
.header-social .menu > li a {
  padding:0 10px;
}
.header-social .menu li:first-child {
  background-image:none;
}
.header-social .menu li .sub-menu {
  display:block;
  left:-1px;
  z-index: 99997;  
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; 
  width:100px; 
  position:absolute;
}
.header-social .menu li:hover > .sub-menu {
  display:block;
  position:absolute;
  left:-1px;
}
.header-social .menu > li:hover > .sub-menu > li:hover .sub-menu {
  top:-1px;
  left: 100%;
}
.header-social .menu .sub-menu {
  background:#ffffff;
	border:1px solid #e0dfdf;
	line-height:normal !important;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  line-height: normal;  
}
.header-social ul.menu a {
  display:block;
}
.header-social .menu li .sub-menu ul {
  top:-1px!important;
}   
#wrapper .header-social {
  min-height:43px;
}
#wrapper .header-social .menu .sub-menu li {
  display: block;
	float:none;
  padding: 0;
	border:0;
	border-bottom:1px solid #e0dfdf;
	line-height:normal;
}
#wrapper .header-social .menu .sub-menu li a {
	padding:7px 10px;
	display:block;
}
#wrapper .header-social .menu .sub-menu li a:hover {
	background-color:#fafafa;
}
#wrapper .header-social .menu .sub-menu li:last-child {
	border-bottom:0;
}
#wrapper .header-social .menu .sub-menu li,
#wrapper .header-social .menu .sub-menu li a {
	color:#888;
}
.header-social .alignleft .menu li:last-child {
  padding-left:0;
}
.header-social .alignright .menu li:last-child {
  padding-right:0;
}     
.widget_wooslider_slideshow_slides li a {
  background:none; 
  border:0; 
  margin:0; 
  padding:0;
}
#sidebar .flickr_badge_image {
  float: left;
  padding: 3px;
}
#sidebar .flickr_badge_image a {
  display: block;
}
#sidebar .flickr_badge_image img,
#sidebar .recent_works img,
#slidingbar-area .flickr_badge_image img,
#slidingbar-area .recent_works img,
.footer-area .flickr_badge_image img,
.footer-area .recent_works img,
.t4p-megamenu .flickr_badge_image img,
.t4p-megamenu .recent_works img {
  width:67px; 
  height:67px;
  border: 5px solid rgba(0,0,0,.05);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -border-radius:3px;
  border-radius:3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
}   
#sidebar .recent_works img,
.footer-area .flickr_badge_image img,
.footer-area .recent_works img,
#slidingbar-area .flickr_badge_image img,
#slidingbar-area .recent_works img,
.t4p-megamenu .flickr_badge_image img,
.t4p-megamenu .recent_works img {
  float:left; 
  margin:3px;
}
.footer-area .columns-4 .flickr_badge_image img, 
#slidingbar-area .columns-4 .flickr_badge_image img {
  width:57px; 
  height:57px;
}
.footer-area .flickr_badge_image img, 
.footer-area .recent_works img, 
#slidingbar .flickr_badge_image img,
#slidingbar .recent_works img {
  width:48px; 
  height:48px;
  border: 4px solid rgba(0,0,0,.05);
}
.footer-area .social-networks,
#slidingbar-area .social-networks {
  float:left;
}
.footer-area .social-networks li,
#slidingbar-area .social-networks li {
  float:left;
  margin:0 6px 6px 0;
  padding:0;
}
.footer-area .social-networks li, 
.footer-area .social-networks a,
#slidingbar-area .social-networks li, 
#slidingbar-area .social-networks a {
  background-image:none;
}
.footer-area .social-networks li:first-child,
#slidingbar-area .social-networks li:first-child {
  padding:0;
}
.footer-area .flexslider .slides > li,
#slidingbar-area .flexslider .slides > li {
  padding-top:0; 
  padding-bottom:0;
}
.tabs li a i {
  font-size:18px;
  line-height:50px;
  color:rgba(0,0,0,.2);
}
.tabs li.active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.tabs li.active a i {
  color:#fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/* WPML */
#icl_lang_sel_widget {
	z-index:999;
}
#sidebar #icl_lang_sel_widget #lang_sel_click li,
.footer-area #icl_lang_sel_widget #lang_sel_click li,
#sidebar #icl_lang_sel_widget #lang_sel_click ul ul,
.footer-area #icl_lang_sel_widget #lang_sel_click ul ul {
	width: 100%;
  padding: 0;
  border-bottom: none;  
}
#sidebar #icl_lang_sel_widget li a, 
.footer-area #icl_lang_sel_widget li a {
  display: block;
	padding: 5px 10px;
}
#sidebar #icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag, 
.footer-area #icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag {
	margin-top:5px;
}
#sidebar #icl_lang_sel_widget #lang_sel_click ul ul,
.footer-area #icl_lang_sel_widget #lang_sel_click ul ul{
	top: auto;
	border-top:0;
}
#icl_lang_sel_widget:after {
  content: "";
  display: table;
  clear: both;
}
#icl_lang_sel_widget li a {
  background-image: none;
}
#lang_sel_list,
#lang_sel_list ul,
#lang_sel_list ul li {
  width: 100%;
}
#lang_sel_list ul {
  border-top: 0;
}
#lang_sel_list ul li a {
  border-left: 0;
  border-right: 0;
}
#lang_sel_footer ul li img {
  top: 6px;
}
.header-social .menu > li > a > .iclflag{
	display:inline-block;
}
.header-social .sub-menu {
  display: inline-block;
}
.footer-area #lang_sel_list li a,
#slidingbar-area #lang_sel_list li a {
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
}
#lang_sel ul ul,
#lang_sel li {
  width: 100%;
  background: #fff;
}
#lang_sel > ul > li > a {
  padding: 0px;
  padding-left: 10px;
}
#lang_sel > ul > li > a .iclflag {
  top: 5px;
}
ul.navigation li a > .iclflag,
.top-menu > ul > li > a .iclflag {
  display: inline-block;  
	vertical-align:middle;
	margin-top:0;
}
#mobile-nav .iclflag {
    margin: 3px 5px 0 0;
}  
#mobile-nav .submenu-languages li.mobile-nav-item li a:before {
    content: "";
}
.qtrans_flag_and_text {
  background-position:center right;
}
#lang_sel {
  display:block;
}
#lang_sel li ul li a {
  padding:10px;
}       
/* Google Recaptcha Hack */
iframe[src="about:blank"] {
  display:none;
}
/* New Portfolio Templates */       
.portfolio-one-text .portfolio-item .image {
  width:100%; 
  height:100%; 
  float:none; 
  margin-right:0;
}
.portfolio-one-text .portfolio-item .portfolio-content {
  margin-top:25px;
}     
.portfolio-two-text .portfolio-item {
  float:left;
  height:auto;
}
.portfolio-two-text .portfolio-item .portfolio-content {
  margin-top:25px;
} 
.portfolio-three-text .portfolio-item {
  float:left;
  height:auto;
}
.portfolio-three-text .portfolio-item .portfolio-content {
  margin-top:25px;
}             
.portfolio-four-text .portfolio-item {
  float:left;
  height:auto;
}
.portfolio-four-text .portfolio-item .portfolio-content {
  margin-top:25px;
}             
.portfolio-item .portfolio-content h4 {
  margin: 0 0 15px;
}
.portfolio-item .portfolio-content h2 {
  margin: 0 0 5px;
}      
.portfolio-one-sidebar .portfolio-item .image {
  float:none;
}
.portfolio-one-sidebar .portfolio-item .portfolio-content {
  margin-top:25px;
}
.portfolio-two-sidebar .portfolio-item {
  width:324px; 
  height:auto;
}
.portfolio-three-sidebar .portfolio-item {
  width:211px; 
  height:auto;
}
.portfolio-four-sidebar .portfolio-item {
  width:153px; 
  height:auto;
}             
.post .blog-medium-image {
  float: left;
  margin: 0;
  margin-right: 25px;
  width: 320px;
}
.portfolio-infinite .isotope {
  overflow: visible !important;
}
/* Date and Formats Box */  
.date-and-formats {
  float:left;
  text-align:center;
  width:70px;
  height:70px;
  margin-right: 20px;
}
.date-and-formats .format-box {
  border:1px solid rgba(0,0,0,.15);
  background-color:#eef0f2;
  border-radius:100px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.date-and-formats .format-box i {
  font-size:25px;
  line-height:25px;
  display:block;
  padding:20px;
}      
.large-alternate .post-content {
  margin-left: 110px;
}
.medium-alternate .has-post-thumbnail .blog-medium-slideshow-container {
  display: block;
}
.medium-alternate .has-post-thumbnail .post-content {
  margin-left: 436px;
}
.medium-alternate .blog-medium-slideshow-container {
  display: none;
}
.medium-alternate .post-content {
  margin-left: 99px;
}
.large-alternate .meta-info,
.medium-alternate .meta-info {
  border-top:0;
  margin-top:0;
}             
.medium-alternate .date-and-formats {
  margin-right:17px;
}
.medium-alternate .flexslider {
  margin-right:17px;
}   
h2.post-title,
#main h2.post-title {
  margin-bottom:5px;
}
.single-line-meta .sep {
  padding:0px 5px;
}
.single-line-meta .sep:last-child,
.meta-info .sep:last-child {
  display: none;
}
.comment-number, 
.grid-layout a.read-more, 
.blog-timeline-layout a.read-more,
.timeline-layout a.read-more {
  font-size:12px;
}
.comment-number {
  z-index:0;
  position:absolute;
  right:25px;
  width:40%;
  text-align:right;
}
.grid-layout .alignright,
.blog-timeline-layout .alignright {
  float:left;
  margin-left:0;
}
/* Masonry Grid Layout */
.grid-layout .post {
  margin-bottom:40px; 
  border:1px solid #EAEAEA;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.grid-layout .post .flexslider {
  margin-bottom:0;
}
.grid-layout .post-content-container {
  padding:0 25px;
  padding-top:30px;
  position:relative;
}
.blog-timeline-layout .timeline-align-left .post-content-container {
  position:relative;
}
.grid-layout-4 .post-content-container { 
  word-wrap: break-word; 
}
.grid-layout .post .content-sep,
.blog-timeline-layout .post .content-sep {
  margin-bottom:20px;
  height:1px;
  border-bottom:1px dashed #EAEAEA;
}
.grid-layout .post .no-content-sep {
  margin-bottom: 20px;
}
.grid-layout .post-content .meta-info {
  border:0;
  margin-top:0; 
  margin-bottom:0px;
  font-size:12px;
}   
.grid-layout .post .meta-info .alignleft {
  width:77%;
}
.grid-layout .post .meta-info .alignleft a.read-more {
  color:#fff!important;
}
.grid-layout .post .meta-info .alignright a,
.grid-layout .post .entry-meta-details,
.grid-layout .post .entry-meta-details a,
.blog-timeline-layout .post .entry-meta-details,
.blog-timeline-layout .post .entry-meta-details a,
.timeline-layout .post .meta-info .alignright a {
  color: rgba(0, 0, 0, 0.4);
}
.grid-layout .post .entry-meta-details,
.blog-timeline-layout .post .entry-meta-details {
  padding:5px 0;
}
.grid-layout .post:hover, 
.timeline-layout .post:hover {
  box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
  -box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-sidebar .grid-layout-4 .meta-info .alignleft {
  width:100%;
  margin-right:0;
  float:none;
  display: block;
  margin-bottom: -7px;
}
.has-sidebar .grid-layout-4 .meta-info .alignright {
  width:100%;
  margin-left:0;
  float:none;
}       
/* Timeline Layout */
.timeline-layout {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/timeline_line.png) center center repeat-y;
  width:775px;
  margin:0 auto;
  padding-top:60px;
  position:relative;
}
.timeline-layout .post,
.blog-timeline-layout .post {
  margin-bottom:40px; 
  border:1px solid #EAEAEA;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.timeline-layout .post .flexslider {
  margin-bottom:0;
}
.timeline-layout .post-content-container {
  padding: 30px 25px 20px;
}    
.timeline-layout .timeline-align-left .post-content-container {
  position: relative;
}     
.timeline-layout .post .content-sep {
  margin-bottom:20px;
  height:1px;
  border-bottom:1px dashed #EAEAEA;
}
.timeline-layout .post-content .meta-info {
  border:0;
  margin-top:0; 
  margin-bottom:0px;
  font-size:12px;
}  
.timeline-layout .post .meta-info .alignleft {
  width:77%;
}
.timeline-layout .post .meta-info .alignleft a.read-more {
  color:#fff!important;
}
.timeline-layout .post.align-left {
  width:300px;
  float:left;
  clear:left;
  position:relative;
}
.timeline-layout .post.align-right {
  width:300px;
  float:right;
  clear:right;
}
h3.timeline-title {
  text-transform:uppercase;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  -box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
  font-size:13px;
  font-weight:normal;
  border:1px solid #e3e3e3;
  height:auto;
  line-height:25px;
  width:96px;
  text-align:center;
  background:#fff;
  margin:0;
  clear:both;
}
.blog-shortcode h3.timeline-title { 
  color: #747474; 
  font-size:13px;
}
.timeline-circle {
  background-color:#e3e3e3;
  border:1px solid #ddd;
  border-radius:50%;
  width:10px;
  height:10px;
  position:absolute;
  left:383px;
  margin-top:-3px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  -box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 1px rgba(255,255,255,.8) inset;
}  
.timeline-sidebar-layout {
  width:669px;
}
.timeline-sidebar-layout h3.timeline-title {
  display:none;
}
.timeline-sidebar-layout .timeline-circle {
  left:328px;
}
.timeline-title {
  position:relative;
}
.timeline-title:after {
  content: '\f0d7';
  font-family:IcoMoon!important;
  font-size:28px;
  margin-left: -14px;
  position: absolute;
  bottom:-16px;
  height:28px;
  line-height:28px;
  width:28px;
  left:50%;
  color:#e3e3e3;
}  
.timeline-arrow {
  position:absolute;
}
.align-left .timeline-arrow {
  left: 299px;
}
.align-right .timeline-arrow {
  right: 299px;
}
.timeline-arrow:before {
  color: #E9EAEE;
  font-family: IcoMoon!important;
  font-size: 28px;
  position: absolute;
  top: -10px;
}
.align-left .timeline-arrow:before {
  content: '\f0da';
  left: 100%;
}
.align-right .timeline-arrow:before {
  content: '\f0d9';
  right: 100%;
}
/* New Shortcode CSS */                         
.reading-box {
  position:relative;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.tagline-shadow {
  background:transparent url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/shadow-top.png) no-repeat top center;
  height:52px;
  width:100%;
  position:absolute;
  bottom:-52px;
  left:0;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}  
.tooltip-shortcode {
  position:relative;
  display:inline;
}         
ul.list-icon {
	list-style:none;
	margin:0;
	padding:0;
}
ul.list-icon li:before {
	display:inline-block;
	height:18px;
	width:18px;
	content:' ';
	float:left;
	margin-right:0;
	margin-left:-25px;
  font-family:IcoMoon!important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
ul.list-icon-arrow li:before {
  content: '\f105';
}
ul.circle-yes li:before {
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
  border-radius:75px;
  -border-radius:75px;
	text-align:center;
	font-size:9px;
  background:#f1f1f1;
  background:rgba(0,0,0,.05);
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

ul.list-icon-color-light li:before{
	color:#37B6BD;
}

ul.list-icon li {
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-left:25px;
}
#sidebar ul.list-icon {
  margin-left: 25px;
}
#sidebar ul.list-icon a,
.footer-area ul.list-icon a,
#slidingbar-area ul.list-icon a {
  border: medium none;
  padding: 0;
}
.content-boxes-icon-on-top .col {
  text-align: center;
}
.content-boxes-icon-on-top .col .more a {
  float: none;
}
.content-boxes-icon-on-top .col .heading-and-icon .fontawesome-icon {
  float: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0;
  display: inline-block;
}
.content-boxes-icon-on-top .col .heading-and-icon img {
  float: none;
  margin-right: 0;
}
.content-boxes-icon-on-top .col .heading-and-icon h2 {
  padding-left: 0;
}
.content-boxes-icon-on-side .col-content-container {
  padding-left: 45px;
}
.content-boxes-icon-boxed {
  overflow: visible;
}
.content-boxes-icon-boxed .col {
  overflow: visible !important;
  text-align: center;
  padding: 2%;
  padding-top: 50px;
}
.content-boxes-icon-boxed .col .more a {
  float: none;
}
.content-boxes-icon-boxed .col .heading-and-icon {
  overflow: visible;
  position: relative;
}
.content-boxes-icon-boxed .col .heading-and-icon .fontawesome-icon,
.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none;
  position: absolute;
  top: -80px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0;
  margin-left: -32px;
  left: 50%;
}
.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none;
}
.content-boxes-icon-boxed .col .heading-and-icon h2 {
  padding-left: 0;
}
.content-boxes-icon-boxed.columns-5 .col {
  width: 12.8%;
}
.content-boxes-icon-boxed.columns-4 .col {
  width: 18%;
}
.content-boxes-icon-boxed.columns-3 .col {
  width: 26.65%;
}
.content-boxes-icon-boxed.columns-2 .col {
  width: 44%;
}
.content-boxes-icon-boxed.columns-1 .col {
  width: 96%;
}
.post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt {
  bottom: 15%;
}
.post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt {
  top: 15%;
}
.post-content .wooslider .slide-excerpt .slide-title,
.post-content .wooslider .slide-excerpt .slide-title a {
  color: #fff;
}
.post-content .wooslider .overlay-full .slide-excerpt {
  padding: 50px;
  opacity: 0.7;
}
.post-content .wooslider .wooslider-control-thumbs {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 33px;
  text-align: center;
}
.post-content .wooslider .wooslider-control-thumbs li {
  float: none;
  width: 56px;
}
.post-content .wooslider .wooslider-prev,
.post-content .wooslider .wooslider-next {
  top: 50%;
  margin-top: -29px;
}
.post-content .wooslider-type-attachments .wooslider-prev,
.post-content .wooslider-type-attachments .wooslider-next {
  top: 50%;
  margin-top: -59px;
}
.post-content .wooslider .overlay-none .slide-excerpt {
  margin-top: 10px;
}
.post-content .wooslider .overlay-none .slide-excerpt .slide-title,
.post-content .wooslider .overlay-none .slide-excerpt .slide-title a {
  color: #333;
}
.tabs-vertical {
  border: 0px;
}
.tabs-vertical .tabset {
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 15.7446808511%;
  float: left;
  height: auto;
  position: relative;
  left: 1px;
  z-index: 10;
}
.tabs-vertical .tab-hold .tabset li {
  float: none;
  width: auto;
  height: auto;
  border: 0;
  background: none;
}
.tabs-vertical .tab-hold .tabset li a,
.tabs-vertical .tab-hold .tabset li:last-child a {
  background: url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/tab-bg.png);
  border-bottom: 0;
}
.tabs-vertical .tab-hold .tabset li a {
  width: auto;
  text-indent: 0;
  border-bottom: 1px solid #d3d3d3;
  height: auto;
  line-height: normal;
  padding: 10px;
}
.tabs-vertical .tab-hold .tabset li.active a {
  background: #fff;
  border-width: 0px;
  border-style: solid;
  border-left-width: 3px;
  height: auto;
  line-height: normal;
}
.tabs-vertical .tabs-container {
  width: 83.9361702128%;
  float: left;
}
.tabs-vertical .tabs-container .tab_content {
  border: 1px solid #d3d3d3;
  padding: 30px;
}
body .portfolio-grid {
  margin-bottom: 80px;
}
.portfolio-grid .portfolio-tabs {
  margin-top: 0;
}
.portfolio-grid.portfolio-one .portfolio-item:last-child {
  margin-bottom: 0px;
}
.portfolio-grid.portfolio-one .image {
  width: 100%;
  float: none;
}
.imageframe-align-center {
  text-align: center;
}
.imageframe {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.imageframe-border img {
  border: 4px solid #eef0f2;
}
.imageframe-glow img {
	border: 4px solid #fff; 
  /* stroke */
	-moz-box-shadow: 0 0 3px rgba(3,3,3,.3); 
  /* outer glow */
	-webkit-box-shadow: 0 0 3px rgba(3,3,3,.3); 
  /* outer glow */
	box-shadow: 0 0 3px rgba(3,3,3,.3); 
  /* outer glow */
}     
.imageframe-dropshadow {
  overflow:hidden;
  width:auto;
}   
.imageframe-dropshadow a::before { 
	content: "";
  position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;               
  -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5); 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
}                                     
.imageframe-dropshadow img {
  border:0;        
}  
.imageframe-bottomshadow {
  position:relative;
  z-index:0;
}
.imageframe-bottomshadow:before,
.imageframe-bottomshadow:after {
	content:"";
  position:absolute; 
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:50%;
  bottom:0;
  left:10px;
  right:10px;
  -webkit-border-radius:100px / 10px;  
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px; 
}   
.imageframe-bottomshadow:after {
  left: auto;
  right: 10px;
  transform: skew(8deg) rotate(3deg);
} 
.imageframe img {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
} 
/* DD Slick */  
#wrapper .dd-container {
  font-size:17px;
  font-weight:normal;
}
#wrapper .dd-container .dd-select {
  border:0;
  text-align:center;
  height:45px;
  line-height:45px;
}
#wrapper .dd-container .dd-selected {
  padding:0 15px;
}
#wrapper .dd-container label,
#wrapper .dd-container a { 
  color:#888;
}
#wrapper .dd-options {
  border:1px solid #E8E8E8;
  border-bottom:0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position:relative;
}
#wrapper .dd-options li {
  float:none;
  height:auto;
  padding:0;
  line-height:normal;
  border-bottom:1px solid #E8E8E8;
}
#wrapper .dd-options li a {
  border:0;
  float:none;
  height:auto;
  margin:0;
  padding:10px;
  line-height:normal;
  color:#333;
}
#wrapper .dd-options li a:hover,
#wrapper .dd-options li.dd-option-selected a { 
  background-color:#fbfbfb;
  color:#333;
}
.top-menu .dd-container {
  text-align:left;
  font-size:12px;
}
#wrapper .dd-selected {
  font-weight:normal;
  font-size:20px;
}
#wrapper .dd-options li:first-child {
  display:none;
}
#wrapper .dd-options li:last-child {
  border-bottom:0;
}                
/* WP 3.6 media player responsive */
.mejs-container.mejs-video {
  width: 100%;
  height: auto;
}
.mejs-overlay,
.mejs-poster {
  width: 100%;
  height: 100%;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: transparent;
}
/* Author page */
.author .avatar {
	float: left;
	margin-right:20px;
}
.author .author_description .author_title {
	margin-top: 0;
	font-family: 'Open Sans',arial,helvetica,sans-serif;
	font-weight: normal;
}
.author .author_title .edit_profile {
	font-size: 12px;
}
.author .author_description {
	overflow: hidden;
}
.author .author_social {
	min-height: 34px;
	line-height: 34px;
  padding-bottom:20px;
	margin: 10px 0 20px 0;
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat center bottom;
}
.author .author_social .custom_msg {
	float: left;
	max-width: 70%;
	font-weight: bold;
}
.author .author_social .t4p-social-networks {
  margin-top: 2px;
  text-align: right;
}
/* Woocommerce */ 
.woocommerce input[type="number"] {
  -moz-appearance: textfield;
}  
#header .login-box,
#header-sticky .login-box, 
#header-sticky .cart-contents,
#header .cart-contents,
#small-nav .login-box,
#small-nav .cart-contents {
  background-color: #ffffff;
}
.woocommerce-info {
  margin-bottom: 20px;
}
.woocommerce-message {
  margin-bottom:40px;
  padding:15px 28px;
  background:#e9f3d2;
  border:1px solid #acd556;
  color:#92b750;
  text-align:left;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
}
.woocommerce-message:before {
  font-family:IcoMoon!important;
  content:'\f00c';
  margin-right:5px;
}
.woocommerce-message .wc-forward {
  float:right;
  margin:0;
  bottom:8px;
  position:relative;
}
.woocommerce-message .wc-forward:before {
  font-family:IcoMoon!important;
  content:'\f07a';
  margin-right:6px;
  color: inherit;  
}     
.woocommerce-error {
  list-style:none;
  padding:0;
}
.woocommerce-error li {
  margin-bottom:15px;
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/error-icon.png") no-repeat scroll 25px 8px #FFE9E9;
  border: 1px solid #E7A9A9;
  color: #D04544;
  padding: 8px;
  position: relative;
  text-align: center;
}
.woocommerce .single_add_to_cart_button,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .alora-order-details .order-again .button {
	text-align:center;
	cursor:pointer;
}      
.woocommerce .button {
	cursor:pointer;
}     
.woocommerce .single_add_to_cart_button {
	margin-top: -1px;
}   
.woocommerce .alora-shipping-calculator-form .button,
.woocommerce .shipping-calculator-form .button {
	float: right;
}    
.woocommerce .login .form-row {
  text-align:initial;
  margin:0 20px 0 15px;
  float:right;
}
.woocommerce .login .form-row.form-row-first,
.woocommerce .login .form-row.form-row-last {
  margin:0 0 20px 0;
  float:none;
}
.woocommerce .login .button {
  margin-left:15px;
}
.woocommerce .login .inline {
  float:left;
  margin-top:5px;
}
.woocommerce .login .lost_password {
  float:right;
  margin-top:5px;
}        
.woocommerce #customer_login .login .form-row {
  text-align:initial;
  margin:0 18px 0 0;
  float:left;
}
.woocommerce #customer_login .login .form-row.form-row-wide {
  margin:0 0 20px 0;
  float:none;
}
.woocommerce #customer_login .login .button {
  margin-left:0;
}
.woocommerce #customer_login .login .inline {
  float:none;
  display:inline;
  margin-top:10px;
  margin-left:15px;
}
.woocommerce #customer_login .login .lost_password {
  float: left; 
  margin-bottom: 0;
}
.woocommerce #customer_login .register .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce .checkout_coupon {
  margin-bottom:30px;
  display:block!important;
}
.woocommerce .checkout_coupon .promo-code-heading {
  margin:0;
  padding:0;
  border:none;
}
.woocommerce .checkout_coupon .coupon-input {
  width:240px;
}
.woocommerce .checkout_coupon .coupon-input .input-text {
  padding:8px 15px;
}
.woocommerce .checkout_coupon .coupon-button {
  margin-right:0;
}
.product_meta {
  padding-top: 20px;
}    
.cart-totals-buttons, 
.shipping_calculator, 
.coupon,
#customer_login .col-1, 
#customer_login .col-2, 
.checkout_coupon, 
.cross-sells {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid;
  overflow: hidden;
  padding: 30px;
}
.woocommerce .checkout h3, 
.cart_totals h2, 
.shipping_calculator h2, 
.coupon h2, 
#customer_login h2, 
.cross-sells h2 {
  margin-top:0;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.woocommerce-ordering {   
  display: none; 
}
.catalog-ordering {
  text-align:center;
  position:relative;
  z-index:99;
}
.catalog-ordering > ul {
  display:inline-block;
  margin-bottom:42px;
}
.catalog-ordering a {
  color:#888;
}
.order-dropdown {
  display:inline-block;
  text-align:left;
  width:175px;
  margin:0;
  padding:0;
  list-style:none;
  margin-right:10px;
  position:relative;
  cursor: pointer;   
}
.order-dropdown ul {
  margin:0;
  padding:0;
  list-style:none;
}
.order-dropdown .current-li {
  border:1px solid #e8e8e8;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display:block;
  height:31px;
  line-height:31px;
  text-indent:13px;
  font-size:12px;
}
.order-dropdown > li {
  position:relative;
  z-index:99;
}
.order-dropdown ul li {  
  margin-bottom:0;
}
.order-dropdown ul {
  display:none;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.order-dropdown > li:hover > ul {
  display:block;
  position:absolute;
}
.order-dropdown li ul li {
  height: 30px;
  overflow: hidden;
}
.order-dropdown ul li a { 
  width:175px;
  background:#fff;
  border:1px solid #e8e8e8;
  border-top:0;
  display:block;
  height:30px;
  line-height:30px;
  text-indent:13px;
  font-size:12px;
  padding:0;
  padding-right:13px;
}
.order-dropdown ul li a strong {
  font-weight:normal;
}
.catalog-ordering .order {
  margin:0;
  margin-right:10px;
  float:left;
  padding:0;
  list-style:none;  
}
.catalog-ordering .order li a { 
  border:1px solid #e8e8e8;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  height:31px;
  line-height:31px;
  font-size:12px;
  padding:0 10px;
  font-weight:bold;
}
.order-dropdown > li:after {
  display:block;
  font-family:IcoMoon!important;
  content:'\f107';
  z-index:101;
  position:absolute;
  top:0;
  right:0;
  height:29px;
  line-height:29px;
  width:26px;
  text-align:center; 
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/divider-menu.png") no-repeat scroll left center transparent;
}
.orderby-order-container {
  display:inline-block;
  text-align:left;
}
.products {
  list-style:none;
  margin:0;
  padding:0;
}
.products li {
  border:1px solid #e3e3e3;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.products li:hover {
  box-shadow:0 0 8px rgba(0,0,0,.1);
} 
.products-6 li {
  float: left;
  width: 15.832%;
  margin-right: 1.0%;
  margin-bottom: 11px;
}
.products-6 li:nth-child(6n) {
  margin-right: 0;
}
.products-6 li:nth-child(6n+1) {
  clear: both;
}
.products-5 li {
  float: left;
  width: 19.2%;
  margin-right: 1.0%;
  margin-bottom: 11px;
}
.products-5 li:nth-child(5n) {
  margin-right: 0;
}
.products-5 li:nth-child(5n+1) {
  clear: both;
}
.products-4 li {
  float:left;
  width: 24.25%;
  margin-right:1.0%;
  margin-bottom:11px;
}
.products-4 li:nth-child(4n) {
  margin-right:0;
}
.products-4 li:nth-child(4n+1) {
  clear:both;
}
.products-3 li {
  float:left;
  width: 32.6%;
  margin-right: 1.0%;
  margin-bottom:11px;
}
.products-3 li:nth-child(3n) {
  margin-right:0;
}
.products-3 li:nth-child(3n+1) {
  clear:both;
}
.products-2 li {
  float:left;
  width: 49.5%;
  margin-right: 1.0%;
  margin-bottom:11px;
}
.products-2 li:nth-child(2n) {
  margin-right:0;
}
.products-2 li:nth-child(2n+1) {
  clear:both;
}
.products-1 li {
  float:left;
  width: 100%;
  margin-bottom:11px;
}
.products-1 li:nth-child(2n) {
  margin-right:0;
}
.products-1 li:nth-child(2n+1) {
  clear:both;
}
.product-images {
  display:block;
  text-align:center;
  position:relative;
}
.onsale {
  -webkit-backface-visibility: hidden;
  display:block;
  z-index:98;
  color:#fff;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  position:absolute;
  padding:1px 10px;
}
.product-details {  
  padding:20px 15px 0px 15px;
}
.product-title {
  font-size:13px;
  text-align:center;
  margin-top:0;
  margin-bottom:5px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight:normal;
}
.product .product-buttons {
  padding:0 15px 10px 15px;
  height:auto;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em;
  font-family:IcoMoon!important;
}
.star-rating:before,
.star-rating span:before {
  color:#bbb;
}
.star-rating:before {
  content: '\f006\f006\f006\f006\f006';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
}   
.product-details .star-rating {
  float:right;
}      
.price del .amount,
.product-details .price .from {
  font-size:13px;
  margin-right:5px;
}
.price ins {
  text-decoration:none;
}
.price ins .amount {
  font-size:22px;
  text-decoration:none;
  color:#333;
}
.price > .amount {
  font-size:22px;
  color:#333;
}
.product-details-container {
  border-bottom:1px dashed #e3e3e3;
  padding-bottom:20px;
  min-height:50px;
}          
.product-buttons a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: auto;
  line-height: inherit;
  font-size: 12px;
}
.product-buttons a:before {
  position: relative;
  font-family: IcoMoon!important;
  color: inherit;
  margin-right: 6px;
}
.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_simple:before {
  content: '\f07a';
}
.product-buttons .show_details_button:before {
  content: '\f196';
}
.product-buttons .product_type_variable:before,
.product-buttons .product_type_grouped:before {
  content: '\f013';
}
#sidebar .product-buttons .add_to_cart_button:hover, 
.product-buttons .add_to_cart_button:hover {
  color:#fff;
}
.product-images .show_details_button {
  font-size:12px;
  line-height:40px;
  text-align:center; 
  background:#333;
  bottom: -30px;
  color: #FFFFFF;
  left: 0;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  z-index:999;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.product-images .show_details_button:before {
  content: '\f196';
  font-family: IcoMoon!important;
  margin-right: 6px;
}
li.product:hover .show_details_button {
  bottom: 0px;
  opacity: 0.9;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.product-buttons {
  height: 60px;
  padding: 0 15px;
}
.product-buttons .added_to_cart {
  display:none;
}         
.product-buttons .button {
  margin-top:12px;
}
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_variable,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_external {
  text-align:center;
  display:block;   
}
.product-images .crossfade-images {
  display:block;
}
.product-images .crossfade-images img {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position:relative;
	z-index:50;
}
.product-images .crossfade-images img:hover {
  opacity:0;
}
.product-images .crossfade-images .hover-image {
  position:absolute;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev:hover {
  border:0;
}
.product {
  position:relative;
}
.product .images {
  float:left;
  margin-right:39px;
}
.woocommerce-tabs {
  clear:both;
}
#main .product .product_title {
  margin: 0 0 20px 0;
  text-align:center;
  font-size:30px;
}  
.product .onsale {
  top:20px;
  left:-5px;
  font-size:16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.product .price {
  margin:0;
  margin-top:5px;
  text-align:center;
  display:block;
}
.product .product-border {
  height:1px;
  border-bottom:1px dashed #e3e3e3;
  margin-top:10px;
  margin-bottom:10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;  
}
.quantity {
  display: inline-block;
  border:1px solid #e8e8e8;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow:hidden;
}
.widget .quantity {
  box-shadow:none;
}
.quantity .minus,
.quantity .plus,
.quantity .qty {
  float:left;
  border:0;
  margin:0;
  padding:0;
  height:31px;
  text-align:center;
  vertical-align:middle;
  font-size:12px;
  color:#333;
  text-shadow:none;
}
.quantity .qty {
  background:transparent;
  width:43px;
}
.quantity .minus,
.quantity .plus {
  background:#fbfaf9;
  width:26px;
  cursor:pointer;
  box-shadow:none;
  -webkit-box-shadow:none;
}
.quantity .minus,
.quantity .qty {
  background-image: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/divider-menu.png");
  background-repeat: no-repeat;
  background-position:right center;
}   
.quantity .qty::-webkit-inner-spin-button, 
.quantity .qty::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}    
form.cart { 
  float:left;
  display:block;
  width:100%;
  margin-bottom:40px;
  margin-top:40px;
}
.summary .cart .gform_wrapper { 
  overflow: visible; 
}            
.summary .cart .quantity { 
  float: left; 
  margin-right: 10px;
  margin-bottom: 5px;  
}
.group_table {
  margin-bottom:10px;
}
.group_table tr {
  vertical-align:top;
  height:41px;
}
.group_table td {
  vertical-align:middle;
  height:31px;
}
.group_table td.label {
  padding:0 10px;
}
.product_meta > span {
  display:block;
}
.woocommerce-tabs {
  overflow:hidden;
  padding-top:20px;
}
.woocommerce-tabs > .tabs {
  list-style:none;
  padding:0;
  margin:0;
  float:left;
}
.woocommerce-tabs .tabs li {
  float:left;
}
.woocommerce-tabs .tabs li a {
  display:inline-block;
  padding:10px 20px;
}
.woocommerce-tabs .tabs li a .arrow,
.woocommerce-tabs .tabs li a:hover .arrow {
  display:none;
}
.woocommerce-tabs .tabs li.active a .arrow,
.woocommerce-tabs .tabs li.active a:hover .arrow {
  display:inline-block;
}  
.woocommerce-tabs .tabs li.active {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -box-shadow:none;
  box-shadow:none;
  font-weight:bold;
  position:relative;
  z-index:0;
}   
.woocommerce-tabs .tabs li.active:before {
  background: none repeat scroll 0 0 #fff;
  border:1px solid #ddd; 
  box-shadow:0 -1px 3px rgba(0,0,0,.15);
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: 0 0 0 -5px;
  position: absolute;
  bottom: -11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  width: 10px;
}

.woocommerce-tabs .panel {
  box-shadow:0 -1px 3px rgba(0,0,0,.05),inset rgba(0,0,0,.05) 0 0 40px,inset rgba(255,255,255,.9) 0 1px 1px;
  background:#fff;
  position:relative;
  z-index:1;
  clear:both;
  border:1px solid #ddd;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
}
.woocommerce #review_form input[type=text] {
  width: 100%;
}
#reviews .overall-rating {
  float:right;
}
#reviews .review-title {
  margin:0;
}
#reviews .review-main-title { 
  margin-bottom:25px;
} 
#reviews #comments > h2 { 
  font-size: 13px; 
  font-weight: bold; 
  color: #747474;
}
#reviews .commentlist {
  margin-bottom:0;
}
#reviews li {
  margin-bottom:15px;
}
#reviews li:last-child {
  margin-bottom:0;
}
#reviews li .comment-text {
  padding:15px;
  border:1px solid #f2efef;
  margin-left:70px;
}
#reviews li .avatar {
  float:left; 
  max-width: 60px;
}
#reviews li .comment-text .meta {
  display: inline-block;
  margin-bottom:10px;
}
#reviews li .comment-text .star-rating {
  float:right;
  margin-left:5px;
}
#reviews li .comment-text .description {
  clear:both;
}
#reviews .add_review {
  margin:0;
  margin-top:15px;
  float:right;
}        
#review_form_wrapper {
  margin-top:50px;
}
#reviews #reply-title {
  font-size:15px;
  margin:0;
  margin-bottom:25px;
}
.comment-respond .comment-reply-title {
  margin-top: 0; 
  padding-top: 1em;
}
.comment-form-rating label {
  display:none;
}
#reviews .comment-form-comment label {
  display:block;
  margin-bottom:4px;
}
#reviews input#submit {
  border:0;
  font-size:13px;
  font-weight:bold;
}
p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
}
p.stars:after {
  content: "";
  display: block;
  clear: both;
}
p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family:IcoMoon!important;
  content: '\f005';
  position: absolute;
  top: .85em;
  width: 5.3em;
  right: 1em;
  font-size: .5em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  color: #999;
  text-align: right;
  font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none;
}
p.stars a.star-1:after {
  content: '\f005';
}
p.stars a.star-2:after {
  content: '\f005\f005';
}
p.stars a.star-3:after {
  content: '\f005\f005\f005';
}
p.stars a.star-4:after {
  content: '\f005\f005\f005\f005';
}
p.stars a.star-5:after {
  content: '\f005\f005\f005\f005\f005';
}   
.related.products,
.upsells.products {
  margin-top:50px;
  clear:both;
}
#main .related.products .t4p-title h2 {
  font-size:30px;  
}
.shop_attributes {
  width:100%;
}
.shop_attributes tr {
  border-bottom:1px solid #e0e0e0;
}
.shop_attributes tr:last-child {
  border-bottom:0;
}
.shop_attributes tr th {
  text-align:left;
  width:30%;
  font-weight:bold;
  background-image: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/divider-menu.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.shop_attributes tr td {
  text-align:left;
  width:70%;
}
.shop_attributes p {
  margin:0;
}
.product .images {
  width:500px;
  margin-right:30px;
}
.product .summary.entry-summary {
  margin-left: 530px;
}
.product .summary.entry-summary > div:nth-child(2) {
  display: inline-block;
}
.product .images .flexslider .slides img {
  width:auto;
}
.product .images #slider,
.product .images #carousel {
  margin-bottom:0px;
}
.product .images #carousel li {
  margin-right:9px;
  opacity:0.5;
}
.product .images #carousel li.flex-active-slide {
  opacity:1;
}
.product .images #slider .flex-direction-nav,
.product .images #carousel .flex-direction-nav {
  display:none;
}
.product .images:hover #slider .flex-direction-nav,
.product .images:hover #carousel .flex-direction-nav {
  display:block;
}
.has-sidebar .product .images {
  width:320px;
}
.has-sidebar .summary.entry-summary {
  margin-left: 350px;
}
.woocommerce-tabs .panel {
  padding: 20px;
}
.woocommerce .social-share,
.woocommerce .social-share li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .social-share {
  text-align:center;
  margin-top:50px;
  display:block;
}
.has-sidebar .woocommerce .social-share li,
.has-sidebar .woocommerce-container .social-share li {
  width: 158px;
  padding: 10px 19px;
}
.woocommerce .social-share li {
  display: inline-block;
  text-align:center!important;
  width: 180px;
  padding: 10px 30px;
}
.woocommerce .social-share li a {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -border-radius:3px;
  border-radius:3px;
  padding:10px;
  display:inline-block;
  width:40px;
  height:40px;
  background-color: rgba(0, 0, 0, 0.15);
  opacity:0.3;
}
.woocommerce .social-share li .t4p-icon-share-facebook:before {
  content: '\66';  
}
.woocommerce .social-share li .t4p-icon-share-twitter:before {
  content: '\54';  
}
.woocommerce .social-share li .t4p-icon-share-pinterest:before {
  content: '\31';  
}
.woocommerce .social-share li .t4p-icon-share-envelope:before {
  content: '\f0e0';  
}
.woocommerce .social-share li a:hover {
  opacity:1;
}
.woocommerce .social-share li a i {
  color:#747474;
  text-align:center;
  font-size:16px;
  line-height:16px;
}
.woocommerce .social-share li a:hover i {
  color:#fff;
}
.woocommerce-message {
  margin-bottom:15px;
}
.woocommerce-success-message {
  font-weight:bold;
  font-size:14px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  margin-bottom:40px;
	padding:15px 28px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -border-radius:4px;
  border-radius:4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
	background:#e9f3d2;
	border:1px solid #acd556;
	color:#92b750;
}
.woocommerce-success-message .button {
  float:right;
}
.woocommerce-success-message .msg:before {
  font-family:IcoMoon!important;
  content:'\f00c';
  margin-right:5px;
}
.woocommerce-success-message .button {
  font-size:12px;
}
.woocommerce-success-message .button:before {
  font-family:IcoMoon!important;
  content:'\f07a';
  margin-right:6px;
}
.empty-cart-message .msg {
  font-size:18px;
}
.empty-cart-message .msg:before {
  content:'';
}
.login-box {
  position:absolute;
  top:auto;
  left:-1px;
  z-index:1000;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  padding:20px;
  width:187px;
  border: 1px solid #dedddd;
  line-height: normal;  
}
.login-box input {
  padding:8px 15px;
}
.login-box p {
  margin:0;
  padding:0;
}
.login-box .forgetmenot {
  float:left;
}
.login-box .submit {
  float:right;
}
.top-menu .cart {
  background:#f6f6f6;
  padding-left:25px;
  padding-right:25px;
  padding:0;
}
.top-menu .cart > a {
  display:block;
  padding-right:0px;
  text-transform:uppercase;
  text-align:center;
  width:auto;
  padding:0 13px;
}
.top-menu .cart > a.empty-cart {
  width:auto;
}
.top-menu .cart > a:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-right:10px;
}
.top-menu .cart > a:after {
  font-family:IcoMoon!important;
  content:"\f107";
  margin-left:10px;
}
.top-menu .cart-contents {
  position:absolute;
  margin-top: 0px;
  right:-1px;
  z-index:1001;
  border:1px solid;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.top-menu .cart-content a {
  display:block;
  line-height:normal;
  padding:15px 13px!important;
  width: 176px;
  border-bottom:1px solid;
  overflow:hidden;
}  
.top-menu .cart-contents .cart-content:last-child a {
  border-bottom:0;
}
.top-menu .cart-content a:hover {
  background:#f6f6f6;
}
.top-menu .cart-content .cart-desc {
  float:left;
}
.top-menu .cart-content a img {
  float:left;
  display:inline-block;
  max-width:36px;
  margin-right:15px;
}
.top-menu .cart-content a .cart-desc {
  display:inline-block;
}
.top-menu .cart-contents a span {
  line-height:normal;
}
.top-menu .cart-content a .cart-title, 
.top-menu .cart-content a .quantity {
  display:block;
  font-size:12px;
}
.top-menu .cart-content a .cart-title {
  margin-bottom:5px;
}
.top-menu .cart-checkout {
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat scroll center top #FBFBFB;
  overflow:hidden;
}
.top-menu .cart-checkout a {
  display:inline-block;
  width:50%;
  float:left;
  text-indent:10px;
  padding:0!important;
}
.cart-checkout a:before {
  position: relative;
  margin-right:6px;
  line-height: inherit;
  font-family: IcoMoon!important;
}
.cart-checkout .cart-link a:before {
  content:"\f07a";
}
.cart-checkout .checkout-link a:before {
  content:"\f00c";
}
.checkout-link {
  float: right;
}         
#header-sticky .cart,
#header .cart {
  margin-left: 0;
}
#header-sticky .cart-contents,
#header .cart-contents {
  position:absolute;
  top:auto;
  left:auto;
  right:0;
  z-index:1001;
  border:1px solid;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
}
#header-sticky .cart-content a,
#header .cart-content a {
  display:block;
  padding:15px;
  width:180px;
  border-bottom:1px solid;
  line-height:normal;
  height:auto;
}
#header-sticky .cart-contents .cart-content:last-child a,
#header .cart-contents .cart-content:last-child a {
  border-bottom:0;
}
#header-sticky .cart-content a:hover,
#header .cart-content a:hover { 
  border-top:0;
  background:#f6f6f6;
  height:auto;
}
#header-sticky .cart-content a img,
#header .cart-content a img {
  display:inline-block;
  max-width:36px;
  margin-right:5px;
}
#header-sticky .cart-content a .cart-desc,
#header .cart-content a .cart-desc {
  display:inline-block;
  width:96px;
  font-size:12px;
}
#header-sticky .cart-contents a span,
#header .cart-contents a span {
  line-height:normal;
}
#header-sticky .cart-content a .cart-title,
#header-sticky .cart-content a .quantity,
#header .cart-content a .cart-title,
#header .cart-content a .quantity {
  display:block;
  font-size:12px;
}
#header-sticky .cart-content a .cart-title,
#header .cart-content a .cart-title {
  margin-bottom:5px;
}
#header-sticky .cart-checkout,
#header .cart-checkout {
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat scroll center top #FBFBFB;
  overflow:hidden;
}
#header-sticky .cart-checkout a,
#header .cart-checkout a {
  display:inline-block;
  padding:0;
  width: 100%;
  text-indent:10px;
  border:0;
  height:auto;
  line-height:40px!important;
  font-size:12px;
}
#header-sticky .cart-checkout a:hover,
#header .cart-checkout a:hover {
  background:none!important;
}
#header-sticky .cart-checkout .cart-link a:before,
#header .cart-checkout .cart-link a:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-right:6px;
}
#header-sticky .cart-checkout .checkout-link a:before,
#header .cart-checkout .checkout-link a:before {
  font-family:IcoMoon!important;
  content:"\f00c";
  margin-right:6px;
}
#header-sticky .my-cart-link:hover,
#header .my-cart-link:hover {
  border-top-color:transparent;
}
#header-sticky .my-cart-link:before,
#header .my-cart-link:before,
#header-sticky .empty-cart:before,
#header .empty-cart:before { 
  font-family:IcoMoon!important;
  content:"\f07a";
  padding:5px;
}
.cart-content a img {
  border:4px solid;
}
#small-nav .cart {
  margin-left:-35px;
  padding-left:35px;
}
#small-nav .cart-contents {
  position:absolute;
  left:auto;
  right:0;
  z-index: 1001;
  border:1px solid;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -box-shadow:0 1px 2px rgba(0,0,0,.1);
  box-shadow:0 1px 2px rgba(0,0,0,.1);
}
#small-nav .cart-content a {
  display:block;
  padding:15px;
  width:180px;
  border-bottom:1px solid;
  line-height:normal;
  height:auto;
}
#small-nav .cart-contents .cart-content:last-child a {
  border-bottom:0;
}
#small-nav .cart-content a:hover {
  border-top:0;
  background:#f6f6f6;
  height:auto;
}
#small-nav .cart-content a img {
  display:inline-block;
  max-width:36px;
  margin-right:5px;
}
#small-nav .cart-content a .cart-desc {
  display:inline-block;
  width:96px;
  font-size:12px;
}
#small-nav .cart-contents a span {
  line-height:normal;
}  
#small-nav .cart-content a .cart-title,
#small-nav .cart-content a .quantity {
  display:block;
  font-size:12px;
}
#small-nav .cart-content a .cart-title {
  margin-bottom:5px;
}
#small-nav .cart-checkout {
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/sep-shadow.png") no-repeat scroll center top #FBFBFB;
  overflow:hidden;
}
#small-nav .cart-checkout a {
  display:inline-block;
  padding:0;
  width:100%;
  float:left;
  text-indent:10px;
  border:0;
  height:auto;
  font-size:12px;
}
#small-nav .cart-checkout .cart-link a:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-right:6px;
}
#small-nav .cart-checkout .checkout-link a:before {
  font-family:IcoMoon!important;
  content:"\f00c";
  margin-right:6px;
}
#small-nav .my-cart-link:hover {
  border-top-color:transparent;
}
#small-nav .my-cart-link:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  padding:5px;
}     
.sticky-header .cart-contents {
  top: 65px;
}
.cart-checkout a {
  line-height:40px;
}  
.cart-checkout {
  font-size: 0;
}
.cart-checkout .checkout-link,
.cart-checkout .cart-link {
  width: 50%;
  vertical-align: top;
}
.cart-checkout .cart-link {
  float: left;
}
.cart-checkout .cart-link a,
.cart-checkout .checkout-link a {
  position: relative;
  padding-left: 1.4em;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
}
.cart-checkout .checkout-link a {
  float: right;
}   
.single_variation_wrap {
  margin:10px 0px;
}
.cart .quantity {
  float:left;
}
.cart .button { 
  float:left;
  margin-left:10px;  
}
table.variations { 
  width: 100%; 
}
table.variations td {
  padding-bottom: 5px;
}
.variations .label { 
  padding-right: 10px; 
}
.variations .value { 
  min-width: 150px; 
}
.single_variation_price_reset .single_variation_wrap {
  float:left;
  margin-top:5px;
}
.product .single_variation_price_reset .single_variation_wrap .price {
  margin-top: 0;
}
.single_variation_price_reset .reset_variations {
  float: right;
  margin-top: 5px;
}             
.product_list_widget .wp-post-image {
  max-width:58px;
  margin-right:15px;
  float:left;
  border-width: 4px;
  border-style: solid;
}
.product_list_widget .wp-post-image:hover {
  opacity:0.5;
}
#sidebar .product_list_widget li,
#sidebar .widget_layered_nav li {
  padding:15px 0px;
  border-bottom:1px solid;
  overflow:hidden;
}
#sidebar .product_list_widget li a,
#sidebar .widget_layered_nav li a {
  border-bottom:0;
  padding:0;
}
#sidebar .product_list_widget li .amount,
#sidebar .product_list_widget li .quantity {
  display: block;
  font-size:15px;
  font-weight:bold;
  padding-top:3px;
}
#sidebar .product_list_widget li del .amount {
  font-weight:normal;
  font-size:13px;
}
#sidebar .product_list_widget li ins {
  text-decoration:none;
  color:#333;
}
#sidebar .product_list_widget li .quantity {
  border:0;
}
#sidebar .product_list_widget li dl {
  margin:0;
}
#sidebar .product_list_widget li dt,
#sidebar .product_list_widget li dd {
  margin:0;
  display:inline;
}
#sidebar .product_list_widget li dt {
  font-weight:bold;
  margin-right:5px;
}
#sidebar .product_list_widget li .star-rating {
  margin:5px 0px;
}
.widget_shopping_cart_content .total .amount {
  display:inline-block;
  margin-left:25px;
}
.widget_shopping_cart_content .buttons {
  overflow:hidden;
}
.widget_shopping_cart_content .buttons a {
  display:inline-block;
  width:45%;
  float:left;
  padding:0;
  font-size:13px;
  text-indent:10px;
  margin:0;
  margin-left:5px;
  height:35px;
  line-height:35px;
}
.widget_shopping_cart_content .buttons > a:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-right:10px;
}
.widget_shopping_cart_content .buttons a.checkout:before {
  font-family:IcoMoon!important;
  content:"\f00c";
  margin-right:10px;
}
.widget_layered_nav li {
  overflow:hidden;
  padding:10px 0px;
}
.widget_layered_nav li a {
  float:left;
}
.widget_layered_nav li .count {
  float:right;
  font-size:12px;
}   
.price_slider_wrapper {
  border-bottom:1px solid;
  padding-bottom:18px;
}
.price_slider_amount {
  text-align: left;
  margin-top:15px;
}
.price_slider_amount .button {
  float: right;
  font-weight: bold;
  height:35px;
  line-height:25px;
  font-size: 14px;
  padding:5px 10px;
}      
.price_label{
	line-height:25px;
}
.price_label .from {  
  margin-left:5px;
}
.price_label .from,
.price_label .to {
  font-size:15px;
  font-weight:bold;
}
.ui-slider {
  position: relative;
  text-align: left;
}   
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  top: -0.3em;
	outline:none;
}   
.ui-slider .ui-slider-handle:before {
	border: 1px solid #aaa;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
  box-shadow:inset 0 -1px 3px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.9);
  -box-shadow:inset 0 -1px 3px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.9);
  -moz-box-shadow:inset 0 -1px 3px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-box-shadow:inset 0 -1px 3px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.9);
	background-color: #ccc;
  width: 12px;
  height: 12px;
	outline:none;
	content:'';
	display:block;
	position:absolute;
	top:0;
  left:0;
}    
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
} 
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size:.7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
} 
.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}   
.ui-slider-horizontal {
  height:.5em;
} 
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
} 
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
} 
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
} 
.simple-products-slider { 
  overflow: hidden; 
}
.products-slider .image .image-extras .image-extras-content h3, 
.simple-products-slider .image .image-extras .image-extras-content h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size:13px;
}
.products-slider .cats a, 
.simple-products-slider .cats a,
.image .image-extras .image-extras-content h4 .cats, 
.image .image-extras .image-extras-content h4 .cats a {
  font-weight:normal;
  font-size:11px;
  margin-bottom:5px;
  line-height:normal;
  color:#333!important;
}
.products-slider .price, 
.simple-products-slider .price {
  display:inline-block;
  margin-bottom:5px;
}
.products-slider .price .amount, 
.simple-products-slider .price .amount {
  font-size:18px;
}
.products-slider .product-buttons, 
.simple-products-slider .product-buttons {
  padding:0;
  height:auto;
}
.products-slider .product-buttons a, 
.simple-products-slider .product-buttons a {
  display:inline;
  float:none;
}
.products-slider .product-buttons .add_to_cart_button:before {
  padding-top:0;
}
.products-slider .product-buttons .show_details_button:before {
  padding-top:0;
}
.products-slider .product-buttons .button.product_type_variable:before,
.product-buttons .button.product_type_grouped:before {
  padding-top:0;
}
.products-slider .product-buttons .button.product_type_simple:before {
  padding-top:0;
}
.product-category h3 {
  padding:0 20px;
}
#customer_login h2 {
  margin-bottom:5px;
}
#customer_login .sep-double {
  margin-bottom:40px;
}
#customer_login_box {
  border:1px solid;
  padding:30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#customer_login .one_half.last {
  padding-top:29px;
}
#customer_login_box .remember-box {
  padding-left:20px;
  padding-right:20px;
}
#customer_login .col-1, 
#customer_login .col-2 {
  width:48%;
  float:left;
}
#customer_login .col-1 {
  margin-right:4%;
}
.woocommerce .myaccount_user_container {
  display:table-row;
}  
.myaccount_user_container span {
  display:table-cell;
  padding:25px 0px;
}
.myaccount_user_container span.msg {
  padding-left:20px;
  padding-right:20px;
}
.myaccount_user_container span:last-child {
  border-right:0;
  padding-left:20px;
}
.myaccount_user_container .username {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size:25px;
  font-weight:normal;
}
.myaccount_user_container .view-cart {
  text-align:right;
}
.myaccount_user_container .view-cart a:before {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-right:10px;
  color: inherit;  
}          
.myaccount_user { 
  display:none;
}
.alora_myaccount_user{
  display:table;
  width:100%;
  border:none;
  margin-bottom:30px;
}
#main .alora-myaccount-data {
  overflow:visible;
}
.alora-myaccount-data h2, 
.alora-myaccount-data .digital-downloads, 
.alora-myaccount-data .my_account_orders, 
.alora-myaccount-data .myaccount_address, 
.alora-myaccount-data .addresses,
.alora-myaccount-data .edit-account-heading,
.alora-myaccount-data .edit-account-form, 
.edit-address {
  display:none;
}
.alora-myaccount-data .digital-downloads,
.alora-thank-you .order_details {
  list-style:none;
  margin:10px 0 0;
  padding:0;
}
.alora-myaccount-data .digital-downloads li,
.alora-thank-you .order_details li {
  line-height: 19px;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
}
.alora-myaccount-data .digital-downloads li:before,
.alora-thank-you .order_details li:before {
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  content:'\f00c';
  display: inline-block;
  float: left;
  font-family:IcoMoon!important;
  font-style: normal;
  font-weight: normal;
  height: 19px;
  margin-left: -25px;
  margin-right: 0;
  text-decoration: inherit;
  width: 19px;
}
.alora-myaccount-data .my_account_orders .order-total {
  border-top: none;
}
.alora-myaccount-data .my_account_orders.shop_table tbody tr {
  height:46px;
}
.alora-myaccount-data .addresses .col-1, 
.alora-myaccount-data .addresses .col-2,
.alora-customer-details .addresses .col-1, 
.alora-customer-details .addresses .col-2 {
  width:48%;
  float:left;
}
.alora-myaccount-data .addresses .col-1,
.alora-customer-details .addresses .col-1 {
  margin-right:4%;
}
.alora-myaccount-data .addresses .title,
.alora-customer-details .addresses .title {
  margin-top:0;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display:block;
}
.alora-myaccount-data .addresses .title h3,
.alora-customer-details .addresses .title h3 {
  font-weight:bold;
}
.alora-myaccount-data .addresses .title .edit {
  display: inline-block;margin: 2px 0 0 10px;
}
body:not(:-moz-handler-blocked) .alora-myaccount-data .addresses .title .edit {
  margin-top: 3px;
}
.alora-myaccount-data .input-text {
  padding: 8px 15px;
}
.alora-myaccount-data #billing_country_chosen,
.alora-myaccount-data #billing_state_chosen,
.alora-myaccount-data #shipping_country_chosen,
.alora-myaccount-data #shipping_state_chosen,
.alora-checkout #billing_country_chosen,
.alora-checkout #billing_state_chosen,
.alora-checkout #shipping_country_chosen,
.alora-checkout #shipping_state_chosen {
  width:100%!important;
}
/* START WooCommerce 2.3 select2 styles  */
.alora-select .select2-container {
  width: 100% !important;
}
.alora-select .select2-container .select2-choice {
  color: #aaa9a9;
  background-color: #ffffff;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 36px;
  padding: 7px 15px;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
.alora-select .select2-container .select2-choice .select2-arrow {
  background-image: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-left: 1px solid #dadada;
  position: absolute;
  background: transparent;
  pointer-events: none;
  z-index: 10;
  font-family: IcoMoon!important;
  font-size: 15px;
  text-align: center;
}
.alora-select .select2-container .select2-choice .select2-arrow b,
.alora-select .select2-container .select2-choices .select2-arrow b {
  pointer-events: none;
  z-index: 10;
  font-family: IcoMoon!important;
  font-size: 15px;
  text-align: center;
  background: none;
}
.select2-container .select2-choice .select2-arrow b:after {
  display: none;
}
.alora-select .select2-container .select2-choice .select2-arrow b:before,
.alora-select .select2-container .select2-choices .select2-arrow b:before {
  content: '\f107';
}
.alora-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
.alora-select .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 28px;
  height: 28px;
}
.alora-select .select2-container.select2-dropdown-open .select2-choice {
  background: inherit;
  background-image: inherit;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0, #eeeeee 50%);
  background-color: #eee;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.alora-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  border-left-color: transparent;
}
.alora-order-details {
  margin-bottom:20px;
}
.alora-order-details .shop_table.order_details .product-total {
  text-align:right;
}
.alora-order-details .shop_table.order_details tfoot tr {
  border:none;
}
.alora-order-details .shop_table.order_details tfoot tr th {
  border:none;
}
.alora-order-details .shop_table.order_details tfoot tr td {
  padding-top:0;
}
.alora-order-details .shop_table.order_details tfoot tr:last-child td {
  padding-top:10px;
}
.alora-order-details .order-again {
  margin:15px 0 0 0;
  text-align:right;
}
.alora-order-details .shop_table.order_details tfoot tr:last-child .amount {
  font-size:18px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}   
.alora-customer-details .customer_details dt, 
.alora-customer-details .customer_details dd {
  display: inline-block;
  margin: 0;
}
.alora-customer-details .customer_details dt {
  font-weight:bold;
}        
.alora-thank-you {
  margin-bottom:20px;
} 
#main .cart-empty {
  float: left;
  font-size: 18px;
  width:50%;
  line-height:55px;
  height:55px;
}
#main .return-to-shop {
  float: left;
  width:50%;
  text-align:right;
  line-height:55px;
  height:55px;
}
.return-to-shop .wc-backward:before {
  content:"\f07a";
  font-family:IcoMoon!important;
  margin-right:10px;
  color: inherit;  
}   
.woocommerce-side-nav {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:220px;	
  border:1px solid #e8e8e8;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce-side-nav li {
  margin:0;
}
.woocommerce-side-nav li a {
  padding:8px 15px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  display:block;
  border-bottom:1px solid;
}
.woocommerce-side-nav li:last-child a {
  border-bottom:0;
}
.woocommerce-side-nav li.active a:after {
  position: absolute;
  font-size: 14px;
  font-family:IcoMoon!important;
  content:"\f105";
  margin-left:5px;
}       
.woocommerce-content-box {
  border:1px solid;
  padding:30px;
  margin-left: 240px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -border-radius:4px; 
  border-radius:4px;
}
.woocommerce-content-box.full-width {
  margin-left:0;
  width:100%;
}
.woocommerce-content-box.one_half {
  margin-left:0;
  width: 48%;
  margin-right: 4%; 
  float: left; 
  margin-bottom:20px; 
  position:relative;
}       
.woocommerce-content-box.alora-checkout {
	overflow: visible;
}   
.woocommerce-content-box h2 {
  border-bottom:1px solid;
  padding-bottom:10px;
  margin-bottom:30px;
}
form.checkout .payment_methods .payment_box {
  background:rgba(0,0,0,.1);
}           
.available-downloads {
  margin-bottom:50px;
} 
.my_account_orders {
  width:100%;
  text-align:left;
  margin:0;
}
.my_account_orders tr {
  border-bottom:1px solid;
}
.my_account_orders tbody tr:last-child {
  border-bottom:0;
}
.my_account_orders thead tr th {
  padding-bottom:12px;
  font-weight:bold;
  font-size:13px;
}
.my_account_orders thead tr th {
  height:auto;
  line-height:normal;
}
.my_account_orders .order-number a {
  font-size:18px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.my_account_orders .order-actions a {
  display:block;
}
#main .page-info {
  margin-bottom:10px;
} 
.woocommerce .addresses {
  margin-top:40px;overflow:hidden;
}
.woocommerce .address h4 {
  font-weight:bold;
  margin-top:0;
  border-bottom:1px solid;
  padding-bottom:5px;
}
.woocommerce address {
  font-style:normal;
  margin-bottom:20px;
}
.woocommerce .address .edit {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.woocommerce .address .edit:after {
  position: absolute;
  font-size: 14px;
  font-family:IcoMoon!important;
  content:"\f105";
  margin-left:10px;
} 
.checkout .input-text {
  padding: 8px 15px;
}
.shop_table {
  width:100%;
  text-align:left;
  margin:0;
}
.shop_table tr {
  border-bottom:1px solid;
}
.shop_table tbody tr:last-child {
  border-bottom:0;
}
.shop_table thead tr th {
  padding-bottom:12px;
  font-weight:bold;
}
.shop_table thead tr th {
  height:auto;
  line-height:normal;
}
.shop_table tbody tr {
  height:140px;
}
.shop_table .product-thumbnail {
  width:90px;
  margin-right:25px;
  float:left;
}
.shop_table .product-thumbnail img {
  max-width:90px;
}
.shop_table .product-name {
  width:50%;
}
.shop_table .product-thumbnail a {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.product-info {
  margin-left: 115px;
  margin-top: 20px;
}
.shop_table .product-thumbnail .product-info {
  float:left
  margin-top:20px;
}
.shop_table .product-remove a {
  font-size:24px;
  float:right;
}
.shop_table .product-price {
  text-align:center;
}
.shop_table .product-quantity {
  text-align: center;
}
.checkout .shop_table .product-quantity {
  text-align:initial;
}
.shop_table .product-quantity .quantity {
  margin:0 auto;
}
.shop_table .product-subtotal {
  text-align:center;
}
.shop_table .product-subtotal .amount {
  font-size:18px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.shop_table .product-remove {
  width:5%;
}       
.one_half_container {
  float:left;
} 
.cart-collaterals {
  margin-top:30px;
  overflow:hidden;
}
.cart-collaterals .one_half .woocommerce-content-box {
  margin-bottom:30px;
}
.cart-collaterals .form-row input {
  padding: 9px 15px;
  margin: 0;  
}
.cart-collaterals ul.products li {
  margin-bottom:0;
}
.cart-collaterals .cross-sells {
  margin-bottom:30px;
}                 
.shipping-calculator-form-nohide #calc_shipping_state {
  min-width:100%;
}
.shipping-calculator-form-nohide .button {
  float:right;
}     
.coupon {
  overflow:hidden;
}
.coupon .input-text {
  float:left;width:290px;margin-top:2px;padding: 8px 15px;
}
.coupon .t4p-button {
  float:right;
  margin-top:0;
}  
.coupon .button {
  margin-top:2px;
  display:block;
}   
.shipping-coupon {
  float:left;
  width:48%;
  margin-right:4%;
}
.cart-totals-buttons {
  float: left; 
  width: 48%;
}
.cart-totals-buttons .shipping_method {
  max-width: 230px;
}
.shipping_calculator {
  margin-bottom:30px;
}
.shipping-calculator-form {
  display:block;
}
.shipping-calculator-form .one_half .alora-select-parent {
  margin-bottom:0;
}
.shipping-calculator-button:hover {
  color:inherit;
  cursor:auto;
}
.cart-collaterals .shipping_calculator #calc_shipping_state {
  min-width:150px;
}
.cart-collaterals .shipping_calculator #calc_shipping_postcode { 
  height: 36px; 
}
.woocommerce p.one_half {
  margin-left:0;
  margin-right:4%;
}
.coupon .t4p-button {
  margin-top:0;
}   
.order-total {
  border-top: 1px solid;
  height: 50px;
}
.order-total th, 
.order-total td {
  padding-top: 20px;
}
.checkout .order-total { 
  border:none; 
  height:auto;
}
.checkout .order-total th, 
.checkout .order-total td {
  padding-top: 0;
}
.cart_totals .order-total .amount {
  font-size:18px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}                                    
.cart_totals table {
  width:100%;
  text-align:left;
}
.cart_totals table th {
  width:50%;
  padding-bottom:20px;
}
.cart_totals table td {
  width:50%;
  padding-bottom:20px;
  text-align:right;
}
.cart_totals table .total th,
.cart_totals table .total td {
  padding-top:20px;
}
.cart_totals .cart-subtotal td,
.cart_totals .total td {
  text-align:right;
}
.cart_totals .cart-subtotal td strong {
  font-weight:normal;
}
.cart_totals .total {
  border-top:1px solid;
  height:50px;
}
#shipping_method {
  list-style:none;
  margin:0;
  padding:0 ;
  float:right;
  text-align:right;
}
.cart-totals-container .button {
  float:right;
}
.cart-totals-container .checkout-button {
  clear:both;
  margin-top:10px;
}    
.cart-totals-buttons .t4p-button {
  float:right;
  display:block;
}
.cart-totals-buttons .checkout-button {
  clear:both;
  margin-top:10px;
  margin-right:0;
}        
#wrapper .custom_select_box .dd-container .dd-select,
#wrapper .custom_select_box  .dd-options li a {
  background:#fbfaf9;
  background-image:none;
}
#wrapper .custom_select_box .dd-container .dd-selected {
  padding:0;
  text-indent:10px;
  padding-right:15px;
}
#wrapper .custom_select_box .dd-options li a:hover {
  background-color:transparent;
}
#wrapper .custom_select_box .dd-pointer {
  background-image:none;
  width:10px;
  border-left:1px solid;
  padding-left:10px;
}
#wrapper .custom_select_box .dd-pointer-down:after {
  font-family:IcoMoon!important;
  content:"\f107";
  font-weight:bold;
}
#wrapper .custom_select_box .dd-options {
  position:absolute;
  top:auto;
  max-height:143px;
}
#wrapper .custom_select_box .dd-pointer-down {
  border-color:#dadada;
}   
#billing_country_field > label, 
#shipping_country_field > label {
    padding-right: 5px;
}
#billing_country_field > label:after, 
#shipping_country_field > label:after {
    content: ":";
}         
.admin-bar p.demo_store {
	top: 32px;
}      
p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	background: #E9F3D2;
	color: #92B750;
  font-weight:bold;
  z-index: 99997;
}      
.product .entry-summary .price { 
  margin-top: 10px; 
}
.product .entry-summary .woocommerce-product-rating {
  display: inline-block; 
  margin-left: 20px; 
  margin-top: 11px; 
}
.product .entry-summary .woocommerce-product-rating .star-rating {
  display: inline-block; 
}
.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  position: relative; 
  top: -2px; 
}          
#wrapper .chzn-container-single .chzn-single div b {
  background:none;
}
#billing_country_field .select-arrow, 
#shipping_country_field .select-arrow,
#billing_state_field .select-arrow, 
#shipping_state_field .select-arrow { 
  height: 34px; 
  line-height: 34px; 
}  
#customer_login h2 {
  margin-bottom: 30px;
}
.wpcf7-select-parent {
  overflow: hidden;
	position: relative;
	width: 100%;
}    
.wpcf7-select-parent .select-arrow {
	width: 35px;
	height: 36px;
  line-height: 36px;  
	border-left: 1px solid #dadada;
	position: absolute; 
  top: 1px; 
  right: 1px;
  background: #fff;  
	pointer-events: none;
	z-index: 10;
	font-family:IcoMoon!important;
  font-size: 15px;
	text-align: center;
}   
.wpcf7-select-parent .wpcf7-select {
	-webkit-appearance: none;
  text-overflow: '';	
	background: #fbfaf9;
	border: 1px solid #dadada;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	outline: none;
	height: auto;
	width: 100%;
	padding: 8px 15px;
	position: relative;
	text-indent: 0.01px;
	vertical-align: middle;
	z-index: 5;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}  
.wpcf7-form .wpcf7-not-valid-tip {
  display: inline;
} 
.gravity-select-parent {
	position: relative;
	overflow: hidden;
}    
.ginput_complex .gravity-select-parent {	
  width:95%; 
}
.gravity-select-parent .select-arrow {
	width: 26px;
	height: 26px;
  line-height: 26px;  
	border-left: 1px solid #dadada;
	position: absolute; 
  top: 1px; 
  right: 1px;
	pointer-events: none;
  background: #fff;  
	z-index: 10;
  font-size: 15px;  
	font-family:IcoMoon!important;
	text-align: center;
}       
.gravity-select-parent select {
  text-overflow: '';	
	-webkit-appearance: none;
	background: #fbfaf9;
	border: 1px solid #dadada;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	outline: none;
	height: auto;
	padding: 8px 15px;
	position: relative;
	text-indent: 0.01px;
	vertical-align: middle;
	z-index: 5;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	min-width: 90px;
}   
.select-arrow {
	width: 35px;
  height: 36px;
  line-height: 36px;
	border-left: 1px solid #dadada;
	position: absolute; 
  top: 1px; 
  right: 1px;
  background: #fff;  
	pointer-events: none;
	z-index: 10;
	font-family:IcoMoon!important;
  font-size: 15px;  
	text-align: center;
}         
.woocommerce .select-arrow {
  bottom: 1px;
  top: auto;
}          
.alora-select-parent {
	position: relative;
  overflow: hidden;
}         
#billing_country_field .alora-select-parent,
#shipping_country_field .alora-select-parent,
#billing_state_field .alora-select-parent,
#shipping_state_field .alora-select-parent,
.alora-shipping-calculator-form .alora-select-parent,
.shipping-calculator-form .alora-select-parent {
	overflow: visible;
}       
.bbpress .alora-select-parent {
	overflow: hidden;  
}    
.bbpress .ed_button.button {
  text-shadow:none;
} 
.bbpress .ed_button.button:hover {
  color:#222!important;
}   
#bbpress-forums div.bbp-topic-tags a:hover {
  color: #555 !important;
}                       
.alora-select-parent select,
.alora-select-parent #billing_country_chzn, 
.alora-select-parent #billing_state_chzn,
.alora-select-parent #shipping_country_chzn,
.alora-select-parent #shipping_state_chzn {
  text-overflow: '';	
	-webkit-appearance: none;
	border: 1px solid #E0E0E0;  
  border-radius: 3px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  color: #AAAAAA;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 13px;
	outline: none;
	height: auto;
	padding: 8px 15px;
	position: relative;
	text-indent: 0.01px;
	vertical-align: middle;
	z-index: 5;
	margin: 0;
	min-width: 200px;
}    
.chzn-container-single .chzn-single {
  background: none!important;
  border: none!important;
  border-radius:0px!important;
  box-shadow:none!important;
  height: 20px!important;
  line-height: 20px!important;
  padding: 0!important;
}
.chzn-container-single .chzn-single div {
    display:none!important;
}   
.chzn-container .chzn-drop {
  top:37px!important;
}
.alora-shipping-calculator-form .alora-select-parent select,
.shipping-calculator-form .alora-select-parent select {
	padding-top: 8px;
}   
.alora-select-parent .alora-select-arrow {
	background: #fff url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/divider-menu.png") no-repeat left center;
	width: 35px;
	height: 36px;
	position: absolute; 
  top: 1px; 
  right: 1px;
	pointer-events: none;
	z-index: 10;
  font-size: 15px;  
	font-family:IcoMoon!important;
	text-align: center;
	line-height: 36px;
}          
.woocommerce .alora-select-parent select, 
#bbpress-forums .alora-select-parent select {
  width: 100%;
}      
#bbpress-forums fieldset select#bbp_forum_id { 
  max-width: none; 
}             
.woocommerce .lost_password {
	margin-top: 7px;
}        
form.checkout #shipping,
form.checkout #payment-container {
  display:none;
}
form.checkout #billing_first_name_field, 
form.checkout #shipping_first_name_field {
  float:left;
  width:48%;
}
form.checkout #billing_last_name_field, 
form.checkout #shipping_last_name_field {
  float:right;
  width:48%;
}
form.checkout .continue-checkout {
  float:right;
}
form.checkout label {
  margin-bottom:2px;
  display:inline-block;
}
form.checkout .shop_table tbody .product-thumbnail {
  width:90px;
}
form.checkout .shop_table  th.product-total {
  width:40%;
  text-align:right;
}
form.checkout .shop_table tbody .product-total {
  width:40%;
  text-align:right;
}
form.checkout .shop_table .product-thumbnail .product-info {
  float:none;
}
form.checkout .shop_table .product-thumbnail .product-info p {
  margin-left:115px;
}
form.checkout .shop_table tfoot {
  border-top:1px solid;
  border-bottom:1px solid;
}
form.checkout .shop_table tfoot tr {
  border-bottom:0;
}
form.checkout .shop_table tfoot th {
  text-align:right;
  padding-right:40px;
  padding-bottom:20px;
  width: 100%;
}
form.checkout .shop_table tfoot td {
  width:100%;
  text-align:right;
  padding-bottom:20px;
}
form.checkout .shop_table tfoot tr:first-child th,
form.checkout .shop_table tfoot tr:first-child td {
  padding-top:20px;
}
form.checkout .shop_table tfoot .order-total .amount {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size:18px;
  font-weight:normal;
}
form.checkout .payment_methods {
  list-style:none;
  margin:0;
  padding:0
  ;margin-top:40px;
}
form.checkout .payment_methods li {
  margin-bottom:30px;
}
form.checkout .payment_methods label {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
form.checkout .payment_methods .payment_box {
  padding:20px;
  margin-top:10px;
}
form.checkout .payment_methods .payment_box p:last-child {
  margin-bottom: 0;
}   
.payment_methods li img {
  float: right;
}
.payment_methods li label {
  display: inline;
}
form.checkout #place_order {
  clear: both;
  float: right;
}   
#thank-you-box {
  margin-bottom:20px;
}
#final-order-details .woocommerce-content-box {
  margin-bottom:20px;
}
#final-order-details .shop_table {
  margin-bottom:30px;
}
#final-order-details .shop_table .product-thumbnail .product-info {
  float:none;
}
#final-order-details .shop_table .product-subtotal {
  text-align:right;
}
#final-order-details .shop_table .product-total {
  text-align:right;
}
#final-order-details .shop_table tr:last-child {
  border-bottom:1px solid;
}
#final-order-details .mini-order-details {
  float:right;
  width:50%;
}
#final-order-details .mini-order-details tr {
  border-bottom:0;
}
#final-order-details .mini-order-details th {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  padding-bottom:10px;
  text-align:left;
}
#final-order-details .mini-order-details td {
  text-align:right;padding-bottom:10px;
}
#final-order-details .mini-order-details tr:last-child .amount {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size:18px;
  font-weight:normal;
}
#final-order-details .mini-order-details tr:last-child {
  border-top:1px solid;
}
#final-order-details .mini-order-details tr:last-child th,
#final-order-details .mini-order-details tr:last-child td {
  padding-top:10px;
  padding-bottom:0;
}
#final-order-details .customer_details {
  list-style:none;
  margin:0;
  padding:0;
}     
p.order-info {
  line-height: normal;
  margin-bottom: 50px;
}
p.order-info mark {
  background-color:transparent;
  font-weight:bold;
}     
.product-images {
  position:relative;
}
.cart-loading {
  display:block;
  padding:10px;
  font-size:30px;
  color:#fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-25px;
  z-index:100;
  display:none;
}
#wrapper .cart-loading {
  background-color: rgba(0, 0, 0, 0.6);
}
.no-rgba #wrapper .cart-loading {
  background-color:#333;
}
.cart-loading .t4p-icon-repeat:before {
  -webkit-animation: fa-spin 0.65s infinite linear;
  -moz-animation: fa-spin 0.65s infinite linear;
  -ms-animation: fa-spin 0.65s infinite linear;
  -o-animation: fa-spin 0.65s infinite linear;
  animation: fa-spin 0.65s infinite linear;
  display:inline-block;
  text-align:center;  
}
.cart-loading .t4p-icon-check {
  display: inline-block;
}
@-webkit-keyframes mask {
  25%  { -webkit-transform: rotate(360deg); }
  50%  { -webkit-transform: rotate(720deg); }
  75%  { -webkit-transform: rotate(1080deg); }
  100% { -webkit-transform: rotate(1440deg); }
}   
@-moz-keyframes mask {
  25%  { -moz-transform: rotate(360deg); }
  50%  { -moz-transform: rotate(720deg); }
  75%  { -moz-transform: rotate(1080deg); }
  100% { -moz-transform: rotate(1440deg); }
}   
@-ms-keyframes mask {
  25%  { -ms-transform: rotate(360deg); }
  50%  { -ms-transform: rotate(720deg); }
  75%  { -ms-transform: rotate(1080deg); }
  100% { -ms-transform: rotate(1440deg); }
}   
@-o-keyframes mask {
  25%  { -o-transform: rotate(360deg); }
  50%  { -o-transform: rotate(720deg); }
  75%  { -o-transform: rotate(1080deg); }
  100% { -o-transform: rotate(1440deg); }
}  
@keyframes mask {
  25%  { transform: rotate(360deg); }
  50%  { transform: rotate(720deg); }
  75%  { transform: rotate(1080deg); }
  100% { transform: rotate(1440deg); }
}           
.woocommerce .thumbnails .clients-carousel .es-carousel {
  padding:0;
} 
.added_to_cart {
  display:none;
}                          
#sidebar .products a, 
.footer-area .products a,
#slidingbar-area .products a {
	padding:0;
	border:0;
	background:none;
}
#sidebar .products .product-title, 
.footer-area .products .product-title, 
#slidingbar-area .products .product-title {
	margin:0;
  margin-bottom:10px;
}
.footer-area .product_list_widget li a,
#slidingbar-area .product_list_widget li a {
  background:none;
}
.footer-area .widget_shopping_cart_content .total,
#slidingbar-area .widget_shopping_cart_content .total {
  margin:10px 0px;
}
.footer-area .widget_shopping_cart_content .buttons,
#slidingbar-area .widget_shopping_cart_content .buttons {
  background:#282a2b;
}  
.footer-area .products-slider .product-buttons a, 
.footer-area .simple-products-slider .product-buttons a,
#sidebar .products-slider .product-buttons a, 
#sidebar .simple-products-slider .product-buttons a,
#slidingbar-area .products-slider a,
#slidingbar-area .simple-products-slider a {
  padding-left:20px;
}
.footer-area .products-slider h4, 
.footer-area .simple-products-slider h4, 
#slidingbar-area .products-slider h4, 
#slidingbar-area .simple-products-slider h4 {
  margin:0;
  margin-top:5px;
}
.footer-area .product-category mark,
#sidebar .product-category mark,
#slidingbar-area.product-category mark {
  background-color:transparent;
  color:inherit;
}
.section-separator {
	position: relative;
  margin:0;
}  
.divider-candy {
	position: absolute;
	left: 50%;
  margin-left: -20px;
  height: 60px;
  width: 60px;
  z-index: 100;	
  border-bottom: 1px solid #E6E5E6;
  border-left: 1px solid #E6E5E6;
  background:#ffffff;
  content: "";	
}     
.divider-candy.bottom {
  bottom: -31px;
  -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);  	
  transform: rotate(-45deg);    
} 
.divider-candy.top {
  top: -31px;
  -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);	
  -o-transform: rotate(135deg);  
  transform: rotate(135deg); 
}         
.section-separator .icon {
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -20px;
	width: 60px;
	font-size: 30px;
	z-index: 200;
	font-family:FontAwesome;
}   
.section-separator .icon:after {
    display: block;
   	text-align: center;
}   
/* RTL */   
.rtl {
  direction:rtl;
  unicode-bidi:embed;
}
.rtl .alignleft {
  float:right;
  margin-right:0;
  margin-left:15px;
}
.rtl .alignright {
  float:left;
  margin-left:0;
  margin-right:15px;
}
.rtl .single-navigation {
  text-align: left;
}
.rtl .single-navigation a[rel=next] {
  margin-right: 15px;
  margin-left: 10px;
}
.rtl .pagination,
.rtl .woocommerce-pagination {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .single-navigation a[rel=prev]:before,
.rtl .pagination-prev:before,
.rtl .woocommerce-pagination .prev:before {
  content: '\f105';
  margin-left: 0;
  margin-right: -15px;
}
.rtl .single-navigation a[rel=next]:after,
.rtl .pagination-next:after,
.rtl .woocommerce-pagination .next:after {
  content: '\f104';
  padding-left: 0;
  padding-right: 5px;
}
.rtl .more a,
.rtl .read-more,
.rtl .entry-read-more a {
  margin-right: 0;
  text-align: left;
}
.rtl .grid-layout .more a,
.rtl .grid-layout .read-more,
.rtl .grid-layout .entry-read-more a {
  margin-left: 0;
}
.rtl span.more a:after,
.rtl .read-more:after,
.rtl .entry-read-more a:after {
  content:'';
  padding-left:0;
}
.rtl span.more a:before,
.rtl .read-more:before,
.rtl .entry-read-more a:before {
	font-family:IcoMoon!important;
	content:'\f104';
	color:#000;
	padding-right:5px;
}   
.rtl th {
  text-align: right;
}
.rtl .sb_toggle { 
  left: 0; 
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transform: rotate(-90deg); 
  right: auto; 
}
.rtl .sb_toggle.open:after { 
  left: 32px; 
  top: -8px; 
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transform: rotate(-90deg); 
} 
.rtl .header-social .alignleft {
  float:left;
  margin-left: 0;
}
.rtl .header-social .alignright {
  float:right;
  margin-right: 0;
}
.rtl .header-social .menu > li {
  float:right;
}
.rtl .header-social .menu > li:hover .sub-menu {
  left:auto;
  right:0;
}
.rtl .header-social .menu > li:first-child {
	padding-left: 8px;
	border-left: 1px solid;
}
.rtl .header-social .menu > li:last-child {
	border-left: none;
}
.rtl .header-social .cart-contents {
  left:auto;
  right:-1px;
}
.rtl .header-social .cart-content a img {
  margin-right:0;
  margin-left:15px; 
  float:right;
}
.rtl .header-social .cart-content .cart-desc {
  float: right;
}
.rtl .header-social .alignright .menu > li:first-child {
  border-left:1px solid;
}
.rtl .header-social .alignright .menu li:last-child {
  padding-right:8px;
}
.rtl .header-social .alignright .social-networks li {
  float:right;
  margin-right:0;
  margin-left:20px;
}       
.rtl #small-nav .cart-contents {
  left: 35px; 
  right: auto;
}
.rtl #small-nav .cart-content a img, 
.rtl #header .cart-content a img,
.rtl #header-sticky .cart-content a img {
  margin-left: 6px;
  margin-right: 0;
}
.rtl #small-nav .cart-content a .cart-desc {
  text-align: right;
}
.rtl #mobile-nav li.mobile-nav-item .open-submenu {
  left: 0;
  right: auto;
}
.rtl .cart-checkout .checkout-link a {
  float: left;
}
.rtl .cart-checkout .cart-link a,
.rtl .cart-checkout .checkout-link a {
  padding-left: 0;
  padding-right: 1.4em;
}
.rtl .cart-checkout a:before {
  margin-left: 0;
  margin-right: -15px;
}
.rtl .main-nav-search-form {
  left:0;
  right: auto;
}
.rtl #header-sticky ul.navigation > li,
.rtl #header ul.navigation > li {
  float:right;
  padding-right:0;
  padding-left:35px;
}
.rtl #header-sticky .cart-contents,
.rtl #header .cart-contents {
  right:auto; 
  left: 0;
}
.rtl #header #nav ul ul, 
.rtl .sticky-header #sticky-nav ul ul {
  left:auto; 
  text-align:right;
}
.rtl #header #nav ul ul li:hover ul,
.rtl #small-nav #nav ul ul li:hover ul, 
.rtl .sticky-header #sticky-nav ul ul li:hover ul {
  right:170px;
}
.rtl .header-v4 #nav {
  float:right;
}
.rtl .header-v4 #small-nav ul.navigation > li,
.rtl .header-v5 #small-nav ul.navigation > li {
  padding-right:0;
  padding-left:35px;
  float:right;
}
.rtl .header-v5 #nav {
  float:none;
  text-align:center;
}
.rtl .header-v5 #nav > ul {
  float:none;
  display: inline-block;
  margin-bottom: -3px;
}    
.rtl #nav ul ul, .rtl #sticky-nav ul ul {
  right: 0; 
  left: auto;
}
.rtl .header-social .menu > li:hover > .sub-menu > li:hover .sub-menu {
  left:auto;
  right:100px;
}       
.rtl #wrapper .dd-container .dd-pointer {
  left:0;
  right:auto;
  border-left:0;
  border-right:1px solid;
}
.rtl #wrapper .dd-container .dd-selected {
  text-align:right;
}          
.rtl .menu-item-language img.iclflag {
  margin-right:0;
  margin-left:5px;
}     
.rtl #sidebar .widget_nav_menu li,
.rtl #sidebar .widget_categories li,
.rtl #sidebar .widget_meta li,
.rtl #sidebar .widget .recentcomments,
.rtl #sidebar .widget_recent_entries li,
.rtl #sidebar .widget_archive li,
.rtl #sidebar .widget_pages li,
.rtl #sidebar .widget_links li {
  padding-left: 10px;
  padding-right: 12px;
}
.rtl .side-nav .arrow:after {
  content: '\f104';
  margin-left: 0;
  margin-right: 10px;
  float: right;
}
.rtl #sidebar .widget_nav_menu li a:before,
.rtl #sidebar .widget_categories li a:before,
.rtl #sidebar .widget_meta li a:before,
.rtl #sidebar .widget .recentcomments:before,
.rtl #sidebar .widget_recent_entries li a:before,
.rtl #sidebar .widget_archive li a:before,
.rtl #sidebar .widget_pages li a:before,
.rtl #sidebar .widget_links li a:before,
.rtl .woocommerce-tabs .tabs a:hover .arrow:after,
.rtl .woocommerce-tabs .tabs li.active a .arrow:after,
.rtl .widget_layered_nav li a:before,
.rtl .widget_product_categories li a:before {
  content: '\f104';
  margin-left: 0;
  margin-right: -12px;
  float: right;
	padding-right:0;
	padding-left:10px;
	float:right;
}         
.rtl .meta-info .alignleft {
  float:right;
  margin-right:0;
  margin-left:15px;
  text-align:right;
}
.rtl .meta-info .alignright {
  float:left;
  margin-left:0;
  margin-right:15px;
}
.rtl .page-title-container .search #s {
  float: left;
}
.rtl .page-title ul {
  text-align:left;
}
.rtl .page-title ul li {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .page-title ul li:last-child {
  margin-left: 0;
}
.rtl .page-title ul li a { 
  padding-left: 5px; 
  padding-right: 0; 
  unicode-bidi: embed;
}            
.rtl .fontawesome-icon {
  margin-right:0px;
  margin-left:10px;
  float:right;
}
.rtl #wrapper .col .heading img {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .content-boxes .heading .fontawesome-icon {
  float:right;
}
.rtl ul.list-icon li {
  padding: 0 25px 0 0;
  text-align: right;
}
.rtl ul.list-icon li:before {
  float: right;
  margin-right: -25px;
}       
.rtl #sidebar ul.list-icon {
  margin-left: 0;
  margin-right: 25px;
}
.rtl .meta li {
  float:right;
  border-left:0;
  border-right:1px solid;
}
.rtl .meta li:first-child {
  padding-right:0;
  padding-left:9px;
  border-right:0;
}
.rtl .continue {
  float:left;
}
.rtl .recent-works-items a {
  float: right;
}
.rtl #jtwt .jtwt_tweet,
.rtl #sidebar #jtwt .jtwt_tweet {
  padding-left: 0;
  padding-right: 45px;
}
.rtl #jtwt .jtwt_tweet:before {
  margin-left: 0;
  margin-right: -45px;
}   
.rtl .social-network {
  float:left;
}
.rtl .social-networks li {
  float:left;
  margin-left:0;
  margin-right:20px;
}   
.rtl .t4p-social-links-footer .t4p-social-networks {
  float: none;
}  
.rtl .review blockquote div {
  float:right;
}
.rtl .review blockquote div .company-name {
  background-position:top right;
  padding-left:0;
  padding-right:53px;
}
.rtl .review blockquote div:after {
  left:auto;
  right:23px;
}     
.rtl .content-boxes .heading-and-icon h2 {
  padding-left:0;
  padding-right:0px;
}  
.rtl .post-content ul.arrow li {
  padding-left:0;
  padding-right:25px;
}
.rtl .post-content ul.arrow li:before {
  float:right;
  margin-left:0;
  margin-right:-25px;
	-webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform: rotate(180deg);  
  -o-transform:rotate(180deg);
}   
.rtl .post-password-form label {
  margin-left: 10px;
}
.rtl .post-password-form .password {
	margin-right: 0;
  margin-left: 10px;
}   
.rtl #lang_sel_click a.lang_sel_sel {
  background-position: left center;
}    
.rtl #toTop {
	left:30px;
	right: auto;
}  
.tab-holder .news-list li .image {
  float: left;
  margin-right: 13px;
}                     
.rtl h5.toggle span.arrow {
  float:right;
  margin-right:0;
  margin-left:18px;
}       
.rtl #sidebar .social-networks li,
.rtl .social_links_shortcode li {
  float:right;
}     
.rtl .person-author-wrapper {
  float:right;
}
.rtl .person-author .social-icon {
  float:left;
  margin-left:0;
  margin-right:19px;
}     
.rtl .sep-boxed-pricing .column {
  float:right;
}     
.rtl .side-nav {
  border-right:0;
  border-left:1px solid;
}
.rtl .side-nav li a {
  padding-right:10px;
}
.rtl #wrapper .side-nav ul.children {
  margin-left:0;
  margin-right:15px;
}
.rtl .side-nav li.current_page_item > a {
  border-right:0;
  border-left:3px solid;
}
.rtl .woocommerce-tabs .tabs li .arrow {
  display:none;
}
.rtl .woocommerce-tabs .tabs li a:hover .arrow,
.rtl .woocommerce-tabs .tabs li.active a .arrow {
  height:15px;
  margin-left:0;
  margin-right:5px;
  display:inline-block;
}          
.rtl #comment-input input {
  float:right;
}
.rtl #comment-input input:first-child {
  margin-right:0;
}
.rtl #comment-input input:last-child {
  margin-right:1%;
}   
.rtl .portfolio-tabs li,.rtl .faq-tabs li {
  float:right;
  margin-right:0px;
  margin-left:30px;
}     
.rtl .portfolio-item .buttons {
  overflow:hidden;
}
.rtl .portfolio-item .buttons a {
  float:right;
  margin-right:0;
  margin-left:30px;
}   
.rtl .portfolio-one .portfolio-item .image {
  float:right;
  margin-right:0;
  margin-left:25px;
}   
.rtl .project-content .project-description {
  float:right;
}
.rtl .project-content .project-info {
  float:left;
}
.rtl .project-content .project-info h4 {
  float:right;
}
.rtl .project-content .project-info .project-terms {
  float:right;
}
.rtl .portfolio-half .flexslider {
  float:right;
}
.rtl .portfolio-half .project-content {
  float:left;
}    
.rtl .author .avatar {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .author .author_social .custom_msg {
  float: right;
}
.rtl .author .author_social .t4p-social-networks {
  text-align: left;
}
.rtl .author .author_social .t4p-social-networks .t4p-social-network-icon {
  margin-left: 0;
  margin-right: 20px;
}   
.rtl .commentlist div.avatar {
  float:right;
  margin-right:0;
  margin-left:15px;
}
.rtl .about-author div.avatar {
  float:right;
  margin-right:0;
  margin-left:20px;
}        
.rtl .medium-alternate .date-and-formats {
  float:right;
  margin-right:0;
  margin-left:17px;
}
.rtl .medium-alternate .flexslider {
  float:right;
  margin-right:0;
  margin-left:17px;
}
.rtl .medium-alternate .post-content {
  float:right;
}     
.rtl .date-and-formats {
  float:right;
} 
.rtl .blog-medium-image {
  float:right;
  margin-right:0;
  margin-left:25px;
}                   
.rtl .woocommerce-message {
  text-align: right;
}
.rtl .woocommerce-message:before {
  content: '';
  margin-right: 0;
}
.rtl .woocommerce-message:after {
  font-family: IcoMoon!important;
  content: '\f05d';
  margin-left: 5px;
}
.rtl.single-product .woocommerce-message .wc-forward {
  float: left;
}
.rtl.single-product .woocommerce-message .wc-forward:before {
  content:"";
}
.rtl.single-product .woocommerce-message .wc-forward:after {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-left:6px;
}
.rtl.single-product .woocommerce-message {
  text-align:right;
}
.rtl.single-product .woocommerce-message:before {
  color: transparent;
}
.rtl.single-product .woocommerce-message:after {
  content: "\f00c";
  font-family:IcoMoon!important;
  margin-left: 5px;
}    
.rtl #main .cart-empty,
.rtl #main .return-to-shop {
  float: right;
}
.rtl #main .return-to-shop {
  text-align: left;
}
.rtl .product .summary.entry-summary {
  margin-left: 0;
  margin-right: 530px;
}
.rtl.has-sidebar .summary.entry-summary {
  margin-left: 0;
  margin-right: 350px;
}
.rtl .product .entry-summary .woocommerce-product-rating {
  margin-right: 20px;
  margin-left:0;
}
.rtl .summary .cart .quantity {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .single_variation_price_reset .single_variation_wrap {
  float: right;
}
.rtl .single_variation_price_reset .reset_variations {
  float: left;
}   
.rtl .shop_table .product-thumbnail {
  float: right;
  margin-left: 25px;
  margin-right:0;
}
.rtl .woocommerce .alora-shipping-calculator-form .button .rtl .woocommerce .shipping-calculator-form .button {
  float: left;
}
.rtl .cart_totals table td {
  text-align: left;
}
.rtl .cart_totals .cart-subtotal td, 
.cart_totals .total td {
  text-align: left;
}
.rtl .cart_totals .t4p-button {
  float: left;
}        
.rtl .woocommerce form.checkout #billing_first_name_field,
.rtl .woocommerce form.checkout #shipping_first_name_field {
  float: right;
}
.rtl .woocommerce form.checkout #billing_last_name_field,
.rtl .woocommerce form.checkout #shipping_last_name_field {
  float: left;
}    
.rtl .woocommerce .checkout_coupon .coupon-button {
  margin: 0;
}
.rtl form.checkout .continue-checkout {
  float: left;
}
.rtl form.checkout .shop_table tfoot th {
  text-align: left;
}
.rtl form.checkout .shop_table tfoot td {
  text-align: left;
}
.rtl form.checkout #place_order {
  float: left;
}       
.rtl .alora-myaccount-data .digital-downloads li:before, 
.rtl .alora-thank-you .order_details li:before {
  content: '\f104';
  float:right;
  margin-left:0;
  margin-right:-25px;
}
.rtl .alora-myaccount-data .digital-downloads li, 
.rtl .alora-thank-you .order_details li {
  padding:0 25px 0 0;
}
.rtl #main .alora-myaccount-data .addresses .title h3, 
.rtl #main .alora-customer-details .addresses .title h3 {
  float:right;
}
.rtl .alora-myaccount-data .addresses .title .edit {
  margin-right:10px;
}     
.rtl .woocommerce #customer_login .login .form-row {
  float:right;
  margin-right:0;
  margin-left:18px;
}
.rtl .woocommerce #customer_login .login .inline {
  margin-right:15px;
  margin-left:0;
}
.rtl .woocommerce #customer_login .login .lost_password {
  float:right;
}   
.rtl .myaccount_user_container .username:before {
  content:'';
  margin-right:0;
}
.rtl .myaccount_user_container .username:after {
  font-family:IcoMoon!important;
  content:"\f00c";
  margin-left:5px;
}
.rtl .myaccount_user_container span {
  border-right:0;
  border-left:1px solid;
}
.rtl .myaccount_user_container span:last-child {
  border-left:0;
  padding-left:0;
  padding-right:20px;  
}
.rtl .myaccount_user_container .view-cart a:before {
  display: none;
  margin-right:0;
}
.rtl .myaccount_user_container .view-cart a:after {
  font-family:IcoMoon!important;
  content:"\f07a";
  margin-left:10px;
  color: inherit;
}
body:not(:-moz-handler-blocked) .rtl .myaccount_user_container .view-cart a:before {
  content: " ";
  margin-right: 0;
}    
.rtl .alora-order-details .shop_table.order_details .product-total {
  text-align: left;
}
.rtl .alora-myaccount-data .addresses .col-1, 
.rtl .alora-customer-details .addresses .col-1 {
  margin-left:4%;
}
.rtl .alora-myaccount-data .addresses .col-1, 
.rtl .alora-myaccount-data .addresses .col-2, 
.rtl .alora-customer-details .addresses .col-1, 
.rtl .alora-customer-details .addresses .col-2 {
  float:right;
  margin-right:0;
}
.rtl .my_account_orders{
  text-align:right;
}
.rtl .my_account_orders .order-status {
  text-align:right;
}
.rtl .my_account_orders .order-actions a:after {
  content: '\f104';
  margin-left:0;
  margin-right:10px;
}
.rtl .woocommerce-side-nav {
  float:right;
}
.rtl .woocommerce-side-nav li.active a:after {
  content: '\f104';
  margin-left:0px;
  margin-right:5px;
}
.rtl .woocommerce .address .edit:after {
  content: '\f104';
  margin-left:0px;
  margin-right: 10px;  
}
.rtl .shop_table {
  text-align:right;
}
.rtl .shop_table .product-thumbnail img {
  float:right;
  margin-right:0;
  margin-left:25px;
}
.rtl #final-order-details .mini-order-details {
  text-align:right;
}
.rtl #final-order-details .mini-order-details th {
  text-align:right;
}
.rtl .product_type_variable,
.rtl .show_details_button,
.rtl .add_to_cart_button {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .product-buttons a:before {
  margin-left: 0;
  margin-right: -16px;
}
.rtl .t4p-woo-featured-products-slider .products-slider .product-buttons a {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .t4p-woo-featured-products-slider .products-slider .product-buttons a:first-child:before,
.rtl .t4p-woo-featured-products-slider .products-slider .product-buttons a:last-child:before {
  margin-left: 0;
  margin-right: -20px;
}
.rtl .product .images {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.rtl .product .images .flex-viewport {
  direction: ltr;
}
.rtl .simple-cart .quantity {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .woocommerce-tabs > .tabs {
  float: right;
}
.rtl .shop_attributes,
.rtl .shop_attributes th, 
.rtl .shop_attributes td {
  text-align: right;
}
.rtl .woocommerce .social-share li {
  border-right:0;
  border-left:1px solid;
}
.rtl .woocommerce .social-share li:last-child {
  border-left:0;
}       
.rtl .products li {
  float:right!important;
  margin-right:0;
}   
.rtl .products-4 li {
  margin-left:1.0%;
}
.rtl .products-3 li {
  margin-left: 1.0%;
}
.rtl .products-2 li {
  margin-left: 1.0%;
}
.rtl .products-1 li {
  margin-left:0;
}  
.rtl .products-4 li:nth-child(4n) {
  margin-left:0;
}
.rtl .products-3 li:nth-child(3n) {
  margin-left:0;
}
.rtl .products-2 li:nth-child(2n) {
  margin-left:0;
}
.rtl .products-1 li:nth-child(1n) {
  margin-left:0;
}       
.rtl p.stars a {
  float:right;
}
.rtl p.stars a:after {
  right:auto;
  left:1em;
}
.rtl #reviews li .avatar {
  float:right;
}
.rtl #reviews li .comment-text {
  margin-left: 0;
  margin-right: 70px;
}
.rtl #reviews li .comment-text .meta,
.rtl #reviews li .comment-text .meta strong {
  float:right;
}
.rtl #reviews .overall-rating {
  float:left;
}     
.rtl .catalog-ordering > ul,
.rtl .orderby-order-container > ul,
.rtl .orderby-order-container {
  float:right;
  margin-right:0;
}
.rtl .catalog-ordering > ul,
.rtl .orderby-order-container > ul {
  margin-left:10px;
}    
.rtl .shop_table .product-thumbnail .product-info {
  float:right;
}
.rtl .cart_totals table {
  text-align:right;
}
.rtl .cart-collaterals .shipping-coupon .coupon { 
  float: none;
}
.rtl .cart-collaterals .shipping-coupon .button { 
  float: left; 
}      
.rtl form.checkout .shop_table tbody .product-total,
.rtl form.checkout .shop_table th.product-total {
  text-align:left;
}
.rtl form.checkout .shop_table .product-name {
  text-align: right;
}
.rtl form.checkout .shop_table tfoot th {
  padding-right:0;
}     
.rtl .order-dropdown > li:after {
  right:auto;
  left:0;
  border-left:0;
  border-right:1px solid #dbdbdb;
}       
.rtl .order-dropdown ul li a {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .social-share li {
	border: none;
	border-right: 1px solid #E7E6E6;
	text-align: right;
}  
.rtl.woocommerce .social-share li:first-child {
	border-right: 0 none;
}     
.rtl .product .onsale {
	left: auto;
	right: 15px;
}     
.rtl .single_variation_wrap .variations_button .quantity {
	float: right;
  margin-left: 10px;
  margin-right: 0;  
}      
.rtl .single_variation_wrap .variations_button .button {
	float: right;
	margin-left: 0;
	margin-right: 10px;
}   
.rtl .variations .label {
	padding-left: 15px;
	padding-right: 0;
}   
.rtl .alora-select-parent .alora-select-arrow {
  border-right: 1px solid #DADADA;
  border-left: none;
  left: 0;
  right: auto;
}    
.rtl .select-arrow {
	right: auto;
	left: 1px;
  border-right: 1px solid #DADADA;
  border-left: none;
}   
.rtl.woocommerce .images #carousel .slides {
  float: right;
}      
.rtl.woocommerce .images #carousel .slides li {
  float: right!important;
  margin-right: 0;
  margin-left: 9px;
  cursor: pointer;  
}       
.rtl #billing_country_field > label, 
.rtl #shipping_country_field > label {
	padding-right: 0;
	padding-left: 5px;
}  
.rtl .cart-collaterals .one_half {
	float:right;
	margin-left: 4%;
	margin-right: 0;
}     
.rtl .cart-collaterals .one_half.last {
	clear: left;
	margin-left: 0;
}        
.rtl .woocommerce .alora-shipping-calculator-form .button,
.rtl .woocommerce .shipping-calculator-form .button {
	float: left;
}
.rtl .shipping-calculator-form-nohide .t4p-button {
  float: left;
}  
.rtl .cart-totals-container .t4p-button {
  float: left;
} 
.rtl .input-text {
	margin-right: 0;
	margin-left: 1%;
}    
.rtl .coupon .input-text {
	float:right;
}
.rtl .coupon .t4p-button {
  float: left;
}  
.rtl .quantity .minus, 
.rtl .quantity .plus, 
.rtl .quantity .qty {
	margin: 0;
}   
.rtl .woocommerce-content-box {
	margin-left: 0;
  margin-right: 240px;
}       
.rtl .woocommerce-content-box.full-width {
	margin-right: 0;
}    
.rtl .product .images .flexslider .slides img {
  float: right;
}   
.rtl .mobile-nav-holder .mobile-selector span, 
.rtl .mobile-topnav-holder .mobile-selector span {
  padding-left: 0;
  padding-right: 10px;
}    
.rtl .mobile-topnav-holder {
	text-align: right;
}  
.rtl .mobile-nav-holder .mobile-selector .selector-down:before, 
.rtl .mobile-topnav-holder .mobile-selector .selector-down:before {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .mobile-nav-holder .mobile-selector .selector-down, 
.rtl .mobile-topnav-holder .mobile-selector .selector-down {
  border-left: medium none;
  border-right: 1px solid #DADADA;
  left: 5px;
  right: auto;
} 
.rtl .alora-thank-you .order_details li:before {
	float: right;
	margin-left: 5px;
}   
.rtl .isotope .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity;
}  
.rtl .timeline-layout .post.align-left,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-left {
  clear: right;
  float: right;
}
.rtl .timeline-layout .post.align-right,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-right {
  clear: left;
  float: left;
}
.rtl .align-left .timeline-arrow,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow {
  left: auto;
  right: 299px;
}
.rtl .align-left .timeline-arrow:before,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow:before {
  left: auto;
  right: 100%;
  content: '\f0d9';
}
.rtl .align-right .timeline-arrow,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow {
  left: 299px;
  right: auto;
}
.rtl .align-right .timeline-arrow:before,
.rtl .t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow:before {
  left: 100%;
  right: auto;
  content: '\f0da';
}
.rtl .one_half,
.rtl .one_third,
.rtl .two_third,
.rtl .three_fourth,
.rtl .one_fourth {
  float: right;
  margin-left: 4%;
  margin-right: 0;
}
.rtl .one_half.last,
.rtl .one_third.last,
.rtl .three_fourth.last,
.rtl .one_fourth.last,
.rtl .two_third.last,
.rtl .three_fourth.last {
  margin-left: 0%;
  margin-right: 4%;
}
.rtl #slidingbar-area .columns .t4p-column,
.rtl .footer-area .columns .t4p-column {
  float: right;
}
.rtl .t4p-column {
  float: right;
}
/* RTL shortcode specific styles */
.rtl .t4p-alert .alert-icon {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .t4p-alert .close {
  left: -1px;
  right: auto;
}
.rtl .t4p-blog-medium-alternate .entry-read-more,
.rtl .t4p-blog-large-alternate .entry-read-more {
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
}
.rtl .t4p-blog-medium .entry-meta .entry-meta-details,
.rtl .t4p-blog-large .entry-meta .entry-meta-details {
  float: right;
}
.rtl .t4p-blog-medium .entry-meta .entry-read-more,
.rtl .t4p-blog-large .entry-meta .entry-read-more {
  float: left;
  margin-left: 0;
}
.rtl .large-alternate .post-content,
.rtl .t4p-blog-large-alternate .post-content-container {
  margin-left: 0;
  margin-right: 110px;
}
.rtl .t4p-blog-medium-alternate .post-content-container {
  margin-left: 0;
  margin-right: 436px;
}
.rtl .t4p-blog-medium .blog-medium-slideshow-container,
.rtl .t4p-blog-medium-alternate .blog-medium-slideshow-container {
  float: right;
}
.rtl .t4p-blog-medium-alternate .date-and-formats,
.rtl .t4p-blog-medium-alternate .blog-medium-slideshow-container {
  margin-left: 17px;
  margin-right: 0;
}
.rtl .t4p-blog-medium-alternate .date-and-formats,
.rtl .t4p-blog-large-alternate .date-and-formats {
  float: right;
}
.rtl .t4p-blog-grid .entry-read-more,
.rtl .t4p-blog-timeline .entry-read-more {
  float: right;
}
.rtl .t4p-blog-grid .entry-comments,
.rtl .t4p-blog-timeline .entry-comments {
  float: left;
}
.rtl .t4p-button {
  direction: ltr;
}
.rtl .t4p-checklist .size-small .t4p-icon-wrapper {
  float: right;
  margin-left: 9px;
  margin-right: 0;
}
.rtl .t4p-checklist .size-small .t4p-li-item-content {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .t4p-checklist .size-medium .t4p-icon-wrapper {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl .t4p-checklist .size-medium .t4p-li-item-content {
  margin-left: 0;
  margin-right: 50px;
}
.rtl .t4p-checklist .size-large .t4p-icon-wrapper {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .t4p-checklist .size-large .t4p-li-item-content {
  margin-left: 0;
  margin-right: 95px;
}
.rtl .t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
.rtl .t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
  margin-right: 0;
}
.rtl .t4p-content-boxes.content-boxes-icon-on-side .content-container {
  padding-left: 0;
  padding-right: 45px;
}
.rtl .t4p-dropcap {
  float: right;
  margin-right: 0;
  margin-left: 6px;
}
.rtl .t4p-google-map .infoBox > img {
  float: left;
}
.rtl a.pp_close,
.rtl a.pp_expand,
.rtl a.pp_contract {
  text-indent: 10000px;
}
.rtl .close {
  float: left;
}
.rtl .modal-footer {
  text-align: left;
}
.rtl .t4p-person .person-desc .person-author .t4p-social-networks {
  text-align: left;
}
.rtl .t4p-person .person-desc .person-author .t4p-social-networks a {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .popover-title,
.rtl .popover-content {
  text-align: right;
}
.rtl .t4p-progressbar .progress {
  float: right;
}
.rtl .t4p-progressbar .sr-only {
  left: auto;
  right: 15px;
}
.rtl .t4p-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow,
.rtl .t4p-recent-posts.layout-date-on-side .date-and-formats {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .t4p-recent-posts .columns-2 .column:nth-child(3n) {
  clear: right;
}
.rtl .t4p-recent-posts .columns-3 .column:nth-child(4n) {
  clear: right;
}
.rtl .t4p-recent-works .image-extras .link-icon {
  margin-left: 3px;
  margin-right: 0;
}
.rtl .t4p-section-separator .divider-candy {
  margin-left: 0;
  margin-right: -20px;
}
.rtl .t4p-sharing-box .t4p-social-networks {
  text-align: left;
}
.rtl .t4p-social-networks .t4p-social-network-icon {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .t4p-social-networks.boxed-icons .t4p-social-network-icon {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .table-1 table th,
.rtl .table-2 table th {
  text-align: right;
}
.rtl .t4p-reading-box-container .continue-right {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.rtl .t4p-testimonials .testimonial-thumbnail {
  padding-left: 30px;
  padding-right: 0;
}
.rtl .t4p-testimonials .company-name strong {
  float: right;
}
.rtl .t4p-testimonials .author:after {
  left: auto;
  right: 35px;
}
.rtl .t4p-title h1.title-heading-left,
.rtl .t4p-title h2.title-heading-left,
.rtl .t4p-title h3.title-heading-left,
.rtl .t4p-title h4.title-heading-left,
.rtl .t4p-title h5.title-heading-left,
.rtl .t4p-title h6.title-heading-left {
  padding-left: 8px;
  padding-right: 0;
}
.rtl .t4p-title h1.title-heading-right,
.rtl .t4p-title h2.title-heading-right,
.rtl .t4p-title h3.title-heading-right,
.rtl .t4p-title h4.title-heading-right,
.rtl .t4p-title h5.title-heading-right,
.rtl .t4p-title h6.title-heading-right {
  padding-left: 0;
  padding-right: 8px;
}
.rtl .t4p-title h1.title-heading-right .fontawesome-icon,
.rtl .t4p-title h2.title-heading-right .fontawesome-icon,
.rtl .t4p-title h3.title-heading-right .fontawesome-icon,
.rtl .t4p-title h4.title-heading-right .fontawesome-icon,
.rtl .t4p-title h5.title-heading-right .fontawesome-icon,
.rtl .t4p-title h6.title-heading-right .fontawesome-icon,
.rtl .t4p-title h1.title-heading-right img,
.rtl .t4p-title h2.title-heading-right img,
.rtl .t4p-title h3.title-heading-right img,
.rtl .t4p-title h4.title-heading-right img,
.rtl .t4p-title h5.title-heading-right img,
.rtl .t4p-title h6.title-heading-right img {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .t4p-title h1 img,
.rtl .t4p-title h2 img,
.rtl .t4p-title h3 img,
.rtl .t4p-title h4 img,
.rtl .t4p-title h5 img,
.rtl .t4p-title h6 img {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .t4p-accordian .panel-title a .fa-t4p-box {
  float: right;
  margin-left: 18px;
  margin-right: 0;
}
/* End RTL Shortcodes */
/* Begin RTL BBPress */
.rtl #bbpress-forums li.bbp-header {
  padding: 15px 18px 15px 0;
}
.rtl #bbpress-forums li.bbp-body ul.forum,
.rtl #bbpress-forums li.bbp-body ul.topic {
  padding: 12px 18px 10px 0;
}
.rtl .bbp-topic-form fieldset .notify,
.rtl .bbp-reply-form fieldset .notify {
  float: left;
}
.rtl div.bbp-submit-wrapper {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .bbp-pagination {
  text-align: left;
}
.rtl .bbp-pagination-count {
  float: none;
}
.rtl #bbpress-forums div.bbp-reply-favs {
  float: left;
}
.rtl .bbp-arrow {
  left: 0;
  right: -8px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.rtl #bbpress-forums div.bbp-forum-content,
.rtl #bbpress-forums div.bbp-topic-content,
.rtl #bbpress-forums div.bbp-reply-content {
  padding: 0;
}
/* End RTL BBPress */
/* to top */
#toTop {
  background-color: #37B6BD;
  border-radius: 3px;
  bottom: 20px;
  color: #FFFFFF;
  display: none;
  height: 45px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
  opacity: 0.9;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;    
  transition: all 0.2s ease-in-out 0s;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 10px rgba(0, 0, 0, 0.1) inset;
}
.no-totop #toTop {
  display: none !important;
}
#toTop:before {
  line-height: 43px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: IcoMoon!important;
  font-size: 25px;  
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#toTop:hover {
	background-color: #555;
  color:#fff;
}
#toTopHover {
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
}
#toTop:active, 
#toTop:focus {
	outline:none; 
}      
/* slidingbar */
#slidingbar-area {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
}
body.admin-bar #wrapper #slidingbar-area {
	top: 32px;
}
#slidingbar {
	height: auto;
	color: #8c8989;
	background: #363839;
	background: rgba(54,56,57,0.9);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	padding: 35px 10px;
}   
.sb_toggle {
  background:#363839;
  padding:15px 20px;
  bottom: -30px;
  height: 0;
  position: absolute;
  right: 30px;
  width: 0;
  z-index: 999;
  border-radius:0 0 3px 3px;
  -border-radius:0 0 3px 3px;
  -moz-border-radius:0 0 3px 3px;
  -webkit-border-radius:0 0 3px 3px;
}
.sb_toggle:after {
  font-size: 16px;
  font-family: IcoMoon!important;
  content: '\f107';
  -webkit-font-smoothing: antialiased;
  display: block;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 3px;
	color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);    
}     
.sb_toggle.open:after {
  -webkit-font-smoothing: antialiased;  
	content: "\f106";
}
.slidingbar-widget-col {
  margin-bottom:20px;
}
.slidingbar-widget-col:last-child {
  margin-bottom:0;
} 
#slidingbar-area .logo {
	float:none;
	display:block;
	margin:0 0 22px;
	background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/logo-footer.gif) no-repeat;
}
#slidingbar-area h3 {
	margin:0 0 28px;
	color:#ddd;
	font:22px 'Open Sans', arial, helvetica, sans-serif;
}
#slidingbar-area .text-block {
	text-shadow:1px 2px 1px #000;
}
#slidingbar-area .holder-block img {
  width:100%;
}
#slidingbar-area ul.tabs {
  width:200%!important;
}
#slidingbar-area ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
}
#slidingbar-area ul li a {
	padding:12px 0;
	display:block;
}
#slidingbar-area .pyre_tabs .tab-holder .tabs li a {
  padding: 0;
  border-bottom: none;
}
#slidingbar-area .slidingbar-widget-col ul:first-child > li:first-child > a,
#slidingbar-area .slidingbar-widget-col > ul > li:first-child > a {
  background-image:none;
  padding-top:0px;
}
#slidingbar-area a {
	text-shadow: 0 1px 0 #000;
	color:#bfbfbf;
}
#slidingbar-area ul li a:hover {
	color:#37B6BD;
}
#slidingbar-area ul#recentcomments li.recentcomments:first-child {
	padding-top:0px;
	background:none;
}
#slidingbar-area li.recentcomments {
	padding:12px 0;
	border-bottom: 1px solid #282a2b;
	display:block;
}
#slidingbar-area li.recentcomments a {
	border: none;
}      
.wpcf7-form input[type="submit"] {
	cursor: pointer;
}    
/* Style.css */ 
a.pp_next {
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}    	
a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}     
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height:13px
}
div.pp_default .pp_top .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color:#f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left:13px;
}
div.pp_default .pp_content_container .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right:13px;
}
div.pp_default .pp_next:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor:pointer;
}
div.pp_default .pp_previous:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor:pointer;
}
div.pp_default .pp_expand {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor:pointer;
  width:28px;
  height:28px;
}
div.pp_default .pp_expand:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor:pointer;
}
div.pp_default .pp_contract {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor:pointer;
  width:28px;
  height:28px;
}
div.pp_default .pp_contract:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor:pointer;
}
div.pp_default .pp_close {
  width:30px;height:30px;background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor:pointer;
}
div.pp_default .pp_gallery ul li a {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border:1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top:7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position:static;
  left:auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height:30px;
  width:30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position:-51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height:20px;
  width:20px;
  margin:4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left:52px;
  background-position:-82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top:5px;
}
div.pp_default .pp_nav {
  clear:none;
  height:30px;
  width:110px;
  position:relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family:Georgia;
  font-style:italic;
  color:#999;
  font-size:11px;
  left:75px;
  line-height:25px;
  position:absolute;
  top:2px;
  margin:0;
  padding:0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity:0.7;
}
div.pp_default .pp_description {
  font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.facebook .pp_top .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}
div.facebook .pp_expand:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}
div.facebook .pp_contract {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}
div.facebook .pp_contract:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}
div.facebook .pp_close {
  width:22px;height:22px;background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}
div.facebook .pp_description {
  margin:0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height:22px;
  margin-top:0;
  width:22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position:0 -96px;
  cursor:default;
}
div.facebook .pp_arrow_next {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height:22px;
  margin-top:0;
  width:22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position:-32px -96px;
  cursor:default;
}
div.facebook .pp_nav {
  margin-top:0;
}
div.facebook .pp_nav p {
  font-size:15px;
  padding:0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height:22px;
  width:22px;
}
div.facebook .pp_nav .pp_pause {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height:22px;
  width:22px;
}
div.facebook .pp_next:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor:pointer;
}
div.facebook .pp_previous:hover {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}
div.facebook .pp_bottom .pp_left {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline:none;
}
div.pp_overlay {
  background:#000!important;
  display:none;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:110000!important;
}
div.pp_pic_holder {
  display:none;
  position:absolute;
  width:100px;
  z-index:120000!important;
}
.pp_content {
  height:40px;
  min-width:40px;
}
* html .pp_content {
  width:40px;
}
.pp_content_container {
  position:relative;
  text-align:left;
  width:100%;
}
.pp_content_container .pp_left {
  padding-left:20px;
}
.pp_content_container .pp_right {
  padding-right:20px;
}
.pp_content_container .pp_details {
  float:left;
  margin:10px 0 2px;
}
.pp_description {
  display:none;
  margin:0;
}
.pp_social {
  float:left;
  margin:0;
}
.pp_social .facebook {
  float:left;
  margin-left:5px;
  width:auto;
  overflow:hidden; 
  width:75px;
}
.pp_social .twitter {
  float:left;
}
.pp_nav {
  clear:right;
  float:left;
  margin:3px 10px 0 0;
}
.pp_nav p {
  float:left;
  white-space:nowrap;
  margin:2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float:left;
  margin-right:4px;
  text-indent:-10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display:block;
  float:left;
  height:15px;
  margin-top:3px;
  overflow:hidden;
  text-indent:-10000px;
  width:14px;
}
.pp_hoverContainer {
  position:absolute;
  top:0;
  width:100%;
  z-index:2000;
}
.pp_gallery {
  display:none;
  left:50%;
  margin-top:-50px;
  position:absolute;
  z-index:10000;
}
.pp_gallery div {
  float:left;
  overflow:hidden;
  position:relative;
}
.pp_gallery ul {
  float:left;
  height:35px;
  position:relative;
  white-space:nowrap;
  margin:0 0 0 5px;
  padding:0;
}
.pp_gallery ul a {
  border:1px rgba(0,0,0,0.5) solid;
  display:block;
  float:left;
  height:33px;
  overflow:hidden;
}
.pp_gallery ul a img {
  border:0;border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -border-radius:0;
}
.pp_gallery li {
  display:block;
  float:left;
  margin:0 5px 0 0;
  padding:0;
}
.pp_gallery li.default a {
  background:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display:block;
  height:33px;
  width:50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top:7px;
}
a.pp_expand,
a.pp_contract {
  cursor:pointer;
  display:none;
  height:20px;
  position:absolute;
  right:30px;
  text-indent:-10000px;
  top:10px;
  width:20px;
  z-index:20000;
}
a.pp_close {
  position:absolute;
  right:0;
  top:0;
  display:block;
  line-height:22px;
  text-indent:-10000px;
}
.pp_loaderIcon {
  display:block;
  height:24px;
  left:50%;
  position:absolute;
  top:50%;
  width:24px;
  margin:-12px 0 0 -12px;
}
#pp_full_res {
  line-height:1;
}
#pp_full_res .pp_inline {
  text-align:left;
}
#pp_full_res .pp_inline p {
  margin:0 0 15px;
}
div.ppt{
  color:#fff;
  display:none;
  font-size:17px;
  z-index:9999;
  margin:0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color:#fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color:#000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color:#fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position:relative;
}
.pp_top,.pp_bottom {
  height:20px;
  position:relative;
}
* html .pp_top,
* html .pp_bottom {
  padding:0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height:20px;
  left:0;
  position:absolute;
  width:20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height:20px;
  left:20px;
  position:absolute;
  right:20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left:0;position:static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height:20px;
  left:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display:none;
}   
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */    
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
  z-index:1000;
}      
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
  margin: 0; 
  padding: 0;
}
.flexslider .slides {
  overflow:hidden;
}
.flexslider .slides li {
  display: none; 
  -webkit-backface-visibility: hidden;
} 
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%; 
  max-width: 100%; 
  display: block;
}
.flexslider .slides .video-shortcode {
  margin-bottom: 0;
}
.flex-pauseplay span {
  text-transform: capitalize;
}      
/* Clearfix for the .slides element */
.flexslider .slides:after {
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0;
} 
html[xmlns] .flexslider .slides {
  display: block;
} 
* html .flexslider .slides {
  height: 1%;
}   
.flexslider .slides, 
.flex-control-nav, 
.flex-direction-nav {
  z-index: 2;
}         
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/*.no-js .flexslider .slides > li:first-child {display: block;}*/
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background-color: transparent;
  position: relative;
}
.flex-viewport {
  max-height: 2000px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease;
  margin-bottom:7px;
}
.loading .flex-viewport {
  max-height: 300px;
} 
.carousel li {
  margin-right: 5px;
}                   
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {	
  z-index:100;
  width: 30px;
  line-height:45px;
  text-align:center;
  font-size:23px;
  font-weight:bold;
  -webkit-font-smoothing: none;  
  color:#fff;
  text-shadow:0 1px 0 rgba(0,0,0,.4);
  font-family:IcoMoon!important;
  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  -border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
  height: 45px; 
  margin: -20px 0 0; 
  background-color:rgba(0, 0, 0, 0.5); 
  background-repeat:no-repeat; 
  position: absolute; 
  top: 50%; 
  cursor: pointer; 
  opacity: 0; 
  -webkit-transition: all .3s ease;
  overflow:hidden;
}   
.no-opacity .flex-direction-nav a {
  display:none;
}
.no-opacity .flexslider:hover .flex-direction-nav a {
  display:block;
} 
.flex-direction-nav .flex-next {
	right: 0;
  text-indent: 2px;  
}
.flex-direction-nav .flex-prev {
	left:0;
  text-indent: -2px;  
  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  -border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}  
.no-rgba .flex-direction-nav .flex-next, 
.no-rgba .flex-direction-nav .flex-prev {
	background-color:#000;
}
.flexslider:hover .flex-next {
  opacity: 0.8; 
  right: 0px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8; 
  left: 0px;
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0;
  cursor:default;
  display:none;
}     
/* Control Nav */
.flex-control-nav {
  width: 100%; 
  position: absolute; 
  bottom: 0px; 
  text-align: center;
}
.flexslider ul li {
  margin:0;
}
.flex-control-nav li {
  margin: 0 3px; 
  display: inline-block; 
}
.flex-control-paging li a {
  width: 11px; 
  height: 11px; 
  display: block; 
  background: #666; 
  background: rgba(0,0,0,0.05); 
  cursor: pointer; 
  text-indent: -9999px; 
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
  -o-border-radius: 20px; 
  border-radius: 20px; 
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { 
  background: #333; 
  background: rgba(0,0,0,0.7); 
}
.flex-control-paging li a.flex-active { 
  background: #000; 
  background: rgba(0,0,0,0.4); 
  cursor: default; 
}   
.flex-control-thumbs {
  margin: 5px 0 0; 
  position: static; 
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%; 
  float: left; 
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%; 
  display: block; 
  opacity: .7; 
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1; 
  cursor: default;
}       
.flex-caption {
  position:absolute; 
  background:rgba(0, 0, 0, 0.6); 
  width:96%; 
  padding:2%; 
  color:#fff; 
  left:0; 
  bottom:0; 
  margin:0;
}
.no-rgba .flex-caption {
  background-color:#000;
}   
.main-flex {
  margin-bottom:0;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1; 
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1; 
    right: 0;
  }
}
.wp-caption-text {
  text-align:center;
  color:#bbb;
  font-size:13px;
}    
.gallery img {
  border:0!important;
} 
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}      
/* Slider */        
/* LayerSlider alora Skin */  
#layerslider-container {
  margin:0 auto;
}
#layerslider-wrapper {
	position:relative;
}
#layerslider-wrapper .ls-shadow-top {
	position:absolute;
	height:42px;
	width:100%;
	top:0;
	z-index:99;
}
#layerslider-wrapper .ls-shadow-bottom {
	position:absolute;
	background-image:url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/shadow-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:32px;
	width:100%;
	bottom:0;
	z-index:99;
}
.ls-alora .ls-layer {
	background-repeat:no-repeat;
	background-position:center center;
}
.ls-alora a.ls-nav-prev, 
.ls-alora a.ls-nav-next {
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 65px;
	display: none;
	position: absolute;
	top: 50%;
	opacity:0.8;
  margin-top:-32.5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  text-align:center;
  z-index:10; 
  margin-left:0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
}
.ls-alora .ls-nav-prev:before,
.ls-alora .ls-nav-next:before {
  margin-left: -2px;
  content: '\f104';
  line-height: 65px;
  font-family: IcoMoon!important;
  font-size: 40px;
  font-weight: bold;  
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.ls-alora .ls-nav-next:before {
  margin-left: -1px;
  content: '\f105';
}
.no-rgba .ls-alora .ls-nav-prev, 
.no-rgba .ls-alora .ls-nav-next {
	background-color:#ccc;
}
.ls-alora .ls-nav-prev:hover,
.ls-alora .ls-nav-next:hover {
	opacity:1;
}
.ls-alora:hover .ls-nav-prev, 
.ls-alora:hover .ls-nav-next {
	display: block;
}
.ls-alora .ls-nav-prev {
	left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}         
.ls-alora .ls-nav-prev:before {
    content: "\f104";
}      
.ls-alora .ls-nav-next {
	right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.ls-alora .ls-nav-next:before {
  content: "\f105";
}   
.tp-bullets .bullet.last {
	clear:none !important;
}
.ls-alora .ls-playvideo {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}
.ls-alora .ls-playvideo {
	background-image: url(http://skandinaviskdesign.dk/wp-content/themes/alora/images/skin.png);	
}
.ls-alora .ls-playvideo {
	background-position: -300px -150px;
}
.ls-alora .ls-playvideo:hover,
.ls-alora .ls-vpcontainer:hover .ls-playvideo {
	background-position: -375px -150px;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}   
.isotope-hidden.isotope-item {
  z-index: 1;
}   
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
} 
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
} 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
} 
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}    
/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}   
.isotope-hidden.isotope-item {
  z-index: 1;
}    
/* WooSlider */
.post-content .wooslider {
	border:0;
	background:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
	margin:0 auto;
	max-width:940px;
}       
.wooslider .slide-content {
	margin:0;
}
.wooslider .wooslider-pauseplay {
	position:absolute;
	margin:0;
	top:auto;
	bottom:15px;
}
.wooslider .wooslider-control-nav {
	position:absolute;
	margin:0;
	top:auto;
  bottom: -10px;
}
.wooslider .wooslider-prev, 
.wooslider .wooslider-next, 
.main-flex .flex-prev, 
.main-flex .flex-next {
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  padding-top:23px;
  width: 50px;
  height: 65px;
  display: none;
  position: absolute;
  top: 50%;
  margin:-30px 0 0 0;
  color: #fff;
  text-shadow:0 1px 0 rgba(0,0,0,.4);
  font-family: IcoMoon!important;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;  
}
.wooslider:hover .wooslider-prev, 
.wooslider:hover .wooslider-next, 
.main-flex:hover .flex-prev, 
.main-flex:hover .flex-next {
	display: block;
}
.wooslider .wooslider-prev, 
.main-flex .flex-prev {
  left: 0;
  padding: 0;
  border: 0;
  text-indent: -5px;
  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  -border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}
.wooslider .wooslider-next, 
.main-flex .flex-next {
  right: 0;
  padding: 0;
  border: 0;
  text-indent: 5px;
  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  -border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
}
.no-rgba .wooslider .wooslider-next, 
.no-rgba .wooslider .wooslider-prev {
	background-color:#000;
}
#sliders-container .wooslider .slide-content p {
  margin:0;
}
#sidebar .wooslider-control-nav li a,
.footer-area .wooslider-control-nav li a,
#slidingbar .wooslider-control-nav li a {
  padding:0;
	border:0;
	background:#999;
	background:rgba(0, 0, 0, 0.05);
	margin-right:3px;  
}                           
#sidebar a.wooslider-next, 
#sidebar a.wooslider-prev,
.post-content .wooslider a.wooslider-prev,
.post-content .wooslider a.wooslider-next,
.footer-area a.wooslider-next, 
.footer-area a.wooslider-prev,
#slidingbar a.wooslider-next, 
#slidingbar a.wooslider-prev {
	margin-top:-20px;
  padding-top:5px;
  width:30px;
	height:40px;
  line-height:20px;
  background-image:none; 
}
#sidebar .wooslider-prev:before,
.footer-area .wooslider-prev:before,
#slidingbar .wooslider-prev:before,
.post-content .wooslider .wooslider-prev:before {    
  content:'\f104';
  font-size:23px;
}
#sidebar .wooslider-next:before,
.footer-area .wooslider-next:before,
#slidingbar .wooslider-next:before,
.post-content .wooslider .wooslider-next:before {
	content:'\f105';
  font-size:23px;
}
#sidebar .wooslider .wooslider-control-nav,
.footer-area .wooslider .wooslider-control-nav,
#slidingbar .wooslider .wooslider-control-nav {
  bottom:5px;
}      
#sidebar .widget_wooslider_slideshow_posts .wooslider-control-nav {
  bottom:-50px;
}           
.footer-area .widget_wooslider_slideshow_posts .wooslider-control-nav, 
#slidingbar .widget_wooslider_slideshow_posts .wooslider-control-nav {
  bottom:-20px;
}            
#sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav,
.footer-area .widget_wooslider_slideshow_slides .wooslider-control-nav,
#slidingbar .widget_wooslider_slideshow_slides .wooslider-control-nav {
  bottom:12px;
}
#sidebar .slide-excerpt,
.footer-area .slide-excerpt,
#slidingbar .slide-excerpt {
  overflow:hidden;
  font-size:11px;
  line-height:17px;
  padding:0px; 
  width:100%; 
  text-align:center;
}     
#sidebar .slide-excerpt { 
  bottom:15%; 
  width: 100%;
}
#sidebar .slide-excerpt .slide-title { 
  float: none; 
}
#sidebar .slide-excerpt .slide-title a { 
  border: none; 
}
#sidebar .widget .slides li div a {	
  padding: 0; 
}  
/* Elastic Slider */
.ei-slider {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large {
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ei-slider-large li {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img {
	width: auto;
	max-width:none;
}
.ei-title {
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, 
.ei-title h3 {
	text-align: right;
	margin: 0;
  padding:15px;
	font-weight:bold;
  background:#555;
  background:rgba(0,0,0,.6);
  text-shadow:0 2px 0 rgba(0,0,0,.2);
}
.ei-title h2 {
	font-family: 'Quattrocento Sans', arial, helvetica, sans-serif;
}
.ei-slider-thumbs {
	height: 13px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	bottom: 0;
}
.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a {
	display: block;
	text-indent: -9000px;
	background: rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img {
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
	-webkit-box-reflect: below 0px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.3)));
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ei-slider ul {
  list-style:none;
}
@media screen and (max-width: 830px) {
	.ei-title {
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		padding: 5px 0;
	}
	.ei-title h2, 
  .ei-title h3 {
		text-align: center;
	}
	#wrapper .ei-title h2 {
		font-size: 20px;
		line-height: 24px;
	}
	#wrapper .ei-title h3 {
		font-size: 15px;
		line-height: 30px;
	}
} 
#nav-uber #megaMenu {
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	z-index: 1000; 
}
#nav-uber #megaMenu.megaMenuVertical {
	float:left;
	margin-left:20px;
}
.header-v4 #nav-uber #megaMenu,
.header-v5 #nav-uber #megaMenu {
	margin-top:0;
	margin-bottom:0;
	float:left;
}
.header-v4 #nav-uber #megaMenu.megaMenuVertical,
.header-v5 #nav-uber #megaMenu.megaMenuVertical {
	margin-left:0;
}       
.fullwidthbanner-container {
	overflow:visible;
}  
.t4p-slider .flex-caption {
  width:97%;
}
.t4p-slider .flex-control-nav {
  bottom: 20px !important;
}     
.t4p-slider .buttons a {
  margin: 0;
  display: inline-block;
}                        
/* Revslider Fix */
.tp-simpleresponsive .slotholder, 
.tp-simpleresponsive .slotholder img {
  -webkit-backface-visibility:visible;
  -webkit-transform:none;
}
body #sidebar .button { 
  padding-left: 15px; 
}
/* responsive menu */
.mobile-nav-holder, 
.mobile-topnav-holder { 
  display: none; 
}
.mobile-nav-holder .mobile-selector, 
.mobile-topnav-holder .mobile-selector {
  background: #fff;
  line-height:50px;
  text-align: center;
  width:100%;
  position: relative;
  font-size:20px;
  cursor: pointer;
  display: block;
  color:#888;
}
.sticky-header .mobile-nav-holder .mobile-selector {
	width: auto;
  text-align:right;
  background:none
  margin-top:10px;
}      
.sticky-header .mobile-nav-holder .mobile-selector span {
  margin-right:10px;
}  
.mobile-topnav-holder {
  margin: 0 auto 25px auto;
  width: 80%;
  color: #888;
  text-align: left;
}
#mobile-nav { 
	display: none; 
	border:1px solid #E8E8E8;
  border-bottom:0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #ffffff;
}
#mobile-nav .mobile-nav-item {
  position: relative;
}
#mobile-nav .sub-menu { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
#mobile-nav li {
  margin-bottom:0;
}
#mobile-nav li a {     
	border-bottom:1px solid #E8E8E8;
	color: #888;
	padding: 10px;
	font-size: 17px;
	display: block;
	line-height: normal;
}
#mobile-nav.mobile-sticky-nav {
	border-bottom: 1px solid #DBDBDB;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}  
#mobile-nav.mobile-sticky-nav li a {     
	height: auto;
	line-height: normal;	
}   
#mobile-nav li a:hover {
  background-color:#fbfbfb;
  color:#333;
}
#mobile-nav li.mobile-nav-item li a {
  padding-left: 27px;
}
#mobile-nav li.mobile-nav-item li a:before { 
	content: "-";
  margin-left: -6px;
	margin-right:2px;
}
#mobile-nav li.mobile-nav-item li li a {
  padding-left: 40px;
}         
#mobile-nav li.mobile-nav-item li li a:before {
	content: "--";
  margin-left: -10px;
	margin-right:2px;
}     
#mobile-nav li.mobile-nav-item li li li a {
  padding-left: 53px;
}
#mobile-nav li.mobile-nav-item li li li a:before { 
	content: "---";
  margin-left: -14px;
	margin-right:2px;
}    
#mobile-nav li.mobile-nav-item li li li li a {
  padding-left: 66px;
}
#mobile-nav li.mobile-nav-item li li li li a:before {
	content: "----";
  margin-left: -18px;
	margin-right:2px;
}
#mobile-nav li.mobile-nav-item .open-submenu {
  display: block;
  position: absolute;
  right: 0;
  padding: 10px 14px;
  border: none;
  line-height: 15px;
  font-size: 13px;
  cursor: pointer;
}
#mobile-nav li.mobile-nav-item .open-submenu:hover {
  color: #37B6BD;
}
#mobile-nav li.mobile-nav-item .open-submenu:before {
  display: block;
  margin: 0;
  width: 15px;
  content: '\f107';
  text-align: center;
  font-family: IcoMoon!important;
}
#header-sticky #mobile-nav .my-cart-link:after,
#header #mobile-nav .my-cart-link:after {
	content: "";
	border: none;
}                 
#learndash_lessons .learndash_topic_dots {
  float: none;
}      
.video-background {
	position: relative;
	overflow: hidden;
} 
.video-bg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  overflow: hidden;
} 
.video-bg iframe,
.video-bg object,
.video-bg embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-content {
	position: absolute;
	top: 0;
	padding: 15px;
	width: 100%;
}
/*---------------------------------------------------------------------------*/
/*  Megamenu
/*---------------------------------------------------------------------------*/
#wrapper .t4p-megamenu-wrapper.col-span-1 {
	width: 192px;
}
#wrapper .t4p-megamenu-wrapper.col-span-2 {
	width: 384px;
}
#wrapper .t4p-megamenu-wrapper.col-span-3 {
	width: 576px;
}
#wrapper .t4p-megamenu-wrapper {
	width: 768px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
  border:1px solid #e8e8e8;
  border-top:0;
}   
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-holder,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu,
#wrapper .t4p-megamenu-wrapper .sub-menu {
  padding: 0;
  list-style: none;
}
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-title {
  margin: 0;
  font-size: 13px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;  
}
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-icon,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-bullet,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-widgets-container {
  display: none;
}  
#wrapper  .mobile-nav-item .t4p-megamenu-icon,
#wrapper  .mobile-nav-item  .t4p-megamenu-bullet {
	display: none;
}        
#wrapper .t4p-megamenu-wrapper .text-menu-icon {
	position: absolute;
}    
#wrapper .t4p-megamenu-wrapper .menu-text {
	margin-left: 23px;
}   
#wrapper .mobile-nav-item .t4p-megamenu-wrapper .row {
	padding: 0;
}     
#wrapper .mobile-nav-item .t4p-megamenu-title {
    font-weight: normal;
    margin: 0;
}   
@media (min-width: 940px) {
	#wrapper .t4p-megamenu-wrapper.col-span-1 {
		width: 235px;
	}
	#wrapper .t4p-megamenu-wrapper.col-span-2 {
		width: 470px;
	}
	#wrapper .t4p-megamenu-wrapper.col-span-3 {
		width: 705px;
	}
	#wrapper .t4p-megamenu-wrapper {
		width: 940px;
	}
}   
@media (min-width: 768px) {
  #wrapper .t4p-megamenu-wrapper {
    position: absolute;
    left: 0;
    z-index: 20000;
  }    
  #wrapper .t4p-megamenu-wrapper a:hover {
    color: #333;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-holder {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background-color: #f7f7f7;
  }
  #wrapper .t4p-megamenu-wrapper .sub-menu {
    padding: 0;
    list-style: none;
  }     
  #wrapper .t4p-megamenu-wrapper .sub-menu.deep-level a {
	padding-left: 49px;
  }      
  #wrapper .t4p-megamenu-wrapper .sub-menu.deep-level .deep-level a {
	padding-left: 64px;
  }     
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu {
    display: table;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-border {
    border-bottom: 1px solid #e8e8e8;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu {
    display: table-cell;
    float: none;
    padding: 29px 0;
    border-right: 1px solid #e8e8e8;
  }
  #wrapper #nav .t4p-megamenu-wrapper li a,
  #wrapper #nav .t4p-megamenu-wrapper .t4p-megamenu-submenu li a,
  #wrapper #sticky-nav .t4p-megamenu-wrapper li a,
  #wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu-submenu li a {
    display: block;
    padding: 5px 34px;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu li a:hover,
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu .current-menu-item a {
    background-color: #f3f2f2;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu .t4p-megamenu-icon img {
    margin-top: -3px;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu:nth-child(4n) {
    border-right: none;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-title {
    margin-top: 0;
    padding: 0 34px 15px 34px;
    font: 15px/20px 'Open Sans',arial,helvetica,sans-serif;
    font-weight:normal;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-title a:hover {
    text-decoration: none;
    color: #000;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-icon,
  .t4p-megamenu-icon {
    display: inline;
    margin-right: 12px;
  }            
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-icon img,
  .t4p-megamenu-icon img {
    margin-top: -2px;
    max-height: 15px;
    vertical-align: middle;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-bullet,
  .t4p-megamenu-bullet {
    display: block;
    float: left;
    margin-top: 0.5em;
    margin-right: 10px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #333;
    height: 0;
    width: 0;
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-widgets-container {
    margin-bottom: 10px;
    color: #333;
	  font-size: 13px;    
  }
  #wrapper .t4p-megamenu-wrapper .t4p-megamenu-widgets-container.second-level-widget {
    padding: 0 34px;
  }
}       
/* v3.4 specific styles */
#wrapper .t4p-megamenu-wrapper * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}   
#wrapper .t4p-megamenu-wrapper .row {
  clear: both;
}  
#wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu-holder {
	top: 0;
}   
#wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu {
	top: 0;
}  
#nav .t4p-navbar-nav .t4p-megamenu-wrapper .t4p-megamenu-holder .t4p-megamenu .t4p-megamenu-submenu,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper .t4p-megamenu-holder .t4p-megamenu .t4p-megamenu-submenu {
	display: table-cell;
	float: none;
}      
#wrapper .t4p-megamenu-wrapper .t4p-megamenu {
	border-top: none;
}   
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-title {
	color: #333;
}       
#wrapper #nav .t4p-megamenu-wrapper .t4p-megamenu-title a,
#wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu-title a {
  padding: 0;	
	background: none;
	border: none;
  font: inherit;
}                  
#nav .t4p-navbar-nav .t4p-megamenu-wrapper ul,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul {
	position: relative;
	top: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}           
#nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-color: #e8e8e8;
	top:0;
	left:0;
}        
#wrapper #nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul ul.sub-menu,
#wrapper #sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul ul.sub-menu {
	border: none;
	background: none;
	display: block;
} 
#nav .t4p-navbar-nav .t4p-megamenu-wrapper li ul li li,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper li ul li li {
	display: block;
}     
#wrapper #nav .t4p-navbar-nav .t4p-megamenu-wrapper li a,
#wrapper #nav .t4p-navbar-nav .t4p-megamenu-wrapper li ul li a,
#wrapper #sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper li a,
#wrapper #sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper li ul li a {
	border-bottom: none;
  border-left:none;  
  border-right:none;
}    
#nav .t4p-navbar-nav .t4p-megamenu-wrapper li:hover > ul,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper li:hover > ul {
	display: table;
}         
#nav .t4p-navbar-nav .t4p-megamenu-wrapper ul li:hover ul,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul li:hover ul {
	left: 0;
	top: 0;
}     
#wrapper #nav .t4p-megamenu-wrapper .t4p-megamenu-widgets-container a,
#wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu-widgets-container a {
	display:inline;
	padding:0;
	background: none;
	border: none;
}  
#wrapper #nav .t4p-megamenu-wrapper .t4p-megamenu-widgets-container ul.list-icon,
#wrapper #sticky-nav .t4p-megamenu-wrapper .t4p-megamenu-widgets-container ul.list-icon {
  border: none;
  margin-left: 25px;
}   
/* mega menu RTL styles */
.rtl #wrapper .t4p-megamenu-wrapper {
	left: auto;
	right: 0;
}    
.rtl #wrapper .t4p-megamenu-wrapper .t4p-megamenu-icon, 
.rtl .t4p-megamenu-icon {
	margin-left: 9px;
	margin-right: 0;
}  
.rtl #wrapper .t4p-megamenu-wrapper .menu-text {
  margin-left: 0;
  margin-right: 23px;
}
.rtl #wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu {
  border-left: 1px solid #DCD9D9;
  border-right: 0;
}  
.rtl #wrapper #nav .t4p-navbar-nav .t4p-megamenu-wrapper ul li:hover ul,
.rtl #wrapper #sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul li:hover ul {
	right: 0;
}     
.rtl #wrapper .t4p-megamenu-wrapper .t4p-megamenu-bullet, 
.rtl .t4p-megamenu-bullet {
    border-left: none;
    border-right: 3px solid #333333;
    float: right;
    margin-left: 10px;
    margin-right: 0;
}     
h3.t4p-megamenu-title {
	font-weight: normal;
}   
.bbp-arrow {
  margin-top: -1px;
}
#sliders-container {
  position: relative;
}
/**
 * Theme4Press Slider
 */
.t4p-slider-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.t4p-slider {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  left: 0;
}
.t4p-slider.fixed-width-slider .slide-content-container {
  padding-left: 10%;
  padding-right: 10%;
}
.t4p-slider .slide-content-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.t4p-slider .slide-content-container .slide-content {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 940px;
}
.t4p-slider .slide-content-container .heading,
.t4p-slider .slide-content-container .caption {
  display: block;
}
.t4p-slider .slide-content-container h2,
.t4p-slider .slide-content-container h3 {
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  margin: 0;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 0;
}
.t4p-slider .slide-content-container .heading.with-bg h2,
.t4p-slider .slide-content-container .caption.with-bg h3 {
  padding: 3px 15px;
}
.t4p-slider .slide-content-container h2 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
}
.t4p-slider .slide-content-container h3 {
  font-size: 24px;
  line-height: 38px;
}
.t4p-slider .slide-content-container .buttons {
  margin-top: 25px;
  overflow: visible;
}
.t4p-slider .slide-content-container .buttons a {
  -webkit-backface-visibility: hidden;
}
.t4p-slider .slide-content-container .t4p-button-1,
.t4p-slider .slide-content-container .t4p-button-2 {
  display: inline-block;
}
.t4p-slider .slide-content-container .t4p-button-2 {
  margin-left: 16px;
}
.t4p-slider .slide-content-center {
  text-align: center;
}
.t4p-slider .slide-content-right {
  text-align: right;
}
.ua-mobile .t4p-slider .self-hosted-video-bg {
  display: none;
}
.t4p-slider .background {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.t4p-slider .background-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.t4p-slider video {
  width: 100%;
  height: auto;
  visibility: visible;
  position: relative;
  top: 0%;
}
.t4p-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.t4p-slider .mobile_video_image {
  display: none;
}
.ua-mobile .t4p-slider .mobile_video_image {
  /*position: absolute;
		top: 0;
		left: 0;*/
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.t4p-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.t4p-slider .flex-direction-nav a {
  top: 50%;
  margin-top: -31px;
}   
/* IcoMoon */
@font-face {
	font-family: 'icomoon';
	src:url('http://skandinaviskdesign.dk/wp-content/themes/alora/fonts/icomoon/icomoon.eot?s7tgwp');
	src:url('http://skandinaviskdesign.dk/wp-content/themes/alora/fonts/icomoon/icomoon.eot#iefixs7tgwp') format('embedded-opentype'),
		url('http://skandinaviskdesign.dk/wp-content/themes/alora/fonts/icomoon/icomoon.woff?s7tgwp') format('woff'),
		url('http://skandinaviskdesign.dk/wp-content/themes/alora/fonts/icomoon/icomoon.ttf?s7tgwp') format('truetype'),
		url('http://skandinaviskdesign.dk/wp-content/themes/alora/fonts/icomoon/icomoon.svg?s7tgwp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}   
[class^="t4p-icon-"],
[class*=" t4p-icon-"] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
.t4p-icon-deviantart:before, 
.t4p-icon-deviantart:after { 
  content: '\f316'; 
}
.t4p-icon-flickr:before, 
.t4p-icon-flickr:after { 
  content: '\46'; 
}
.t4p-icon-paypal:before, 
.t4p-icon-paypal:after { 
  content: '\24'; 
}
.t4p-icon-googleplus:before, 
.t4p-icon-googleplus:after { 
  content: '\2b'; 
} 
.t4p-icon-pinterest:before, 
.t4p-icon-pinterest:after { 
  content: '\31'; 
}
.t4p-icon-forrst:before, 
.t4p-icon-forrst:after { 
  content: '\3a'; 
} 
.t4p-icon-digg:before, 
.t4p-icon-digg:after { 
  content: '\3b'; 
} 
.t4p-icon-mail:before, 
.t4p-icon-mail:after { 
  content: '\f0e0'; 
} 
.t4p-icon-blogger:before, 
.t4p-icon-blogger:after { 
  content: '\42'; 
} 
.t4p-icon-dribbble:before, 
.t4p-icon-dribbble:after { 
  content: '\44'; 
} 
.t4p-icon-linkedin:before, 
.t4p-icon-linkedin:after { 
  content: '\4c'; 
} 
.t4p-icon-vk:before, 
.t4p-icon-vk:after { 
  content: '\4e'; 
} 
.t4p-icon-rss:before, 
.t4p-icon-rss:after {
  content: '\52'; 
} 
.t4p-icon-skype:before, 
.t4p-icon-skype:after { 
  content: '\53'; 
} 
.t4p-icon-twitter:before, 
.t4p-icon-twitter:after { 
  content: '\54'; 
} 
.t4p-icon-youtube:before, 
.t4p-icon-youtube:after { 
  content: '\55'; 
} 
.t4p-icon-vimeo:before, 
.t4p-icon-vimeo:after { 
  content: '\56'; 
} 
.t4p-icon-yahoo:before, 
.t4p-icon-yahoo:after { 
  content: '\59'; 
} 
.t4p-icon-myspace:before, 
.t4p-icon-myspace:after { 
  content: '\5f'; 
} 
.t4p-icon-dropbox:before, 
.t4p-icon-dropbox:after { 
  content: '\64'; 
} 
.t4p-icon-facebook:before, 
.t4p-icon-facebook:after { 
  content: '\66'; 
} 
.t4p-icon-soundcloud:before, 
.t4p-icon-soundcloud:after { 
  content: '\73'; 
} 
.t4p-icon-tumblr:before, 
.t4p-icon-tumblr:after { 
  content: '\74'; 
} 
.t4p-icon-instagram:before, 
.t4p-icon-instagram:after { 
  content: '\dc'; 
} 
.t4p-icon-reddit:before, 
.t4p-icon-reddit:after { 
  content: '\3e'; 
}
.t4p-social-links-header {
  margin-top:8px;
  margin-bottom:-12px;
} 
.t4p-social-networks [class^="t4p-icon-"]:before, 
.t4p-social-networks [class*=" t4p-icon-"]:before,
.t4p-social-networks [class^="t4p-icon-"]:after, 
.t4p-social-networks [class*=" t4p-icon-"]:after {
  display: inline-block;
  width: 22px;
  margin-right: .2em;
  margin-left: .2em; 
  text-align: center;
  font-size:15px;  
}   
.t4p-social-networks span.t4p-icon-holder {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
}       
.t4p-social-networks.boxed-icons span.t4p-icon-holder {
  margin:0 0 3px 6px;
}  
.t4p-social-networks a.t4p-social-network-icon {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  position: relative;
  top:0;
  bottom: 0;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}    
.t4p-social-networks a.custom.t4p-social-network-icon {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;  
}     
.t4p-social-networks span.t4p-icon-holder:hover a {
  top: -100%;
}  
.t4p-social-networks span.t4p-icon-holder:hover a.custom {
  top: inherit;
}    
.t4p-social-networks a.t4p-social-network-icon:after {
  position: absolute;
  width: inherit;
  height: 100%!important;
  left: 0;
  bottom: -28px;
  color: #333;
  line-height: 28px;
  text-align: center; 
  margin-left:0;  
}   
.t4p-social-networks.boxed-icons a.t4p-social-network-icon:after {
  color: #fff;
} 
.t4p-social-networks.boxed-icons a.t4p-facebook:after {
  background-color:#4a6d9d; 
}
.t4p-social-networks.boxed-icons a.t4p-twitter:after {
  background-color:#3bc1ed;
}
.t4p-social-networks.boxed-icons a.t4p-linkedin:after {
  background-color:#0b7bb5;
}
.t4p-social-networks.boxed-icons a.t4p-rss:after {
  background-color:#ff6501;
}
.t4p-social-networks.boxed-icons a.t4p-dribbble:after {
  background-color:#ef5a92;
}
.t4p-social-networks.boxed-icons a.t4p-youtube:after {
  background-color:#bf2f29;
}
.t4p-social-networks.boxed-icons a.t4p-pinterest:after {
  background-color:#cb1f25;
} 
.t4p-social-networks.boxed-icons a.t4p-vimeo:after {
  background-color:#4c8ab0;
}
.t4p-social-networks.boxed-icons a.t4p-flickr:after {
  background-color:#136dd5;
}
.t4p-social-networks.boxed-icons a.t4p-tumblr:after {
  background-color:#3d658d;
}
.t4p-social-networks.boxed-icons a.t4p-googleplus:after {
  background-color:#d53824;
}
.t4p-social-networks.boxed-icons a.t4p-digg:after {
  background-color:#205685;
}
.t4p-social-networks.boxed-icons a.t4p-blogger:after {
  background-color:#ff6501;
}
.t4p-social-networks.boxed-icons a.t4p-skype:after {
  background-color:#00aff0;
}
.t4p-social-networks.boxed-icons a.t4p-myspace:after {
  background-color:#008dde;
}
.t4p-social-networks.boxed-icons a.t4p-deviantart:after {
  background-color:#46584d;
}
.t4p-social-networks.boxed-icons a.t4p-yahoo:after {
  background-color:#9251a2;
}
.t4p-social-networks.boxed-icons a.t4p-reddit:after {
  background-color:#404040;
}
.t4p-social-networks.boxed-icons a.t4p-forrst:after {
  background-color:#40833e;
}
.t4p-social-networks.boxed-icons a.t4p-mail:after {
  background-color:#404040;
}
.t4p-social-networks.boxed-icons a.t4p-instagram:after {
  background-color:#34638a;
} 
.t4p-social-networks.boxed-icons a.t4p-paypal:after {
  background-color:#009cde;
}
.t4p-social-networks.boxed-icons a.t4p-dropbox:after {
  background-color:#007ee5;
}
.t4p-social-networks.boxed-icons a.t4p-soundcloud:after {
  background-color:#ff5000;
}
.t4p-social-networks.boxed-icons a.t4p-vk:after {
  background-color:#517397;
}
.t4p-icon-star:before {
  content: '\f005';
} 
.t4p-icon-pencil:before {
  content: '\e60f';
}   
.t4p-icon-comment:before,
.t4p-icon-comments-o:before {
  content: '\e610';
}  
.t4p-icon-check:before {
  content: '\f00c';
} 
.t4p-icon-repeat:before {
  content: '\f1ce';
}   
.t4p-icon-phone:before {
  content: '\f095';
}
.t4p-icon-envelope:before {
  content: '\f0e0';
}
.t4p-icon-map-marker:before {
  content: '\f041';
}
.t4p-icon-mobile:before {
  content: '\f10b';
}
.t4p-icon-file-text:before {
  content: '\f15c';
}
.t4p-icon-globe:before {
  content: '\f0ac';
}
.t4p-icon-bars:before {
  content: '\f0c9';
}   
.t4p-icon-headphones:before {
  content: '\f025';
}  
.t4p-icon-camera-retro:before {
  content: '\f083';
} 
.t4p-icon-picture-o:before {
  content: '\f03e';
}  
.t4p-icon-youtube-play:before {
  content: '\f16a';
}   
.t4p-icon-link:before {
  content: '\e600';
}    
.t4p-icon-quote-left:before {
  content: '\f10d';
}  
.t4p-icon-chevron-down:before {
  content: '\f078';
} 
.t4p-icon-chevron-up:before {
  content: '\f077';
} 
.t4p-icon-angle-right:before {
  content: '\f105';
} 
.t4p-icon-angle-left:before {
  content: '\f104';
} 
.t4p-alert {
  position: relative;
  padding: 15px 25px;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;
}
.t4p-alert.alert-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.t4p-alert .close {
  position: absolute;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  top: -1px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  opacity: 1;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  font-size: 15px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -border-top-right-radius: 4px;
  border-top-right-radius: 4px;  
}
.t4p-alert .close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.t4p-alert .alert-icon {
  margin-right: 10px;
}
.t4p-alert.alert-blank {
  border: 1px solid #747474;
}
.t4p-alert.alert-info {
  background-color: #f6f6f6;
  border-color: #D7D6D6;
  color: inherit;
}
.t4p-blog-shortcode {
  clear: both;
}
.blog-timeline-layout .post-slideshow,
.blog-grid-layout .post-slideshow {
  margin-bottom: 0px;
}
.t4p-blog-shortcode .entry-title {
  margin-bottom: 5px;
  margin-top: 0;
}
.t4p-blog-shortcode .meta-separator {
  padding: 0 5px;
}
.t4p-blog-shortcode .meta-separator:last-child {
  display: none;
}
.t4p-blog-shortcode .entry-read-more {
  margin: 0;
  /* General styles in base.less */
}
.t4p-blog-medium .entry-meta,
.t4p-blog-large .entry-meta {
  clear: both;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 15px;
}
.t4p-blog-medium .entry-meta:before,
.t4p-blog-large .entry-meta:before,
.t4p-blog-medium .entry-meta:after,
.t4p-blog-large .entry-meta:after {
  content: " ";
  display: table;
}
.t4p-blog-medium .entry-meta:after,
.t4p-blog-large .entry-meta:after {
  clear: both;
}
.t4p-blog-medium .entry-meta .entry-meta-details,
.t4p-blog-large .entry-meta .entry-meta-details {
  float: left;
  margin: 0 0 20px;
}
.t4p-blog-medium .entry-meta .entry-read-more,
.t4p-blog-large .entry-meta .entry-read-more {
  float: right;
  margin: 0;
  text-align: right;
}
.t4p-blog-medium .blog-medium-slideshow-container,
.t4p-blog-medium-alternate .blog-medium-slideshow-container {
  float: left;
  margin-right: 25px;
  width: 320px;
}
.t4p-blog-medium .blog-medium-slideshow-container .post-slideshow,
.t4p-blog-medium-alternate .blog-medium-slideshow-container .post-slideshow {
  margin-bottom: 0;
}
.t4p-blog-medium-alternate .date-and-formats,
.t4p-blog-medium-alternate .blog-medium-slideshow-container {
  margin-right: 17px;
}
.t4p-blog-medium-alternate .has-post-thumbnail .blog-medium-slideshow-container {
  display: block;
}
.t4p-blog-medium-alternate .post-content-container {
  margin-left: 99px;
}
.t4p-blog-large-alternate .post-content-container {
  margin-left: 110px;
}
.t4p-blog-medium-alternate .post,
.t4p-blog-large-alternate .post {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 40px;
}
.t4p-blog-medium-alternate .date-and-formats,
.t4p-blog-large-alternate .date-and-formats {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
}
.t4p-blog-medium-alternate .date-and-formats .date-box,
.t4p-blog-large-alternate .date-and-formats .date-box {
  display:none;
}
.t4p-blog-medium-alternate .date-and-formats .date-box .date,
.t4p-blog-large-alternate .date-and-formats .date-box .date {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: bold;
}
.t4p-blog-medium-alternate .date-and-formats .format-box,
.t4p-blog-large-alternate .date-and-formats .format-box {
  margin-top: 3px;
  background-color: #eef0f2;
}
.t4p-blog-medium-alternate .date-and-formats .format-box i,
.t4p-blog-large-alternate .date-and-formats .format-box i {
  display: block;
  padding: 20px;
  font-size: 25px;
}
.t4p-blog-medium-alternate .entry-title,
.t4p-blog-large-alternate .entry-title {
  margin-bottom: 5px;
}
.t4p-blog-medium-alternate .entry-meta,
.t4p-blog-large-alternate .entry-meta,
.t4p-blog-medium-alternate .entry-read-more,
.t4p-blog-large-alternate .entry-read-more {
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  margin: 0px 0px;
}
.t4p-blog-medium-alternate .entry-meta,
.t4p-blog-large-alternate .entry-meta {
  padding: 5px 0;
  margin-top:10px;
}
.post .entry-read-more {
  text-align: right;
  padding: 5px 0px;
}
.t4p-blog-grid .post,
.t4p-blog-timeline .post,
.timeline-layout .post {
  position: static;
  float: none;
  margin-bottom: 40px;
  padding: 0 0 20px 0;
  width: 100%;
  border: 1px solid #e9eaee;
}
.t4p-blog-grid .post .post-content-container,
.t4p-blog-timeline .post .post-content-container {
  padding: 30px 25px 20px;
}
.t4p-blog-grid .entry-title,
.t4p-blog-timeline .entry-title {
  margin-bottom: 5px;
}
.t4p-blog-grid .entry-meta-single,
.t4p-blog-timeline .entry-meta-single {
  font-size: 12px;
}
.t4p-blog-grid .entry-read-more,
.t4p-blog-timeline .entry-read-more {
  float: left;
  font-size: 12px;
  padding: 5px 0px;
}
.t4p-blog-grid .entry-comments,
.t4p-blog-timeline .entry-comments {
  float: right;
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px 0px;
}
.t4p-blog-grid .blog-timeline-layout,
.t4p-blog-timeline .blog-timeline-layout {
  overflow: hidden;
}
.t4p-blog-grid .grid-layout-4 .post-content-container {
  word-wrap: break-word;
}
.has-sidebar .t4p-blog-grid .grid-layout-4 .entry-read-more,
.has-sidebar .t4p-blog-grid .grid-layout-4 .entry-comments {
  float: none;
}
.t4p-blog-timeline .blog-timeline-layout {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  width: 775px;
  background: url("http://skandinaviskdesign.dk/wp-content/themes/alora/images/timeline_line.png") repeat-y scroll center center rgba(0, 0, 0, 0);
}
.has-sidebar .t4p-blog-timeline .blog-timeline-layout {
  width: 669px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left {
  clear: left;
  float: left;
  width: 300px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow {
  left: 298px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow:before {
  left: 100%;
  content: '\f0da';
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right {
  clear: right;
  float: right;
  width: 300px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow {
  right: 299px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow:before {
  right: 100%;
  content: '\f0d9';
}
.t4p-blog-timeline .timeline-title,
.timeline-layout .timeline-title {
  clear: both;
  margin: -31px auto 0 auto;
  height: auto;
  width: 96px;
  background-color: #EBEAEA;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  font-weight: normal;
}
.has-sidebar .t4p-blog-timeline .timeline-title {
  display: none;
}
.t4p-blog-timeline .timeline-circle {
  position: absolute;
  left: 383px;
  margin-top: -3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e9eaee;
}
.has-sidebar .t4p-blog-timeline .timeline-circle {
  left: 329px;
}
.t4p-blog-timeline .timeline-arrow {
  position: absolute;
  background: #fff;
}
.t4p-blog-timeline .timeline-arrow:before {
  position: absolute;
  top: -10px;
  font-family: IcoMoon!important;
  font-size: 28px;
  color: #e9eaee;
}
.t4p-blog-infinite .pagination {
  display: none;
}
.t4p-button {
  display: inline-block;
  position: relative;
  outline: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;  
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.t4p-button:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.t4p-button:focus {
  outline: 0;
}
#wrapper .button-square {
  border-radius: 0;
}
#wrapper .button-round {
  border-radius: 4px;
}
#wrapper .button-round.button-3d {
  border-radius: 4px;
}
#wrapper .button-pill {
  border-radius: 25px !important;
}
.button-small,
.button.small {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.button-small .t4p-button-text-left,
.button.small .t4p-button-text-left {
  padding-left: 32px;
}
.button-small .t4p-button-text-right,
.button.small .t4p-button-text-right {
  padding-right: 32px;
}
.button-small .button-icon-divider-left,
.button.small .button-icon-divider-left {
  padding: 0 10px;
}
.button-small .button-icon-divider-right,
.button.small .button-icon-divider-right {
  padding: 0 10px;
}
.button-small.button-3d:active,
.button.small.button-3d:active {
  top: 2px;
}
.button-medium,
.button.medium,
.woocommerce form.checkout #place_order {
  padding: 0 23px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
}
.button-medium .t4p-button-text-left,
.button.medium .t4p-button-text-left,
.woocommerce form.checkout #place_order .t4p-button-text-left {
  padding-left: 38px;
}
.button-medium .t4p-button-text-right,
.button.medium .t4p-button-text-right,
.woocommerce form.checkout #place_order .t4p-button-text-right {
  padding-right: 38px;
}
.button-medium .button-icon-divider-left,
.button.medium .button-icon-divider-left,
.woocommerce form.checkout #place_order .button-icon-divider-left {
  padding: 0 12.5px;
}
.button-medium .button-icon-divider-right,
.button.medium .button-icon-divider-right,
.woocommerce form.checkout #place_order .button-icon-divider-right {
  padding: 0 12.5px;
}
.button-medium.button-3d:active,
.button.medium.button-3d:active,
.woocommerce form.checkout #place_order.button-3d:active {
  top: 3px;
}
.button-large,
.button.large {
  padding: 0 29px;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
}
.button-large .t4p-button-text-left,
.button.large .t4p-button-text-left {
  padding-left: 43px;
}
.button-large .t4p-button-text-right,
.button.large .t4p-button-text-right {
  padding-right: 43px;
}
.button-large .button-icon-divider-left,
.button.large .button-icon-divider-left {
  padding: 0 14.5px;
}
.button-large .button-icon-divider-right,
.button.large .button-icon-divider-right {
  padding: 0 14.5px;
}
.button-large.button-3d:active,
.button.large.button-3d:active {
  top: 4px;
}
.button-xlarge,
.button.xlarge {
  padding: 0 40px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.button-xlarge .t4p-button-text-left,
.button.xlarge .t4p-button-text-left {
  padding-left: 55px;
}
.button-xlarge .t4p-button-text-right,
.button.xlarge .t4p-button-text-right {
  padding-right: 55px;
}
.button-xlarge .button-icon-divider-left,
.button.xlarge .button-icon-divider-left {
  padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-right,
.button.xlarge .button-icon-divider-right {
  padding: 0 18.5px;
}
.button-xlarge.button-3d:active,
.button.xlarge.button-3d:active {
  top: 6px;
}
button.t4p-button.button-3d:active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
}
.button-icon-left {
  margin-right: 10px;
}
.button-icon-right {
  margin-left: 10px;
}
.button-icon-divider-left,
.button-icon-divider-right {
  display: inline-block;
  position: absolute;
  top: 0;
  height: inherit;
}
.button-icon-divider-left i,
.button-icon-divider-right i {
  position: relative;
}
.button-icon-divider-left {
  left: 0;
  border-right: 1px solid;
}
.button-icon-divider-right {
  right: 0;
  border-left: 1px solid;
}
.t4p-button.button-green,
.button.green {
  background: #94E48D;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#82CF7C), to(#94E48D));
  background-image: -webkit-linear-gradient(bottom, #82CF7C, #94E48D);
  background-image: -moz-linear-gradient(bottom, #82CF7C, #94E48D);
  background-image: -o-linear-gradient(bottom, #82CF7C, #94E48D);
  background-image: linear-gradient(to top, #82CF7C, #94E48D);
  border: 1px solid #4DAB46;
  color: #fff;
}
.t4p-button.button-green .button-icon-divider-left,
.button.green .button-icon-divider-left,
.t4p-button.button-green .button-icon-divider-right,
.button.green .button-icon-divider-right {
  border-color: #4DAB46;
}    
.t4p-button.button-green:hover .button-icon-divider-left,
.button.green:hover .button-icon-divider-left,
.t4p-button.button-green:focus .button-icon-divider-left,
.button.green:focus .button-icon-divider-left,
.t4p-button.button-green:active .button-icon-divider-left,
.button.green:active .button-icon-divider-left,
.t4p-button.button-green:hover .button-icon-divider-right,
.button.green:hover .button-icon-divider-right,
.t4p-button.button-green:focus .button-icon-divider-right,
.button.green:focus .button-icon-divider-right,
.t4p-button.button-green:active .button-icon-divider-right,
.button.green:active .button-icon-divider-right {
  border-color: #4DAB46;
}
.no-cssgradients .t4p-button.button-green,
.no-cssgradients .button.green {
  background-color: #94E48D;
}
.t4p-button.button-green.button-3d.button-small,
.button.green.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-small:active,
.button.green.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-medium,
.button.green.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-medium:active,
.button.green.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-large,
.button.green.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-large:active,
.button.green.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-xlarge,
.button.green.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-xlarge:active,
.button.green.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen,
.button.darkgreen {
  background: #60945b;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#497146), to(#60945b));
  background-image: -webkit-linear-gradient(bottom, #497146, #60945b);
  background-image: -moz-linear-gradient(bottom, #497146, #60945b);
  background-image: -o-linear-gradient(bottom, #497146, #60945b);
  background-image: linear-gradient(to top, #497146, #60945b);
  border: 1px solid #497146;
  color: #fff;
}
.t4p-button.button-darkgreen .button-icon-divider-left,
.button.darkgreen .button-icon-divider-left,
.t4p-button.button-darkgreen .button-icon-divider-right,
.button.darkgreen .button-icon-divider-right {
  border-color: #497146;
}
.t4p-button.button-darkgreen:hover .button-icon-divider-left,
.button.darkgreen:hover .button-icon-divider-left,
.t4p-button.button-darkgreen:focus .button-icon-divider-left,
.button.darkgreen:focus .button-icon-divider-left,
.t4p-button.button-darkgreen:active .button-icon-divider-left,
.button.darkgreen:active .button-icon-divider-left,
.t4p-button.button-darkgreen:hover .button-icon-divider-right,
.button.darkgreen:hover .button-icon-divider-right,
.t4p-button.button-darkgreen:focus .button-icon-divider-right,
.button.darkgreen:focus .button-icon-divider-right,
.t4p-button.button-darkgreen:active .button-icon-divider-right,
.button.darkgreen:active .button-icon-divider-right {
  border-color: #497146;
}
.no-cssgradients .t4p-button.button-darkgreen,
.no-cssgradients .button.darkgreen {
  background-color: #60945b;
}
.t4p-button.button-darkgreen.button-3d.button-small,
.button.darkgreen.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-small:active,
.button.darkgreen.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-medium,
.button.darkgreen.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-medium:active,
.button.darkgreen.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-large,
.button.darkgreen.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-large:active,
.button.darkgreen.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-xlarge,
.button.darkgreen.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-xlarge:active,
.button.darkgreen.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange,
.button.orange {
  background: #FFCB8C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFB660), to(#FFCB8C));
  background-image: -webkit-linear-gradient(bottom, #FFB660, #FFCB8C);
  background-image: -moz-linear-gradient(bottom, #FFB660, #FFCB8C);
  background-image: -o-linear-gradient(bottom, #FFB660, #FFCB8C);
  background-image: linear-gradient(to top, #FFB660, #FFCB8C);
  border: 1px solid #c0830b;
  color: #fff;
}
.t4p-button.button-orange .button-icon-divider-left,
.button.orange .button-icon-divider-left,
.t4p-button.button-orange .button-icon-divider-right,
.button.orange .button-icon-divider-right {
  border-color: #c0830b;
}
.t4p-button.button-orange:hover .button-icon-divider-left,
.button.orange:hover .button-icon-divider-left,
.t4p-button.button-orange:focus .button-icon-divider-left,
.button.orange:focus .button-icon-divider-left,
.t4p-button.button-orange:active .button-icon-divider-left,
.button.orange:active .button-icon-divider-left,
.t4p-button.button-orange:hover .button-icon-divider-right,
.button.orange:hover .button-icon-divider-right,
.t4p-button.button-orange:focus .button-icon-divider-right,
.button.orange:focus .button-icon-divider-right,
.t4p-button.button-orange:active .button-icon-divider-right,
.button.orange:active .button-icon-divider-right {
  border-color: #c0830b;
}
.no-cssgradients .t4p-button.button-orange,
.no-cssgradients .button.orange {
  background-color: #FFCB8C;
}
.t4p-button.button-orange.button-3d.button-small,
.button.orange.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-small:active,
.button.orange.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-medium,
.button.orange.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-medium:active,
.button.orange.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-large,
.button.orange.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-large:active,
.button.orange.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-xlarge,
.button.orange.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-xlarge:active,
.button.orange.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue,
.button.blue {
  background: #88BDFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#60A7FF), to(#88BDFF));
  background-image: -webkit-linear-gradient(bottom, #60A7FF, #88BDFF);
  background-image: -moz-linear-gradient(bottom, #60A7FF, #88BDFF);
  background-image: -o-linear-gradient(bottom, #60A7FF, #88BDFF);
  background-image: linear-gradient(to top, #60A7FF, #88BDFF);
  border: 1px solid #1172c1;
  color: #fff;
}
.t4p-button.button-blue .button-icon-divider-left,
.button.blue .button-icon-divider-left,
.t4p-button.button-blue .button-icon-divider-right,
.button.blue .button-icon-divider-right {
  border-color: #1172c1;
}
.t4p-button.button-blue:hover .button-icon-divider-left,
.button.blue:hover .button-icon-divider-left,
.t4p-button.button-blue:focus .button-icon-divider-left,
.button.blue:focus .button-icon-divider-left,
.t4p-button.button-blue:active .button-icon-divider-left,
.button.blue:active .button-icon-divider-left,
.t4p-button.button-blue:hover .button-icon-divider-right,
.button.blue:hover .button-icon-divider-right,
.t4p-button.button-blue:focus .button-icon-divider-right,
.button.blue:focus .button-icon-divider-right,
.t4p-button.button-blue:active .button-icon-divider-right,
.button.blue:active .button-icon-divider-right {
  border-color: #1172c1;
}
.no-cssgradients .t4p-button.button-blue,
.no-cssgradients .button.blue {
  background-color: #88BDFF;
}
.t4p-button.button-blue.button-3d.button-small,
.button.blue.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-small:active,
.button.blue.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-medium,
.button.blue.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-medium:active,
.button.blue.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-large,
.button.blue.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-large:active,
.button.blue.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-xlarge,
.button.blue.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-xlarge:active,
.button.blue.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue,
.button.darkblue {
  background: #428bca;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2a6496), to(#428bca));
  background-image: -webkit-linear-gradient(bottom, #2a6496, #428bca);
  background-image: -moz-linear-gradient(bottom, #2a6496, #428bca);
  background-image: -o-linear-gradient(bottom, #2a6496, #428bca);
  background-image: linear-gradient(to top, #2a6496, #428bca);
  border: 1px solid #072c5e;
  color: #fff;
}
.t4p-button.button-darkblue .button-icon-divider-left,
.button.darkblue .button-icon-divider-left,
.t4p-button.button-darkblue .button-icon-divider-right,
.button.darkblue .button-icon-divider-right {
  border-color: #072c5e;
}
.t4p-button.button-darkblue:hover .button-icon-divider-left,
.button.darkblue:hover .button-icon-divider-left,
.t4p-button.button-darkblue:focus .button-icon-divider-left,
.button.darkblue:focus .button-icon-divider-left,
.t4p-button.button-darkblue:active .button-icon-divider-left,
.button.darkblue:active .button-icon-divider-left,
.t4p-button.button-darkblue:hover .button-icon-divider-right,
.button.darkblue:hover .button-icon-divider-right,
.t4p-button.button-darkblue:focus .button-icon-divider-right,
.button.darkblue:focus .button-icon-divider-right,
.t4p-button.button-darkblue:active .button-icon-divider-right,
.button.darkblue:active .button-icon-divider-right {
  border-color: #072c5e;
}
.no-cssgradients .t4p-button.button-darkblue,
.no-cssgradients .button.darkblue {
  background-color: #428BCA;
}
.t4p-button.button-darkblue.button-3d.button-small,
.button.darkblue.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-small:active,
.button.darkblue.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-medium,
.button.darkblue.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-medium:active,
.button.darkblue.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-large,
.button.darkblue.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-large:active,
.button.darkblue.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-xlarge,
.button.darkblue.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-xlarge:active,
.button.darkblue.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red,
.button.red {
  background: #FF7979;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF5F5F), to(#FF7979));
  background-image: -webkit-linear-gradient(bottom, #FF5F5F, #FF7979);
  background-image: -moz-linear-gradient(bottom, #FF5F5F, #FF7979);
  background-image: -o-linear-gradient(bottom, #FF5F5F, #FF7979);
  background-image: linear-gradient(to top, #FF5F5F, #FF7979);
  border: 1px solid #9d1111;
  color: #fff;
}
.t4p-button.button-red .button-icon-divider-left,
.button.red .button-icon-divider-left,
.t4p-button.button-red .button-icon-divider-right,
.button.red .button-icon-divider-right {
  border-color: #9d1111;
}
.t4p-button.button-red:hover .button-icon-divider-left,
.button.red:hover .button-icon-divider-left,
.t4p-button.button-red:focus .button-icon-divider-left,
.button.red:focus .button-icon-divider-left,
.t4p-button.button-red:active .button-icon-divider-left,
.button.red:active .button-icon-divider-left,
.t4p-button.button-red:hover .button-icon-divider-right,
.button.red:hover .button-icon-divider-right,
.t4p-button.button-red:focus .button-icon-divider-right,
.button.red:focus .button-icon-divider-right,
.t4p-button.button-red:active .button-icon-divider-right,
.button.red:active .button-icon-divider-right {
  border-color: #9d1111;
}
.no-cssgradients .t4p-button.button-red,
.no-cssgradients .button.red {
  background-color: #FF7979;
}
.t4p-button.button-red.button-3d.button-small,
.button.red.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-small:active,
.button.red.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-medium,
.button.red.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-medium:active,
.button.red.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-large,
.button.red.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-large:active,
.button.red.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-xlarge,
.button.red.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-xlarge:active,
.button.red.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred,
.button.darkred {
  background: #fe2020;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b01818), to(#fe2020));
  background-image: -webkit-linear-gradient(bottom, #b01818, #fe2020);
  background-image: -moz-linear-gradient(bottom, #b01818, #fe2020);
  background-image: -o-linear-gradient(bottom, #b01818, #fe2020);
  background-image: linear-gradient(to top, #b01818, #fe2020);
  border: 1px solid #690e0e;
  color: #fff;
}
.t4p-button.button-darkred .button-icon-divider-left,
.button.darkred .button-icon-divider-left,
.t4p-button.button-darkred .button-icon-divider-right,
.button.darkred .button-icon-divider-right {
  border-color: #690e0e;
}
.t4p-button.button-darkred:hover .button-icon-divider-left,
.button.darkred:hover .button-icon-divider-left,
.t4p-button.button-darkred:focus .button-icon-divider-left,
.button.darkred:focus .button-icon-divider-left,
.t4p-button.button-darkred:active .button-icon-divider-left,
.button.darkred:active .button-icon-divider-left,
.t4p-button.button-darkred:hover .button-icon-divider-right,
.button.darkred:hover .button-icon-divider-right,
.t4p-button.button-darkred:focus .button-icon-divider-right,
.button.darkred:focus .button-icon-divider-right,
.t4p-button.button-darkred:active .button-icon-divider-right,
.button.darkred:active .button-icon-divider-right {
  border-color: #690e0e;
}
.no-cssgradients .t4p-button.button-darkred,
.no-cssgradients .button.darkred {
  background-color: #fe2020;
}
.t4p-button.button-darkred.button-3d.button-small,
.button.darkred.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-small:active,
.button.darkred.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-medium,
.button.darkred.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-medium:active,
.button.darkred.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-large,
.button.darkred.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-large:active,
.button.darkred.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-xlarge,
.button.darkred.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-xlarge:active,
.button.darkred.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink,
.button.pink {
  background: #E782F1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D271DA), to(#E782F1));
  background-image: -webkit-linear-gradient(bottom, #D271DA, #E782F1);
  background-image: -moz-linear-gradient(bottom, #D271DA, #E782F1);
  background-image: -o-linear-gradient(bottom, #D271DA, #E782F1);
  background-image: linear-gradient(to top, #D271DA, #E782F1);
  border: 1px solid #a31366;
  color: #fff;
}
.t4p-button.button-pink .button-icon-divider-left,
.button.pink .button-icon-divider-left,
.t4p-button.button-pink .button-icon-divider-right,
.button.pink .button-icon-divider-right {
  border-color: #a31366;
}
.t4p-button.button-pink:hover .button-icon-divider-left,
.button.pink:hover .button-icon-divider-left,
.t4p-button.button-pink:focus .button-icon-divider-left,
.button.pink:focus .button-icon-divider-left,
.t4p-button.button-pink:active .button-icon-divider-left,
.button.pink:active .button-icon-divider-left,
.t4p-button.button-pink:hover .button-icon-divider-right,
.button.pink:hover .button-icon-divider-right,
.t4p-button.button-pink:focus .button-icon-divider-right,
.button.pink:focus .button-icon-divider-right,
.t4p-button.button-pink:active .button-icon-divider-right,
.button.pink:active .button-icon-divider-right {
  border-color: #a31366;
}
.no-cssgradients .t4p-button.button-pink,
.no-cssgradients .button.pink {
  background-color: #E782F1;
}
.t4p-button.button-pink.button-3d.button-small,
.button.pink.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-small:active,
.button.pink.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-medium,
.button.pink.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-medium:active,
.button.pink.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-large,
.button.pink.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-large:active,
.button.pink.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-xlarge,
.button.pink.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-xlarge:active,
.button.pink.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray,
.button.lightgray {
  background: #fbfbfb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fbfbfb));
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  background-image: -moz-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #fbfbfb);
  background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
  border: 1px solid #ababab;
  color: #666; 
  text-shadow:0 1px 0 rgba(255,255,255,.9);
}
.t4p-button.button-lightgray .button-icon-divider-left,
.button.lightgray .button-icon-divider-left,
.t4p-button.button-lightgray .button-icon-divider-right,
.button.lightgray .button-icon-divider-right {
  border-color: #ababab;
}
.t4p-button.button-lightgray:hover,
.button.lightgray:hover,
.t4p-button.button-lightgray:focus,
.button.lightgray:focus,
.t4p-button.button-lightgray:active,
.button.lightgray:active {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-button.button-lightgray:hover .button-icon-divider-left,
.button.lightgray:hover .button-icon-divider-left,
.t4p-button.button-lightgray:focus .button-icon-divider-left,
.button.lightgray:focus .button-icon-divider-left,
.t4p-button.button-lightgray:active .button-icon-divider-left,
.button.lightgray:active .button-icon-divider-left,
.t4p-button.button-lightgray:hover .button-icon-divider-right,
.button.lightgray:hover .button-icon-divider-right,
.t4p-button.button-lightgray:focus .button-icon-divider-right,
.button.lightgray:focus .button-icon-divider-right,
.t4p-button.button-lightgray:active .button-icon-divider-right,
.button.lightgray:active .button-icon-divider-right {
  border-color: #ababab;
}
.no-cssgradients .t4p-button.button-lightgray,
.no-cssgradients .button.lightgray {
  background-color: #fbfbfb;
}
.t4p-button.button-lightgray.button-3d.button-small,
.button.lightgray.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-small:active,
.button.lightgray.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-medium,
.button.lightgray.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-medium:active,
.button.lightgray.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-large,
.button.lightgray.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-large:active,
.button.lightgray.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-xlarge,
.button.lightgray.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-xlarge:active,
.button.lightgray.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray,
.button.darkgray {
  background: #909090;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5e5e5e), to(#909090));
  background-image: -webkit-linear-gradient(bottom, #5e5e5e, #909090);
  background-image: -moz-linear-gradient(bottom, #5e5e5e, #909090);
  background-image: -o-linear-gradient(bottom, #5e5e5e, #909090);
  background-image: linear-gradient(to top, #5e5e5e, #909090);
  border: 1px solid #5e5e5e;
  color: #fff;
}
.t4p-button.button-darkgray .button-icon-divider-left,
.button.darkgray .button-icon-divider-left,
.t4p-button.button-darkgray .button-icon-divider-right,
.button.darkgray .button-icon-divider-right {
  border-color: #5e5e5e;
}
.t4p-button.button-darkgray:hover .button-icon-divider-left,
.button.darkgray:hover .button-icon-divider-left,
.t4p-button.button-darkgray:focus .button-icon-divider-left,
.button.darkgray:focus .button-icon-divider-left,
.t4p-button.button-darkgray:active .button-icon-divider-left,
.button.darkgray:active .button-icon-divider-left,
.t4p-button.button-darkgray:hover .button-icon-divider-right,
.button.darkgray:hover .button-icon-divider-right,
.t4p-button.button-darkgray:focus .button-icon-divider-right,
.button.darkgray:focus .button-icon-divider-right,
.t4p-button.button-darkgray:active .button-icon-divider-right,
.button.darkgray:active .button-icon-divider-right {
  border-color: #5e5e5e;
}
.no-cssgradients .t4p-button.button-darkgray,
.no-cssgradients .button.darkgray {
  background-color: #909090;
}
.t4p-button.button-darkgray.button-3d.button-small,
.button.darkgray.button-3d.button-small {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-small:active,
.button.darkgray.button-3d.button-small:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-medium,
.button.darkgray.button-3d.button-medium {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-medium:active,
.button.darkgray.button-3d.button-medium:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-large,
.button.darkgray.button-3d.button-large {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-large:active,
.button.darkgray.button-3d.button-large:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-xlarge,
.button.darkgray.button-3d.button-xlarge {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-xlarge:active,
.button.darkgray.button-3d.button-xlarge:active {
  -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-checklist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.t4p-checklist .t4p-li-item {
  margin-bottom: 11px;
}
.t4p-checklist .t4p-icon-wrapper {
  display: table;
  float: left;
}
.t4p-checklist .t4p-li-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.t4p-checklist .size-small {
  font-size: 13px;
  line-height: 21px;
}
.t4p-checklist .size-small .t4p-icon-wrapper {
  float: left;
  margin-right: 9px;
  height: 21px;
  width: 21px;
}
.t4p-checklist .size-small .t4p-li-item-content {
  display: block;
  margin-left: 30px;
}
.t4p-checklist .size-small .circle-yes {
  font-size: 10px;
}
.t4p-checklist .size-medium {
  font-size: 18px;
  line-height: 35px;
}
.t4p-checklist .size-medium .t4p-icon-wrapper {
  margin-right: 15px;
  height: 35px;
  width: 35px;
}
.t4p-checklist .size-medium .t4p-li-item-content {
  display: block;
  margin-left: 50px;
}
.t4p-checklist .size-large {
  font-size: 40px;
  line-height: 70px;
}
.t4p-checklist .size-large .t4p-icon-wrapper {
  margin-right: 25px;
  height: 70px;
  width: 70px;
}
.t4p-checklist .size-large .t4p-li-item-content {
  display: block;
  margin-left: 95px;
}
.t4p-checklist .circle-yes {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #333333;
  color: #fff;
  text-align: center;
}
.t4p-clients-slider {
  margin-bottom: 55px;
  height: auto;
}
.t4p-column {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t4p-column-last {
  clear: right;
  zoom: 1;
}
.t4p-column-last:before,
.t4p-column-last:after {
  content: " ";
  display: table;
}
.t4p-column-last:after {
  clear: both;
}
.t4p-content-boxes {
  margin-bottom: 60px;
  max-width: 100%;
}
.t4p-content-boxes .t4p-column {
  margin-bottom: 20px;
}
.t4p-content-boxes .heading {
  overflow: hidden;
  margin-bottom: 15px;
}
.t4p-content-boxes .heading .heading-link:hover .content-box-heading {
  color: #37B6BD;
}
.t4p-content-boxes .heading .heading-link:hover .fontawesome-icon {
  background-color: #37B6BD;
  border-color: #37B6BD;
}
.t4p-content-boxes .heading .content-box-heading {
  margin: 0;
}
.t4p-content-boxes .content-container .button-more {
  display: block;
  margin: 18px 0 0;
  text-align: center;  
  /* General styles in base.less */
}
.t4p-content-boxes .content-container .read-more {
  margin:0;  
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon {
  display: table;
  width: auto;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .heading-link,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .heading-link {
  display: block;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .icon,
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .image,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .image {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon img,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon img {
  margin-right: 10px;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
  display: block;
  float: none;
  margin-right: 10px;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.t4p-content-boxes.content-boxes-icon-with-title .content-container .read-more,
.t4p-content-boxes.content-boxes-icon-on-side .content-container .read-more {
  /* General styles in base.less */
}
.t4p-content-boxes.content-boxes-icon-on-side .content-container {
  padding-left: 45px;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading {
  text-align: center;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading .icon {
  margin-bottom: 5px;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading .fontawesome-icon {
  display: block;
  float: none;
  margin: 0 auto;
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 24px;
}
.t4p-content-boxes.content-boxes-icon-on-top .content-container,
.t4p-content-boxes.content-boxes-icon-on-top .read-more {
  text-align: center;
}
.t4p-content-boxes.content-boxes-icon-boxed {
  overflow: visible;
}
.t4p-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
  overflow: visible;
  padding: 50px 18px 18px 18px;
  text-align: center;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading {
  overflow: visible;
  position: relative;
  text-align: center;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: -80px;
  float: none;
  margin-left: -32px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 24px;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading .image {
  display: block;
  position: absolute;
  left: 50%;
}
.t4p-content-boxes.content-boxes-icon-boxed .content-container,
.t4p-content-boxes.content-boxes-icon-boxed .read-more {
  text-align: center;
}
.t4p-counters-circle {
  margin-bottom: 20px;
  text-align: center;
}
.t4p-counters-circle .counter-circle-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-right: 15px;
  vertical-align: middle;
  height: 220px;
  width: 220px;
  text-align: center;
}
.t4p-counters-circle .counter-circle {
  position: relative;
  height: 220px;
  width: 220px;
  text-align: center;
  line-height: 220px;
  font-size: 50px;
}
.t4p-counters-circle .counter-circle .fontawesome-icon {
  float: none;
  margin: 0;
  font-size: 50px;
}
.t4p-counters-circle .counter-circle canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.t4p-counters-circle :last-child {
  margin-right: 0;
}
.t4p-counters-box.row {
  margin-left: -7px;
  margin-right: -7px;
}
.t4p-counters-box .t4p-counter-box {
  padding: 0 7px;
  margin-bottom: 7px;
  text-align: center;
}
.t4p-counters-box .t4p-counter-box .counter-box-container {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;  
  -border-radius: 4px;  
  border-radius: 4px;
  color: #fff;
}
.t4p-counters-box .t4p-counter-box .counter-box-border {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;  
  -border-radius: 4px;  
  border-radius: 4px;  
}
.t4p-counters-box .content-box-counter {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.t4p-counters-box .counter-box-icon {
  float: none;
  margin-top: -8px;
  vertical-align: middle;
  color: inherit;
}
.t4p-dropcap {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 6px;
  padding: 0;
  line-height: 52px;
  color: #37B6BD;
  font-size: 60px;
  text-transform: uppercase;
}
.t4p-dropcap.dropcap-boxed {
  height: 51px;
  width: 51px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 45px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.t4p-flexslider {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.t4p-flexslider .slides,
.t4p-flexslider .flex-control-nav,
.t4p-flexslider .flex-direction-nav {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t4p-flexslider .slides {
  overflow: hidden;
}
.t4p-flexslider .slides li {
  display: none;
  margin-bottom:0;
}
.t4p-flexslider .slides img {
  display: block;
  width: 100%;
}
.t4p-flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.t4p-flexslider .flex-direction-nav a {
  z-index: 100;
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin: -20px 0 0;
  width: 30px;
  height: 45px;
  line-height:45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  font-size: 23px;
  font-weight: bold;
  font-family: IcoMoon!important;
  -webkit-font-smoothing: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: opacity all .3s ease;
  transition: opacity all .3s ease;
}
.t4p-flexslider .flex-direction-nav .flex-next {
  right: 0px;
}
.t4p-flexslider .flex-direction-nav .flex-prev {
  left: 0px;
}
.t4p-flexslider:hover .flex-direction-nav .flex-next,
.t4p-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
}
.t4p-flexslider:hover .flex-direction-nav .flex-next:hover,
.t4p-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.t4p-flexslider:hover .flex-direction-nav .flex-disabled {
  display: none;
  opacity: 0;
  cursor: default;
}
.t4p-flexslider.flexslider-attachments {
  overflow: visible;
}
.t4p-flexslider.flexslider-attachments .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  margin-top: -55px;
  text-align: center;
  line-height: 30px;
}
.t4p-flexslider.flexslider-attachments .flex-direction-nav a:before {
  color: #fff;
}
.t4p-flexslider.flexslider-attachments .flex-control-thumbs li {
  width: 60px;
  margin: 5px;
  float: none;
}
.t4p-flexslider.flexslider-default .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.t4p-flexslider.flexslider-posts .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight:bold;
}
.t4p-flexslider.flexslider-posts .slide-excerpt {
  position: absolute;
  bottom: 20%;
}
.t4p-flexslider.flexslider-posts .slide-excerpt h2 {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  margin: 0;
}
.t4p-flexslider.flexslider-posts .slide-excerpt h2 a {
  color: #fff;
}
.t4p-flexslider.flexslider-posts .slide-excerpt p {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 15px;
}
.t4p-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight:bold;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  width: 30%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
  overflow: hidden;
  height: 100%;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
  color: #fff;
  padding: 10px 15px;
  margin: 0;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
  color: #fff;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
  color: #fff;
  padding: 15px 15px;
}
.flexslider-attachments .flex-control-nav {
  position: relative;
  margin-top: 10px;
}
.post-slideshow {
  margin-bottom: 30px;
}
.t4p-flip-boxes {
  margin-bottom: 25px;
}
.t4p-flip-box {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.t4p-flip-box .flip-box-inner-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.t4p-flip-box .flip-box-front,
.t4p-flip-box .flip-box-back {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  padding: 27px 20px 27px 20px;
  height: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s !important;
  -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
  transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
}
.t4p-flip-box .flip-box-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 10;
}
.t4p-flip-box .flip-box-back {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: -1;
}
.t4p-flip-box .flip-box-back .t4p-button {
  display: block;
  margin: 20px auto 0 auto;
}
.t4p-flip-box.hover .flip-box-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 10;
}
.t4p-flip-box.hover .flip-box-front {
  z-index: -1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.t4p-flip-box.hover .flip-box-front .flip-box-grafix i:before {
  display: none;
}
.t4p-flip-box .flip-box-grafix {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
}
.t4p-flip-box .flip-box-circle {
  height: 64px;
  width: 64px;
  border: 1px solid;
  border-radius: 50%;
}
.t4p-flip-box .flip-box-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.t4p-flip-box .flip-box-no-circle i {
  font-size: 60px;
}
.t4p-flip-box .flip-box-heading {
  margin-bottom: 15px;
}
.t4p-flip-box .flip-box-heading.without-text {
  margin-bottom: 0;
}
.t4p-flip-box .flip-box-heading-back {
  margin-bottom: 15px;
  font-size: 14px;
}
.t4p-flip-box .finished-animating {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.fontawesome-icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.t4p-google-map img {
  max-width: none;
}
.t4p-google-map .t4p-info-box {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #37B6BD;
  color: #fff;
  font-size: 13px;
}
.t4p-highlight {
  padding: 0.1em 0.3em;
  line-height: 1.7em;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.t4p-highlight.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.t4p-highlight.dark {
  color: #ccc;
}
.t4p-imageframe {
  display: inline-block;
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.t4p-imageframe.element-bottomshadow img {
  margin: 0;
}
/* bottom shadow classes in taglinebox.less */
@media (min-width: 768px) {
  .imageframe-align-center {
    text-align: center;
  }
}
.t4p-image-carousel {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
  height: auto;
}
.es-carousel-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: transparent;
}
.es-carousel-wrapper .es-carousel {
  overflow: hidden;
}
.es-carousel-wrapper .es-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.es-carousel-wrapper .es-carousel ul li {
  display: block;
  float: left;
  padding: 0;
}
.es-carousel-wrapper .es-carousel ul li .image {
  margin-bottom: 0;
  text-align: center;
  visibility: hidden;
}
.es-carousel-wrapper .es-carousel ul li > a {
  display: block;
}
.es-carousel-wrapper .es-carousel ul li img {
  vertical-align: middle;
  margin: 0 auto;
}
.es-carousel-wrapper .es-nav .es-nav-prev,
.es-carousel-wrapper .es-nav .es-nav-next {
  text-align: center;
}
.es-carousel-wrapper .es-nav .es-nav-prev:before,
.es-carousel-wrapper .es-nav .es-nav-next:before {
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 23px;
  font-weight:bold;
  font-family: IcoMoon!important;
  width:30px;
}
.es-carousel-wrapper .es-nav .es-nav-prev:before {
  content: '\f104';
}
.es-carousel-wrapper .es-nav .es-nav-next:before {
  content: '\f105';
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel {
  padding-left: 13px;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li {
  margin-right: 13px;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li .image {
  height: 118px;
  width: 159px;
  line-height: normal;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li img {
  max-height: 115px;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel {
  padding-left: 44px;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li {
  margin-right: 44px;
  height: 100%;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image {
  height: 138px;
  width: 180px;
  line-height: 138px;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image .image-extras-content {
  line-height: normal;
}
.simple-products-slider-variable .es-carousel-wrapper .es-carousel,
.picture-size-auto .es-carousel-wrapper .es-carousel {
  padding-left: 13px;
}
.simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li,
.picture-size-auto .es-carousel-wrapper .es-carousel ul li {
  margin-right: 13px;
}
.simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li .image,
.picture-size-auto .es-carousel-wrapper .es-carousel ul li .image {
  height: auto;
  width: 159px;
  line-height: auto;
}
.simple-products-slider-variable .es-carousel-wrapper .es-carousel ul li img,
.picture-size-auto .es-carousel-wrapper .es-carousel ul li img {
  max-height: none;
  border: 1px solid #e9eaee;
}
.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel {
  padding-left: 44px;
}
.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel ul li {
  margin-right: 44px;
  height: 100%;
}
.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image {
  height: auto;
  width: 180px;
  line-height: 138px;
}
.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image .image-extras-content {
  line-height: initial;
}
.modal-dialog {
  margin-top: 60px;
}
.t4p-modal .modal-header {
  min-height: 54px;
}
.t4p-modal .modal-title {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.t4p-modal .close {
  font-size: 30px;
  margin-top: -5px;
}
.t4p-modal .t4p-separator {
  width: 100% !important;
}
.t4p-person .person-shortcode-image-wrapper {
  text-align: center;
}
.t4p-person .person-imgage-container {
  display: inline-block;
  z-index: 1;
  max-width: 100%;
}
.t4p-person .person-imgage-container.glow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.t4p-person .person-imgage-container.dropshadow {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
.t4p-person .person-desc {
  margin-top: 25px;
}
.t4p-person .person-desc .person-author {
  display: table;
  width: 100%;
}
.t4p-person .person-desc .person-author .person-author-wrapper,
.t4p-person .person-desc .t4p-social-networks {
  display: block;
  vertical-align: middle;
  float: none;
  width: 100%;
  text-align: center;
}
.t4p-person .person-desc .person-author .person-author-wrapper {
  font-family: 'Open Sans';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.t4p-person .person-desc .t4p-social-networks a:first-child {
  margin-left: 0;
}
.t4p-person .person-desc .t4p-icon-holder {
  margin-top: 10px;
}
.t4p-person .person-desc .t4p-social-networks {
  margin-top:10px;
}
.t4p-person .person-desc .t4p-social-networks a {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 20px;
}
.t4p-person .person-desc .person-author .boxed-icons a {
  margin-left: 10px;
}
.t4p-person .person-desc .person-author .person-name,
.t4p-person .person-desc .person-author .person-title {
  display: block;
}
.t4p-person .person-desc .person-author .person-title {
  color:#aaa;
}
.t4p-person .person-desc .person-author .person-name {
  font-size: 20px;
  line-height: 25px; 
}
.t4p-popover {
  cursor: pointer;
  color: #37B6BD;
}
.popover {
  padding: 0;
}
.t4p-pricing-table {
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t4p-pricing-table * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t4p-pricing-table .panel {
  overflow: hidden;
  margin: 0;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e5e4e3;
}
.t4p-pricing-table .panel-heading {
  padding: 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #e5e4e3;
  text-align: center;
}
.t4p-pricing-table .panel-heading h3 {
  margin: 0;
}
.t4p-pricing-table .panel-body {
  padding: 15px;
  background-color: #f8f8f8;
  text-align: center;
}
.t4p-pricing-table .panel-body .price .currency {
  position: relative;
  color: #505050;
}
.t4p-pricing-table .panel-body .price .currency.pos-right {
  top: 0;
  margin-left: -12px;
  font-size: 32px;
}
.t4p-pricing-table .panel-body .price .integer-part {
  display: inline;
  font-weight: bold;
  color: #333;
  line-height: normal;
}
.t4p-pricing-table .panel-body .price .decimal-part {
  position: relative;
  font-weight: bold;
  color: #333;
}
.t4p-pricing-table .panel-body .price .time {
  position: relative;
  font-style: italic;
  color: #888888;
}
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .integer-part,
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .decimal-part {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .currency,
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .time {
  color:#eee;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-pricing-table .panel-body .price .time.pos-right {
  display: block;
}
.t4p-pricing-table .list-group {
  margin: 0;
  padding: 0;
}
.t4p-pricing-table .list-group li {
  margin:0;
}
.t4p-pricing-table .list-group-item {
  display: block;
  position: relative;
  padding: 15px;
  background: none;
  border-radius: 0;
  border-top: 1px solid #e5e4e3;
  text-align: center;
}
.t4p-pricing-table .list-group-item:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.t4p-pricing-table .panel-footer {
  padding: 15px;
  background-color: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: 1px solid #e5e4e3;
  text-align: center;
}
.t4p-pricing-table .panel-wrapper:hover {
  cursor: pointer;
}
.t4p-pricing-table .panel-wrapper:hover .panel {
  background-color: #f8f8f8;
}
#wrapper .full-boxed-pricing .panel-wrapper {
  padding: 0;
}
.full-boxed-pricing .panel-wrapper:last-child .panel {
  border-right: 1px solid #e5e4e3;
}
.full-boxed-pricing .panel-body .price .currency {
  top: -20px;
  font-size: 21px;
}
.full-boxed-pricing .panel-body .price .integer-part {
  font-size: 55px;
}
.full-boxed-pricing .panel-body .price .decimal-part {
  top: -26px;
  font-size: 17px;
}
.full-boxed-pricing .panel-body .price .time {
  top: -5px;
  font-size: 13px;
}
.full-boxed-pricing .panel-wrapper:hover .panel-heading {
  background-color: #f8f8f8;
}
.sep-boxed-pricing .panel-wrapper {
  margin-bottom: 10px;
  padding: 0;
}
.sep-boxed-pricing .panel-container {
  padding: 9px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;  
  border-radius: 4px; 
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;      
}
.sep-boxed-pricing .panel {
  border:none;
}
.sep-boxed-pricing .panel-heading {
  background-color: #37B6BD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
  text-align: center;
}
.sep-boxed-pricing .panel-heading h3 {
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-size:18px;
  font-weight:bold;
}
.sep-boxed-pricing .panel-body .price .currency {
  top: -30px;
  font-size: 28px;
}
.sep-boxed-pricing .panel-body .price .integer-part {
  font-size: 75px;
}
.sep-boxed-pricing .panel-body .price .decimal-part {
  top: -36px;
  font-size: 23px;
}
.sep-boxed-pricing .panel-body .price .time {
  top: -5px;
  font-size: 26px;
}
.sep-boxed-pricing .pricing-row {
  -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
  -box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
}
.full-boxed-pricing {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding:4px; 
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;   
}
.full-boxed-pricing .panel-wrapper:first-child .panel {
  border-left:none;
}
.full-boxed-pricing .panel {
  border-top:none;
  border-bottom:none;
}
@media (min-width: 768px) {
  .t4p-pricing-table .standout .panel-container {
    z-index: 1000;
  }
  .t4p-pricing-table .standout .panel-heading,
  .t4p-pricing-table .standout .panel-footer {
    padding: 20px;
  }
  .full-boxed-pricing .panel-wrapper:last-child .panel {
    border-right:none;
  }
  .full-boxed-pricing .panel {
    border-right: none;
  }
  .full-boxed-pricing .standout .panel-container {
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: -10px -9px;
    padding: 9px;
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
    background-color: #f8f8f8;
  }
  .full-boxed-pricing .standout .panel {
    border-right: 1px solid #e5e4e3;
  }
  .full-boxed-pricing .standout .panel-heading h3 {
    color: #37B6BD;
  }
  .sep-boxed-pricing {
    margin: 0 -15px;
    margin-bottom: 20px;
  }
  .sep-boxed-pricing .panel-wrapper {
    margin: 0;
    padding: 0 14px;
  }
  .sep-boxed-pricing .standout .panel-container {
    margin: -10px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  }
}
.t4p-progressbar {
  position: relative;
  margin-bottom: 20px;
  height: 43px;
  width: 100%;
  background-color: #E6E7E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);  
}
.t4p-progressbar .progress {
  background-color: #37B6BD;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t4p-progressbar .sr-only {
  left: 0px;
  top: 0px;
  clip: auto;
  height: auto;
  width: auto;
  color: #FFFFFF;
  font-size: 15px;
  padding: 11px 15px;
  background: rgba(0, 0, 0, 0.1);  
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);  
  font-weight: normal;
}
.t4p-recent-posts {
  margin-bottom: 50px;
}
.t4p-recent-posts .columns {
  overflow: hidden;
}
.t4p-recent-posts .columns .column .t4p-flexslider {
  margin-bottom: 0;
}
.t4p-recent-posts .columns .column h4 {
  margin: 15px 0 3px 0;
}
.t4p-recent-posts .columns .column .meta {
  overflow: hidden;
  margin-bottom: 13px;
  padding: 0;
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 14px;
}
.t4p-recent-posts .meta a {
  font-size: 12px;
}
.t4p-recent-posts .columns .column .meta .date {
  font-style: italic;
}
.t4p-recent-posts .columns .column .meta .meta-separator {
  padding: 0 5px;
}
.t4p-recent-posts .columns-2 .column:nth-child(3n) {
  clear: left;
}
.t4p-recent-posts .columns-3 .column:nth-child(4n) {
  clear: left;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column {
  margin-bottom: 20px;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
  overflow: hidden;
  float: left;
  margin: 0 20px 5px 0;
  width: 144px;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column h4 {
  margin-bottom: 0px;
  margin-top: 0;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats {
  overflow: hidden;
  float: left;
  margin: 0 20px 5px 0;
  width: 82px;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .date-box {
  padding: 8px 0 5px;
  color: #FFFFFF;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
  display: block;
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .format-box {
  margin-top: 3px;
  background-color: #EEF0F2;
}
.t4p-recent-posts.layout-date-on-side .columns .column {
  margin-bottom: 20px;
}
.t4p-recent-posts.layout-date-on-side .columns .column h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.t4p-recent-works {
  margin-bottom: 55px;
}
.t4p-recent-works.layout-carousel {
  overflow: hidden;
  height: auto;
}
.t4p-recent-works.layout-carousel .image .image-extras .image-extras-content {
  line-height: initial;
}
.t4p-recent-works .image-extras .link-icon {
  margin-right: 3px;
}
.t4p-recent-works.layout-grid-with-excerpts {
  margin-bottom: 0;
}
.t4p-section-separator {
  position: relative;
}
.t4p-section-separator .divider-candy {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  background: #ffffff;
  content: "";
}
.t4p-section-separator .divider-candy.bottom {
  bottom: -30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.t4p-section-separator .divider-candy.top {
  top: -31px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.t4p-section-separator .section-separator-icon {
  z-index: 200;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -12px;
  width: 60px;
  font-size: 30px;
  font-family: FontAwesome;
}
.t4p-section-separator .section-separator-icon:after {
  display: block;
  text-align: center;
}
.t4p-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  overflow: hidden;
}
.t4p-separator {
  margin: 0 auto;
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
}
.t4p-separator.sep-none {
  height: 1px;
}
.t4p-separator.sep-double {
  height: 5px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.t4p-separator.sep-single {
  border-top-width: 1px;
}
.t4p-separator.sep-dashed {
  border-bottom-style: dashed;
  border-top-style: dashed;
}
.t4p-separator.sep-dotted {
  border-bottom-style: dotted;
  border-top-style: dotted;
}
.t4p-separator.sep-shadow {
  height: 1px;
  overflow: visible;
  border: none;
  background: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
  background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.t4p-separator.sep-shadow:after {
  display: block;
  margin-top: 10px;
  height: 6px;
  width: 100%;
  content: '';
  background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 65%);
  background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
  background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 65%);
}
.t4p-separator .t4p-icon-wrapper {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  height: 26px;
  width: 26px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #AAAAAA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.t4p-separator .t4p-icon-wrapper i {
  display: block;
  display: table-cell;
  vertical-align: middle;
}
body:not(:-moz-handler-blocked) .t4p-separator.sep-shadow:after {
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
}
.t4p-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
}
.t4p-sharing-box .title {
  margin:0;
}
.t4p-sharing-box.boxed-icons {
  padding: 15px 20px;
}
.t4p-sharing-box h3,
.t4p-sharing-box .t4p-social-networks {
  display: table-cell;
  vertical-align:middle;
}
.t4p-sharing-box .t4p-social-networks {
  width:100%;
}
.t4p-sharing-box .t4p-social-networks .t4p-social-network-icon {
  margin-bottom: 0;
}
.t4p-slider-sc .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -22.5px 0 0;
  height: 45px;
  width: 30px;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 23px;
  font-weight: bold;
  font-family: IcoMoon!important;
  -webkit-font-smoothing: none;
}
.t4p-slider-sc:hover .flex-next:hover,
.t4p-slider-sc:hover .flex-prev:hover {
  opacity: 1;
}
.t4p-social-networks .t4p-social-network-icon {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #46494a;
  display: inline-block;
}
.t4p-social-networks .t4p-social-network-icon:hover {
  opacity: 0.8;
}
.t4p-social-networks .t4p-social-network-icon:before {
  color: inherit;
}
.t4p-social-networks.boxed-icons {
  line-height: 46px;
}
.t4p-social-networks.boxed-icons .t4p-social-network-icon {
  color: #ffffff;
}
.t4p-tabs {
  margin-bottom: 50px;
}
.t4p-tabs .nav-tabs {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.t4p-tabs .nav-tabs:before,
.t4p-tabs .nav-tabs:after {
  content: " ";
  display: table;
}
.t4p-tabs .nav-tabs:after {
  clear: both;
}
.t4p-tabs .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0 none;
}
.t4p-tabs .nav-tabs li {
  display: block;
  position: relative;
  float: none;
  text-align: center;
}
.t4p-tabs .nav-tabs li .tab-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 0;
  outline: 0;
  border: none;
  background-color: #eef0f2;
  border-bottom: 1px solid #dcdcdc;  
  color: #333;
  font-size:90%;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;  
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
  -box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
}
.t4p-tabs .nav-tabs li .tab-link:focus,
.t4p-tabs .nav-tabs li.active .tab-link {
  color: #fff!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-tabs .nav-tabs > .active > .tab-link {
  cursor: pointer;
}
.t4p-tabs .tab-content > .active {
  display: block;
}
.t4p-tabs .tab-pane {
  display: none;
  padding: 15px;
  border-top: none;
}
.t4p-tabs.nav-not-justified .nav-tabs .tab-link {
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .t4p-tabs .nav-tabs li:first-child .tab-link {
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
  }
  .t4p-tabs .nav-tabs li:last-child .tab-link {
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
  }
  .t4p-tabs .nav-tabs {
    display: inline-block;
  }
  .t4p-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .t4p-tabs .nav-tabs li .tab-link {
    margin-right: 1px;
  }
  .t4p-tabs .nav-tabs li:last-child .tab-link {
    margin-right: 0;
  }
  .t4p-tabs.horizontal-tabs .nav-tabs {
    margin: 0 0 -7px 0;
  }
  .t4p-tabs.nav-not-justified {
    border: none;
  }
  .t4p-tabs.nav-not-justified .nav-tabs {
    margin: 0 0 -1px 0;
  }
  .t4p-tabs.nav-not-justified .nav-tabs li {
    display: inline-block;
  }
  .t4p-tabs.vertical-tabs {
    border: none;
    clear: both;
    zoom: 1;
  }
  .t4p-tabs.vertical-tabs:before,
  .t4p-tabs.vertical-tabs:after {
    content: " ";
    display: table;
  }
  .t4p-tabs.vertical-tabs:after {
    clear: both;
  }
  .t4p-tabs.vertical-tabs .nav-tabs {
    position: relative;
    left: 1px;
    float: left;
    width: 15.5%;
    border-right: none;
  }
  .t4p-tabs.vertical-tabs .nav-tabs li {
    margin: 0;
  }  
  .t4p-tabs.vertical-tabs .nav-tabs li:first-child .tab-link {
    -webkit-border-radius:3px 0 0 0;
    -moz-border-radius:3px 0 0 0;
    -border-radius:3px 0 0 0;
    border-radius:3px 0 0 0;
  }
  .t4p-tabs.vertical-tabs .nav-tabs li:last-child .tab-link {
    -webkit-border-radius:0 0 0 3px;
    -moz-border-radius:0 0 0 3px;
    -border-radius:0 0 0 3px;
    border-radius:0 0 0 3px;
  }    
  .t4p-tabs.vertical-tabs .nav-tabs > li .tab-link {
    margin-right: 0;
    margin-bottom: 1px;
    padding: 8px 10px;
    border-top: none;
    text-align: left;
  }
  .t4p-tabs.vertical-tabs .nav-tabs > li:last-child .tab-link {
    margin-bottom: 0;
  }
  .t4p-tabs.vertical-tabs .nav-tabs > li.active > .tab-link {
    cursor: pointer;
  }
  .t4p-tabs.vertical-tabs .tab-content {
    float: left;
    width: 84.5%;
  }
  .t4p-tabs.vertical-tabs .tab-pane {
    float: left;
    padding: 30px;
    border: 1px solid #ebeaea;
  }
}
table {
	border-spacing:0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius:3px;
  margin-bottom:20px;
 	border:1px solid #dcdcdc;
	background-color:#fff;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.08) 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08) 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}   
table th:first-child {
  border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
}  
table th:last-child {
  border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
}  
table td:first-child, 
table th:first-child {
  border-left: medium none;
}  
table th {
  border-top: medium none;
}
table td, 
table th {  
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px; 
} 
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
}
.table > tfoot > tr > td {
  font-weight: bold;
}
table caption {
  margin-bottom:10px;
}
table tr:last-child td, .widget_calendar table tfoot td {
    border-bottom: medium none !important;
}
.widget_calendar table {
  width:100%;
  border-radius: 3px;
}
.widget_calendar table th, 
.widget_calendar table tr td {
  padding:10px 0;
  text-align:center;
}       
.widget_calendar table th {
  background: none repeat scroll 0 0 #F6F6F6;
}
.widget_calendar table tr {
  border-bottom:1px solid #f0f0f0;
  color: rgba(0, 0, 0, 0.3) !important;
}                 
#slidingbar .widget_calendar table th, 
#slidingbar .widget_calendar table {
  background:rgba(0,0,0,.2);
}
#slidingbar .widget_calendar table {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
#slidingbar .widget_calendar table,
#slidingbar table td,
#slidingbar table th {
  border-color:rgba(0,0,0,.2);
}
#slidingbar .widget_calendar table tr {
  color: rgba(255, 255, 255, 0.3) !important;
}   
.table-1 table, 
.table-2 table {
	border-color:#dcdcdc;
	background-color:#fff;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	box-shadow:0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
}
.table-2 table {
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.08);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);
	box-shadow:0 1px 3px rgba(0,0,0,.08);
}
.table-1 table th {
	background:#f6f6f6;
	padding:20px;
	font-family:'Open Sans', arial, helvetica, sans-serif;
	text-align:left;
}
.table-1 tr:nth-child(even) { 
	background:#f6f6f6;
}
.table-1 tr td {
	padding:10px 20px;
} 
.table-2 table thead {
	border: 1px solid #d3d3d3;
	font-family:'Open Sans', arial, helvetica, sans-serif;
	text-align:left;
}
.table-2 table th {
	padding:20px;
	color:#fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.table-2 tr td {
	border-bottom:1px solid #dcdcdc;
	padding:10px 20px;
}
.t4p-reading-box-container {
  z-index: 1;
  position: relative;
  margin-bottom: 84px;
}
.t4p-reading-box-container .reading-box {
  padding: 28px 28px 27px 31px;
  background-color: #F2EFEF;
  border-left: 3px solid #37B6BD;
}
.t4p-reading-box-container .reading-box.reading-box-center,
.t4p-reading-box-container .reading-box.reading-box-right {
  text-align: left;
}
.t4p-reading-box-container .reading-box h2 {
  margin: 0 0 7px;
  line-height: 20px;
  font-size: 18px;
}
.t4p-reading-box-container .reading-box p {
  margin: 0;
}
.t4p-reading-box-container .continue {
  display: none;
}
.t4p-reading-box-container .continue-center {
  float: none;
  margin: 15px auto 0 auto;
}
.t4p-reading-box-container .continue-left {
  float: left;
  margin-right: 10px;
}
.t4p-reading-box-container .continue-right {
  float: right;
  margin-left: 10px;
}
.t4p-reading-box-container .mobile-button {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 20px 0 0;
  width: 100%;
}
@media (min-width: 800px) {
  .t4p-reading-box-container .reading-box.reading-box-center {
    text-align: center;
  }
  .t4p-reading-box-container .reading-box.reading-box-right {
    text-align: right;
  }
  .t4p-reading-box-container .continue {
    display: block;
  }
  .t4p-reading-box-container .continue-center {
    display: inline-block;
  }
  .t4p-reading-box-container .mobile-button {
    display: none;
  }
}
.element-bottomshadow {
  position: relative;
}
.element-bottomshadow:before,
.element-bottomshadow:after {
	content:"";
  position:absolute; 
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:50%;
  bottom:0;
  left:20px;
  right:20px;
  -webkit-border-radius:100px / 10px;  
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px; 
}   
.element-bottomshadow:after {
  left: auto;
  right: 20px;
  transform: skew(8deg) rotate(3deg);
}   
.t4p-testimonials .review {
  display: none;
}
.t4p-testimonials .review:first-child {
  display: block;
}
.t4p-testimonials blockquote {
  margin-bottom: 0;
  border: none;
  background-color: #f6f6f6;
}
.t4p-testimonials blockquote q {
  display: block;
  padding: 25px;
  font-style: italic;
  line-height: normal;
}
.t4p-testimonials blockquote q:before,
.t4p-testimonials blockquote q:after {
  content: "";
}
.t4p-testimonials .author {
  position: relative;
  padding: 12px 0 0 2px;
}
.t4p-testimonials .author:after {
  position: absolute;
  right: 35px;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-right:0;
  border-top-color: #f6f6f6;
  border-width: 30px;
}
.t4p-testimonials .author a:hover {
  text-decoration: none;
}
.t4p-testimonials .no-avatar .author {
  padding-left: 0;
}
.t4p-testimonials .company-name {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  float:right;
  font-size:95%;
}
.t4p-testimonials .testimonial-thumbnail {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  height: 40px;
}
.t4p-testimonials .testimonial-image {
  max-width: 40px;
}
.t4p-title,
#sidebar .heading {
  display: table;
  margin: 0 0 31px;
  overflow: hidden;   
}
.heading {
  margin-bottom:20px; 
}
.t4p-title h1,
.t4p-title h2,
.t4p-title h3,
.t4p-title h4,
.t4p-title h5,
.t4p-title h6,
.heading h3 {
  float: left;
  display: table-cell;
  margin: 0;
  padding: 0 8px 0 0;
  line-height: normal;
  white-space: pre;   
}                    
.t4p-title h1.title-heading-left,
.t4p-title h2.title-heading-left,
.t4p-title h3.title-heading-left,
.t4p-title h4.title-heading-left,
.t4p-title h5.title-heading-left,
.t4p-title h6.title-heading-left {
  padding-right: 8px;
}
.t4p-title h1.title-heading-left .fontawesome-icon,
.t4p-title h2.title-heading-left .fontawesome-icon,
.t4p-title h3.title-heading-left .fontawesome-icon,
.t4p-title h4.title-heading-left .fontawesome-icon,
.t4p-title h5.title-heading-left .fontawesome-icon,
.t4p-title h6.title-heading-left .fontawesome-icon {
  margin-left: 10px;
}
.t4p-title h1.title-heading-right,
.t4p-title h2.title-heading-right,
.t4p-title h3.title-heading-right,
.t4p-title h4.title-heading-right,
.t4p-title h5.title-heading-right,
.t4p-title h6.title-heading-right {
  padding: 0 0 0 8px;
}
.t4p-title h1.title-heading-right .fontawesome-icon,
.t4p-title h2.title-heading-right .fontawesome-icon,
.t4p-title h3.title-heading-right .fontawesome-icon,
.t4p-title h4.title-heading-right .fontawesome-icon,
.t4p-title h5.title-heading-right .fontawesome-icon,
.t4p-title h6.title-heading-right .fontawesome-icon,
.t4p-title h1.title-heading-right img,
.t4p-title h2.title-heading-right img,
.t4p-title h3.title-heading-right img,
.t4p-title h4.title-heading-right img,
.t4p-title h5.title-heading-right img,
.t4p-title h6.title-heading-right img {
  margin-left: 10px;
  margin-right: 0;
}
.t4p-title h1 img,
.t4p-title h2 img,
.t4p-title h3 img,
.t4p-title h4 img,
.t4p-title h5 img,
.t4p-title h6 img {
  margin-right: 10px;
}
.t4p-title h1 .fontawesome-icon,
.t4p-title h2 .fontawesome-icon,
.t4p-title h3 .fontawesome-icon,
.t4p-title h4 .fontawesome-icon,
.t4p-title h5 .fontawesome-icon,
.t4p-title h6 .fontawesome-icon {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 2px;
}
.t4p-title h1 .fontawesome-icon.size-small,
.t4p-title h2 .fontawesome-icon.size-small,
.t4p-title h3 .fontawesome-icon.size-small,
.t4p-title h4 .fontawesome-icon.size-small,
.t4p-title h5 .fontawesome-icon.size-small,
.t4p-title h6 .fontawesome-icon.size-small,
.t4p-title h1 .fontawesome-icon.size-medium,
.t4p-title h2 .fontawesome-icon.size-medium,
.t4p-title h3 .fontawesome-icon.size-medium,
.t4p-title h4 .fontawesome-icon.size-medium,
.t4p-title h5 .fontawesome-icon.size-medium,
.t4p-title h6 .fontawesome-icon.size-medium,
.t4p-title h1 .fontawesome-icon.size-large,
.t4p-title h2 .fontawesome-icon.size-large,
.t4p-title h3 .fontawesome-icon.size-large,
.t4p-title h4 .fontawesome-icon.size-large,
.t4p-title h5 .fontawesome-icon.size-large,
.t4p-title h6 .fontawesome-icon.size-large {
  margin-top: 0;
}
.t4p-title .title-sep-container,
.heading .title-sep-container,
.title .title-sep-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 6px;
  width: 100%;
}
.t4p-title.sep-underline {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e7e6e6;
}
.t4p-title.sep-underline .title-heading-right {
  float: right;
  margin: 0;
}
.t4p-title .title-sep, 
.title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.t4p-title .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.t4p-title .title-sep.sep-single {
  border-bottom-width: 1px;
}
.t4p-title .title-sep.sep-dashed {
  border-bottom-style: dashed;
  border-top-style: dashed;
}
.t4p-title .title-sep.sep-dotted {
  border-bottom-style: dotted;
  border-top-style: dotted;
}
.t4p-title.sep-dashed {
  border-bottom-style: dashed;
}
.t4p-title.sep-dotted {
  border-bottom-style: dotted;
}
.border-below-title {
  display: block;
}
.border-below-title h1,
.border-below-title h2,
.border-below-title h3,
.border-below-title h4,
.border-below-title h5,
.border-below-title h6 {
  white-space: normal;
}
#main .post-content .border-below-title h1,
#main .post-content .border-below-title h2,
#main .post-content .border-below-title h3,
#main .post-content .border-below-title h4,
#main .post-content .border-below-title h5,
#main .post-content .border-below-title h6 {
  float: none;
  padding-right: 0;
}
.border-below-title .title-sep-container {
  display: none;
  height: 8px;
}
.t4p-accordian .panel {
  box-shadow: none;
  border: none;
  margin-bottom:10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.t4p-accordian .panel-heading {
  padding: 0;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;    
}
.t4p-accordian .panel-title {
  position: relative;
  margin: 0;
  line-height: 22px;
  font-weight: normal;
  color: inherit;
}
.t4p-accordian .panel-title a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;    
}
.t4p-accordian .panel-title a.active, 
.t4p-accordian .panel-title a.active:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;  
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  color: #fff!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-accordian .panel-title a:hover {
  color: #37B6BD;
}
.t4p-accordian .panel-title a .fa.pull-left {
  margin-left: 1px;
}
.t4p-accordian .panel-title a .fa-t4p-box {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-family: IcoMoon!important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.t4p-accordian .panel-title a .fa-t4p-box:before {
  font-family: IcoMoon!important;
  content: '\f107';
  font-style: normal;
  line-height: 22px;
  font-size: 13px;
}
.t4p-accordian .panel-title .active .fa-t4p-box:before {
  content: '\f106';
}
.t4p-accordian .panel-body {
  padding: 10px 0 15px 0px;
  border: none;
  line-height: normal;
}
.t4p-single-accordian {
  margin-bottom: 0px;
}
.t4p-tooltip {
  cursor: pointer;
  color: #37B6BD;
}
.t4p-woo-featured-products-slider {
  position: relative;
  margin-bottom: 25px;
  padding-left: 44px;
}
#sidebar .t4p-woo-featured-products-slider {
  padding-left:20px;
}
.t4p-woo-featured-products-slider .products-slider {
  position: relative;
  margin-bottom: 0;
}
.t4p-woo-featured-products-slider .products-slider ul li {
  height: auto;   
}
.t4p-woo-featured-products-slider .products-slider ul li .image {
  visibility: hidden;
}
.t4p-woo-featured-products-slider .products-slider ul li img {
  display: block;
  float: left;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content h2 {
  margin-top: 0;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content .price {
  display: inline-block;
  margin-top: 3px;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content .price .amount {
  font-size: 18px;
}
.t4p-woo-featured-products-slider .products-slider .product-buttons a.added_to_cart {
  display: none;
}
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev,
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next {
  z-index: 1000;
  position: absolute;     
  top: 50%;
  margin-top: -20px;
  width: 30px;
  pointer: cursor;
  opacity: 0.8;
  text-align: center;
}
#sidebar .t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev,
#sidebar .t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next {
  z-index:1;
}
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev:before,
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:before {
  display: block;
  content: '\f104';
  line-height: 29px;
  font-size: 23px;
}
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-prev:hover,
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:hover {
  opacity: 1;
}
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-nav .es-nav-next:before {
  content: '\f105';
}
.t4p-woo-product-slider {
  overflow: hidden;
  margin-bottom: 55px;
}
.t4p-woo-product-slider .simple-products-slider {
  position: relative;
  margin-bottom: 0;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content h2 {
  margin-top: 0;
  margin-bottom: 2px;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content .price {
  display: inline-block;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content .price .amount {
  font-size: 18px;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons {
  left: 0;
  height: auto;
  width: 100%;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons a,
.t4p-woo-featured-products-slider .products-slider .product-buttons a {
  font-size: 14px;
  display:block!important;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons a:first-child:before {
  margin-right: 6px;
  content: '\f07a';
  font-family: IcoMoon!important;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons a:last-child:before {
  margin-right: 6px;
  content: '\f07a';
  font-family: IcoMoon!important;
}
.t4p-woo-product-slider .simple-products-slider .es-nav span {
  cursor: pointer;
}
.t4p-youtube.center-video .video-shortcode,
.t4p-vimeo.center-video .video-shortcode {
  margin: 0 auto;
}

//New Edits on 05 May 2016
.t4p-flexslider .slides li {
  display: block !important;
}
.flexslider .slides li {
  display: block !important;
}