html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: rgb(0,113,188);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgb(0,113,188);
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
/*
 * 1. Orange.
 */
/*
 * 2. Green.
 */
/*
 * 3. Blue.
 */
/*
 * 4. Blue Nutshell
 */
.main-bg {
  background: rgb(0,113,188);
}
.main-color {
  color: rgb(0,113,188);
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  outline: none;
  border: 0;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 19px 59px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.button.light {
  /*border: 2px solid #eeeeee;*/
}
.padding-large {
  padding-top: 50px;
  /*padding-bottom: 5px;
  padding-bottom: 90px;*/
}
.padding-top-large {
  padding-top: 90px;
}
.padding-top-medium{
	padding-top: 50px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.logo a {display: inline-block}
.logo{
    padding: 30px 0 23px;
/*    width: 60%;*/
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-area.two .logo {
    padding: 40px 0 33px;
}
.header-area.two.sticky .logo {
    padding: 15px 0  7px;
    width:60%;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.header-area.two.sticky .search {
    top: 43px;
}
.header-area.two.sticky .main-menu > nav > ul > li > a{
    line-height: 58px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.one.mobile-menu a.meanmenu-reveal span {
    background-color: #fff;
}
.one.mobile-menu a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.header-area {
    background: transparent none repeat scroll 0 0;
}
.fixed {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.main-menu{display: inline-block}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.header-contact > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #471a72;
    border-radius: 25px;
    color: #666666;
    margin-top: 13px;
}
.content-wrapper {
    text-align: right;
}

.main-menu nav > ul > li > a {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 158px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    
}
.main-menu ul li.active_vsc a{
	color: rgb(0,113,188);
}
.header-area.two .main-menu nav > ul > li > a {
    color: #303030;
    font-size: 16px;
    line-height: 130px;
}
.main-menu ul li:last-child a{
    padding-right: 0px;
}
.main-menu nav ul > li:hover > a {color: rgb(0,113,188);}
.one.main-menu ul li ul {top: 75%}
.sticky .one.main-menu ul li ul {top: 100%}
.main-menu ul li ul {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px 18px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 185px;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.main-menu ul li:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
}
.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 7px 0;
}
.main-menu nav ul li ul li a {
    color: #252525;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
}
.main-menu ul li ul span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    margin-right: 22px;
}
.main-menu ul li ul li:hover > a {padding-left: 5px;color: #EC1C23}
.main-menu ul li ul li a:before {display: none;}
.main-menu ul li ul li > ul {
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 17%;
    visibility: hidden;
}
.main-menu.text-left span {float: right;}
.mobile-menu-area, .mean-container .mean-bar:after {display: none}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.sticky .header-social ul li a {
    line-height: 69px;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #2C2B5E;
    color: #000;
    margin-top: -94px;
    padding: 4px 5px;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.header-area.two .mean-container a.meanmenu-reveal {
    margin-top: -84px;
}
.header-area.two.sticky .mean-container a.meanmenu-reveal {
    margin-top: -49px;
}
.mean-container a.meanmenu-reveal span {background-color: #2C2B5E}
.mean-container .mean-nav {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 0;
}
.headroom {
    -webkit-transition: -webkit-transform 200ms linear 0s;
    transition: -webkit-transform 200ms linear 0s;
    transition: transform 200ms linear 0s;
    transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
    will-change: transform;
}
.headroom--pinned {-webkit-transform: translateY(0%);transform: translateY(0%);}
.headroom--unpinned {-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.intelligent-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.intelligent-header.headroom--pinned {}
.intelligent-header.headroom--not-top {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 0;
}
.header-sticky.sticky {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-sticky.sticky.two{
    background: rgba(255, 255, 255, 0.8);
}
.sticky .main-menu > nav > ul > li > a {
    line-height: 100px;
}
.sticky .header-contact a{margin-top: 25px}
.sticky .logo {
    padding: 12px 0 8px;
}
.header-area .sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}
.menu-style-toggle nav {
    margin-right: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.menu-style-toggle nav.menu-open {
    margin-right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.menu-style-toggle nav {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {float: right;}
.mobile-header {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    margin: auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mobile-logo img {width: 40px;}
.menu-icon {
    border: 1px solid #464646;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 4px 5px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 25px;
    width: 22px;
}
.menu-icon span{background-color: #333333;
    display: block;
    height: 3px;
    margin-top: 3px;
    box-sizing: content-box
}
.mobile-menu-area {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .menu-close {
    background-color: transparent;
    border: 2px solid #858585;
    border-radius: 50%;
    color: #858585;
    height: 40px;
    padding: 0;
    width: 40px;
	margin-bottom:30px;
}
.mobile-menu-area .menu-close:hover {
    color: #433a8b;
    border-color: #433a8b;
}
.mobile-menu-area .menu-close i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-right: 2px;
}
.sticky .menu-toggle {margin-top: 32px;}
.header-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li{
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-social ul li a{
    display: block;
    font-size: 16px;
    color: #191919;
    line-height: 100px;
    padding: 0 13px;
}
.header-social ul li:last-child a{
    padding-right: 0px;
}
.header-social ul li:first-child a{
    padding-left: 0px;
}
.header-social ul li:hover a{color: #471a72}
.search-btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 28px;
    position: relative;
    top: -2px;
}
.search {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 79px;
    height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 216px;
    z-index: 9999;
}
#search-form > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #cacaca;
    color: #252525;
    height: 40px;
    padding: 0 40px 0 10px;
    width: 100%;
}
#search-form > input::-moz-placeholder {color: #252525;} 
#search-form > input::-webkit-input-placeholder {color: #252525;}
#search-form > button {
  background: #2C2B5E none repeat scroll 0 0;
  border: 2px solid #c5c596;
  color: #ffffff;
  font-size: 15px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}
#search-form > button:hover{
    background: #EC1C23;
    border: 2px solid #939369;
}
.search-menu {
    background: #2c2b5e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 31px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 31px;
    line-height: 25px;
}
.search-menu i {
    font-size: 12px;
    line-height: 30px;
}
.search-menu:hover{background:#EC1C23}
.open .search {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 2;
}
.header-top{
    background: #EC1C23;
    position: relative;
}
.header-top:after{
    background: #2C2B5E;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 36%;
}
.header-top::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 105px;
    position: absolute;
    right: 37.8%;
    top: -18px;
    transform: rotate(-45deg);
    width: 8px;
    z-index: 1;
}
.header-top-right{position: relative}
.header-top-right::after {
  background: #2c2b5e none repeat scroll 0 0;
  content: "";
  height: 100px;
  left: -16%;
  position: absolute;
  top: -38px;
  transform: rotate(-45deg);
  width: 60px;
}
.header-top-right ul li{
    display: inline-block;
    margin-right: 38px;
}
.header-top-right ul li:last-child{
    margin-right: 0px;
}
.header-top-left p, .header-top-right ul li a{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 68px;
    position: relative;
    z-index: 1;
}
.header-top-right ul li:hover a{
    color: #EC1C23;
}
.header-area.two .main-menu > ul > li > a {
    color: #303030;
    line-height: 132px;
}
.header-area.two .main-menu > ul > li:hover > a {
    color: #EC1C23;
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: rgb(0,113,188) !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: rgb(0,113,188);
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: rgb(0,113,188);
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 45px;
  right: 115px;
}
.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(25, 198, 255, 0.9);
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 180%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.mobilenav li a{
	color: white;
}
.mobilenav li:last-child span {
  border-bottom: none;
}
.mobilenav li:hover {
  cursor: pointer;
}
.nav-label {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: block;
  width: 350px;
  margin: 0 auto;
}
.mobilenav li:first-child {
  margin-top: 60px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 198, 255, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/*.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/
/* General button style (reset) */
.lfc_intro-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.lfc_intro-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.lfc_intro-wrapper .button:hover,
.button:active {
  color: rgb(0,113,188);
}
.lfc_intro-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.lfc_intro-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
/* ========================================================================
Header
 ========================================================================== */
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: url(../img/slider-overlay.png) repeat;*/
}
header .carousel,
header .item,
header .active {
  height: 100%;
}
section .carousel,
section .item,
section .active{
	height: 100%;
}
.carousel-inner {
  /*min-height: 500px;*/
  height: 100%;
}

.carousel-inner>.item>a>img{
	width: 100%;
	background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.fill_one {
	background: url(../img/slider/laser_one.png) no-repeat center;
	background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators{
		transform: rotate(90deg);
		text-align: left;
		margin-left: 12.3%;
		margin-bottom: -5%;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background: rgb(0,113,188);
}
.carousel-caption {
  top: 75%;
  right: 5%;
}
.carousel-captions{
	top: 68%;
  right: 5%;
}
.carousel-caption .call-button .col-md-4 , .carousel-captions .call-button .col-md-4{
	padding-right: 0px;
}
.carousel-caption .call-button .col-md-4 a img, .carousel-captions .call-button .col-md-4 a img{
	transition: all 0.8s;
}
.carousel-caption .call-button .col-md-4 a img:hover, .carousel-captions .call-button .col-md-4 a img:hover{
	transform: scale(1.2);
}
.carousel-caption h1 {
  font-size: 48px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: normal;
}
/*.carousel-control.left,
.carousel-control.right {
  background: none;
}*/
.carousel-control{
	width: 5%;
}
.carousel-control .icon-prev{
	left: 1890%;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container, section .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}
header .logo-container img{
	width:100%;
	height:115px; 
}
/* ========================================================================
Call To ACTION
 ========================================================================== */
.call-to-action {
  padding: 0 15px 22px 15px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.call-to-action p {
  margin: 20px;
}

/* =======================================================================
 common : lfc_intro / lfc_theme / lfc_company / lfc_meeting
 ========================================================================= */
.lfc_intro .line, .lfc_theme .line, .lfc_company .line, .lfc_meeting .line, .lfc_footer .line, .car_intro .line, .car_agenda .line, .car_sponsor .line, .car_notice .line, .common_header_title .line, .common_header_titles .line, .contact_title .line{
	margin: 5px auto 45px;

}
.lfc_theme .line{
	margin: 5px auto 0;

}
.lfc_intro h2, .lfc_theme h2, .lfc_company h2, .lfc_footer h2 {
	color: rgb(0,113,188);
	font-weight: 700;
	font-size: 30px;
}
.lfc_meeting h2{
	color: white;
	font-weight: 700;
	font-size: 30px;
}
.lfc_meeting .main-bg{
	background: white;
}
/* ========================================================================
  lfc_intro
 ========================================================================== */
/*.lfc_intro{
	background: url(../img/lfc_intro-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}*/

/*.lfc_intro .subtitle {
  font-size: 20px;
}*/

.lfc_intro p {
  color: #000000;
  font-size: 16px;
  margin-top: -5px;
  line-height: 30px;
  /*margin-bottom: 20px;*/
}
.lfc_intro .p_gap_intro{
	margin-bottom: 30px;
}
.lfc_home_left{
	float: left;
	color: #000000;
  font-size: 16px;
  line-height: 30px;
}
.lfc_home_right{
	float: right;
	color: #000000;
  font-size: 16px;
  line-height: 30px;
}
/*.newest_img img{
	width: 100%;
}*/
/*.lfc_intro .filters {
  color: #9e9e9e;
}
.lfc_intro .filters li {
  display: inline;
}
.lfc_intro .filters li a {
  margin: 0 5px;
  color: #9e9e9e;
}
.lfc_intro .filters .active {
  color: rgb(0,113,188);
  text-decoration: none;
}
.lfc_intro .lfc_intro-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.lfc_intro .lfc_intro-item a {
  position: relative;
  display: block;
  color: #fff;
}
.lfc_intro .lfc_intro-item a .lfc_intro-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 125px 20px;
}
.lfc_intro .lfc_intro-item a img {
  width: 100%;
  transition: all 1.2s linear;
}
.lfc_intro .lfc_intro-item a:hover > .lfc_intro-overlay {
  opacity: 1;
}
.lfc_intro .lfc_intro-item a:hover > img {
  transform: scale(1.2);
}
.lfc_intro > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
}
.lfc_intro > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}*/
/*-- portfolio section --*/
section.portfolio-agileinfo {
	padding:100px 0;
}
section.portfolio-agileinfo h3.text-center {
	font-size: 40px;
    font-weight: normal;
    color:#003665;
    font-family: 'Limelight', cursive;
    padding-bottom: 50px;
}
.lightbox-item .person-info li p {
	font-size:15px;
	font-weight:200;
	color:#999;
	line-height:30px;
}
ul.social-icons1 {
    padding: 20px 0;
}
ul.social-icons1 li {
	display:inline;
	list-style:none;
}
ul.social-icons1 li a {
	margin-right:2px;
}
ul.social-icons1 li a i.fa {
	font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
ul.social-icons1 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
ul.social-icons1 li a i.fa.fa-facebook {
	color:#3b5998;
	border: 1px solid #3b5998;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
	background-color:#3b5998;
	color:#fff;
	border-color:#3b5998;
}
ul.social-icons1 li a i.fa.fa-twitter {
	color:#1da1f2;
	border: 1px solid #1da1f2;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
	background-color:#1da1f2;
	color:#fff;
	border-color:#1da1f2;
}
ul.social-icons1 li a i.fa.fa-google-plus {
	color:#dd4b39;
	border: 1px solid #dd4b39;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover {
	background-color:#dd4b39;
	color:#fff;
	border-color:#dd4b39;
}
ul.social-icons1 li a i.fa.fa-youtube {
	color:#cd201f;
	border: 1px solid #cd201f;
}
ul.social-icons1 li a i.fa.fa-youtube:hover {
	background-color:#cd201f;
	color:#fff;
	border-color:#cd201f;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*-- /portfolio section --*/
/*-- team section --*/
section.team-agileinfo {
	background:url(../images/team.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:100px 0;
}
section.team-agileinfo h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    font-family: 'Limelight', cursive;
    padding-bottom: 50px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
}
section.team-agileinfo h4 {
	font-size:20px;
	font-weight:normal;
	font-family: 'Limelight', cursive;
	padding:20px 0;
	color:#fff;
}
section.team-agileinfo p {
	font-size:16px;
	font-weight:normal;
	color:#fff;
}
/* ========================================================================
  lfc_theme
 ========================================================================== */
/*.lfc_theme .theme_left li{
	font-size: 16px;
	line-height: 28px;
}
.lfc_theme .theme_right li{
	font-size: 16px;
	line-height: 37px;
}*/
.lfc_theme .left-height li{
	font-size: 16px;
	color: black;
	line-height: 30px;
}
.lfc_theme .right_height li{
	font-size: 16px;
	color: black;
	line-height: 40px;
}
.lfc_theme .right_height ul{
	margin-top: -5px;
}
.lfc_theme .sign_lfc{
	text-align: center;
	font-size: 26px;
	color: #0071bc;
	font-weight: 600;
}
.p_gap{
	margin-top: 30px;
}
.theme_box1{
  width: 13rem;
  height: 20rem;
  border-top: 0.25rem solid rgb(153,153,153);
  
  transform: rotate(65deg);
  margin-left: 260px;
  margin-top: 70px;
}
.theme_box2{
  width: 12.5rem;
  height: 20rem;
  border-bottom: 0.25rem solid rgb(153,153,153);
  transform: rotate(-64deg);
  margin-left: 265px;
  margin-top: -274px;
  float: left;
}
.theme_box3{
  width: 24.2rem;
  height: 23rem;
  border-top: 0.25rem solid rgb(153,153,153);
  border-bottom: 0.25rem solid rgb(153,153,153);
  margin-top: -368px;
  margin-left: 77px;
}
/*.theme_box1{
  width: 13rem;
  height: 20rem;
  border-top: 0.25rem solid rgb(153,153,153);
  transform: rotate(75deg);
  margin-left: 250px;
  margin-top: 70px;
}
.theme_box2{
  width: 12.5rem;
  height: 20rem;
  border-bottom: 0.25rem solid rgb(153,153,153);
  transform: rotate(-69deg);
  margin-left: 250px;
  margin-top: -225px;
  float: left;
}
.theme_box3{
  width: 24.2rem;
  height: 24.2rem;
  border-top: 0.25rem solid rgb(153,153,153);
  border-bottom: 0.2rem solid rgb(153,153,153);
  margin-top: -398px;
  margin-left: 95px;
  background-color: red;
}*/
.theme_box4 .laser_title_img{
	margin-top: -400px;
	margin-left: 40px;
	/*margin-left: -75px;*/
}

.theme_box4 ul{
	list-style-type: none;
	float: right;
	position: relative;
  margin-top: -325px;
  margin-right: 30px;
}
.theme_box4 ul li{
	font-size: 1.05rem;
	line-height: 32px;
	/*margin-top: -400px;*/
}
.theme_box4 .right_five{
	margin-left: -30px;
}
.theme_box4 .right_four{
	margin-left: -50px;
}
.theme_box4 .right_six{
	margin-left: -98px;
}
.theme_box4 .right_three{
	margin-left: -55px;
}
.theme_box4 .right_seven{
	margin-left: -129px;
}
.theme_box4 .right_two{
	margin-left: -29px;
}
.theme_box4 .right_one{
	margin-left: -45px;
}
.theme_box4 .right_eight{
	margin-left: -190px;
}
.theme_box4 .right_nine{
	margin-left: -210px;
}
.theme_box4 p{
	display: inline-block;
	position: relative;
	margin-top: 316px;
	margin-left: 60px;
}
.theme_box4 p a{
	display: inline-block;
	background-color: white;
	font-size: 16px;
	padding: 0 5px;
}

/*right*/
.right_gap_theme{
	margin-top: 50px;
	margin-left: -15px;
}
.themes_box1{
  width: 13rem;
  height: 20rem;
  border-bottom: 0.25rem solid rgb(153,153,153);
  /*border-bottom: 1px solid pink;*/
  transform: rotate(65deg);
  margin-left: 95px;
  margin-top: 70px;
}
.themes_box2{
    width: 12.5rem;
    height: 20rem;
    /*border-top: 1px solid  black;*/
    border-top: 0.25rem solid rgb(153,153,153);
    transform: rotate(-64deg);
    margin-left: 98px;
    margin-top: -367px;
  /*float: left;*/
}
.themes_box3{
  width: 20.5rem;
  height: 23rem;
  border-top: 0.25rem solid rgb(153,153,153);
  border-bottom: 0.25rem solid rgb(153,153,153);
  margin-top: -320px;
  margin-left: 98px;
}
.themes_box4 .car_title_img{
	margin-top: -405px;
	margin-left: 290px;
}

.themes_box4 ul{
	list-style-type: none;
	float: left;
	position: relative;
	margin-left: 50px;
  margin-top: 4.5px;
}
.themes_box4 ul li{
	font-size: 1.05rem;
	line-height: 40px;
	/*margin-top: -400px;*/
}
.themes_box4 .right_three, .themes_box4 .right_five{
	margin-left: 20px;
}
.themes_box4 .right_two, .themes_box4 .right_six{
	margin-left: 40px;
}
.themes_box4 .right_one, .themes_box4 .right_seven{
	margin-left: 60px;
}
/*.themes_box3 .right_five{
	margin-left: 120px;
}
.themes_box3 .right_four{
	margin-left: 100px;
}
.themes_box3 .right_six{
	margin-left: 50px;
}
.themes_box3 .right_three{
	margin-left: 100px;
}
.themes_box3 .right_seven{
	margin-left: 25px;
}
.themes_box3 .right_two{
	margin-left: 130px;
}
.themes_box3 .right_one{
	margin-left: 120px;
}
.themes_box3 .right_eight{
	margin-left: -40px;
}
.themes_box3 .right_nine{
	margin-left: -60px;
}*/
.themes_box4 p{
	display: inline-block;
	position: relative;
	margin-left: 334px;
	margin-top: 40px;
}
.themes_box4 p a{
	background-color: white;
	font-size: 16px;
	padding: 0 5px;
}
/* ========================================================================
  lfc_meeting
 ========================================================================== */
.lfc_meeting{
	background: url(../img/lfc_meeting_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.lfc_meeting .col-xs-12{
	margin-bottom: 15px;
}
.meeting_map{
	width:332px;
	height:365px;
	text-align: center;
	border:#ccc solid 1px;
	font-size:12px
	background-color: white;
	margin-left: 21px;
}

.meeting_info p{
	color: white;
	/*line-height: 35px;*/
	font-size: 16px;
}
/*.meeting_info .meeting_link{
	padding-left: 1.6%;
}
.meeting_info .meeting_link span{
	padding-left: 2%;
}
.meeting_info .meeting_link span.lfc_pauli_link{
	padding-left: 5%;
}*/
/* ========================================================================
  lfc_footer
 ========================================================================== */
.lfc_footer{
	background-color: rgb(36,40,46);
}
.lfc_footer h3{
	color: white;
	font-size: 20px;
}
.lfc_footer .lfc_img img{
	margin-bottom: 23%;
}
.lfc_img img{
	width: 70%;
}
.lfc_h3 img{
	width: 91%;
}
.lfc_footer .lfc_h3 img{
	padding-top: 18% ;
}
.lfc_footer .lfc_h3 h3{
	padding-top: 40%;
}
.lfc_footer .lfcs_h3 h3{
	padding-top: 39%;
}
.lfc_footer .lfcss_h3 h3{
	padding-top: 17%;
}
.lfc_footer .lfcs_h3 img{
	padding-top: 17%;
}
.lfc_footer .lfcss_h3 img{
	padding-top: 16%;
	width: 170px;
}
.new_lfc_h3 h3{
	margin-top: 40px;
}
.car_act h3{
	padding-top: 20%;
}
.car_support h3{
	padding-top: 3.2%;
}
.car_support_copy img{width: 175px;}
.car_act_copy img{width: 200px;}
.munihei_lfc{margin-right: 10px;}
.lfc_copyright{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	background-color: rgb(0,113,188);
}

/* ========================================================================
  car_index
  ========================================================================== */
 .car_intro h2 , .car_sponsor h2, .car_notice h2{
 	color: rgb(0,113,188);
 }
 /*.car_intro p{
 	margin-bottom: 30px;
 }*/
 .car_notice_reg p{
 	font-size: 16px;
 }
 .car_notice_reg h2{
 	text-align: left;
 	padding-left: 24px;
 	padding-bottom: 15px;
 }
 .car_notice_reg h2 a{
 	background-color: rgb(0,113,188);
 	padding: 10px 15px 12px 15px;
 	color: white;
 	border-radius: 10px;
 }
 .car_agenda{
 	background-color: rgb(0,113,188);
 	padding: 150px 0;
 }
 .car_agenda h2{
 	color: white;
 }
 .main-bg-white{
 	background: #ffffff;
 }
 .car_notice_reg .col-md-7 p{
 	font-size: 17px;
 	font-weight: 500;
 	color: black;
 }
/* ========================================================================
Map
 ========================================================================== */
#map-container {
  height: 500px;
  width: 100%;
}
/* ========================================================================
Send Message
 ========================================================================== */
.send-message {
  padding: 20px;
}
.send-message .send-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: rgb(0,113,188);
  border-radius: 50%;
  line-height: 60px;
  margin-top: -60px;
  font-size: 20px;
  position: relative;
}
.send-message p {
  font-size: 30px;
}
.send-message:hover {
  cursor: pointer;
}
.send-message .modal-lg {
  width: 700px;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  position: relative;
}
.modal .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  opacity: 1;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  outline: none;
  z-index: 10;
}
.modal .close span {
  outline: none;
}
.modal .modal-body {
  padding: 40px 60px;
}
.modal .member-info {
  padding: 0;
}
.modal input {
  height: 50px;
}
.modal input,
.modal textarea {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: rgb(0,113,188);
  box-shadow: none;
}
.modal textarea {
  resize: none;
}
.modal .button {
  width: 100%;
  border-radius: 0;
  padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
  color: #DBDBDB;
  font-style: normal;
}

/* ========================================================================
  reg/sponsor/guest/agenda/contact page
 ========================================================================== */

/* ========================================================================
  common
 ========================================================================== */
.carousel-inner_page{
	min-height: 0;
	height: 100%;
}

.common_caption h2{
	font-size: 36px;
	/*margin-top: 15%;*/
}
.common_header_title h2{
	font-size: 30px;
	color: rgb(0,113,188);
  font-weight: 700;
}
.common_header_title .hspan{
	display: block;
	width: 33%;
	margin-left: 33.5%;
	margin-top: 15px;
	text-align: center;
	border-bottom: 3px solid #0071bc;
}
.common_header_title .span_car{
	display: block;
	width: 25%;
	margin-left: 37.5%;
	margin-top: 15px;
	text-align: center;
	border-bottom: 3px solid #0071bc;
}
.common_header_title .h2_border{
	display: block;
	width: 7%;
	margin-left: 46.5%;
	margin-top: 5px;
	text-align: center;
	border-bottom: 2px solid #0071bc;
}
.guest h5, .agenda h5, .sponsor h5{
	 font-size: 28px;
 	color: #000000;
 	margin: 150px auto;
}
/*laser+index*/
.laser_intro p{
	font-size: 16px;
	line-height: 28px;
}
/* ========================================================================
  reg page
 ========================================================================== */
section .reg{
	width: 100%;
	height: 512px;
	background: url(../img/car_reg_may.png) no-repeat center;
	background-size: cover;
}
section .reg1{
	width: 100%;
	height: 512px;
	background: url(../img/laser_top_detail.png) no-repeat center;
	background-size: cover;
	
}
.reg-wrap{
    background: #fff;
    padding: 20px 10px;
		font-family: Arial, ;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    /*z-index: 0;*/
   font-style: normal;
}

.input-group{
    margin-bottom: 10px;
    text-align: center;
}
.input-group-addon{
    border-radius: 0;
    font-size: 1rem;
    padding: 10px 12px;
    color: #000000;
    background: #FFFFFF;
    font-weight: 600;
    border: 0;
}
.input-group .form-control-width{
	width: 87%;
	margin-left: 13%;
	border-right: 0;
}
.form-control{
	font-size: 1rem;
  padding: 10px 12px;
  outline: none;
	height:49px;
}
.input-group-addon-radio,.input-group-addon-radio1,.input-group-addon-ckbox,.input-group-addon-ckbox1{
    background: transparent;
    border: none;
    text-align: left;
    line-height: 1.6;
}
.input-group-addon-radio input[type="radio"],.input-group-addon-ckbox input[type="checkbox"]{
    margin-right: 10px;
}
.form-control{
    border-radius: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.input-group-5{
    width: 100%;
    float: left;
    margin-right: 20px;
}
.input-group-10{
    width: 100%;
}
fieldset{
    padding: .35em .625em .25em;
    margin: 60px 0;
}
fieldset .radio1{
	text-align: left;
}
legend{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  border-bottom: none;
  width: auto;
  text-align: left;
}

.reg-btn{
	margin-top: 5%;
  margin-left: 63%;
  display: block;
  width: 160px;
  height: 60px;
  font-size: 24px;    
  border: none;
  border-radius: 10px;
  background: rgb(0,113,188);
  color:#fff;
}
.reg-btn:hover{
   background: rgb(0,113,188);
   color:#222;
}
.reg-wrap div{
	text-align: left;
}
.reg-wrap p{
    border-bottom: 1px #ccc dashed;
    color: black;
    /*padding-bottom: 10px;*/
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}
.reg_consult{
	margin-top: 43%;
}
/* ========================================================================
  agenda page
 ========================================================================== */



/* ========================================================================
  sponsor page
 ========================================================================== */
section .sponsor_header{
	width: 100%;
	height: 512px;
	background: url(../img/car_detail_top_may.png) no-repeat center;
	background-size: 100% 100%;
}
.sponsor .filters {
  color: rgb(0,113,188);
}
.sponsor .filters li {
  display: inline;
}
.sponsor .filters li a {
  margin: 0 5px;
  color: rgb(0,113,188);
}
.sponsor .filters .active {
  color: rgb(0,113,188);
  text-decoration: none;
}
.sponsor .sponsor-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.sponsor .sponsor-item a {
  position: relative;
  display: block;
  color: #fff;
}
.sponsor .sponsor-item a .sponsor-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 125px 20px;
}
.sponsor .sponsor-item a img {
  width: 100%;
  transition: all 1.2s linear;
}
.sponsor .sponsor-item a:hover > .sponsor-overlay {
  opacity: 1;
}
.sponsor .sponsor-item a:hover > img {
  transform: scale(1.2);
}
.sponsor > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
}
.sponsor > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}
/*review*/
section .review{
	width: 100%;
	height: 512px;
	background: url(../img/review_top_detail.png) no-repeat center;
	background-size: 100% 100%;
}

.demo{padding: 2em 0; background: #fff;}
	a:hover,a:focus{
		text-decoration: none;
		outline: none;
	}
	#accordion .panel{
		border: none;
		box-shadow: none;
		border-radius: 0;
		margin: 0 0 15px 10px;
	}
	#accordion .panel-heading{
		padding: 0;
		border-radius: 30px;
	}
	#accordion .panel-title a{
		display: block;
		padding: 12px 20px 12px 50px;
		background: rgb(0,113,188);
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 30px;
		position: relative;
		transition: all 0.3s ease 0s;
	}
	#accordion .panel-title a.collapsed{
		background: #fff;
		color: rgb(0,113,188);
		border: 1px solid #ddd;
	}
	#accordion .panel-title a:after,
	#accordion .panel-title a.collapsed:after{
		content: "\f107";
		font-family: fontawesome;
		width: 55px;
		height: 55px;
		line-height: 55px;
		border-radius: 50%;
		background: rgb(0,113,188);
		font-size: 25px;
		color: #fff;
		text-align: center;
		border: 1px solid transparent;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
		position: absolute;
		top: -5px;
		left: -20px;
		transition: all 0.3s ease 0s;
	}
	#accordion .panel-title a.collapsed:after{
		content: "\f105";
		background: #fff;
		color: rgb(0,113,188);
		border: 1px solid #ddd;
		box-shadow: none;
	}
	#accordion .panel-body{
		padding: 20px 25px 10px 9px;
		background: transparent;
		font-size: 14px;
		color: #8c8c8c;
		line-height: 25px;
		border-top: none;
		position: relative;
	}
	#accordion .panel-body p{
		padding-left: 25px;
		border-left: 1px dashed #8c8c8c;
	}
/*second*/

/*end*/
/*guest*/
section .guest_header{
	width: 100%;
	height: 512px;
	background: url(../img/laser_detail_may.png) no-repeat center;
	background-size: 100% 100%;
}
/*contact*/
section .contact_header{
	width: 100%;
	height: 346px;
	background: url(../img/guest_header_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
/*.contact_title{
	margin-top: 30px;
}*/
.contact_title p {
	font-size: 16px;
	font-weight: 500;
	text-indent: 2em;
	line-height: 28px;
}
.contact_act p , .contact_consult p{
	font-size: 16px;
	font-weight: 500;
	text-indent: 2em;
	line-height: 28px;
}
.contact_img, .contact_consult{
	margin-top: 60px;
}
.contact_act{
	margin-top: 80px;
}
.contact_consult .contact_consult_img{
	height: 119px;
	line-height: 145px;
	background: url(../img/contact_icon.png) no-repeat center;
	
}
.contact_consult_line{
	padding: 18px 0;
	text-align: left;
	line-height: 35px;
	font-size: 18px;
}
/*agenda*/
section .agenda_header{
	width: 100%;
	height: 346px;
	background: url(../img/agenda_header_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
/*agenda*/
section .us_header{
	width: 100%;
	height: 512px;
	background: url(../img/contact_may_01.jpg) no-repeat center;
	background-size: 100% 100%;
}
/* ========================================================================
Footer
 ========================================================================== */
/*.footer p {
  color: #bababa;
  font-size: 16px;
}*/

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: rgb(0,113,188);
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
