.clear {
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*  Columns
/*-----------------------------------------------------------------------------------*/
.col, .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
.col img, .col_1 img, .col_2 img, .col_3 img, .col_4 img, .col_5 img, .col_6 img, .col_7 img, .col_8 img, .col_9 img, .col_10 img, .col_11 img, .col_12 img, .col iframe, .col_1 iframe, .col_2 iframe, .col_3 iframe, .col_4 iframe, .col_5 iframe, .col_6 iframe, .col_7 iframe, .col_8 iframe, .col_9 iframe, .col_10 iframe, .col_11 iframe, .col_12 iframe, .col object, .col_1 object, .col_2 object, .col_3 object, .col_4 object, .col_5 object, .col_6 object, .col_7 object, .col_8 object, .col_9 object, .col_10 object, .col_11 object, .col_12 object, .col embed, .col_1 embed, .col_2 embed, .col_3 embed, .col_4 embed, .col_5 embed, .col_6 embed, .col_7 embed, .col_8 embed, .col_9 embed, .col_10 embed, .col_11 embed, .col_12 embed {
  max-width: 100% !important;
}

.col_1 {
  width: 6.5%;
}

.col_2 {
  width: 15%;
}

.col_3 {
  width: 23.5%;
}

.col_4 {
  width: 32%;
}

.col_5 {
  width: 40.5%;
}

.col_6 {
  width: 49%;
}

.col_7 {
  width: 57.5%;
}

.col_8 {
  width: 66%;
}

.col_9 {
  width: 74.5%;
}

.col_10 {
  width: 83%;
}

.col_11 {
  width: 91.5%;
}

.col_12 {
  width: 100%;
}

.alpha, .first {
  margin-left: 0 !important;
}

.omega, .last {
  margin-right: 0 !important;
}

@media screen and (max-width: 799px) {
  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Button
/*-----------------------------------------------------------------------------------*/
a.wolf-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1.2em 0.8em;
  margin: 0 0.1em 0.5em 0.2em;
  opacity: 1 !important;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal !important;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
  color: white !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.wolf-button.small {
  font-size: 1em;
}

a.wolf-button.medium {
  font-size: 1.2em;
}

a.wolf-button.big {
  font-size: 1.4em;
}

a.wolf-button.round {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

/* Black : #333; */
a.wolf-button.black {
  border: 1px solid #1a1a1a;
  background: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#333333, #1a1a1a);
  background-image: -moz-linear-gradient(#333333, #1a1a1a);
  background-image: -o-linear-gradient(#333333, #1a1a1a);
  background-image: linear-gradient(#333333, #1a1a1a);
  text-shadow: 0px 0px 5px #1a1a1a;
}
a.wolf-button.black:hover, a.wolf-button.black:focus {
  color: white !important;
  background: #404040;
}
a.wolf-button.black:active {
  color: white !important;
  background: #333333;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* White : #fff; */
a.wolf-button.white {
  border: 1px solid #cccccc;
  background: #e6e6e6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#e6e6e6, #cccccc);
  background-image: -moz-linear-gradient(#e6e6e6, #cccccc);
  background-image: -o-linear-gradient(#e6e6e6, #cccccc);
  background-image: linear-gradient(#e6e6e6, #cccccc);
  text-shadow: 0px 0px 5px #cccccc;
  color: #333333 !important;
  text-shadow: none !important;
  background: #fff;
}
a.wolf-button.white:hover, a.wolf-button.white:focus {
  color: white !important;
  background: #f2f2f2;
}
a.wolf-button.white:active {
  color: white !important;
  background: #e6e6e6;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
a.wolf-button.white:hover, a.wolf-button.white:focus {
  color: #333333 !important;
  background: #f2f2f2;
}
a.wolf-button.white:active {
  color: #333333 !important;
}

/* Yellow : #FFBE3F; */
a.wolf-button.yellow {
  border: 1px solid #ffb525;
  background: #ffc759;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc759), color-stop(100%, #ffb525));
  background-image: -webkit-linear-gradient(#ffc759, #ffb525);
  background-image: -moz-linear-gradient(#ffc759, #ffb525);
  background-image: -o-linear-gradient(#ffc759, #ffb525);
  background-image: linear-gradient(#ffc759, #ffb525);
  text-shadow: 0px 0px 5px #ffb525;
}
a.wolf-button.yellow:hover, a.wolf-button.yellow:focus {
  color: white !important;
  background: #ffcf72;
}
a.wolf-button.yellow:active {
  color: white !important;
  background: #ffc759;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Green : #83C140; */
a.wolf-button.green {
  border: 1px solid #699c32;
  background: #83c140;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83c140), color-stop(100%, #699c32));
  background-image: -webkit-linear-gradient(#83c140, #699c32);
  background-image: -moz-linear-gradient(#83c140, #699c32);
  background-image: -o-linear-gradient(#83c140, #699c32);
  background-image: linear-gradient(#83c140, #699c32);
  text-shadow: 0px 0px 5px #699c32;
}
a.wolf-button.green:hover, a.wolf-button.green:focus {
  color: white !important;
  background: #8fc753;
}
a.wolf-button.green:active {
  color: white !important;
  background: #83c140;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Purple : #CF8EC7; */
a.wolf-button.purple {
  border: 1px solid #c06ab5;
  background: #cf8ec7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cf8ec7), color-stop(100%, #c06ab5));
  background-image: -webkit-linear-gradient(#cf8ec7, #c06ab5);
  background-image: -moz-linear-gradient(#cf8ec7, #c06ab5);
  background-image: -o-linear-gradient(#cf8ec7, #c06ab5);
  background-image: linear-gradient(#cf8ec7, #c06ab5);
  text-shadow: 0px 0px 5px #c06ab5;
}
a.wolf-button.purple:hover, a.wolf-button.purple:focus {
  color: white !important;
  background: #d7a0d0;
}
a.wolf-button.purple:active {
  color: white !important;
  background: #cf8ec7;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Red : #DD605A; */
a.wolf-button.red {
  border: 1px solid #d43730;
  background: #dd605a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd605a), color-stop(100%, #d43730));
  background-image: -webkit-linear-gradient(#dd605a, #d43730);
  background-image: -moz-linear-gradient(#dd605a, #d43730);
  background-image: -o-linear-gradient(#dd605a, #d43730);
  background-image: linear-gradient(#dd605a, #d43730);
  text-shadow: 0px 0px 5px #d43730;
}
a.wolf-button.red:hover, a.wolf-button.red:focus {
  color: white !important;
  background: #e1746f;
}
a.wolf-button.red:active {
  color: white !important;
  background: #dd605a;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Blue : #0D75B4; */
a.wolf-button.blue {
  border: 1px solid #0a5684;
  background: #0d75b4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d75b4), color-stop(100%, #0a5684));
  background-image: -webkit-linear-gradient(#0d75b4, #0a5684);
  background-image: -moz-linear-gradient(#0d75b4, #0a5684);
  background-image: -o-linear-gradient(#0d75b4, #0a5684);
  background-image: linear-gradient(#0d75b4, #0a5684);
  text-shadow: 0px 0px 5px #0a5684;
}
a.wolf-button.blue:hover, a.wolf-button.blue:focus {
  color: white !important;
  background: #0f84cc;
}
a.wolf-button.blue:active {
  color: white !important;
  background: #0d75b4;
  top: 1px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Download Arrow */
.wolf-download-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/cloud-download.png") center center no-repeat;
  background-size: 16px 16px;
  margin-top: -3px;
  margin-left: 8px;
  margin-right: -5px;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

a.wolf-button.big span.wolf-download-arrow {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

@media screen and (max-width: 767px) {
  a.wolf-button.small {
    font-size: 12px;
  }
  a.wolf-button.medium {
    font-size: 14px;
  }
  a.wolf-button.big {
    font-size: 18px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Notifications
/*-----------------------------------------------------------------------------------*/
.wolf-notif {
  width: 100%;
  padding: 0;
  position: relative;
  text-shadow: none !important;
  line-height: 1.5;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0.5em 0 1em;
}
.wolf-notif div {
  padding: 1.7em 1.2em;
}
.wolf-notif span {
  cursor: pointer;
}
.wolf-notif a {
  text-decoration: underline !important;
  font-weight: 700;
  opacity: 1 !important;
}
.wolf-notif .wolf-notif-close {
  position: absolute;
  top: 0px;
  right: 3px;
  width: 12px;
  height: 15px;
  display: inline-block;
  font-size: 100%;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1.5;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Success */
.wolf-notif.success {
  color: #223602;
  border: 1px solid #8fe00a !important;
  background-color: #edfdd3;
}
.wolf-notif.success a, .wolf-notif.success a:hover, .wolf-notif.success strong, .wolf-notif.success span {
  color: #223602 !important;
}

/* Info */
.wolf-notif.info {
  color: #001c25;
  border: 1px solid #00a2d7 !important;
  background-color: #beefff;
}
.wolf-notif.info a, .wolf-notif.info a:hover, .wolf-notif.info strong, .wolf-notif.info span {
  color: #001c25 !important;
}

/* Tip */
.wolf-notif.tip {
  color: #3d3100;
  border: 1px solid #f0c100 !important;
  background-color: #fff7d6;
}
.wolf-notif.tip a, .wolf-notif.tip a:hover, .wolf-notif.tip strong, .wolf-notif.tip span {
  color: #3d3100 !important;
}

/* Error */
.wolf-notif.error {
  color: #3a0000;
  border: 1px solid #ed0000 !important;
  background-color: #ffd3d3;
}
.wolf-notif.error a, .wolf-notif.error a:hover, .wolf-notif.error strong, .wolf-notif.error span {
  color: #3a0000 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Highlighted text
/*-----------------------------------------------------------------------------------*/
.wolf-highlight, span.wolf-highlight-white, span.wolf-highlight-black, span.wolf-highlight-yellow, span.wolf-highlight-red, span.wolf-highlight-green {
  text-shadow: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3em;
  color: white !important;
}

/* White : #fff */
span.wolf-highlight-white {
  background-color: white !important;
}

/* Black : #000 */
span.wolf-highlight-black {
  background-color: black !important;
}

/* Yellow : #ff0 */
span.wolf-highlight-yellow {
  background-color: yellow !important;
  color: #333333 !important;
}

/* Red : #D45554; */
span.wolf-highlight-red {
  background-color: #d45554 !important;
}

/* Green : #327627; */
span.wolf-highlight-green {
  background-color: #327627 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Tabs
/*-----------------------------------------------------------------------------------*/
.wolf-tabgroup ul.tabs-menu {
  text-shadow: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.wolf-tabgroup .tabs-container {
  margin-top: -7px;
  padding-top: 0.5em;
  background: #FFF;
  padding: 1em;
  border: 1px solid #d9d9d9;
  z-index: 0;
  position: relative;
  color: #333;
  text-shadow: none !important;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.wolf-tabgroup {
  width: 100%;
}

.wolf-tabgroup ul.tabs-menu {
  margin-left: 0;
  margin-bottom: 0;
  height: 46px;
  font-size: 90%;
  text-shadow: none;
}

.wolf-tabgroup ul.tabs-menu a {
  color: #262626;
}
.wolf-tabgroup ul.tabs-menu a:focus, .wolf-tabgroup ul.tabs-menu a:active {
  outline: 0;
}

.wolf-tabgroup ul.tabs-menu a:hover {
  color: black !important;
}

.wolf-tabgroup .tabs {
  margin-top: 8px;
}

.wolf-tabgroup .tabs h5 {
  margin: 15px 0 0;
}

.wolf-tabgroup .tabs p {
  margin: 0 0 0;
}

.wolf-tabgroup ul.tabs-menu li {
  background: #f2f2f2;
  border-bottom: none;
  text-align: center;
  list-style-type: none;
  float: left;
  height: 40px;
  width: 100px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: none !important;
  position: relative;
  margin: 0;
  margin-right: 1%;
  margin-left: 0 !important;
}
.wolf-tabgroup ul.tabs-menu li:before {
  display: none;
}

.wolf-tabgroup ul.tabs-menu li:hover, .wolf-tabgroup ul.tabs-menu li.ui-tabs-active {
  background-color: #fff;
}

.wolf-tabgroup ul.tabs-menu li a {
  color: #262626;
  border-bottom: none;
  position: absolute;
  line-height: 40px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.wolf-tabgroup ul.tabs-menu li.ui-tabs-selected {
  background-color: #fff;
  border: 1px solid #ababab;
  border-bottom: none;
}

.wolf-tabgroup ul.tabs-menu li.ui-tabs-selected a {
  background-color: #fff;
  color: #000;
}

/*Widget custom tabs in sidebar*/
aside .wolf-tabgroup ul.tabs-menu li, #sidebar .wolf-tabgroup ul.tabs-menu li,
#secondary .wolf-tabgroup ul.tabs-menu li,
.widget-row .wolf-tabgroup ul.tabs-menu li {
  width: 31%;
  margin-right: 1.5%;
}

.wolf-tabgroup.wolf-tabgroup-skin-dark .tabs-container {
  background: #333;
  border: 1px solid #000;
  color: #FFF;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu a:hover {
  color: white !important;
  background: #333;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li {
  background: #1a1a1a;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li a {
  color: #ccc;
}

.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li:hover,
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li.ui-tabs-active {
  background-color: #333;
}
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li:hover a,
.wolf-tabgroup.wolf-tabgroup-skin-dark ul.tabs-menu li.ui-tabs-active a {
  color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Toggles
/*-----------------------------------------------------------------------------------*/
.wolf-toggle {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wolf-toggle h5.wolf-toggle-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 24px !important;
  font-size: 18px !important;
  margin: 0;
  padding: 0;
  display: block;
  height: 32px;
  margin-bottom: 5px;
  cursor: pointer;
  zoom: 1;
}
.wolf-toggle h5.wolf-toggle-title:before, .wolf-toggle h5.wolf-toggle-title:after {
  content: "";
  display: table;
}
.wolf-toggle h5.wolf-toggle-title:after {
  clear: both;
}
.wolf-toggle h5.wolf-toggle-title .wolf-toggle-button {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  background: #333;
  margin-right: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
.wolf-toggle h5.wolf-toggle-title .wolf-toggle-button span.wolf-toggle-sign {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/toggle_plus.png") center center no-repeat;
}
.wolf-toggle h5.wolf-toggle-title .wolf-toggle-button span.wolf-toggle-sign.plus {
  background: url("../images/toggle_plus.png") center center no-repeat;
}
.wolf-toggle h5.wolf-toggle-title .wolf-toggle-button span.wolf-toggle-sign.minus {
  background: url("../images/toggle_minus.png") center center no-repeat;
}
.wolf-toggle .wolf-toggle-content {
  display: none;
  margin-bottom: 1em;
  font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*  Accordion
/*-----------------------------------------------------------------------------------*/
.wolf-accordion {
  width: 100%;
  border: 1px solid #ccc;
}

.wolf-accordion .ui-accordion-header {
  padding: 0;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  margin: 0;
  background: #fff;
  font-size: 98%;
  -webkit-box-shadow: 0 0 0 1px #d9d9d9;
  -moz-box-shadow: 0 0 0 1px #d9d9d9;
  box-shadow: 0 0 0 1px #d9d9d9;
  padding-left: 2%;
  color: #333333 !important;
}
.wolf-accordion .ui-accordion-header:focus, .wolf-accordion .ui-accordion-header:active {
  outline: 0;
}

.wolf-accordion .ui-accordion-header:hover {
  background: #fafafa;
}

.wolf-accordion .ui-accordion-header a, .wolf-accordion .ui-accordion-header a:hover {
  text-decoration: none !important;
  color: #333333 !important;
}

.wolf-accordion .ui-accordion-content {
  text-shadow: none;
  padding: 0.8em;
  margin: 0;
  background: #f2f2f2;
  color: #333333 !important;
  -webkit-box-shadow: inset 0px 0px 15px 0px #fafafa;
  -moz-box-shadow: inset 0px 0px 15px 0px #fafafa;
  box-shadow: inset 0px 0px 15px 0px #fafafa;
}

.wolf-accordion.wolf-accordion-skin-dark {
  border: 1px solid #000;
}
.wolf-accordion.wolf-accordion-skin-dark .ui-accordion-header {
  background: #333;
  -webkit-box-shadow: 0 0 0 1px #0d0d0d;
  -moz-box-shadow: 0 0 0 1px #0d0d0d;
  box-shadow: 0 0 0 1px #0d0d0d;
  color: white !important;
}
.wolf-accordion.wolf-accordion-skin-dark .ui-accordion-header:hover {
  background: #2b2b2b;
}
.wolf-accordion.wolf-accordion-skin-dark .ui-accordion-header a {
  color: white !important;
}
.wolf-accordion.wolf-accordion-skin-dark .ui-accordion-content {
  background: #333;
  color: white !important;
  -webkit-box-shadow: inset 0px 0px 15px 0px #0d0d0d;
  -moz-box-shadow: inset 0px 0px 15px 0px #0d0d0d;
  box-shadow: inset 0px 0px 15px 0px #0d0d0d;
}

/*-----------------------------------------------------------------------------------*/
/* Google Map
/*-----------------------------------------------------------------------------------*/
.wolf-google-map {
  margin: 0.2em 0.3em 1em;
}

/*-----------------------------------------------------------------------------------*/
/* Testimonials
/*-----------------------------------------------------------------------------------*/
.wolf-testimonials.flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
  background: none !important;
  margin-bottom: 50px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.wolf-testimonials.flexslider .slides li {
  display: none;
}
.wolf-testimonials.flexslider .slides > li:first-child {
  display: block;
}
.wolf-testimonials.flexslider ul {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.wolf-testimonials.flexslider ul li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.wolf-testimonials.flexslider ul li div blockquote {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  border: none !important;
  background: none !important;
}
.wolf-testimonials.flexslider ul li div blockquote cite {
  font-size: 15px;
  display: block;
  padding-top: 1em;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.wolf-testimonials.flexslider ul li div blockquote:before {
  content: open-quote;
}
.wolf-testimonials.flexslider ul li div blockquote:before {
  content: close-quote;
}
.wolf-testimonials.flexslider .flex-control-nav {
  margin: 0 !important;
  bottom: -50px;
  right: 0;
}
.wolf-testimonials.flexslider .flex-control-nav li {
  -webkit-backface-visibility: hidden;
}
