
.container {

}

.container img {
    max-width: 100%;
}

.wrapper .container .wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.container > .one,
.container > .two,
.container > .three,
.container > .four,
.container > .five,
.container > .six,
.container > .seven,
.container > .eight,
.container > .nine,
.container > .ten,
.container > .eleven {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

.container > .one {
    width: 4.85%;
}

.container > .two {
    width: 13.45%;
}

.container > .three {
    width: 22.05%;
}

.container > .four {
    width: 30.75%;
}

.container > .five {
    width: 39.45%;
}

.container > .six {
    width: 48%;
}

.container > .seven {
    width: 56.75%;
}

.container > .eight {
    width: 65.4%;
}

.container > .nine {
    width: 74.05%;
}

.container > .ten {
    width: 82.7%;
}

.container > .eleven {
    width: 91.35%;
}

.container > .twelve {
    width: 100%;
    float: left;
}

.container > .last {
    margin-right: 0px;
}

.wrapper .container img,
.wrapper .container iframe {
    max-height: 100%;
    max-width: 100%;
}

.responsiveLCLayout fieldset {
    border: 0px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.responsiveLCLayout .label {
    float: left;
    width: 20%;
    margin: 4px 0 5px 0;
    font-weight: bold;
}

.responsiveLCLayout .component {
    display: inline-block;
    width: 70%;
    padding: 5px;
    font-size: 14px;
}

.responsiveLCLayout input {
    width: 100%;
}

.container > .one .responsiveLCLayout .label,
.container > .two .responsiveLCLayout .label,
.container > .three .responsiveLCLayout .label,
.container > .four .responsiveLCLayout .label {
    float: none;    
    width: 100%;
}

.container > .one .responsiveLCLayout .component,
.container > .two .responsiveLCLayout .component,
.container > .three .responsiveLCLayout .component,
.container > .four .responsiveLCLayout .component {
    display: block;
    padding: 0px;
    width: 100%;
}

/* Mobile */

@media handheld, only screen and (max-width: 768px) {
  .container, .wrapper {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container > .one, .container > .two, .container > .three, .container > .four, .container > .five, .container > .six, .container > .seven, .container > .eight, .container > .nine, .container > .ten, .container > .eleven, .container > .twelve     {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;	
  }

  #widget_Login .last{
	padding-top: 30px;
  }
  
  /** extra markup **/

  .middleright {
    margin-top: 10px;
	padding: 0;
    padding-top:10px;
  }

  .middleright h1 {
    font-size:15px;
  }

  .middleright p {
    font-size:12px;
  }
  
  .responsiveLCLayout fieldset {
	padding: 0;
	margin: 0 0 5px 0;
  }

  .responsiveLCLayout fieldset .label {
      float: none;
      width: 100%;
  }
   
  .responsiveLCLayout fieldset .component {
      display: block;
      width: 100%;
	padding: 0;
  }

}

