/* variable */
/** Accordion **/
.line-accordion.line-style {
  background: #ffffff;
}
.line-accordion.line-style .accordion-title:first-child a {
  border-top: none;
}
.line-accordion.line-style .accordion-title.active a {
  border-bottom: 1px solid transparent;
  color: #000000;
}
.line-accordion.line-style .accordion-title.active a:after {
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.line-accordion.line-style .accordion-title a {
  padding: 10px 0;
  display: block;
  color: #b3b3b3;
  border-top: 1px solid #cccccc;
  position: relative;
}
.line-accordion.line-style .accordion-title a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cccccc;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin-top: -5px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
}
.line-accordion.line-style .accordion-container {
  padding: 0 0 20px 0;
}
/** Alert Message **/
.line-alert {
  padding: 20px;
  color: #ffffff;
  position: relative;
}
.line-alert.error {
  background-color: #e74c3c;
}
.line-alert.success {
  background-color: #38cc00;
}
.line-alert.info {
  background-color: #009eca;
}
.line-alert.notice {
  background-color: #f6ba70;
}
.line-alert a.close {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  color: #ffffff;
}
.line-alert a.close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.line-alert a.close i {
  line-height: 22px;
}
/** Banner **/
.line-banner {
  text-align: center;
}
.line-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.line-banner a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transform: scale(1.2) rotateZ(-5deg);
  -webkit-transform: scale(1.2) rotateZ(-5deg);
  -o-transform: scale(1.2) rotateZ(-5deg);
  -ms-transform: scale(1.2) rotateZ(-5deg);
  -moz-transform: scale(1.2) rotateZ(-5deg);
}
.line-banner a img {
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.line-banner a .line-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.line-banner a .line-mask:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.line-banner a .line-mask .line-mask-content {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 80%;
}
.line-banner a .line-mask .line-mask-content .line-title-banner {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  font-size: 2.5em;
}
/** Blockquote **/
blockquote {
  padding: 40px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
blockquote:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
/** Button **/
.line-elements .line-btn,
.line-elements input[type="submit"] {
  margin: 0 10px 10px 0;
}
.line-btn,
input[type="submit"],
button[type="submit"] {
  color: #ffffff;
  background: #000000;
  background-image: none;
  background-color: #000000;
  padding: 10px 35px;
  cursor: pointer;
  border: none;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}
.line-btn.small,
input[type="submit"].small,
button[type="submit"].small {
  padding: 5px 35px;
  height: auto;
  line-height: 1.8;
}
.line-btn.big,
input[type="submit"].big,
button[type="submit"].big {
  padding: 15px 35px;
  height: auto;
  line-height: 1.8;
}
.line-btn.blue,
input[type="submit"].blue,
button[type="submit"].blue {
  background: #009eca;
}
.line-btn.lightblue,
input[type="submit"].lightblue,
button[type="submit"].lightblue {
  background: #58c5c0;
}
.line-btn.darkblue,
input[type="submit"].darkblue,
button[type="submit"].darkblue {
  background: #42555c;
}
.line-btn.red,
input[type="submit"].red,
button[type="submit"].red {
  background: #e74c3c;
}
.line-btn.green,
input[type="submit"].green,
button[type="submit"].green {
  background: #38cc00;
}
.line-btn.orange,
input[type="submit"].orange,
button[type="submit"].orange {
  background: #f6ba70;
}
.line-btn.dark,
input[type="submit"].dark,
button[type="submit"].dark {
  background: #333333;
}
.line-btn.light,
input[type="submit"].light,
button[type="submit"].light {
  background: #dddddd;
  color: #000000;
}
.line-btn.light:hover,
input[type="submit"].light:hover,
button[type="submit"].light:hover {
  color: #ffffff;
}
.line-btn.linelight,
input[type="submit"].linelight,
button[type="submit"].linelight {
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.line-btn.linedark,
input[type="submit"].linedark,
button[type="submit"].linedark {
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.line-btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}
.line-btn:hover:before,
input[type="submit"]:hover:before,
button[type="submit"]:hover:before {
  right: 11px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.line-btn.line-disabled,
input[type="submit"].line-disabled,
button[type="submit"].line-disabled,
.line-btn:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  background: #f2f2f2;
  color: #b3b3b3;
  cursor: no-drop;
}
.line-btn:before,
input[type="submit"]:before,
button[type="submit"]:before {
  color: #ffffff;
  height: 100%;
  position: absolute;
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  content: "\f061";
  font-family: 'FontAwesome';
}
/**Social**/
ul.social-networks {
  width: 100%;
}
ul.social-networks li {
  display: inline-block;
}
ul.social-networks li a {
  width: 32px;
  height: 32px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
ul.social-networks li a:hover {
  background: #000000;
}
ul.social-networks li a:hover:before,
ul.social-networks li a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
ul.social-networks li a:before {
  content: attr(data-title);
  position: absolute;
  background: #000000;
  left: 0;
  top: -35px;
  padding: 0 10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
ul.social-networks li a:after {
  border-top: 7px solid #000000;
  border-right: 7px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: -10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
ul.social-networks li a i {
  line-height: 32px;
}
/**Columns**/
.one-half {
  width: 48%;
}
.one-third {
  width: 30.6666%;
}
.two-third {
  width: 65.3332%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  float: left;
  margin-right: 4%;
  position: relative;
}
.one-half.last,
.one-third.last,
.two-third.last,
.three-fourth.last,
.one-fourth.last {
  margin-right: 0;
}
.one-half img,
.one-third img,
.two-third img,
.three-fourth img,
.one-fourth img {
  max-width: 100%;
}
.one-half.line-has-border:after,
.one-third.line-has-border:after,
.two-third.line-has-border:after,
.three-fourth.line-has-border:after,
.one-fourth.line-has-border:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: #e6e6e6;
  top: 0;
}
.one-half.line-has-border:after {
  right: -4.4%;
}
.one-third.line-has-border:after {
  right: -6.6%;
}
.one-fourth.line-has-border:after {
  right: -9.3%;
}
.two-third.line-has-border:after {
  right: -3%;
}
.three-fourth.line-has-border:after {
  right: -2.8%;
}
/** Heading **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
/** Divider **/
hr {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 60px 0;
}
.line-double-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 7px;
  margin: 30px 0;
}
.line-dashed {
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.line-fat-line {
  height: 5px;
  background: #f2f2f2;
  border-bottom: 1px solid #dedede;
  margin: 30px 0;
}
.header-line-center {
  text-align: center;
}
.header-line-center h1,
.header-line-center h2,
.header-line-center h3,
.header-line-center h4,
.header-line-center h5,
.header-line-center h6 {
  display: inline-block;
  position: relative;
}
.header-line-center h1:before,
.header-line-center h2:before,
.header-line-center h3:before,
.header-line-center h4:before,
.header-line-center h5:before,
.header-line-center h6:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 35px;
  left: -45px;
  top: 50%;
  margin-top: -1px;
}
.header-line-center h1:after,
.header-line-center h2:after,
.header-line-center h3:after,
.header-line-center h4:after,
.header-line-center h5:after,
.header-line-center h6:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 35px;
  right: -45px;
  top: 50%;
  margin-top: -1px;
}
.header-line-center-bottom {
  text-align: center;
}
.header-line-center-bottom h1,
.header-line-center-bottom h2,
.header-line-center-bottom h3,
.header-line-center-bottom h4,
.header-line-center-bottom h5,
.header-line-center-bottom h6 {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.header-line-center-bottom h1:before,
.header-line-center-bottom h2:before,
.header-line-center-bottom h3:before,
.header-line-center-bottom h4:before,
.header-line-center-bottom h5:before,
.header-line-center-bottom h6:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100px;
  left: 50%;
  top: 100%;
  margin-left: -50px;
}
.header-line-bottom h1,
.header-line-bottom h2,
.header-line-bottom h3,
.header-line-bottom h4,
.header-line-bottom h5,
.header-line-bottom h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-line-right {
  overflow: hidden;
}
.header-line-right h1,
.header-line-right h2,
.header-line-right h3,
.header-line-right h4,
.header-line-right h5,
.header-line-right h6 {
  position: relative;
  display: inline-block;
}
.header-line-right h1:after,
.header-line-right h2:after,
.header-line-right h3:after,
.header-line-right h4:after,
.header-line-right h5:after,
.header-line-right h6:after {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  left: 105%;
  width: 9999em;
}
.header-double-line-right {
  overflow: hidden;
}
.header-double-line-right h1,
.header-double-line-right h2,
.header-double-line-right h3,
.header-double-line-right h4,
.header-double-line-right h5,
.header-double-line-right h6 {
  position: relative;
  display: inline-block;
}
.header-double-line-right h1:after,
.header-double-line-right h2:after,
.header-double-line-right h3:after,
.header-double-line-right h4:after,
.header-double-line-right h5:after,
.header-double-line-right h6:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 6px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -3px;
  left: 105%;
  width: 9999em;
}
.header-line-left {
  overflow: hidden;
  text-align: right;
}
.header-line-left .line-to-top {
  position: relative;
  display: inline-block;
  color: #000000;
}
.header-line-left .line-to-top:hover {
  color: #000000;
}
.header-line-left .line-to-top:after {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  right: 110%;
  width: 9999em;
}
.header-double-line-left {
  text-align: right;
  overflow: hidden;
}
.header-double-line-left .line-to-top {
  position: relative;
  display: inline-block;
  color: #000000;
}
.header-double-line-left .line-to-top:hover {
  color: #000000;
}
.header-double-line-left .line-to-top:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 6px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -3px;
  right: 110%;
  width: 9999em;
}
/** Dropcaps **/
.line-dropcap {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  margin: 0 10px 0 0;
  font-family: times new roman;
}
.line-dropcap.line-style1 {
  background: #cccccc;
  color: #ffffff;
}
.line-dropcap.line-style2 {
  background: #000000;
  color: #ffffff;
}
/** Gallery **/
.line-gallery ul {
  display: inline-block;
}
.line-gallery ul li {
  position: relative;
}
.line-gallery ul li:hover .line-mask {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.line-gallery ul li a {
  display: block;
}
.line-gallery ul li a .line-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.line-gallery ul li a .line-mask:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.line-gallery ul li a .line-mask .line-mask-content {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.line-gallery ul li a .line-mask i {
  color: #ffffff;
  font-size: 28px;
}
.line-gallery.gallery-gird ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.line-gallery.gallery-carousel ul li {
  margin: 0 10px 0 0;
}
.line-gallery.gallery-carousel ol.flex-control-nav {
  position: static;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: 20px;
  display: none;
}
.line-gallery.gallery-carousel ul.flex-direction-nav li a {
  left: 20px;
}
.line-gallery.gallery-carousel ul.flex-direction-nav li a.flex-next {
  left: auto;
  right: 20px;
}
/** LineSlider **/
.line-slider.flexslider .slides li.flex-active-slide .line-caption {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.line-slider.flexslider .slides li .line-caption {
  position: absolute;
  background: #ffffff;
  z-index: 99;
  top: 40px;
  margin-left: 150px;
  width: 300px;
  padding: 30px 20px 100px 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: translate3d(-500px, 0px, 0px);
  -moz-transform: translate3d(-500px, 0px, 0px);
  -o-transform: translate3d(-500px, 0px, 0px);
  -ms-transform: translate3d(-500px, 0px, 0px);
  -webkit-transform: translate3d(-500px, 0px, 0px);
  transition: all 0.5s cubic-bezier(0.1, 1, 1, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.1, 1, 1, 1) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.1, 1, 1, 1) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.1, 1, 1, 1) 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 1, 1, 1) 0.5s;
}
.line-slider.flexslider .slides li .line-caption .line-title {
  line-height: 100%;
  font-size: 3em;
  margin: 0;
}
.line-slider.flexslider .slides li .line-caption .line-link a {
  margin: 20px 0;
  display: inline-block;
}
.line-slider.flexslider .slides li .line-caption .line-tags {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.line-slider.flexslider .slides li .line-caption .line-tags a {
  font-size: 0.9em;
  border: 1px solid #cccccc;
  float: left;
  margin: 0 9px 9px 0;
  padding: 7px 15px;
}
.line-slider.flexslider .slides li .line-caption .line-tags a:hover {
  border-color: #333333;
  color: #000000;
}
/** Link **/
.underline {
  text-decoration: underline;
}
.highlight {
  background: #38cc00;
  color: #ffffff;
  padding: 0 5px;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #737373;
  cursor: help;
}
.label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  color: #ffffff;
  background: #cccccc;
}
.label.label-default {
  background: #cccccc;
}
.label.label-primary {
  background: #009eca;
}
.label.label-success {
  background: #38cc00;
}
.label.label-info {
  background: #58c5c0;
}
.label.label-warning {
  background: #f6ba70;
}
.label.label-danger {
  background: #e74c3c;
}
/** Progress Bar **/
.line-progress-bar {
  position: relative;
  text-align: left;
}
.line-progress-bar p {
  margin-bottom: 5px;
  display: block;
}
.line-progress-bar p span {
  float: right;
}
.line-progress-bar .line-progress-bar-wrap {
  background: #f2f2f2;
  position: relative;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.blue {
  background: #009eca;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.lightblue {
  background: #58c5c0;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.darkblue {
  background: #42555c;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.red {
  background: #e74c3c;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.green {
  background: #38cc00;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.orange {
  background: #f6ba70;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.dark {
  background: #333333;
}
.line-progress-bar .line-progress-bar-wrap .line-progress-bar-inner.light {
  background: #dddddd;
}
.line-progress-bar .line-animation .line-progress-bar-inner:after,
.line-progress-bar .line-animation .line-progress-bar-inner span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
}
.line-progress-bar .line-animation .line-progress-bar-inner:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/** Promobox **/
.line-promobox {
  border: 1px solid #e6e6e6;
  padding: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-left: 3px solid #e6e6e6;
}
.line-promobox .line-promobutton .line-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.line-promobox .line-promobutton .line-btn.small {
  margin-top: -15px;
}
.line-promobox .line-promobutton .line-btn.big {
  margin-top: -25px;
}
.line-promobox.has-button .line-promocontent {
  margin-right: 200px;
}
.line-promobox.no-button .line-promocontent {
  margin-right: 0;
}
.line-promobox.no-button .line-promobutton {
  display: none;
}
.line-promobox-group {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.line-promobox-group.column-2 .box {
  width: 50%;
}
.line-promobox-group.column-3 .box {
  width: 33.33333333%;
}
.line-promobox-group.column-4 .box {
  width: 25%;
}
.line-promobox-group .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.line-promobox-group .box h1,
.line-promobox-group .box h2,
.line-promobox-group .box h3,
.line-promobox-group .box h4,
.line-promobox-group .box h5,
.line-promobox-group .box a {
  color: #ffffff;
}
/** Tabs **/
.line-tabs .line-filter-tabs {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
}
.line-tabs .line-filter-tabs li {
  float: left;
  padding: 15px 0;
}
.line-tabs .line-filter-tabs li:last-child a {
  border-right: none;
}
.line-tabs .line-filter-tabs li a {
  padding: 0 25px;
  display: block;
  color: #000;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  line-height: 100%;
  font-family:Chaparral Pro;
  font-weight:600;
  font-size:20px;
}
.line-tabs .line-filter-tabs li a.selected {
  position: relative;
  color: #ff5100;
  font-weight:bold;
}
.line-tabs .line-filter-tabs li a.selected:after {
  position: absolute;
  height: 1px;
  background: #000000;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -16px;
}
.line-tabs .tab-container {
  padding: 20px 0;
  background: #ffffff;
  clear: both;
}
.line-tabs .tab-container aside {
  margin-bottom: 0;
}
/** Table **/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.line-table.line-style1 tr.header {
  color: #000000;
  text-align: left;
}
table.line-table.line-style1 tr td,
table.line-table.line-style1 tr th {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
  font-weight: normal;
}
table.line-table.line-style2 tr.header {
  color: #000000;
  text-align: left;
}
table.line-table.line-style2 tr.header th {
  background: #ffffff;
  font-weight: normal;
}
table.line-table.line-style2 tr:nth-child(2n-1) {
  background: #f2f2f2;
}
table.line-table.line-style2 tr td,
table.line-table.line-style2 tr th {
  padding: 10px 15px;
}
.line-pricing-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.line-pricing-table .pricing-table-wrap {
  display: table-cell;
  text-align: center;
}
.line-pricing-table .pricing-table-wrap ul {
  border: 1px solid #f2f2f2;
  margin: 0 10px;
  background: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul li {
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.line-pricing-table .pricing-table-wrap ul li:last-child,
.line-pricing-table .pricing-table-wrap ul li.line-btn-row {
  border: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-head-row {
  border-bottom: none;
  margin: -1px;
  text-transform: uppercase;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row {
  background: #cccccc;
  border-bottom: none;
  color: #ffffff;
  font-size: 48px;
  padding: 20px;
  margin: -1px;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row p {
  line-height: 100%;
  margin-bottom: 0;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row p span {
  line-height: 100%;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row .symbol {
  font-size: 20px;
  position: relative;
  top: -18px;
  left: -10px;
  color: #000000;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row small {
  font-size: 12px;
  font-style: italic;
  display: block;
  line-height: 100%;
  color: #000000;
}
.line-pricing-table .pricing-table-wrap ul li.line-btn-row {
  padding: 20px 0;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight {
  border-width: 1px;
  border-color: #000000;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-head-row {
  padding-top: 30px;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-btn-row {
  padding-bottom: 30px;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row {
  background: #000000;
  color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span,
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row small {
  color: #ffffff;
}
/** Testimonial **/
.line-testimonial {
  text-align: center;
}
.line-testimonial .testimonial-content {
  margin-bottom: 20px;
}
.line-testimonial .info span {
  color: #cccccc;
}
/** WooCommerce **/
.line-woo-banner a {
  display: block;
  overflow: hidden;
}
.line-woo-banner a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.line-woo-banner a img {
  -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;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
