@font-face
{
font-family: Futura Lt BT;
src: url("../fonts/Futura.ttf");
}
@font-face
{
font-family: Ebrima;
src: url("../fonts/ebrima.ttf");
}	
@font-face
{
font-family: Ebrima;
src: url("../fonts/ebrimabd.ttf");
font-weight:bold;
}	
@font-face
{
font-family: Trajan Pro;
src: url("../fonts/TrajanPro-Regular.ttf");
}	
@font-face
{
font-family: Trajan Pro;
src: url("../fonts/TrajanPro-Bold.ttf");
font-weight:bold;
}	
body {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-family:"Futura LT BT",Corbel,Calibri;
  
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
 user-select: none;
}
a {
  text-decoration:none;
 }
hr{
 color:#efefef;
 background-color:#efefef;
}
.use_area table {
 line-height:30px;
  font-size: 18px;
}
h1,h2,h3,h4 {
 font-family:"Trajan Pro",Century Gothic;
}
h3,h4 {
 font-family:"Futura Lt BT",Corbel,Calibri;
 line-height:22px;
}
img{
border:none;}
.slider {
  position: relative;
  margin-bottom: 0px;
  line-height: 1;
}

.slider-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.slider-inner > .item > img,
.slider-inner > .item > a > img {
  display: block;
  line-height: 1;
  width:100%;
}

.slider-inner > .active,
.slider-inner > .next,
.slider-inner > .prev {
  display: block;
}

.slider-inner > .active {
  left: 0;
}

.slider-inner > .next,
.slider-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.slider-inner > .next {
  left: 100%;
}

.slider-inner > .prev {
  left: -100%;
}

.slider-inner > .next.left,
.slider-inner > .prev.right {
  left: 0;
}

.slider-inner > .active.left {
  left: -100%;
}

.slider-inner > .active.right {
  left: 100%;
}

.slider-control {
  text-decoration:none;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  background: #e4e4e4;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slider-control.right {
  right: 15px;
  left: auto;
}

.slider-control.down {
  right: 15px;
  top:90%;
  left: auto;
  line-height:20px;
}

.slider-control:hover,
.slider-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.slider-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.slider-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.slider-indicators .active {
  background-color: #fff;
}

.slider-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.slider-caption h4,
.slider-caption p {
  line-height: 20px;
  color: #ffffff;
}

.slider-caption h4 {
  margin: 0 0 5px;
}

.slider-caption p {
  margin-bottom: 0;
}
.link {
 height:0px;
}
.link a {
 color:#e6e6e6;
 font-family:"Futura Lt BT";
 font-size:16pt;
 font-weight:bold;
 text-decoration:none;
}
.link a:hover {
 color:#efefef;
}
.in-box-right-inner h2 {
	color:#0663a9;
}

#v-menu-item a:link {text-decoration:none;color:#000000;}
#v-menu-item a:visited {text-decoration:none;color:#000000;}
#v-menu-item a:hover {text-decoration:none;color:#000000;}
#v-menu-item a:active {text-decoration:none;color:#000000;}
::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background:#f6f6f6;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #efefef; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #74c2fd; 
}