@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700|Roboto+Condensed:400,300italic,300,400italic,700|Open+Sans+Condensed:300,300italic|Ubuntu:400,300,300italic,400italic,500|PT+Sans+Narrow|Merriweather:400,300,300italic,400italic|Dosis:400,200,300,500,600);
@import url(font/font.css);
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
	text-transform:none
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
table, tr, td {
	padding:5px;
	border:none;
	border-collapse:collapse;
	font-size:13px;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
embed {
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6{
	font-family:'lubalingraphstd-book';
}
h4{
	margin-bottom:10px;
}
p{
	color: #777;
    margin-bottom: 10px;
    font-size: 13px;
}
strong{
	font-weight:bold;
}

*{margin:0; padding:0; list-style:none; text-decoration:none}

.clear{clear:both}
.pull-left{float:left} .pull-right{float:right} .pull-none{float:none}  .text-center{text-align:center} .text-right{text-align:right}
.text-left{text-align:left}

/** Bullets **/
.bullets{

margin-bottom: 15px;
    padding-left: 15px;
}
.bullets li{
	 list-style: disc;
	font-size: 13px;
	padding-left: 0;
    line-height: 26px;
	margin:0 !important;
}

/** Text Color **/
.blue{
	color:#056CAB;
}
/*** ***/
.br-left{
    font-size: 19px;
    padding:4px 0 ;
	color:#01436C;
	font-weight:normal;
}

/**** BODY *****/
body{
	background-color:#f7f7f7 /*#056cab*/;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'arial', sans-serif;

}

/**** WRAPPER ****/
#wrapper{
	width:100%;
}

/**** CONTAINER ****/
.container{
	max-width:1130px;
	margin:0 auto;
	width:100%;
}

/**** INNER PAGE ****/
.inner-page{
	width:100%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	min-height: 1px;
}

/**** HEADER CONTAINER ****/
.header-wraps{
	background-color:#fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);	
	height:auto;
	padding:5px 0;
	position:relative;
	z-index:999;
	display:table;
	width:100%;
}
/**** HEADER LEFT ****/
.header-left{
	float:left;
	width:310px;	
}
.header-left a{
	display:block;
}
.top-link{
	float:right;
}	
.top-link li{
	display:inline-block;
}
.top-link li a{
	color: #333;
    display: block;
    font-size: 14px;
    padding: 8px 0 8px 14px;
}
.top-link li a::after {
    content: "/";
    padding-left: 10px;
 }
.header-top{
	background:#ffcc33;
	width:100%;
	display:table;
	height:30px;
}
/**** Logo ****/
.logo-div{
	width: 270px;
}
.logo-div a{
	display:block;
	margin-right:10px; 
}
.logo-title{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.8s linear;	
	padding-top: 15px;
}
.logo-title h1 a{ 
	font-size:21px;
	color:#8e8e8e;
	display:block;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.8s linear;
}

.logo-title h1 a span{
	color:#ec5b00;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.8s linear;
}
.logo-title:hover h1 a{ 
		color:#ec5b00;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.8s linear;
}
.logo-title:hover h1 a span{
	color:#8e8e8e
}
.logo-title ul li{
	float:left;
	border-right:1px solid #8e8e8e;
	padding: 0 4px;
	margin-right: 4px;
	text-align: center;
}
.logo-title ul li:first-child{
	padding-left:0;
}
.logo-title ul li a{
	color:#8e8e8e;
	display:block;
	font-size:12px;
}
.logo-last-links{
	border-right:none !important;
	padding-right:0 !important;
	margin-right:0 !important;
}

/**** HEADER RIGHT ****/
.header-right{
	float:right;
	width:685px;
	padding:25px 0 0;	
}
/**** NAVIGATION MENU ****/
.navi, .social{
	float:left;
}
.navi ul li{
	float:left;
	margin-right:17px;
}
.navi ul li a{
	color:#777;
	display:block;
	font-size:12px;
	padding-bottom:10px;
	text-transform: uppercase;
	border-bottom:2px solid transparent;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;

	-webkit-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	transition-timing-function:linear;
	
	-webkit-transition-property:all;
	-moz-transition-property:all;
	transition-property:all;
}
.navi ul li a:hover,#nav li a.active{
	border-bottom:2px solid #829E14;
	color:#829E14;
	margin-bottom:10px;
	padding-bottom:3px;
	
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	transform:translateY(-5px);
}
.navi ul li a.home i{
	font-size:20px !important;
}

/**** SOCIAL NETWORK ****/
.social li{
	float:left;
	margin-right:3px;
}
.social li a{
	display:block;
	position:relative;
}


.social li a{
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;

	color: #829E14;
	padding: 0 2px;
}

.social li a i{
	vertical-align:middle;
}
.social li a:hover span{
	top: -30px;
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transition-property:top,transform;
	-moz-transition-property:top,transform;
	transition-property:top,transform;
	
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	
	-webkit-transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	transition-timing-function:ease;
}
.social li a span{
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	position:absolute;
	top: -80px;
	left: -18px;
	text-align:center;
	width:68px;
	height:20px;
	font-size: 11px;
	
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition-property:top,transform;
	-moz-transition-property:top,transform;
	transition-property:top,transform;
	
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	
	-webkit-transition-timing-function:ease-in;
	-moz-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
	
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	transform:rotateY(360deg);
	display:none;
}
.social li a span:before{
	content:"";
	border-bottom:7px transparent;
	border-right:7px transparent;
	border-left:7px transparent;
	border-top:7px rgba(0,0,0,0.6);
	border-style:solid;
	position:absolute;
	top:20px;
	left:25px;
	height: 0;
	display:none;
}

/**** MIDDLE CONTAINER ****/
#section-div{
	/*background:url(../images/bg.png) center 0 no-repeat;*/
	height:auto;
	max-width:100%;
}

/**** SECTION PAGES ****/
.section-page-1,.section-page-2,.section-page-3,.section-page-4,.section-page-5{
	width:100%;
}
.section-page-2{
	background-color:#01436c;
}
.section-page-5{
	background-color:#829E14;
}
.section-about{
	background:url('../images/bg-header4.png') center center repeat;
	height: 90px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}


/*** Banner Slider ***/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

svg {
  display: block;
  overflow: visible;
}

.slider-containerss {
  position: relative;
  height: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: all-scroll;
	overflow:hidden;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.slider-control.inactive:hover { cursor: auto; }

.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}

.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text,
.slide.active .slide__img
{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.slide:nth-child(1) { left: 0; }

.slide:nth-child(1) .slide__bg {
  left: 0;
 /* background-image: url("http://i.imgur.com/1HeKcko.jpg");*/	
}

.slide:nth-child(1) .slide__overlay-path { fill: #829E14; }
@media (max-width: 991px) {

.slide:nth-child(1) .slide__text { background-color: rgba(233, 156, 126, 0.8); }
}

.slide:nth-child(2) { left: 100%; }

.slide:nth-child(2) .slide__bg {
  left: -50%;
  /*background-image: url("http://i.imgur.com/YAdjqmQ.jpg");*/
}

/*.slide:nth-child(2) .slide__overlay-path { fill: #e1ccae; }*/
.slide:nth-child(2) .slide__overlay-path { fill: #829E14; }

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
  
  &__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    
    &:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border-radius: 50%;
      transition: transform 0.3s;
      transform: translate(-50%, -50%) scale(0);
    }
    
    &.active:before,
    &:hover:before {
      transform: translate(-50%, -50%) scale(1);
    }
  }
}

@media (max-width: 991px) {

.slide:nth-child(2) .slide__text { background-color: rgba(225, 204, 174, 0.8); }
}

.slide:nth-child(3) { left: 200%; }

.slide:nth-child(3) .slide__bg {
  left: -100%;
  /*background-image: url("http://i.imgur.com/3pu2X8D.jpg");*/
}

/*.slide:nth-child(3) .slide__overlay-path { fill: #adc5cd; }*/	
.slide:nth-child(3) .slide__overlay-path { fill: #829E14; }

@media (max-width: 991px) {

.slide:nth-child(3) .slide__text { background-color: rgba(173, 197, 205, 0.8); }
}

.slide:nth-child(4) { left: 300%; }

.slide:nth-child(4) .slide__bg {
  left: -150%;
  /*background-image: url("http://i.imgur.com/njcLNVE.jpg");*/
}

/*.slide:nth-child(4) .slide__overlay-path { fill: #cbc6c3; }*/
.slide:nth-child(4) .slide__overlay-path { fill: #829E14; }

@media (max-width: 991px) {

.slide:nth-child(4) .slide__text { background-color: rgba(203, 198, 195, 0.8); }
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 630px;
	
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
	
  opacity: 0;
}
@media (max-width: 991px) {

.slide__overlay { display: none; }
}

.slide__overlay path { opacity: 0.8; }

.slide__text {
	position: absolute;
	width: 32%;
	top: 15%;
	left: 13%;
	color: #fff;
	
	-webkit-transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	opacity: 0;
}
.slide_img{
	left: auto;
	right:9% !important;
	text-align:center;
	top:5%;	
	-webkit-transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
@media (max-width: 991px) {

.slide__text {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  text-align: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  padding: 0 1rem;
}
}

.slide__text-heading {
	font-size: 30px;
    margin-bottom: 2rem;
    text-transform: capitalize;}
@media (max-width: 991px) {

.slide__text-heading {
  line-height: 20rem;
  font-size: 3.5rem;
}
}

.slide__text-desc {
  font-size: 14px;
  margin-bottom: 1.5rem;
  color:#fff; 
}
@media (max-width: 991px) {

.slide__text-desc { display: none; }
}

.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 13px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 991px) {

.slide__text-link { display: none; }
}

.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
  transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/**** About Us ****/
.article-row05{
/*	background:url('../images/bg-header.jpg') right center no-repeat;
	height: 90px;*/
    line-height: 90px;
}
.header-title{
 	color: #000;
    font-size: 24px;
    font-weight: normal;
    padding-left: 30px;
}
.header-title span{
	color:#829E14;
}

/**** PRODUCT PAGES ****/
.product-row{
	height:auto;
	width:100%;	
	position:relative;
	top:0px;
	padding:2px 0;
	overflow:hidden;
}
.product1{
	width: 100%;
	height:auto;
	padding: 0 5px;
	display: block;
	text-align: center;
	position: relative;
	float: left;
	-webkit-transition:all 0.3s ease-out;
	-mozt-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.product1:hover{
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	transform:scale(0.8);
}
.product1 h3{
	font-size:12px ;
	color:#c2def0;
}
.prod-img{
	width:100%;	
}


/**** ARTICLE PAGES ****/
.articl-row{
	min-height:450px;	
	width:100%;
	margin:0.3em 0;
}
.articl-row01{
	background:#fff;
	height:auto;	
	width:100%;
	margin:10px 0;
	overflow:hidden;
}
.articl-col01{
	padding:20px 10px;
	overflow:hidden;
}
.articl-span01{
	width:830px;
	padding-right:20px;
}
.aside{
	width:250px;
	margin-right:15px;
}
.articl-span{
	clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0.5em;
    padding-left:0; 
    width: 677px;
}
.articl-span h3,.articl-span01 h3, .aside h3{
	font-size:21px; 
	font-weight:normal;
	display:none;		
	color:#777;
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 0.6em;
}
.articl-span h3 span,.articl-span01 h3 span,.aside h3 span{
	color:#ec5b00;
}
.articl-span p,.articl-span01 p{
	font-weight:100;
	line-height:20px;
	color:#777;
	margin-bottom:10px;
	text-align:justify;
}
.articl-span01 h5{
	font-size:18px; 
	font-weight:normal;
	margin-bottom:10px;
	color:#333;
}
.articl-span01 h5:before{
	content:'';
	border:3px solid transparent;
	border-bottom:3px solid #829E14;
	border-right:3px solid #333;
	display: inline-block;
    height: 12px;
	width: 12px;
    margin-right: 7px;
	
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    
}
.articl-span01 ul li{
	list-style:square;
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	margin-left:13px;
	margin-bottom:10px;
	padding-left:3px;
	color:#829E14;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.articl-span01 ul li:hover{
	margin-left:30px;
}
.articl-span01 ul li span{
	color:#777;
}
.right-slider{
	width: 430px;
	float: left;
	padding:0 5px;
}
.right-content{
	background-color: #fff;
	margin-bottom: 15px;
	padding:5px;
}
.right-title{
	border-bottom: 1px solid #e5e5e3;
	color: #829e14;
	font-weight: normal;
	padding-bottom: 5px;
}

.links li a{
	display: block;
	padding: 13px 10px;
	color: #ADACAF;
	border-bottom: 1px solid #ADACAF;
	font-size:13px ;
	font-weight:normal;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.links li a:after{
 	border: 3px solid transparent;
 	border-right:3px solid #ADACAF;
	border-top:3px solid #ADACAF;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: -5px;
    vertical-align: middle;
    width: 12px;
	float: right;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*.links li a:hover:after,.links li a.active:after{
	
	margin-left: 6px;
	
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}*/
.links li a:hover,.links li a.active{
	color:#829E14;
	border-color:#829E14;
}
.links li a:hover:after,.links li a.active:after{
	border-right:3px solid #829E14;
	border-top:3px solid #829E14;
}
.links li a[class="icon-facebook"]{
	width:500px;
}
.who, .how{
	float:left;
	margin-right: 17px;
	width: 49%;
	background-color: #fff;
	padding: 14px;
	padding-top:5px;
	height: 410px;
	margin-bottom: 15px;
}
.who h3, .how h3{
	color: #829E14;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 3px;
    padding: 10px 0;
}
.who p, .how p{
  color: #777;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
.how{
	margin:0;
}
.who-icon{
	color: #FB9E17;
    float: right;
    font-size: 63px;
    margin-left: 10px;
    text-align: center;
    width: 100px;
	text-shadow: 0 2px 1px #c4c2c0;
}

/**** Partners ****/

.part{
	color:#829E14 !important;
	font-weight:normal !important;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
	padding: 6px 10px;
}
.services-img{
	position:relative;
	width:170px;
	/**height:154px;**/
	height:auto;
}
.services-img span{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 0 0 4px 4px;
    bottom: 0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    position: absolute;
    width: 100%;
}

/* Faqs */
.tab-slide-wrap{
	margin-bottom: 15px;
	cursor:pointer;
}
.showSingle{
	background-color: #f9f9f9;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.slidedown_body{
	display:none;
	padding: 10px 10px 10px 15px;
	border:1px solid #eee;
	border-top:none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.plus{
	background-color: #829E14;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #f7f7f7;
	color: #fff;
	display: inline-block;
	height: 35px;
	margin-right: 10px;
	text-align: center;
	width: 35px;
}
.plus:before{
	content:'+';
	font-size:15px;
}
.plus.open:before{
	content:'-';
}


/* Float Shadow */
.partner-img {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin:10px 14px;
}
.partner-img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.partner-img:hover, .partner-img:focus, .partner-img:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.partner-img:hover:before, .partner-img:focus:before, .partner-img:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.partner-img img{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
}

/**** FOOTER ****/
.footer-row{
	margin-bottom: 0.5em;
}
.footer-top{
	/*background-color:#464646;*/
	padding:0;
	overflow:hidden;	
}
.footer-box1{
	width: 370px;
	display: block;
	margin-right: 10px;
	float: left;
	background-color: #fff;
	padding: 10px;
	height: 170px;
}
.footer-box01{
	width: 750px;
	position: relative;
}
.footer-box1 h6{
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background-color: #FFCC33; /* #829E14*/;
  margin: -10px;
  padding: 9px 15px;
  margin-bottom: 10px;
  color: #333;
}
.footer-box1 p{
	font-weight:100;
	line-height:18px;	
	margin-bottom:10px;
	color:#777;
}
.para-img{
	float:left;	
	margin-right:13px; 
}
.para{
	float:right;
	width: 536px;
	text-align:justify;
}
.top-m{
	width:100%;
}
.para-img p{
	background:url("../images/qu.png") center 0.8em no-repeat #829E14;
	width:40px;
	height:40px;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	position:relative;
}

.thumbnail li{
	float: left;
	margin:4px 7px;
}
.form-email li{
	margin-bottom:1em;	
}
.form-email li input{
	width:98%;
	padding-left:1em;
	background-color:#fff;
	height:41px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:rgba(0,0,0,0.2)	;
	outline:5px solid rgba(0,0,0,0.2);
	-webkit-outline-radius:3px;
	-moz-outline-radius:3px;
	outline-radius:3px;
	font-size:12px;
}

.form-email li button{
	background: #ee5d0e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWQwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTRkMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ee5d0e 0%, #ca4d0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5d0e), color-stop(100%,#ca4d0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee5d0e 0%,#ca4d0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee5d0e 0%,#ca4d0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee5d0e 0%,#ca4d0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ee5d0e 0%,#ca4d0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5d0e', endColorstr='#ca4d0a',GradientType=0 ); /* IE6-8 */
	color:#fff;
	width:120px;
	height:41px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	outline:none;
	
}
 

.form-email li button:hover{
background: #ca4d0a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhNGQwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTVkMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ca4d0a 0%, #ee5d0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca4d0a), color-stop(100%,#ee5d0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ca4d0a 0%,#ee5d0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ca4d0a 0%,#ee5d0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ca4d0a 0%,#ee5d0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ca4d0a 0%,#ee5d0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca4d0a', endColorstr='#ee5d0e',GradientType=0 ); /* IE6-8 */

}
/**** FOOTER BOTTOM ****/
.footer-bottom{
	padding:1em;
	overflow:hidden;
}
.footer-bottom p{
	margin: 0;
}
.footer-left{
	float:left;
}
.footer-left li{
	float:left;
	margin-right:10px;
}
.footer-left li a{
	color:#888888;
	font-size:13px ;
	display:block;
	-webkit-transition-property:text-decoration;
	-webkit-transition-duration:0.5s;
}
.footer-left li a:hover{
	text-decoration:underline;
}

.footer-right{
	float:right;
	color:#fff;
	font-size:13px ;
}
.footer-right a{
	color:#fff;
	font-size:13px ;
	display:inline-block;
}
.footer-right a:hover{
	color:#333;
	text-decoration:underline;
}
.footer-right p{
	text-shadow: 0 2px 0px #6a8c07;
	font-size: 13px;
	color: #fff;
}
.reserv{
	color:#fff;
	font-size:13px ;
	text-align:left;
	text-shadow: 0 2px 0px #6a8c07;
}
.reserv a{
	display:inline-block;
	color:#fff;
	font-size:13px ;	
}
.reserv a:hover{
	color:#333;
	text-decoration:underline;
}

	/* Float Shadow */
li.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0;

}
li.float-shadow:nth-child(3n+3) {
	border-right: none;
}
li.float-shadow:nth-child(4n+4),li.float-shadow:nth-child(5n+5),li.float-shadow:nth-child(6n+6) {
	border-bottom: none;
}
li.float-shadow img{
	margin:9px 8px;
}
li.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
li.float-shadow:hover, li.float-shadow:focus, li.float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
li.float-shadow:hover:before, li.float-shadow:focus:before, li.float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/** Clients **/
.Clients{
	width:100%;
	overflow:hidden;
}
.client-col{
	width: 207px;
	margin-right: 20px;
}
.client-col h6, .sub-col h6{
	font-size: 17px ;
	color: #829E14;
	font-weight:normal;
}
.client-col p, .sub-col a{
	position:relative;
	padding:0 0 7px;
	font-size: 13px !important;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
	transition:0.3s ease;
	margin-bottom:5px;
	border-bottom: 1px solid #ddd;
	text-align: inherit;
	color:#777;
}
.client-col p::before, .sub-col a::before{
	content:'';
	border:7px solid transparent;
	border-bottom:6px solid #829E14;
	border-right:6px solid #333;
	display: inline-block;
    margin-right: 7px;
  	
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;
}
.client-col p:hover::before, .sub-col a:hover::before,.sublinks a.active::before{
	color:#ec5b00;	
	margin-right: 15px;
}
.sublinks a.active,.sublinks a:hover{
	border-bottom:1px solid #000;	
}
.sub-col a{
	display:block;
	line-height:20px;
}
.img-mar{
	margin:6px 18px 10px 0; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: -7px 5px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -7px 5px 7px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -7px 5px 7px rgba(0, 0, 0, 0.1);
	box-shadow: -7px 5px 7px rgba(0, 0, 0, 0.1);
}
.pro-img{
	overflow:hidden;
}
.pro-img-col{
	text-align:center;
	font-size: 15px ;
}
.pro-img-col h4{
	font-size: 13px ;
	margin: 20px;
	border-top: 1px dashed #dbdbdb;
	padding: 10px;
	border-bottom: 1px dashed #dbdbdb;
	color:#056cab !important;
}
.para01{
	height:100%;
	width:100%;
	margin-bottom: 30px;
}

.row-fire{
	margin:30px 0;
	border-bottom: 1px dashed #829E14;
	padding-bottom:15px;
}
.col-fire{
	margin-bottom:20px;

}
.col-fire h5{
	margin-bottom:15px;
	font-size:16px;
}

/*** Contact us ***/
.contact-left,.contact-right{
	width:48%;
}
.cont-row h6{
	color: #a5c53d;
    font-size: 14px;
	margin:8px 0 15px;
	border-bottom: 1px dashed #dbdbdb;
	padding-bottom: 10px;	
}
.cont-row p{
	font-size: 12px;
	margin-bottom:5px;
}
.cont-row p a{
	color:#056cab;
}

/*******************
		Blogs 
*******************/

.blog-wrap{
	border-radius: 3px;
    float: left;
    margin-right: 10px;
    position: relative;
    width: 30%;
}
.blog-wrap1{
	width: 25.55% !important;	
}
.blog-inner{
	
}
.blog-head{
	background: url(../images/bg-header.png) 0 0 repeat;
}
.blog-body{
	padding: 20px 20px 10px;
    position: relative;
    margin-top: 20px;
}
.blog-img{
    display: block;
}
.blog-img img{
    width: 100%;	
}

.comma-tp{
	color: #829E14;
	display: inline-block;
	font-size: 42px;
	margin-right: 8px;
	vertical-align: middle;
}
.comma-bt{
	color: #829E14;
    font-size: 44px;
    right: 0;
    bottom:10px;
    position: absolute;
}
.blog-body p{
	font-size: 12px;	
	text-align: justify;
	line-height: 18px;
}
.blog-footer{
	padding: 10px 5px;
}
.blog-footer h5{
	font-weight: normal;
	font-size:13px;
}
.blog-footer p{
}

/*******************
		Blogs 
*******************/

.blog-wrap01{
    position: relative;
    margin-top: 50px;
}
.blog-inner01{
	
}
.blog-head01{
	float: left;
    margin-right: 40px;
    margin-top: 12px;
    position: relative;
    width: 9	0px;
    z-index: 1;
}

.blog-head01::before {
 border-radius: 100px;
    border-top: 1px solid #eee;
    content: "";
    display: inline;
    position: absolute;
    right: -78px;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.blog-img01{
    width: 90px;		
    overflow: hidden;
}
.blog-img01 img{
	border: 1px solid #dbdbdb;
    border-radius: 1000px;
    height: 90px;
    padding: 3px;
    width: 90px;	
}
.blog-body01 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    float: left;
    position: relative;
    width: 77%;
    z-index: 1;
}
.blog-para01{
    padding: 20px 10px 0;
}
.blog-user{
	border-top: 1px solid #eee;
    padding: 10px 20px;
}
.blog-user h5{
	color: #829E14;
    font-size: 18px;
    font-weight: normal;

}
.comma-tp01{
 	color: #829E14;
    font-size: 44px;
}

.blog-body01 p{
	
}
.blog-footer01{
	padding: 10px 20px;
    border-top: 1px dashed #dbdbdb;
}
.blog-footer01 h5{
	font-weight: normal;
}
.slider-wrap{
	position: relative; 
	top: 0px; left: 0px; 
	width: 430px;
	height: 110px; 
}
.slider-wrap001{
	width: 358px ;
}
.slider-wrap001 .jssora03l{
}
.slider-col{
	cursor: move; 
	position: absolute; 
	left: 0px; top: 0px; 
	width: 430px; 
	height: 130px;
	overflow: hidden;
}

.slider-wrap2{
	position: relative; 
	top: 0px; left: 0px; 
	width: 830px;
	height: 110px; 
}
.slider-col2{
	cursor: move; 
	position: absolute; 
	left: 0px; top: 0px; 
	width: 830px; 
	height: 130px;
	overflow: hidden;
}
.jssoral1,.jssoral2{
	top:-14px !important;
}


.jssora03l, .jssora03r {
	cursor: pointer;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center; 
    top: -38px;
}
.jssora03l{
	right:23px;
}
.jssora03r {
	right:12px;
}
 .jssora03l{
 	background-image: url(../images/arrow_left.png);
 }
 .jssora03r {
 	background-image: url(../images/arrow_right.png) ;
 }
/*.jssora03l {  }
.jssora03r { }
.jssora03l:hover { background-position: -	254px -45px; }
.jssora03r:hover { background-position: -315px -45px; }
.jssora03l.jssora03ldn { background-position: -75px -45px; }
.jssora03r.jssora03rdn { background-position: -75px -45px; }*/

/** Login **/
.login{
		position: relative;
}
.login a{
	color: #fff;
}

/** Accordional **/
#acdnmenu {
    height: 300px;
    width: 240px;
    margin: 0px;
}

#acdnmenu ul.acdnTop {
    display: block;
    border: 1px solid #D8E2F3;
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 0;
}

#acdnmenu div.acdnHeading,
#acdnmenu a.acdnLink {
    background: url("bg.gif") repeat-x scroll 0 0 #E8FFF8;
    color: #000000;
    font: 12px Verdana;
    outline: medium none;
    padding: 8px 8px 8px 24px;
    text-align: left;
    text-decoration: none;
}

#acdnmenu div.acdnCurrent,
#acdnmenu div:hover,
#acdnmenu a.acdnLink:hover,
#acdnmenu div.acdnCurrent a.acdnLink {
    background-position: 0 -64px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

#acdnmenu a.acdnCurrent,
#acdnmenu a.acdnCurrent:hover {
    color: #336699;
    text-decoration: none;
}

#acdnmenu div.acdnArrowImage {
    background-image: url("arrows.gif");
    background-position: 0 0;
    height: 12px;
    left: 4px;
    top: 9px;
    width: 12px;
}

#acdnmenu div.acdnCurrent div.acdnArrowImage {
    background-position: 0 -12px;
}

#acdnmenu li.acdnSeparator {
    border-bottom: 1px solid #D8E2F3;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 0px;
}

#acdnmenu ul.acdnSub {
    padding-left: 14px;
}

#acdnmenu ul.acdnSub div.acdnHeading {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font: 12px Arial;
    padding: 5px 5px 5px 20px;
    text-align: left;
}

#acdnmenu ul.acdnSub div.acdnHeading a {
    color: #000000;
}

#acdnmenu ul.acdnSub div.acdnCurrent {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
}

#acdnmenu ul.acdnSub a.acdnLink {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font: 11px Arial;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
}

#acdnmenu ul.acdnSub a.acdnLink:hover,
#acdnmenu ul.acdnSub a.acdnCurrent,
#acdnmenu ul.acdnSub div.acdnHeading a:hover,
#acdnmenu ul.acdnSub div.acdnHeading a.acdnCurrent {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    text-decoration: underline;
}

#acdnmenu ul.acdnSub div.acdnArrowImage {
    background-image: url("arrows.gif");
    background-position: 0 -24px;
    height: 12px;
    left: 4px;
    top: 6px;
    width: 12px;
}

#acdnmenu ul.acdnSub div.acdnCurrent div.acdnArrowImage {
    background-position: 0 -36px;
}

#acdnmenu,
#acdnmenu ul {
    display: block;
    font-size: 0;
    line-height: 0;
}

#acdnmenu li {
    font-size: 12px;
    line-height: 16px;
}

#acdnmenu:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#acdnmenu ul {
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    top: 0px;
    display: none;
}

#acdnmenu li {
    margin: 0px;
    padding: 0px;
}

#acdnmenu div.acdnHeading,
#acdnmenu div.acdnCurrent {
    cursor: pointer;
    position: relative;
}

#acdnmenu div.acdnArrowImage {
    overflow: hidden;
    position: absolute;
}



/* Login Button */
#loginButton { 
 
}

#signupButton { 
    display:inline-block;
    float:right;
    background:#d6e0ea url(../images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:7px;
    -moz-border-radius:7px;
    position:relative;
    z-index:50;
    cursor:pointer;
}
/* Login Button Text */
#loginButton span {
  
}

#loginButton:hover {
    
}
#loginButton:hover span {
	
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:9999;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
    display: none;
}

/* Login Form */
#loginForm {
    width:248px; 
    margin-top:-2px;
    background:#ffcc33;
    padding:6px;
}
#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}
#signupForm {
    width:80%; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#signupForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#signupForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
    font-size: 13px;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
    font-size: 13px;
}

#signupForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:11px;
}
/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 8px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}

