* {
  outline: 0 !important;
}

html, body {
  height: 100%;
}

.row {
  margin: 0 -5px;
}

.row [class*=col-] {
  padding: 0 5px;
}

a,h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  cursor: pointer;
}

a:active,a:focus,a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

strong, label, th {
  font-weight: 600;
}

.bold, b {
  font-weight: 700;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .btn {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.shadow-1 {
  -webkit-box-shadow: 2px 0 2px #d8d8d8;
  -moz-box-shadow: 2px 0 2px #d8d8d8;
  box-shadow: 2px 0 2px #d8d8d8;
}

.shadow-2 {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}

.table>thead>tr>th,.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.m-0 {
  margin: 0!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mr-0 {
  margin-right: 0!important;
}

.ml-0 {
  margin-left: 0!important;
}

.p-0 {
  padding: 0!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pr-0 {
  padding-right: 0!important;
}

.pl-0 {
  padding-left: 0!important;
}

.pRel {
  position: relative;
}

blockquote {
  font-style: italic;
}

.themePage {
  min-height: 585px;
}

.themeCard {
  background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
}

.thumbnail {
  margin-bottom: 15px;
  border-radius: 2px;
  border: 0;
  padding: 0;
}

.box {
  padding: 15px !important;
}

.dropdown-menu {
  border: 0;
  border-radius: 0 !important;
}

.btn-circle {
  border-radius: 50px!important;
}

.breadcrumb {
  border-radius: 2px;
}

.thumbnail {
  padding: 0;
}

.panel,
.panel-heading {
  position: relative;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
}

.panel-body {
  position: relative;
  border-width: 0;
}

.accordion .panel {
  border-radius: 2px;
  margin-top: 15px!important;
}

.accordion .panel-title>a {
  padding: 12px;
  white-space: nowrap;
}

.accordion .panel-title>a.accordion-toggle::before,.accordion a[data-toggle=collapse]::before {
  content: "\f077";
  float: left;
  font-family: FontAwesome;
  margin-right: 1em;
}

.accordion .panel-title>a.accordion-toggle.collapsed::before,.accordion a.collapsed[data-toggle=collapse]::before {
  content: "\f078";
}

.themeAd {
  padding: 3px;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.themeAd_Mrg {
  margin-bottom: 20px;
}

.ad-tray-728 {
  width: 734px;
}

.ad-tray-336 {
  width: 342px;
}

.ad-tray-250 {
  width: 256px;
}

.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.line-clamp {
	display: block;
	line-height: 1.3em;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.line-clamp:after {
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.4);
}

@supports (-webkit-line-clamp:1) {
  .line-clamp:after {
    display: none!important;
  }
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1 * 1);
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.4 * 2);
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.4 * 3);
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.4 * 4);
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.4 * 5);
}

._b289l-O01,._b289l-O02 {
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
  display: block;
}

._b289l-O01 {
  padding-bottom: 60%;
}

._b289l-O01 img,._b289l-O02 img {
  width: 100%;
}

._b289l-O01 img,
._b289l-O01 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

._b289l-O01 iframe,._b289l-O02 iframe {
  width: 100%;
  height: 100%;
}

._207_iFm {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

._207_iFm iframe, ._207_iFm object, ._207_iFm embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.imgOverlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 99;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,2) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,2) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0, 0, 0, 2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

figure .lazy {
  opacity: 0.99;
  filter: alpha(opacity=99);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

figure:hover .lazy {
  transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  opacity: 1;
}

figure .fa-play {
  z-index: 999;
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 13px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

figure .fa-play.fa-xl {
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 1.9em;
  padding: 0 1em;
}

figure .fa-play.fa-lg {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 1.5em;
  padding: 0 .8em;
}

figure .fa-play.fa-md {
  width: 38px;
  height: 38px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 13px;
}

figure .fa-play.fa-sm {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  padding: 0 10px;
}

/*BOOTSTRAP CAROUSEL*/
.themeSlider {
  margin-bottom: 2.5em;
  margin-top: -20px;
}

.themeSlider .carousel-indicators {
  bottom: 2.5em;
}

.carousel-caption {
  z-index: 999;
  padding: 0 2em 5em;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 /* IE6-9 */;
}

.carousel-inner img {
  width: 100%;
}

.carousel-control {
  width: auto;
}

.carousel-control .ion-ios-arrow-left,
.carousel-control .ion-ios-arrow-right,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 2.5em;
}

.carousel-control .ion-ios-arrow-left,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  margin: 0 4px;
  border-width: 1px;
  border-style: solid;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.carousel-control .ion-ios-arrow-left, .carousel-control .fa-chevron-left {
  left: 30px;
}

.carousel-control .ion-ios-arrow-right, .carousel-control .fa-chevron-right {
  right: 30px;
}

/*OWL CAROUSEL*/
.owl-carousel {
  margin: 0;
}

.owl-carousel .owl-nav [class*=owl-] {
  font-size: 12px;
  border-radius: 0;
  text-align: center;
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  color: #999;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
}

.owl-carousel .owl-dots {
  display: none !important;
}

.owl-carousel .owl-prev {
  left: -28px;
}

.owl-carousel .owl-next {
  right: -28px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #FFF;
  color: #333;
  box-shadow: 1px 0 2px 0 #ddd;
}

.owl-carousel .owl-prev:hover {
  left: -35px;
}

.owl-carousel .owl-next:hover {
  right: -35px;
}

@media (max-width: 550px) {
  ._100_width {
    width: 100%;
  }

  ._show_550 {
    width: block !important;
  }
}

@media (min-width: 551px) {
  ._show_550 {
    display: none !important;
  }
}