/*----------------------------------------------------------------------

 [Master Stylesheet : Event Point]
------------------------------------------------------------------------
 Project:           Event Point - Event, Conference & Meetup HTML Template
------------------------------------------------------------------------
 Version:           1.6.0
 Author:            LogicHunt, Themearth
 Copyright:         Copyright (C) 2017 themearth.com. All Rights Reserved By LogicHunt(http://logichunt.com/).
 Websites:          http://logichunt.com, http://themearth.com
 Contact/Support:   logichunt.info@gmail.com
-------------------------------------------------------------------------
-------------------------------------------------------------------------


[Table of Content]

1. Global Styles
   1.1  Typography
   1.2  Section Title
   1.3  Brand Button
   1.3  Animations

2. Main Content Styles
   2.1   Header Section
   2.2   Banner Section
   2.3   Slider Section
   2.4.0   about Section
   2.4.1   Speakers Section
   2.5   Video Section
   2.6   Schedule Section
   2.7   Sponsors Section
   2.8   Travel Section
   2.9   Register Section
   2.10  Photo Gallery Section
   2.11  Blog Section
   2.13  Testimonials Section
   2.14  Contact Section
   2.15  Circular Countdown Section
   2.16  Footer  Section

3. Single Page Style
   3.1  Single Page Style

4. Global Responsive
    4.1  Responsive Style

[Stylesheet Contents]

/********************************************************************/
/* 1. GLOBAL STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 1.1 TYPOGRAPHY
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  background: #ffffff;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 0;
  margin: 0;
  color: rgba(46, 40, 65, 0.8);
  line-height: 2.6rem;
}
p {
  font-family: 'Lora', serif;
  font-size: 16px;
  font-size: 1.8rem;
  line-height: 2.4000000000000004rem;
  padding: 0;
  margin: 0;
  color: rgba(46, 40, 65, 0.9);
  line-height: 2.0rem;
  font-weight: 400;
}
h1,
.h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  line-height: 7.2rem;
}
h2,
.h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  line-height: 4.8rem;
}
h3,
.h3 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  line-height: 4.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
h3 a,
.h3 a {
  color: inherit;
}
h3 a:hover,
.h3 a:hover {
  color: #dc4e41;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  line-height: 2.4rem;
  font-family: 'Lora', serif;
  font-weight: 700;
}
h4 a,
.h4 a {
  color: inherit;
}
h4 a:hover,
.h4 a:hover {
  color: #dc4e41;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  line-height: 2.4rem;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  line-height: 2.4rem;
}
img {
  max-width: 100%;
}
.lgx-table thead tr {
  background: rgba(220, 78, 65, 0.2);
}
.lgx-table thead tr th {
  border-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e2841;
  text-align: center;
}
.lgx-table tbody tr td,
.lgx-table tbody tr th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 4px solid #f9f9f9;
  background: rgba(220, 78, 65, 0.05);
  text-align: center;
  border-right: 2px solid #f9f9f9;
}
.lgx-table tbody tr td:hover,
.lgx-table tbody tr th:hover {
  background: rgba(220, 78, 65, 0.1);
}
.lgx-table tbody tr th {
  background: rgba(220, 78, 65, 0.1);
}
a {
  text-decoration: none;
  color: #c92222;
  outline: 0;
}
a:focus,
a.active {
  text-decoration: none;
  color: #fff;
  outline: 0;
}
a.aggiungiClassi:focus{
  text-decoration: none;
  color: #c92222;
  outline: 0;
}
button:focus,
button:active,
.btn:focus,
.btn:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="button"]:active {
  outline: none;
}
.lgx-inner {
  padding: 11rem 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e4766c;
}
blockquote p {
  font-weight: 400;
}
blockquote {
  text-align: left;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #ffffff;
  font-weight: 400;
  margin: 2rem 0;
  display: block;
  padding: 4rem;
  background: rgba(199, 23, 23, 0.9);
  /*font-style: italic;*/
  position: relative;
  border-left: 0;
  border-radius: 40px 0 40px 0;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
}
blockquote p {
  font-size: 28px;
  line-height: 39px;
  font-size: 1.5rem;
  line-height: 1.9000000000000004rem;
  color: #ffffff;
}
blockquote footer {
  float: none !important;
  color: #fbcf20;
}
blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  right: 8px;
  position: absolute;
  bottom: -22px;
  font-size: 51px;
  line-height: 76.5px;
  font-size: 5.1rem;
  line-height: 7.6499999999999995rem;
  color: #f9f9f9;
  opacity: 1;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  left: -1px;
  position: absolute;
  top: -19px;
  font-size: 51px;
  line-height: 76.5px;
  font-size: 5.1rem;
  line-height: 7.6499999999999995rem;
  color: #f9f9f9;
  opacity: 1;
}
/*-------------------------------------------------------------------*/
/* 1.2 SECTION TITLE
----------------------------------------------------------------------*/
.lgx-heading-area {
  text-align: center;
  margin-bottom: 6.8rem;
}
.lgx-heading-area .text {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  padding: 0 20%;
  font-family: 'Lora', serif;
  font-weight: 400;
  opacity: .7;
  font-style: italic;
}
.lgx-heading {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: -3.9rem;
}
.lgx-heading h2 {
  margin: 0;
}
.lgx-heading .back-heading {
  font-size: 110px;
  line-height: 165px;
  font-size: 11rem;
  line-height: 16.5rem;
  text-transform: uppercase;
  color: rgba(183, 25, 26, 0.6);
  width: 100%;
  opacity: .15;
}
.lgx-heading .heading {
  position: absolute;
  font-size: 30x;
  line-height: 63px;
  font-size: 3.0rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  color: #2e2841;
  line-height: 18.5rem;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.lgx-heading-brand .back-heading {
  color: #ebebeb;
}
.lgx-heading-brand .heading {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
.lgx-heading-brand .text {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
/*-------------------------------------------------------------------*/
/* 1.3 BRAND BUTTON
---------------------------------------------------------------------*/
.lgx-btn {
  font-family: 'Oswald', sans-serif;
  background: #b7191a;
  padding: 1rem 2.6rem;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-btn:hover {
  background: #dc4e41;
  color: #fff;
}
.lgx-btn:hover span {
  display: block;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.lgx-btn-brand {
  background: #dc4e41;
}
.lgx-btn-brand:hover {
  background: #42bd41;
}
.lgx-btn-big {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 1.3rem 3.2rem;
}
button {
  border: 0;
}
/*-------------------------------------------------------------------*/
/* 1.4 ANIMATIONS
---------------------------------------------------------------------*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/********************************************************************/
/* 2. MAIN CONTENT STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 2.1 HEADER SECTION
---------------------------------------------------------------------*/
.lgx-header {
  position: fixed;
  top: 3rem;
  width: 100%;
  z-index: 9;
  /*DROPDOWN MENU HOVER EFFECT*/
  /*DROPDOWN MENU HOVER EFFECT*/
  /*MULTI LEVEL DROPDOWN*/
  /*MULTI LEVEL DROPDOWN*/
}
.lgx-header .lgx-inner {
  margin: 0 auto;
}
.lgx-header .lgx-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
  color: #fff;
}
.lgx-header .lgx-toggle i {
  font-size: 26px;
}
.lgx-header .navbar-default .navbar-nav > .open > a:focus,
.lgx-header .navbar-default .navbar-nav > .open > a:hover,
.lgx-header .navbar-default .navbar-nav > .open > a:visited {
  background-color: transparent !important;
  color: #dc4e41;
}
.lgx-header .navbar-nav li:hover > ul {
  display: block;
  -moz-animation: fadeIn 0.3s ease-in;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}
.lgx-header .navbar-nav ul li:hover > ul {
  display: block;
  -moz-animation: fadeIn 0.3s ease-in;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}
.lgx-header .dropdown-submenu {
  position: relative;
}
.lgx-header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.lgx-header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.lgx-header .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}
.lgx-header .dropdown-submenu.pull-left {
  float: none;
}
.lgx-header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.lgx-header .lgx-navbar {
  margin-bottom: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.lgx-header .lgx-navbar .lgx-nav {
  position: relative;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
.lgx-header .lgx-navbar .lgx-nav li a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  letter-spacing: .08rem;
  text-transform: uppercase;
}
.lgx-header .lgx-navbar .lgx-nav li a:hover {
  background: transparent;
  color: #dc4e41;
  opacity: 1;
}
.lgx-header .lgx-navbar .lgx-nav li .lgx-btn {
  margin-top: .5rem;
  padding: .8rem 2.4rem;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.lgx-header .lgx-navbar .lgx-nav li .lgx-btn:hover {
  background: #dc4e41;
  color: #fff;
}
.lgx-header .lgx-navbar .lgx-nav .active a {
  background: transparent;
  color: #dc4e41;
}
.lgx-header .lgx-navbar .lgx-logo {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
.lgx-header .lgx-navbar .lgx-logo a img {
  max-width: 190px;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.lgx-header .lgx-navbar .lgx-nav {
  float: right;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
  color: #2e2841;
  padding: .6rem 1.5rem;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b {
  color: #dc4e41;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
  background: transparent;
  color: #dc4e41;
  opacity: 1;
}
.single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu,
.single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu,
.page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu,
.page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
}
.single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a,
.single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a,
.page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a,
.page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
  color: #2e2841;
}
.single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b,
.single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b,
.page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b,
.page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b {
  color: #dc4e41;
}
.menu-onscroll {
  background: rgba(199, 23, 23, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
  -moz-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1);
  -o-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1);
  box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1);
}
.menu-onscroll .lgx-toggle {
  color: #2681c4;
  top: 15px;
}
.menu-onscroll .lgx-navbar .lgx-nav li a {
  padding-top: 23px;
  padding-bottom: 23px;
}
.menu-onscroll .lgx-navbar .lgx-nav li a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}
.menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn {
  margin-top: 1.3rem;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.menu-onscroll .lgx-navbar .lgx-nav .active a {
  background: transparent;
  color: #2681c4;
  opacity: 1;
}
.menu-onscroll .lgx-navbar .lgx-logo {
  display: block;
  margin-top: .9rem;
}
.menu-onscroll .lgx-navbar .lgx-logo a img {
  max-width: 170px;
  margin-top: 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;
  transition: all 0.2s ease-in-out 0s;
}
.lgx-header-white .lgx-toggle {
  color: #dc4e41;
}
.lgx-header-white .lgx-navbar .lgx-nav li a {
  color: #2e2841;
  opacity: .7;
}
.lgx-header-white .lgx-navbar .lgx-nav li a:hover {
  color: #dc4e41;
}
.lgx-header-white .lgx-navbar .lgx-nav .active a {
  color: #dc4e41;
}
/*Animation*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*Animation End*/
.lgx-typed-info .typed-cursor {
  opacity: 1;
  font-weight: 300;
  margin-left: 5px;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------*/
/* 2.2 BANNER SECTION
---------------------------------------------------------------------*/
.lgx-banner {
  background: url('http://placehold.it/1920x1002') top center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.lgx-banner .lgx-banner-style {
  background: url('http://placehold.it/1700x500') top left no-repeat;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.lgx-banner .lgx-inner {
  position: static;
  height: auto;
  padding: 35rem 0 30.5rem;
  /*background: rgba(46, 40, 65, 0.9);*/
}
.lgx-banner .subtitle {
  font-family: 'Lora', serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.lgx-banner .subtitle span {
  color: #42bd41;
  font-weight: 700;
}
.lgx-banner .title {
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.lgx-banner .title span {
  color: #42bd41;
}
.lgx-banner .date {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  margin-top: 0;
}
.lgx-banner .date span {
  color: #dc4e41;
}
.lgx-banner .text {
  padding: 0 10%;
  margin-bottom: 3rem;
}
.lgx-banner .banner-btn .lgx-btn {
  margin: 0 .8rem;
  padding: 1.2rem 3rem;
}
.lgx-banner .lgx-countdown-area {
  margin-bottom: 1.6rem;
}
.lgx-banner .lgx-countdown-area #lgx-countdown span {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 2rem;
  letter-spacing: .16rem;
}
.lgx-banner .lgx-countdown-area #lgx-countdown i {
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #fff;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
}
.lgx-banner .lgx-countdown-area #lgx-countdown .lgx-days {
  color: #fff200;
}
.lgx-banner .lgx-countdown-area #lgx-countdown .lgx-hr {
  color: #ff8a00;
}
.lgx-banner .lgx-countdown-area #lgx-countdown .lgx-min {
  color: #00b9ff;
}
.lgx-banner .lgx-countdown-area #lgx-countdown .lgx-sec {
  color: #8dc63f;
}
.lgx-banner-typed .title {
  font-family: 'Oswald', sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  color: #fff;
}
.lgx-banner-typed .title span {
  color: #fff;
}
/*-----------------------------------------*/
/* FOR HOME PAGE 4 Banner Area
-------------------------------------------*/
.lgx-banneranother {
  background: url('http://placehold.it/1920x861') top center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.lgx-banneranother .lgx-countdown-area {
  margin-left: 1rem;
}
.lgx-banneranother .lgx-banner-style {
  background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.8)', endColorstr='rgba(220, 78, 65, 0.7)', GradientType=0);
  /* IE6-9 */
}
.lgx-banneranother .lgx-inneranother {
  background: url('http://placehold.it/782x905') bottom right no-repeat;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.lgx-banneranother .lgx-inner-bg {
  background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.5)), color-stop(100%, rgba(220, 78, 65, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.5)', endColorstr='rgba(220, 78, 65, 0.3)', GradientType=0);
  /* IE6-9 */
  padding: 27rem 0 22rem;
}
.lgx-banneranother .date {
  font-family: 'Lora', serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  color: #42bd41;
  margin: 0;
  font-style: normal;
}
.lgx-banneranother .date span {
  font-weight: 700;
}
.lgx-banneranother .title {
  font-family: 'Oswald', sans-serif;
  font-size: 110px;
  line-height: 165px;
  font-size: 11rem;
  line-height: 16.5rem;
  line-height: 10rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: -3px;
}
.lgx-banneranother .title span {
  color: #fff;
  font-size: 178px;
  line-height: 267px;
  font-size: 17.8rem;
  line-height: 26.700000000000003rem;
  letter-spacing: -6px;
  line-height: 18rem;
  display: block;
}
.lgx-banner-gradient {
  background: url('http://placehold.it/1920x861') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.lgx-banner-gradient .circular-countdown-area {
  padding: 0 20%;
}
.lgx-banner-gradient .lgx-banner-style {
  background: url('http://placehold.it/1700x500') top left no-repeat;
  -webkit-background-size: 100% 100%, cover;
  -o-background-size: 100% 100%, cover;
  -moz-background-size: 100% 100%, cover;
  background-size: 100% 100%, cover;
}
.lgx-banner-gradient .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 40, 65, 0.98) 0%, rgba(71, 114, 217, 0.7) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 40, 65, 0.98)), color-stop(100%, rgba(71, 114, 217, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 40, 65, 0.98) 0%, rgba(71, 114, 217, 0.7) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 40, 65, 0.98) 0%, rgba(71, 114, 217, 0.7) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 40, 65, 0.98) 0%, rgba(71, 114, 217, 0.7) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 40, 65, 0.98) 0%, rgba(71, 114, 217, 0.7) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 40, 65, 0.98)', endColorstr='rgba(71, 114, 217, 0.7)', GradientType=0);
  /*IE6-9 */
  padding: 32rem 0;
  text-align: center;
}
/*-------------------------------------------------------------------*/
/* 2.3 Slider
---------------------------------------------------------------------*/
.lgx-slider {
  color: #fff;
  position: relative;
}
.lgx-slider p {
  color: #fff;
  opacity: .7;
}
.lgx-slider .lgx-inner {
  padding-bottom: 0;
  padding-top: 0;
}
.lgx-slider .lgx-item-center {
  text-align: center;
}
.lgx-slider .lgx-item-center .text {
  margin: 0 auto;
}
.lgx-slider .lgx-item-left {
  text-align: left;
}
.lgx-slider .lgx-item-left .banner-btn .lgx-btn {
  margin-right: .5rem;
}
.lgx-slider .lgx-item-right {
  text-align: right;
}
.lgx-slider .lgx-item-right .text {
  float: right;
}
.lgx-slider .lgx-item-right .banner-btn {
  float: right;
}
.lgx-slider .owl-controls .owl-nav [class*=owl-] {
  height: 60px;
  width: 60px;
  background: #dc4e41;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.lgx-slider .owl-controls .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #dc4e41;
}
.lgx-slider .owl-prev,
.lgx-slider .owl-next {
  position: absolute;
  top: 45%;
  opacity: 0;
}
.lgx-slider .owl-prev i,
.lgx-slider .owl-next i {
  font-size: 40px;
  line-height: 49px;
}
.lgx-slider .owl-prev {
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lgx-slider .owl-next {
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lgx-slider:hover .owl-prev,
.lgx-slider:hover .owl-next {
  opacity: 1;
}
.lgx-slider:hover .owl-prev {
  left: 15px;
}
.lgx-slider:hover .owl-next {
  right: 15px;
}
.lgx-slider .lgx-brand {
  background: transparent;
  padding-top: 2rem;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s linear;
}
.lgx-slider .lgx-brand .lgx-logo {
  max-width: 180px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s linear;
}
.lgx-slider .slider-text-single figure {
  position: relative;
}
.lgx-slider .slider-text-single figure figcaption {
  /*background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95)));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);*/
  /* IE10+ */
  /*background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0);*/
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link {
  width: 100%;
  height: 100%;
  display: table;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical {
  display: table-cell;
  vertical-align: middle;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-btn {
  margin-top: 3.2rem;
  display: inline-block;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .title {
  color: #fff;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  line-height: 8rem;
  font-weight: 400;
  margin: 0;
  font-style: italic;
  font-family: 'Lora', serif;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .subtitle {
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .text {
  width: 70%;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle {
  font-family: 'Lora', serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  text-shadow: 1px 1px 10px #000;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle span {
  color: #42bd41;
  font-weight: 700;
  text-shadow: 1px 1px 10px #000;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title {
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title span {
  color: #42bd41;
  text-shadow: 1px 1px 10px #000;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  margin-top: 0;
  text-shadow: 1px 1px 10px #000;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date span {
  color: #dc4e41;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .text {
  padding: 0 10%;
  margin-bottom: 3rem;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .banner-btn .lgx-btn {
  margin: 0 .8rem;
  padding: 1.2rem 3rem;
}
.lgx-slider .slider-text-single figure figcaption:before {
  content: "";
  position: absolute;
  background: rgba(46, 40, 65, 0.2);
  top: -38px;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-filter: blur(30px);
  /* Chrome, Safari, Opera */
  filter: blur(30px);
}
.lgx-slider .lgx-countdown-area {
  margin-bottom: 1.6rem;
}
.lgx-slider .lgx-countdown-area #lgx-countdown span {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 2rem;
  letter-spacing: .16rem;
}
.lgx-slider .lgx-countdown-area #lgx-countdown i {
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #fff;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
}
.lgx-slider .lgx-countdown-area #lgx-countdown .lgx-days {
  color: #fff200;
}
.lgx-slider .lgx-countdown-area #lgx-countdown .lgx-hr {
  color: #ff8a00;
}
.lgx-slider .lgx-countdown-area #lgx-countdown .lgx-min {
  color: #00b9ff;
}
.lgx-slider .lgx-countdown-area #lgx-countdown .lgx-sec {
  color: #8dc63f;
}
.lgx-slider .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
/*-----------------------------------------*/
/* FOR CONTENT SLIDER
-------------------------------------------*/
.lgx-contentslider {
  background: url('http://placehold.it/1920x861') top center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.lgx-contentslider .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0);
  /* IE6-9 */
}
.lgx-contentslider .lgx-owlcontslider .owl-controls {
  text-align: left;
}
.lgx-contentslider .lgx-owlcontslider .owl-controls .owl-nav [class*=owl-] {
  background: rgba(46, 40, 65, 0.9);
  color: #42bd41;
  font-size: 26px;
  margin: 5px;
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-contentslider .lgx-owlcontslider .owl-controls .owl-nav [class*=owl-]:hover {
  background: #42bd41;
  color: #fff;
}
.lgx-contentslider .lgx-owlcontslider:hover .owl-controls .owl-nav [class*=owl-] {
  opacity: 1;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
#lgx-main-slider .active .lgx-fadeInLeft-img,
#lgx-owlcontslider .active .lgx-fadeInLeft-img {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-one,
#lgx-owlcontslider .active .lgx-fadeInLeft-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-two,
#lgx-owlcontslider .active .lgx-fadeInLeft-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-three,
#lgx-owlcontslider .active .lgx-fadeInLeft-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-four,
#lgx-owlcontslider .active .lgx-fadeInLeft-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.7s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-zoomIn-img,
#lgx-owlcontslider .active .lgx-zoomIn-img {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomIn-one,
#lgx-owlcontslider .active .lgx-zoomIn-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-zoomIn-two,
#lgx-owlcontslider .active .lgx-zoomIn-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-zoomIn-three,
#lgx-owlcontslider .active .lgx-zoomIn-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-fadeInRight-four,
#lgx-owlcontslider .active .lgx-fadeInRight-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.7s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-fadeInU-img,
#lgx-owlcontslider .active .lgx-fadeInU-img {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-one,
#lgx-owlcontslider .active .lgx-zoomInUp-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-two,
#lgx-owlcontslider .active .lgx-zoomInUp-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-three,
#lgx-owlcontslider .active .lgx-zoomInUp-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-four,
#lgx-owlcontslider .active .lgx-zoomInUp-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#lgx-main-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
/*-------------------------------------------------------------------*/
/* 2.4.0 About SECTION
---------------------------------------------------------------------*/
.lgx-about-title {
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  margin-bottom: 4.2rem;
}
.lgx-about-text .hi-text {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #2e2841;
  text-transform: uppercase;
  margin-top: 0;
}
.lgx-about-text .text {
  margin-bottom: 2.6rem;
}
.lgx-about-text .lgx-btn {
  margin-right: 5px;
  display: inline-block;
}
.lgx-about-video {
  background: url('http://placehold.it/800x300') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  border-radius: 6px;
}
.lgx-about-video .about-video-inner {
  padding: 11rem 0;
  border-radius: 6px;
  background: rgba(46, 40, 65, 0.7);
}
.lgx-about-video .video-text {
  text-align: center;
}
.lgx-about-video .video-text p {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 300;
  text-transform: uppercase;
}
.lgx-about-video .video-text p span {
  display: block;
}
.lgx-about-video .video-icon {
  text-align: center;
}
.lgx-about-video .video-icon .text {
  margin-top: 1.6rem;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.lgx-about-video .video-icon a {
  background: rgba(255, 255, 255, 0.8);
  height: 11rem;
  width: 11rem;
  display: inline-block;
  color: #dc4e41;
  border-radius: 50%;
}
.lgx-about-video .video-icon a img {
  padding-top: 27px;
  padding-left: 10px;
  max-width: 65px;
}
.lgx-about-video .video-icon:hover a {
  background: #ffffff;
}
.lgx-about-video .video-icon:hover a img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.lgx-about-video .lgx-modal {
  background: rgba(46, 40, 65, 0.8);
}
.lgx-about-video .lgx-modal .modal-dialog {
  background: transparent;
  box-shadow: none;
  width: 100%;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  width: 100%;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content .modal-header .close {
  margin-top: -36px;
  font-size: 30px;
  color: #fff;
  padding: 7px 14px 8px;
  border-radius: 50%;
  opacity: .8;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-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;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content .modal-body {
  width: 70%;
  margin: 0 auto;
  background: #2e2841;
}
.lgx-about-video .lgx-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 650px;
  border: 0;
}
/*-------------------------------------------------------------------*/
/* 2.4.1 Speakers SECTION
---------------------------------------------------------------------*/
.lgx-speakers {
  background: #f1f1f1;
}
.lgx-speakers .speakers-btn-area {
  text-align: center;
}
.lgx-speakers .lgx-single-speaker {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 4.2rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-speakers .lgx-single-speaker figure {
  position: relative;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.lgx-speakers .lgx-single-speaker figure a.profile-img {
  border-radius: 4px;
}
.lgx-speakers .lgx-single-speaker figure a.profile-img img {
  border-radius: 4px;
}
.lgx-speakers .lgx-single-speaker figure figcaption {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  padding: .8rem 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.lgx-speakers .lgx-single-speaker figure figcaption a {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  color: #dc4e41;
  padding: 0 .3rem;
}
.lgx-speakers .lgx-single-speaker .speaker-info {
  padding: 1.6rem 0 1.5rem 0;
  text-align: center;
}
.lgx-speakers .lgx-single-speaker .speaker-info .title {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .08rem;
}
.lgx-speakers .lgx-single-speaker .speaker-info .title a {
  font-size: inherit;
}
.lgx-speakers .lgx-single-speaker .speaker-info .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  color: #dc4e41;
}
.lgx-speakers .lgx-single-speaker:hover {
  background: #dc4e41;
}
.lgx-speakers .lgx-single-speaker:hover figure figcaption {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
.lgx-speakers .lgx-single-speaker:hover figure figcaption a i {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.lgx-speakers .lgx-single-speaker:hover .speaker-info .title a {
  color: #fff;
}
.lgx-speakers .lgx-single-speaker:hover .speaker-info .subtitle {
  color: #fff;
}
.lgx-speakers .lgx-single-speaker-sm {
  padding: 8px;
}
.lgx-speakers .lgx-single-speaker-sm figure figcaption a {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.lgx-speakers .lgx-single-speaker-sm .speaker-info .title {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.lgx-speaker-single .lgx-inner {
  background: #f1f1f1;
}
.lgx-speaker-single .lgx-single-speaker {
  min-height: 100% !important;
}
.lgx-speaker-single p {
  margin-bottom: 1.6rem;
}
.lgx-speaker-single .speakers-content .title {
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.lgx-speaker-single .speakers-content .subtitle {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
  color: #dc4e41;
  margin-top: 0;
}
.lgx-speaker-single .social {
  margin-bottom: 4.2rem;
}
.lgx-speaker-single .social ul li {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-speaker-single .social ul li a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  font-size: 26px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.lgx-speaker-single .social ul li a i {
  font-size: inherit;
  line-height: 53px;
}
.lgx-speaker-single .social ul li:hover {
  background: #dc4e41;
}
.lgx-speaker-single .social ul li:hover a {
  color: #42bd41;
}
.lgx-speaker-single .social ul li:hover a i {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.lgx-speakers-black {
  background: url('http://placehold.it/1920x1002') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.lgx-speakers-black .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 40, 65, 0.9)), color-stop(100%, rgba(71, 114, 217, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.79) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 40, 65, 0.9)', endColorstr='rgba(71, 114, 217, 0.9)', GradientType=0);
  /*IE6-9 */
}
/*-------------------------------------------------------------------*/
/* 2.5  Video SECTION
---------------------------------------------------------------------*/
.lgx-video {
  background: url('../img/video-bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.lgx-video .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 40, 65, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(59, 89, 153, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0);
  /* IE6-9 */
  padding: 15.8rem 0;
}
.lgx-video .video-text {
  text-align: center;
}
.lgx-video .video-text p {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 300;
  text-transform: uppercase;
}
.lgx-video .video-text p span {
  display: block;
}
.lgx-video .video-icon {
  text-align: center;
}
.lgx-video .video-icon .text {
  margin-top: 1.6rem;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.lgx-video .video-icon a {
  background: #ffffff;
  height: 11rem;
  width: 11rem;
  display: inline-block;
  color: #dc4e41;
  border-radius: 50%;
}
.lgx-video .video-icon a img {
  padding-top: 14px;
  padding-left: 10px;
}
.lgx-video .video-icon:hover a {
  background: #ffffff;
}
.lgx-video .video-icon:hover a img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.lgx-video .lgx-modal {
  background: rgba(46, 40, 65, 0.8);
}
.lgx-video .lgx-modal .modal-dialog {
  background: transparent;
  box-shadow: none;
  width: 100%;
}
.lgx-video .lgx-modal .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  width: 100%;
}
.lgx-video .lgx-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.lgx-video .lgx-modal .modal-dialog .modal-content .modal-header .close {
  margin-top: -36px;
  font-size: 30px;
  color: #fff;
  padding: 7px 14px 8px;
  border-radius: 50%;
  opacity: .8;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-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;
}
.lgx-video .lgx-modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.lgx-video .lgx-modal .modal-dialog .modal-content .modal-body {
  width: 70%;
  margin: 0 auto;
  background: #2e2841;
}
.lgx-video .lgx-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 650px;
  border: 0;
}
.lgx-video-slider .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0);
  /* IE6-9 */
}
/*-------------------------------------------------------------------*/
/* 2.6 Schedule SECTION
---------------------------------------------------------------------*/
.lgx-schedule .lgx-inner {
  background: url('../img/schedule-bg-style-35.jpg') bottom center no-repeat;
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.lgx-schedule .lgx-tab {
  text-align: center;
}
.lgx-schedule .lgx-tab .nav-pills {
  text-align: center;
  display: inline-block;
  margin-bottom: 2.6rem;
}
.lgx-schedule .lgx-tab .nav-pills li {
  background: #f1f1f1;
  padding: 5px;
  border-radius: 4px;
  margin: 0 .4rem;
  /*&:hover {
          a {
            h3, p {
              -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
              -webkit-transform-origin: center;
              transform-origin: center;
              animation-duration: 400ms;
              animation-timing-function: linear;
            }
          }
        }*/
}
.lgx-schedule .lgx-tab .nav-pills li a {
  background: #fff;
  padding: 1.2rem 3rem .8rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-schedule .lgx-tab .nav-pills li a h3 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  line-height: 2.6rem;
  color: #2e2841;
  text-transform: uppercase;
  margin: 0;
}
.lgx-schedule .lgx-tab .nav-pills li a h3 span {
  color: #2681c4;
}
.lgx-schedule .lgx-tab .nav-pills li a p {
  font-style: italic;
  margin: 0;
}
.lgx-schedule .lgx-tab .nav-pills li a p span {
  color: #b7191a;
  font-weight: 700;
}
.lgx-schedule .lgx-tab .nav-pills .active {
  background: #b7191a;
  position: relative;
  -moz-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49);
  -webkit-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49);
  -o-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49);
  -ms-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49);
  box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49);
}
.lgx-schedule .lgx-tab .nav-pills .active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #b7191a;
  top: 50%;
  left: 17%;
}
.lgx-schedule .lgx-tab .lgx-tab-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-schedule .lgx-tab .lgx-single-tab {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2rem 1.6rem;
}
.lgx-schedule .lgx-tab .lgx-single-tab:nth-of-type(even) {
  background: rgba(241, 241, 241, 0.5);
}
.lgx-schedule .lgx-tab .lgx-single-tab .time-area {
  text-align: center;
}
.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  text-align: right;
  line-height: 5rem;
  text-transform: uppercase;
  display: inline-block;
}
.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
  display: block;
  color: #b7191a;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  opacity: .7;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img,
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
  width: 50%;
  float: left;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img {
  max-width: 150px;
  margin-right: 1.3rem;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img {
  max-width: 150px;
  border-radius: 5%;
  margin-top: 2rem;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
  text-align: left;
  margin-top: 2rem;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #2e2841;
  margin: 0;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name a {
  color: inherit;
}
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .author-title {
  color: #dc4e41;
  margin: 0;
}
.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info {
  text-align: left;
}
.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title {
  color: #dc4e41;
  margin-top: 0.5;
  margin-bottom: .5rem;
}

.lgx-schedule .lgx-tab .lgx-single-tab .author-info .name {
  color: #000000;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.4em;
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title a, .lgx-schedule .lgx-tab .lgx-single-tab .author-info .name a {
  color: #b7191a;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover {
  background: rgba(183, 25, 26, 0.6);
  color: #fff;
  border-radius: 0;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover:first-child {
  border-radius: 4px 4px 0 0;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover:last-child {
  border-radius: 0 0 4px 4px;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover p {
  color: #fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .time-area .time span {
  color: #fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-img img {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name {
  color: #fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name a {
  color: inherit;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .author-title {
  color: #fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info {
  text-align: left;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title {
  color: #fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title a {
  color: inherit;
}
/*-------------------------------------------------------------------*/
/* 2.7  Sponsors SECTION
---------------------------------------------------------------------*/
.lgx-sponsors {
  background: url('../img/sponsors-bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.lgx-sponsors .lgx-inner {
  background: rgba(241, 241, 241, 0.95);
}
.lgx-sponsors .sponsors-btn-area {
  text-align: center;
  margin-top: 1.6rem;
}
.lgx-sponsors .sponsored-heading {
  font-size: 20px;
  line-height: 26px;
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #dc4e41;
  text-transform: uppercase;
  text-align: center;
  margin: 4.2rem 0 2.6rem 0;
  display: block;
}
.lgx-sponsors .first-heading {
  margin-top: 0;
}
.lgx-sponsors .sponsors-area {
  text-align: center;
}
.lgx-sponsors .sponsors-area .single {
  background: #fff;
  margin: 0 .5%;
  padding: 5px;
  border-radius: 4px;
  /*width: 18%;*/
  display: inline-block;
  margin-bottom: 2.6rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-sponsors .sponsors-area .single a {
  background: #fff;
  display: block;
  padding: 1.5rem 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.lgx-sponsors .sponsors-area .single a img {
  max-width: 180px;
}
.lgx-sponsors .sponsors-area .single:hover {
  background: #dc4e41;
}
.lgx-sponsors .sponsors-area .single:hover a img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
/*-------------------------------------------------------------------*/
/* 2.8  Travel info
---------------------------------------------------------------------*/
.lgx-travelinfo .lgx-inner {
  background: #fff;
}
.lgx-travelinfo .single {
  text-align: center;
}
.lgx-travelinfo .single img {
  max-width: 100px;
}
.lgx-travelinfo .single .title {
  margin-top: 0;
  color: #2e2841;
}
.lgx-travelinfo .single .info {
  padding: 0 18%;
}
/*-------------------------------------------------------------------*/
/* 2.9 Register
---------------------------------------------------------------------*/
.lgx-register {
  background: url('../img/sponsors-bg.jpg') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.lgx-register .lgx-inner {
  background: rgba(46, 40, 65, 0.9);
}
.lgx-register .single {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 1rem;
  border-radius: 6px;
  margin: 0 1rem;
  position: relative;
}
.lgx-register .single .single-top {
  padding: 4.2rem 1.5rem 2.6rem;
}
.lgx-register .single .single-top .price {
  font-family: 'Oswald', sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 5rem;
  color: #2e2841;
}
.lgx-register .single .single-top .price span {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
  color: #dc4e41;
}
.lgx-register .single .single-top .title {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
  color: #2e2841;
  margin: 0;
}
.lgx-register .single .single-top p {
  color: #2e2841;
  opacity: .8;
}
.lgx-register .single .single-bottom {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 4.2rem 1.5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-register .single .single-bottom ul {
  margin-bottom: 2.6rem;
}
.lgx-register .single .single-bottom ul li {
  margin-bottom: .6rem;
  color: rgba(46, 40, 65, 0.8);
}
.lgx-register .single .single-bottom ul li i {
  color: #42bd41;
}
.lgx-register .single .single-bottom ul li .fa-times {
  color: #dc4e41;
}
.lgx-register .single:hover {
  background: rgba(66, 189, 65, 0.85);
}
.lgx-register .single:hover .single-top .price {
  color: #fff;
}
.lgx-register .single:hover .single-top .price span {
  color: #2e2841;
}
.lgx-register .single:hover .single-top .title {
  color: #fff;
}
.lgx-register .single:hover .single-top p {
  color: #fff;
}
.lgx-register .single:hover .single-top {
  padding: 4.2rem 1.5rem 2.6rem;
}
.lgx-register .single:hover .single-top .title {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
}
.lgx-register .single:hover .single-bottom {
  background: #ffffff;
}
.lgx-register .single:hover .single-bottom ul li {
  color: rgba(46, 40, 65, 0.8);
}
.lgx-register .active {
  background: rgba(220, 78, 65, 0.85);
}
.lgx-register .active .single-top .price {
  color: #fff;
}
.lgx-register .active .single-top .price span {
  color: #2e2841;
}
.lgx-register .active .single-top .title {
  color: #fff;
}
.lgx-register .active .single-top p {
  color: #fff;
}
.lgx-register .active:hover {
  background: rgba(66, 189, 65, 0.85);
}
.lgx-register-slider {
  background: url('http://placehold.it/1920x1002') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.lgx-register-slider .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0);
  /* IE6-9 */
}
.lgx-register-gradient .lgx-inner {
  background: -moz-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 40, 65, 0.9)), color-stop(100%, rgba(71, 114, 217, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.9) 200%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(46, 40, 65, 0.9) 0%, rgba(71, 114, 217, 0.79) 200%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 40, 65, 0.9)', endColorstr='rgba(71, 114, 217, 0.9)', GradientType=0);
  /*IE6-9 */
}
/*-------------------------------------------------------------------*/
/* 2.10  Photo Gallery
---------------------------------------------------------------------*/
.lgx-photo-gallery .lgx-inner {
  padding-bottom: 0;
}
.lgx-photo-gallery .lgx-single-memoris {
  padding: 0;
}
.lgx-photo-gallery .lgx-single {
  background: #dc4e41;
  float: left;
  margin: 0 auto;
  width: 25%;
}
.lgx-photo-gallery .lgx-single figure {
  position: relative;
}
.lgx-photo-gallery .lgx-single figure figcaption {
  background: rgba(46, 40, 65, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link {
  display: table;
  height: 100%;
  width: 100%;
}
.lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical a {
  color: #fff;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
}
.lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical a:hover {
  color: #dc4e41;
}
.lgx-photo-gallery .lgx-single:hover figure figcaption {
  opacity: 1;
}
.lgx-photo-gallery .lgx-single:hover figure figcaption .lgx-hover-link .lgx-vertical a {
  color: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
  display: block;
}
.lgx-photo-gallery .lgx-single:hover figure figcaption .lgx-hover-link .lgx-vertical a:hover {
  color: #dc4e41;
}
/*-------------------------------------------------------------------*/
/* 2.11  Blog
---------------------------------------------------------------------*/
.lgx-blog .lgx-btn-area {
  text-align: center;
}
.lgx-blog .blog-area {
  overflow: hidden;
  display: block;
}
.lgx-blog .lgx-card-single {
  padding: .8rem;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  margin-bottom: 4.2rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-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;
}
.lgx-blog .lgx-card-single .card-inner {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.lgx-blog .lgx-card-single .card-inner img {
  border-radius: 4px 4px 0 0;
}
.lgx-blog .lgx-card-single figure {
  background: #fff;
}
.lgx-blog .lgx-card-single iframe {
  width: 100%;
  min-height: 253px;
  border: none;
  margin-bottom: 0;
}
.lgx-blog .lgx-card-single .content {
  background: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 3.6rem;
  min-height: 154px;
  border-radius: 0 0 4px 4px;
}
.lgx-blog .lgx-card-single .content .cat-icon,
.lgx-blog .lgx-card-single .content .text-area {
  float: left;
}
.lgx-blog .lgx-card-single .content .cat-icon {
  width: 13%;
  text-align: center;
  margin-top: 2.8rem;
}
.lgx-blog .lgx-card-single .content .cat-icon span {
  background: rgba(220, 78, 65, 0.1);
  border-left: 2px solid #dc4e41;
  height: 60px;
  width: 58px;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.lgx-blog .lgx-card-single .content .cat-icon span i {
  color: #dc4e41;
  line-height: 60px;
  font-size: 26px;
}
.lgx-blog .lgx-card-single .content .text-area {
  width: 87%;
  /*.text {
          display: none;
          padding-left: 1rem;
          padding-top: .8rem;
        }*/
}
.lgx-blog .lgx-card-single .content .text-area .title {
  color: #2e2841;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-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;
  line-height: 3.8rem;
  padding-left: 1rem;
  margin-bottom: 1.6rem;
}
.lgx-blog .lgx-card-single .content .text-area .title a {
  color: inherit;
}
.lgx-blog .lgx-card-single .content .text-area .title:hover {
  color: #dc4e41;
}
.lgx-blog .lgx-card-single .content .text-area .title:hover a {
  color: inherit;
}
.lgx-blog .lgx-card-single .content .text-area .link {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.8499999999999996rem;
  font-weight: 400;
  opacity: .8;
  margin-bottom: 1.2rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.lgx-blog .lgx-card-single .content .text-area .link:hover {
  opacity: 1;
}
.lgx-blog .lgx-card-single .content .text-area .hits-area {
  padding-left: 1rem;
}
.lgx-blog .lgx-card-single .content .text-area .hits-area .date {
  font-weight: 700;
  font-style: italic;
  margin-right: 2rem;
  display: inline-block;
}
.lgx-blog .lgx-card-single .content .text-area .hits-area .hit-right {
  color: #2e2841;
  opacity: .7;
}
.lgx-blog .lgx-card-single .content .text-area .hits-area .hit-right a {
  color: inherit;
}
.lgx-blog .lgx-card-single:hover {
  border: 1px solid rgba(16, 34, 62, 0.05);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background: #dc4e41;
  /*.card-inner {
        position: relative;
        top: -50px;
        .content {
          .text-area {
            .text {
              display: block;
            }
          }
        }
      }*/
}
.lgx-blog .lgx-card-single:hover section .cat-icon span {
  background: rgba(220, 78, 65, 0.2);
}
.lgx-blog-list blockquote {
  min-height: 260px;
  margin: 0;
}
.lgx-blog-white {
  background: #fff;
}
/*-------------------------------------------------------------------*/
/* 2.12 Testimonials SECTION
---------------------------------------------------------------------*/
.lgx-testimonials {
  background: #f1f1f1;
}
.lgx-testimonials .lgx-owltestimonial {
  position: relative;
}
.lgx-testimonials .lgx-owltestimonial .item {
  text-align: center;
  color: #fff;
}
.lgx-testimonials .lgx-owltestimonial .item .testi-info-area {
  padding-top: 4.2rem;
  display: block;
  /*-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.25);
          -moz-box-shadow: 0 0px 10px rgba(0,0,0,.25);
          box-shadow: 0 0px 10px rgba(0,0,0,.25);*/
  border-radius: 4px;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-review {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
  padding: 40px 0px 20px 0px;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-review span {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: inherit;
  font-weight: inherit;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 0;
  margin-bottom: -5.7rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img {
  width: auto;
  max-width: 180px;
  display: inline-block;
  border: 4px solid #dc4e41;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45);
  -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45);
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45);
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: #dc4e41;
  background-color: #fff;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption i {
  color: #dc4e41;
  font-size: 26px;
  line-height: 46px;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover img {
  border-color: #fff;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover figcaption {
  background-color: #fff;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover figcaption i {
  color: #d33527;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-name {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #2e2841;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding-bottom: 4.2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05rem;
}
.lgx-testimonials .lgx-owltestimonial .item .lgx-client-name span {
  font-family: 'Lora', serif;
  text-transform: none;
  font-size: inherit;
  display: block;
  opacity: .7;
  color: #dc4e41;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls {
  margin: 0;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-] i {
  font-size: 40px;
  color: #dc4e41;
  font-weight: 400;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #dc4e41;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover i {
  color: #fff;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev,
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next {
  color: #dc4e41;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev i,
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next i {
  color: inherit;
  line-height: 52px;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover,
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover {
  background: #dc4e41;
  color: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover i,
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover i {
  color: inherit;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: 26%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  bottom: 26%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.lgx-testimonials .owl-carousel .owl-item {
  padding: 0 3rem;
}
#lgx-owltestimonial .active .lgx-fadeInLeft {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-owltestimonial .active .lgx-zoomIn-q {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#lgx-owltestimonial .active .lgx-zoomIn {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .4s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
/*-------------------------------------------------------------------*/
/* 2.13 CONTACT SECTION
---------------------------------------------------------------------*/
.lgx-contact .contact-info .lgx-box {
  margin-bottom: 2.6rem;
}
.lgx-contact .contact-info .lgx-box .address .title {
  color: #dc4e41;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}
.lgx-contact .lgx-contactform .form-group {
  margin-bottom: 2rem;
}
.lgx-contact .lgx-contactform .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 1.5rem 2rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lgx-contact .lgx-contactform textarea.form-control {
  height: 170px;
}
.lgx-contact .help-block {
  color: #e74f3f;
  margin: 0;
}
.lgx-contact-white {
  background: #fff;
}
.lgxmapcanvas {
  min-height: 400px;
}
.lgxmapcanvas .gm-style .gm-style-iw {
  font-weight: 300;
  font-size: 14px;
  line-height: 2.2rem;
  overflow: hidden;
  padding: .6rem 1.6rem;
  border-radius: 4px;
  text-align: center;
}
.lgxmapcanvas .gm-style .gm-style-iw h1 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  text-transform: uppercase;
  margin: 0;
  color: #42bd41;
}
/*-------------------------------------------------------------------*/
/* 2.15 circular-countdown.less
---------------------------------------------------------------------*/
#lgx-circular canvas {
  display: inline-block;
}
#lgx-circular .circular-inner {
  width: 100%;
}
#lgx-circular .circular-inner .time_circles > div > span {
  font-family: 'Oswald', sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-weight: 700;
}
#lgx-circular .circular-inner .time_circles > div > h4 {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
}

.author-social {
  margin-top: 4.2rem;
}
.author-social ul li {
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.author-social ul li a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  font-size: 18px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.author-social ul li a i {
  font-size: inherit;
  line-height: 40px;
}
.author-social ul li:hover {
  background: #dc4e41;
}
.author-social ul li:hover a {
  color: #42bd41;
}
.author-social ul li:hover a i {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
/*-------------------------------------------------------------------*/
/* 2.16 FOOTER
---------------------------------------------------------------------*/
.lgx-footer {
  background: #2e2841;
  color: #fff;
  text-align: center;
}
.lgx-footer .lgx-footer-bg {
  /*background: rgba(199, 23, 23, 0.9) url('../img/footer-style-35.png') bottom left no-repeat;*/
  background-color: rgba(199, 23, 23, 0.9);
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.lgx-footer .lgx-inner {
  /*background: rgba(199, 23, 23, 0.9);*/
  margin: 0 auto;
}
.lgx-footer .lgx-subscriber-area {
  margin-bottom: 4.2rem;
}
.lgx-footer .lgx-subscriber-area .title {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
  margin: 0 0 2.6rem;
}
.lgx-footer .lgx-subscriber-area .subscribe-form {
  background: rgba(255, 255, 255, 0.5);
  padding: .8rem;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .form-group {
  margin-bottom: 0;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form,
.lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn {
  float: left;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  height: 52px;
  border-radius: 4px;
  border: none;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form {
  width: 80%;
  padding-left: 2rem;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn {
  width: 19%;
  margin-left: 1%;
  font-family: 'Oswald', sans-serif;
  background: #42bd41;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn:hover {
  background: #dc4e41;
}
.lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn:hover span {
  display: block;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.lgx-footer .lgx-logo {
  margin-bottom: 4.2rem;
}
.lgx-footer .footer-social {
  margin-bottom: 4.2rem;
}
.lgx-footer .footer-social ul li {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-footer .footer-social ul li a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  font-size: 18px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.lgx-footer .footer-social ul li a i {
  font-size: inherit;
  line-height: 40px;
}
.lgx-footer .footer-social ul li:hover {
  background: #dc4e41;
}
.lgx-footer .footer-social ul li:hover a {
  color: #42bd41;
}
.lgx-footer .footer-social ul li:hover a i {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.lgx-footer .lgx-copyright {
  font-family: 'Lora', serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  color: #fff;
  font-style: italic;
}
.lgx-footer .lgx-copyright .themename {
  color: #dc4e41;
}
.lgx-footer .lgx-copyright .text {
  opacity: .4;
}
.lgx-footer .lgx-copyright a {
  color: #42bd41;
  opacity: .4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-footer .lgx-copyright a:hover {
  opacity: 1;
}
/********************************************************************/
/* 3. SINGLE PAGE STYLE
*********************************************************************/
.single .lgx-banner-inner,
.single-post .lgx-banner-inner,
.page .lgx-banner-inner,
.page-template .lgx-banner-inner {
  background: url('../img/bg-appuntamento-35.jpg') bottom center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.single .lgx-banner-inner .lgx-inner-bg,
.single-post .lgx-banner-inner .lgx-inner-bg,
.page .lgx-banner-inner .lgx-inner-bg,
.page-template .lgx-banner-inner .lgx-inner-bg {

  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}
.single .lgx-banner-inner .lgx-inner,
.single-post .lgx-banner-inner .lgx-inner,
.page .lgx-banner-inner .lgx-inner,
.page-template .lgx-banner-inner .lgx-inner {
  padding: 12.8rem 0 6.8rem;
  /*background: rgba(46, 40, 65, 0.85);*/
}
.single .lgx-banner-inner .lgx-heading-area,
.single-post .lgx-banner-inner .lgx-heading-area,
.page .lgx-banner-inner .lgx-heading-area,
.page-template .lgx-banner-inner .lgx-heading-area {
  margin-bottom: 0;
}
.single .lgx-sponsors,
.single-post .lgx-sponsors,
.page .lgx-sponsors,
.page-template .lgx-sponsors {
  /*background: none;*/
}
.single .lgx-sponsors .lgx-inner,
.single-post .lgx-sponsors .lgx-inner,
.page .lgx-sponsors .lgx-inner,
.page-template .lgx-sponsors .lgx-inner {
  /*background: #f1f1f1;*/
}
.single .lgx-photo-gallery .lgx-inner,
.single-post .lgx-photo-gallery .lgx-inner,
.page .lgx-photo-gallery .lgx-inner,
.page-template .lgx-photo-gallery .lgx-inner {
  padding: 11rem 0;
}
.single .lgx-blog-single .lgx-inner,
.single-post .lgx-blog-single .lgx-inner,
.page .lgx-blog-single .lgx-inner,
.page-template .lgx-blog-single .lgx-inner {
  background: #ffffff;
}
.single .lgx-contact .lgxmapcanvas,
.single-post .lgx-contact .lgxmapcanvas,
.page .lgx-contact .lgxmapcanvas,
.page-template .lgx-contact .lgxmapcanvas {
  margin-bottom: 6.8rem;
}
.single .lgx-heading,
.single-post .lgx-heading,
.page .lgx-heading,
.page-template .lgx-heading {
  margin-bottom: 0;
}
.single .breadcrumb,
.single-post .breadcrumb,
.page .breadcrumb,
.page-template .breadcrumb {
  background: transparent;
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 1;
}
.single .breadcrumb li,
.single-post .breadcrumb li,
.page .breadcrumb li,
.page-template .breadcrumb li {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000;
  text-transform: uppercase;
}
.single .breadcrumb li a,
.single-post .breadcrumb li a,
.page .breadcrumb li a,
.page-template .breadcrumb li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.single .breadcrumb .active,
.single-post .breadcrumb .active,
.page .breadcrumb .active,
.page-template .breadcrumb .active {
  color: #ffd701;
}
.single .breadcrumb > li + li:before,
.single-post .breadcrumb > li + li:before,
.page .breadcrumb > li + li:before,
.page-template .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ffd701;
  content: "/\00a0";
  opacity: .7;
}
.lgx-blog-single .lgx-card-single {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.lgx-blog-single .lgx-card-single header figure {
  padding: 1rem;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 4.2rem;
  background: #fff;
}
.lgx-blog-single .lgx-card-single header figure img {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}
.lgx-blog-single .lgx-card-single header .title {
  font-weight: 700;
}
.lgx-blog-single .lgx-card-single header .author,
.lgx-blog-single .lgx-card-single header .text-area {
  float: left;
}
.lgx-blog-single .lgx-card-single header .author {
  width: 30%;
  padding-right: 4.2rem;
  text-align: right;
}
.lgx-blog-single .lgx-card-single header .author a img {
  border-radius: 50%;
}
.lgx-blog-single .lgx-card-single header .author .name {
  margin-bottom: 0;
}
.lgx-blog-single .lgx-card-single header .author .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  font-style: italic;
  opacity: .7;
  margin: 0;
}
.lgx-blog-single .lgx-card-single header .author .comtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #dc4e41;
  font-weight: 400;
  font-style: italic;
}
.lgx-blog-single .lgx-card-single header .author .follow-btn {
  background: rgba(220, 78, 65, 0.1);
  font-style: italic;
  font-weight: 700;
  padding: .5rem 2rem;
}
.lgx-blog-single .lgx-card-single header .text-area {
  /*width: 70%;*/
  margin-bottom: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.lgx-blog-single .lgx-card-single header .text-area .title {
  margin-bottom: 1.6rem;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  line-height: 5rem;
  margin-top: 0;
}
.lgx-blog-single .lgx-card-single header .text-area .title a {
  color: #c92222;
}
.lgx-blog-single .lgx-card-single header .text-area .title:hover {
  color: #c92222;
}
.lgx-blog-single .lgx-card-single header .text-area .title:hover a {
  color: inherit;
}
.lgx-blog-single .lgx-card-single header .text-area .link {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.8499999999999996rem;
  font-weight: 400;
  opacity: .8;
  margin-bottom: 1.2rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.lgx-blog-single .lgx-card-single header .text-area .link:hover {
  opacity: 1;
}
.lgx-blog-single .lgx-card-single header .text-area .hits-area .date {
  font-weight: 700;
  font-style: italic;
  margin-right: 2rem;
  display: inline-block;
}
.lgx-blog-single .lgx-card-single header .text-area .hits-area .hit-right {
  color: #2e2841;
  opacity: .7;
}
.lgx-blog-single .lgx-card-single header .text-area .hits-area .hit-right a {
  color: inherit;
}
.lgx-blog-single .lgx-card-single section {
  background: transparent;
  width: 98%;
  float: right;
  text-align: left;
}

.lgx-blog-single .lgx-card-single section p {
  margin-bottom: 2.6rem;
}
.lgx-blog-single .lgx-card-single section .lgx-img-left {
  float: left;
  padding: 1rem 2rem 1.5rem 0;
}
.lgx-blog-single .lgx-card-single section .lgx-img-right {
  float: right;
  padding: 1rem 0 1.5rem 2rem ;
}
.lgx-blog-single .lgx-card-single section .lgx-img-center {
  margin: 0 auto;
  display: block;
  padding: 1.5rem;
}
.lgx-blog-single .lgx-card-single footer {
  width: 70%;
  float: right;
  text-align: left;
  margin-top: 1.6rem;
}
.lgx-blog-single .lgx-card-single footer .title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #dc4e41;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.lgx-blog-single .lgx-card-single footer .lgx-share {
  margin-left: 0;
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  font-size: 26px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li a i {
  font-size: inherit;
  line-height: 53px;
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover {
  background: #dc4e41;
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover a {
  color: #42bd41;
}
.lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover a i {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.lgx-blog-single .lgx-card-single footer .lgx-sharess {
  margin-left: 0;
}
.lgx-blog-single .lgx-card-single footer .lgx-sharess li a {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #dc4e41;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.lgx-blog-single .lgx-card-single footer .lgx-sharess li a i {
  font-size: 16px;
  line-height: 40px;
}
.lgx-blog-single .lgx-card-single footer .lgx-sharess li a:hover {
  background: #dc4e41;
  color: #fff;
}
.lgx-blog-single .lgx-card-single:hover {
  background: transparent;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.home-terms .img {
  float: left;
  margin: 2px 0;
  max-width: 20px;
  width: 10%;
}
.home-terms .text {
  color: #fd3337;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 90%;
}
.product ul.products {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
/********************************************************************/
/* 4. Global RESPONSIVE STYLES
*********************************************************************/
/* ---------------------------------------------------------------------------
    Customized by http://vaskar.me/
 ---------------------------------------------------------------------------
    Min-Width: Refers to everything greater than or equal to the amount given.
    Max-Width: Refers to everything less than or equal to the amount given.
 ---------------------------------------------------------------------------/*

/* -----------------------------------------------------------------------
    Large devices (large desktops, 1200px and up)
 ------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
  .lgx-banner .lgx-inner {
    padding: 25rem 0 20rem;
  }
  .lgx-banneranother .title {
    font-size: 9rem;
    letter-spacing: -3px;
    line-height: 8rem;
  }
  .lgx-banneranother .title span {
    font-size: 11rem;
    letter-spacing: -3px;
    line-height: 11rem;
  }
  .lgx-banneranother .lgx-inner-bg {
    padding: 22rem 0 18rem;
  }
  .lgx-banneranother .lgx-inneranother {
    background-size: 49% auto, cover;
  }
}
@media (min-width: 1200px) {
  /************** 1200 GLOBAl USE***********/
  .lg-text-center {
    text-align: center;
  }
  /************** 1200 GLOBAl USE END***********/
}
/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/
  html {
    font-size: 55%;
  }
  .md-text-center {
    text-align: center;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img {
    width: 28%;
    margin-right: 5%;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img {
    /*max-width: 100%;*/
    max-width: 100px;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
    width: 67%;
    margin-top: .5rem;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time {
    font-size: 26px;
    line-height: 39px;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
  }
  .lgx-sponsors .sponsors-area .single a img {
    max-width: 100%;
  }
  .lgx-blog .lgx-card-single iframe {
    min-height: 207px;
  }
  .lgx-blog-list blockquote {
    margin: 0;
    min-height: 213px;
  }
  .lgx-video .video-icon a img {
    padding-top: 9px;
  }
  .lgx-about-video .video-icon a img {
    padding-top: 21px;
  }
  /************** 1199 GLOBAl USE END***********/
}
/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  html {
    font-size: 53%;
  }
  .sm-text-center {
    text-align: center;
  }
  .lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 140px;
    margin-top: 4px;
  }
  .lgx-header .lgx-navbar .lgx-nav li a {
    letter-spacing: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
  .menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn {
    margin-top: 1.8rem;
  }
  .lgx-speakers .lgx-single-speaker {
    min-height: 450px;
  }
  .lgx-schedule .lgx-tab .nav-pills li a {
    padding: 1.2rem 1.2rem 0.8rem;
  }
  .lgx-schedule .lgx-tab .nav-pills .active::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #dc4e41;
    left: 16%;
  }
  .lgx-register .single {
    margin: 0 1rem 2.6rem;
  }
  .lgx-photo-gallery .lgx-single {
    width: 50%;
  }
  .lgx-sponsors .sponsors-area .single {
    width: 32%;
  }
  .lgx-blog .lgx-card-single .content .cat-icon {
    display: none;
  }
  .lgx-blog .lgx-card-single .content .text-area {
    width: 100%;
  }
  .lgx-blog .lgx-card-single {
    padding: 1rem;
  }
  .lgx-blog .lgx-card-single .content .text-area .title {
    line-height: 3.2rem;
  }
  .lgx-blog .lgx-card-single blockquote {
    min-height: auto;
  }
  .lgx-blog .lgx-card-single iframe {
    min-height: 200px;
  }
  .lgx-blog .lgx-card-single .content {
    min-height: 118px;
    padding: 0 1.6rem 3.6rem;
  }
  .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img {
    max-width: 150px;
  }
  .lgx-heading .heading {
    line-height: 10rem;
    position: static;
  }
  .lgx-heading .back-heading {
    display: none;
  }
  .lgx-heading-area .text {
    padding: 0 10%;
  }
  .lgx-heading {
    margin-top: 0;
  }
  .lgx-video .video-icon a img {
    padding-top: 6px;
  }
  .lgx-contact .lgx-contactform {
    margin-bottom: 4.2rem;
    text-align: center;
  }
  .lgx-contact .contact-info {
    text-align: center;
  }
  .lgx-video .lgx-modal .modal-dialog .modal-content .modal-body {
    width: 95%;
  }
  .lgx-banner .lgx-inner {
    padding: 25rem 0 20rem;
  }
  .lgx-banneranother .lgx-inneranother {
    background-size: 70% auto, cover;
  }
  .lgx-banneranother .title {
    font-size: 6.8rem;
    letter-spacing: -2px;
    line-height: 8rem;
  }
  .lgx-banneranother .title span {
    font-size: 11rem;
    letter-spacing: -3px;
    line-height: 10rem;
  }
  .lgx-banneranother .date {
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 0;
  }
  .lgx-about-video .video-icon a img {
    padding-top: 17px;
  }
  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  html {
    font-size: 52%;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-float-none {
    float: none;
  }
  .sm-text-center {
    text-align: center;
  }
  /*Typography*/
  h1,
  .h1 {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    line-height: 4.8rem;
  }
  h2,
  .h2 {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    line-height: 4.8rem;
  }
  h3,
  .h3 {
    font-size: 16px;
    line-height: 2.4rem;
    font-weight: 400;
  }
  .lgx-btn {
    padding: 1rem 2.6rem;
  }
  .lgx-header {
    background: rgba(199, 23, 23, 0.95);
  }
  .lgx-header .lgx-navbar .lgx-nav {
    float: left;
  }
  .navbar-default .navbar-toggle {
    border-color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form {
    padding-left: 1rem;
    width: 70%;
  }
  .lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn {
    width: 29%;
  }
  .lgx-speakers .lgx-single-speaker {
    margin: 0 auto;
    max-width: 480px;
    margin-bottom: 2.6rem;
  }
  .lgx-register .single {
    max-width: 400px;
    margin: 0 auto 2.6rem;
  }
  .lgx-photo-gallery .lgx-single {
    width: 100%;
  }
  .lgx-schedule .lgx-tab .nav-pills .active::before {
    display: none;
  }
  .lgx-schedule .lgx-tab .nav-pills li {
    margin: 0 0 1rem;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
    display: inline-block;
  }
  .lgx-schedule .lgx-tab,
  .lgx-schedule .lgx-tab .lgx-single-tab .time-area,
  .lgx-schedule .lgx-tab .nav-pills {
    text-align: center;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img {
    display: none;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
    width: 100%;
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info,
  .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info {
    text-align: center;
  }
  .lgx-schedule .lgx-tab .lgx-single-tab {
    padding: 2rem 2.6rem;
  }
  .lgx-sponsors .sponsors-area .single {
    width: 48%;
  }
  .lgx-blog-single .lgx-card-single header .author {
    text-align: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .lgx-blog-single .lgx-card-single header .author img,
  .lgx-blog-single .lgx-card-single header .author .author-info {
    float: left;
  }
  .lgx-blog-single .lgx-card-single header .author img {
    width: 40%;
    max-width: 100px;
  }
  .lgx-blog-single .lgx-card-single header .author .author-info {
    width: 60%;
    padding-left: 2rem;
  }
  .lgx-blog-single .lgx-card-single header .author .follow-btn {
    display: none;
  }
  .lgx-blog-single .lgx-card-single header .text-area,
  .lgx-blog-single .lgx-card-single section,
  .lgx-blog-single .lgx-card-single footer {
    width: 100%;
  }
  .lgx-blog-single .lgx-card-single header figure {
    margin-bottom: 1.6rem;
  }
  .lgx-blog .lgx-card-single {
    margin-bottom: 2.6rem;
  }
  .lgx-blog .lgx-card-single {
    margin-bottom: 0;
  }
  .lgx-blog-single .lgx-card-single figure {
    border-radius: 0;
    margin-bottom: 2.6rem;
    padding: 0;
  }
  .lgx-blog-single .lgx-card-single .text-area .title {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .lgx-blog .lgx-card-single {
    margin-bottom: 2.6rem;
  }
  .lgx-testimonials .lgx-owltestimonial .item .testi-info-area {
    padding-top: 2.6rem;
  }
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next,
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
  }
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next i,
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev i {
    line-height: 35px;
  }
  .lgx-heading-area {
    margin-bottom: 4.2rem;
  }
  .lgx-inner {
    padding: 5rem 0 6.8rem;
  }
  .lgx-video .lgx-inner {
    padding: 10rem 0;
  }
  .lgxmapcanvas {
    min-height: 200px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .lgx-blog-single .lgx-card-single footer .lgx-share ul li a {
    font-size: 16px;
    height: 45px;
    width: 45px;
  }
  .lgx-blog-single .lgx-card-single footer .lgx-share ul li a i {
    line-height: 47px;
  }
  .lgx-speaker-single .speakers-content {
    text-align: center;
  }
  .lgx-speaker-single .social ul li a {
    font-size: 16px;
    height: 45px;
    width: 45px;
  }
  .lgx-speaker-single .social ul li a i {
    line-height: 47px;
  }
  .lgx-speaker-single .speakers-content .title {
    font-size: 2.6rem;
  }
  .lgx-speaker-single .speakers-content .subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .lgx-banner .title {
    font-size: 4.2rem;
    line-height: 8rem;
    margin: 0;
  }
  .lgx-banner .date {
    font-size: 2rem;
    line-height: 3rem;
  }
  .lgx-banner {
    text-align: center;
  }
  .lgx-banner .lgx-inner {
    padding: 20rem 0 15rem;
  }
  .lgx-banner .lgx-countdown-area {
    margin-bottom: 0;
  }
  .lgx-banner .lgx-countdown-area #lgx-countdown span {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 2rem;
    letter-spacing: n;
  }
  .lgx-banner .lgx-countdown-area #lgx-countdown i {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    margin-right: 1rem;
    letter-spacing: normal;
  }
  .lgx-contentslider .lgx-owlcontslider .owl-controls {
    display: none;
  }
  .lgx-banneranother .title {
    font-size: 6.8rem;
    letter-spacing: 0;
    line-height: 8rem;
  }
  .lgx-banneranother .title span {
    font-size: 11rem;
    letter-spacing: -2px;
    line-height: 10rem;
  }
  .lgx-banneranother .lgx-inner-bg {
    padding: 20rem 0 15rem;
  }
  .menu-onscroll .lgx-navbar {
    background: transparent;
  }
  .lgx-header .lgx-navbar .lgx-nav li .lgx-btn {
    margin-bottom: 16px;
  }
  .menu-onscroll .lgx-navbar .lgx-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    opacity: .5;
  }
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover,
  .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover {
    background: transparent;
    box-shadow: none;
    color: #42bd41;
    opacity: 1;
  }
  .lgx-testimonials .lgx-inner {
    padding: 5rem 0 4.2rem;
  }
  .lgx-header {
    top: 1px;
  }
  .menu-onscroll {
    top: 0;
  }
  .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle {
    font-size: 2.6rem;
    line-height: 3rem;
    padding-top: 4.2rem;
  }
  .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title {
    font-size: 4.2rem;
    line-height: 5rem;
    margin: 0;
  }
  .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date {
    font-size: 2rem;
    line-height: 3rem;
  }
  .lgx-slider .owl-carousel .owl-item img {
    height: auto;
  }
  .lgx-banner-gradient .circular-countdown-area {
    padding: 0;
  }
  .lgx-about-video .about-video-inner {
    margin-bottom: 4.2rem;
  }
  .lgx-about-text {
    text-align: center;
  }
  .lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
    background: #fff;
  }
  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/
  html {
    font-size: 50%;
  }
  .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form {
    padding-left: 5px;
    width: 100%;
  }
  .lgx-footer .lgx-subscriber-area .subscribe-form .the-submit-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .lgx-footer .footer-social ul li {
    margin-bottom: 5px;
  }
  .lgx-footer .footer-social ul li a {
    height: 50px;
    width: 50px;
  }
  .lgx-footer .footer-social ul li a i {
    line-height: 50px;
  }
  .lgx-speakers .lgx-single-speaker {
    min-height: auto;
  }
  .lgx-schedule .lgx-tab .nav-pills li a p {
    display: none;
  }
  .lgx-schedule .lgx-tab .nav-pills li a {
    padding: 1.6rem;
  }
  .lgx-schedule .lgx-tab .nav-pills li a h3 {
    font-size: 2rem;
  }
  .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img {
    max-width: 100px;
  }
  .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption {
    border: 2px solid #dc4e41;
    bottom: -6px;
    height: 35px;
    width: 35px;
  }
  .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption i {
    font-size: 20px;
    line-height: 35px;
  }
  .lgx-testimonials .lgx-owltestimonial .item .lgx-review {
    padding: 40px 0 10px;
    width: 85%;
  }
  .lgx-heading .heading {
    font-size: 26px;
    line-height: 8rem;
  }
  .lgx-heading-area .text {
    font-size: 16px;
    line-height: 2.4rem;
    padding: 0 15px;
  }
  .lgx-video .video-icon a img {
    padding-top: 4px;
  }
  .lgx-footer .lgx-copyright {
    font-size: 16px;
    line-height: 2.4rem;
  }
  .lgx-banner .title {
    font-size: 3rem;
    line-height: 6rem;
    margin: 0;
  }
  .lgx-banner .date {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .lgx-banner {
    text-align: center;
  }
  .lgx-banner .lgx-inner {
    padding: 15rem 0 9rem;
  }
  .lgx-banner .lgx-countdown-area {
    margin-bottom: 0;
  }
  .lgx-banner .lgx-countdown-area #lgx-countdown {
    margin-left: 1.5rem;
  }
  .lgx-banner .lgx-countdown-area #lgx-countdown span {
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-right: .5rem;
    letter-spacing: normal;
  }
  .lgx-banner .lgx-countdown-area #lgx-countdown i {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    margin-right: 1rem;
    line-height: 2.4rem;
    margin-top: 0;
    letter-spacing: normal;
  }
  .lgx-banneranother .title span {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    display: inline-block;
  }
  .lgx-banneranother .title {
    line-height: 4rem;
  }
  .lgx-banneranother .lgx-inner-bg {
    padding: 15rem 0 10rem;
  }
  .lgx-banneranother .lgx-inneranother {
    background: transparent;
  }
  .lgx-testimonials .lgx-inner {
    padding: 5rem 0 1.6rem;
  }
  .lgx-slider{
    margin-top: 55px;
  }
  .lgx-slider .owl-carousel .owl-item img {
    height: auto;
  }
  /************** 480 GLOBAl USE***********/
}
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 360px) {
  /************** 360 GLOBAl USE***********/
  .lgx-footer .footer-social a img,
  .lgx-footer .lgx-logo a img {
    max-width: 150px;
  }
  .lgx-footer .footer-social ul li a {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
  .lgx-footer .footer-social ul li a i {
    line-height: 41px;
  }
  .lgx-schedule .lgx-tab .nav-pills li {
    width: 100%;
  }
  .lgx-schedule .lgx-tab .nav-pills li a {
    padding: 2rem;
  }
  /************** 360 GLOBAl USE***********/
}
/*-----------------------------------------------------------------------------
   EXAMPLE: We occasionally expand on these media queries to a narrower set of devices.
*-------------------------------------------------------------------------------*/
/********************************************************************/
/*  LGX STYLE END ***************************************************
*********************************************************************/

.m-auto {
  margin: auto
}

.m-0 {
  margin: 0 !important
}

.m-5 {
  margin: 5px !important
}

.m-10 {
  margin: 10px !important
}

.m-20 {
  margin: 20px !important
}

.m-t-0 {
  margin-top: 0 !important
}

.m-t-5 {
  margin-top: 5px !important
}

.m-t-10 {
  margin-top: 10px !important
}

.m-t-20 {
  margin-top: 20px !important
}

.m-t-30 {
  margin-top: 30px !important
}

.m-t-40 {
  margin-top: 40px !important
}

.m-t-60 {
  margin-top: 60px !important
}

.m-b-0 {
  margin-bottom: 0 !important
}

.m-b-5 {
  margin-bottom: 5px !important
}

.m-b-6 {
  margin-bottom: 6px !important
}

.m-b-10 {
  margin-bottom: 10px !important
}

.m-b-12 {
  margin-bottom: 12px !important
}

.m-b-15 {
  margin-bottom: 15px !important
}

.m-b-20 {
  margin-bottom: 20px !important
}

.m-b-30 {
  margin-bottom: 30px !important
}

.m-b-40 {
  margin-bottom: 40px !important
}

.m-b-60 {
  margin-bottom: 60px !important
}

.m-b-80 {
  margin-bottom: 80px !important
}

.m-b-140 {
  margin-bottom: 140px !important
}

.m-b-80 {
  margin-bottom: 80px !important
}

.m-b-245 {
  margin-bottom: 245px !important
}

.m-b-m30 {
  margin-bottom: -30px !important
}

.m-b-m50 {
  margin-bottom: -50px !important
}

.m-l-5 {
  margin-left: 5px !important
}

.m-l-10 {
  margin-left: 10px !important
}

.m-l-20 {
  margin-left: 20px !important
}

.m-l-30 {
  margin-left: 30px !important
}

.m-l-60 {
  margin-left: 60px !important
}

.m-r-5 {
  margin-right: 5px !important
}

.m-r-10 {
  margin-right: 10px !important
}

.m-r-20 {
  margin-right: 20px !important
}

.m-r-30 {
  margin-right: 30px !important
}

.m-r-60 {
  margin-right: 60px !important
}

.p-0 {
  padding: 0 !important
}

.p-5 {
  padding: 5px !important
}

.p-10 {
  padding: 10px !important
}

.p-15 {
  padding: 15px !important
}

.p-20 {
  padding: 20px !important
}

.p-30 {
  padding: 30px !important
}

.p-40 {
  padding: 40px !important
}

.p-t-0 {
  padding-top: 0 !important
}

.p-t-10 {
  padding-top: 10px !important
}

.p-t-20 {
  padding-top: 20px !important
}

.p-b-0 {
  padding-bottom: 0 !important
}

.p-b-10 {
  padding-bottom: 10px !important
}

.p-b-20 {
  padding-bottom: 10px !important
}

.p-b-30 {
  padding-bottom: 30px !important
}

.p-l-0 {
  padding-left: 0px !important
}

.p-l-5 {
  padding-left: 5px !important
}

.p-l-10 {
  padding-left: 10px !important
}

.p-l-20 {
  padding-left: 20px !important
}

.p-l-30 {
  padding-left: 30px !important
}

.p-l-40 {
  padding-left: 40px !important
}

.p-r-0 {
  padding-right: 0px !important
}

.p-r-5 {
  padding-right: 5px !important
}

.p-r-10 {
  padding-right: 10px !important
}

.p-r-20 {
  padding-right: 20px !important
}

.p-r-30 {
  padding-right: 30px !important
}

.t-0 {
  top: 0
}

.t-5 {
  top: 5px
}

.t-10 {
  top: 10px
}

.t-15 {
  top: 15px
}

.b-0 {
  bottom: 0
}

.b-5 {
  bottom: 5px
}

.b-10 {
  bottom: 10px
}

.b-15 {
  bottom: 15px
}

.l-0 {
  left: 0
}

.l-5 {
  left: 5px
}

.l-10 {
  left: 10px
}

.l-15 {
  left: 15px
}

.r-0 {
  right: 0
}

.r-5 {
  right: 5px
}

.r-10 {
  right: 10px
}

.r-15 {
  right: 15px
}

.bd-0 {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.bd-3 {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important
}

.bd-6 {
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important
}

.bd-9 {
  -moz-border-radius: 9px !important;
  -webkit-border-radius: 9px !important;
  border-radius: 9px !important
}

.bd-50p {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important
}

.no-bd {
  border: 0;
  box-shadow: none
}

.border-bottom {
  border-bottom: 1px solid #efefef !important
}

.border-top {
  border-top: 1px solid #efefef !important
}

.bd-white {
  border-color: #fff !important
}

.bd-green {
  border-left: 3px solid #5cb85c;
  padding-left: 20px
}

.bd-red {
  border-left: 3px solid #c9625f;
  padding-left: 20px
}

.bd-blue {
  border-left: 3px solid #3598db;
  padding-left: 20px
}

.bd-t-red {
  border-top: 4px solid #c9625f
}

.bd-t-green {
  border-top: 4px solid #5cb85c
}

.bd-t-blue {
  border-top: 4px solid #E87D2C
}

.bd-t-dark {
  border-top: 4px solid #2b2e33
}

.bd-t-purple {
  border-top: 4px solid #b57ee0
}

.bd-l-red {
  border-left: 4px solid #c9625f
}

.bd-l-green {
  border-left: 4px solid #5cb85c
}

.bd-l-blue {
  border-left: 4px solid #E87D2C
}

.bd-l-dark {
  border-left: 4px solid #2b2e33
}

.bd-l-purple {
  border-left: 4px solid #b57ee0
}

.bg-gray {
  background-color: #b6b6b6 !important;
  color: #000 !important
}

.bg-gray-light {
  background-color: #ececec !important;
  color: #000 !important
}

.bg-red {
  background-color: #c75757 !important;
  color: #fff !important
}

.bg-white {
  background-color: #fff !important;
  color: black !important
}

.bg-green {
  background-color: #8ebe3e !important;
  color: #fff !important
}

.bg-red a, .bg-green a, .bg-blue a, .bg-orange a, .bg-dark a, .bg-purple a{
  color: #fff;
}

.bg-lightgreen {
  background-color: #b5d475 !important;
  color: #333 !important
}

.bg-blue {
  background-color: #E87D2C !important;
  color: #fff !important
}

.bg-yellow {
  background-color: #fadc3f !important;
  color: #333 !important
}

.bg-orange {
  background-color: #f27835 !important;
  color: #fff !important
}

.bg-purple {
  background-color: #b57ee0 !important;
  color: #fff !important
}

.bg-dark {
  background-color: #2b2e33 !important;
  color: #fff !important
}

.bg-purple-gradient {
  background: #bf9bdd;
  background: -moz-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(27%,#bf9bdd),color-stop(100%,#9e52dd));
  background: -webkit-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);
  background: -o-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);
  background: -ms-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);
  background: radial-gradient(ellipse at center,#bf9bdd 27%,#9e52dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9bdd',endColorstr='#9e52dd',GradientType=1)
}

.bg-opacity-20 {
  background-color: rgba(0,0,0,0.2)
}

.opacity-0 {
  opacity: 0
}

.opacity-20 {
  opacity: .2
}

.opacity-50 {
  opacity: .5
}

.opacity-70 {
  opacity: .7
}

.opacity-90 {
  opacity: .9
}

.width-0 {
  width: 0 !important
}

.min-width-40 {
  min-width: 40px
}

.width-100p {
  width: 100% !important
}

.h-0 {
  height: 0 !important;
  overflow: hidden !important
}

.h-20 {
  height: 20px !important;
  overflow: hidden !important
}

.h-30 {
  height: 30px !important;
  overflow: hidden !important
}

.h-40 {
  height: 40px !important;
  overflow: hidden !important
}

.h-100 {
  height: 100px !important;
  overflow: hidden !important
}

.h-150 {
  height: 150px !important;
  overflow: hidden !important
}

.h-220 {
  height: 220px !important;
  overflow: hidden !important
}

.h-250 {
  height: 250px !important;
  overflow: hidden !important
}

.h-280 {
  height: 280px !important;
  overflow: hidden !important
}

.h-300 {
  height: 300px !important;
  overflow: hidden !important
}

.pos-rel {
  position: relative
}

.pos-abs {
  position: absolute
}

.dis-inline {
  display: inline
}

.dis-block {
  display: block
}

.cursor-pointer {
  cursor: pointer
}