
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 700px;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-header h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
.txtfld {
    border: none;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ffffff;
    position: relative;
    top: 35px;
    right: 5px
}
/* The Close Button */
.modal-header .close {
    margin-top: 13px;
}

.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: inherit;
    margin-top: 15px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #58595b;
    color: white;
}

.modal-body {
    padding: 2px 16px;
    margin-top: 15px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.txtbx {
    width: 100%;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 5px;
    color: #000000;
    border: 1px solid #000000;
    margin-bottom: 5px;
}


.productfld {
    display: block;
    width: 33%;
    font-weight: bold;
    font-size: 13px;
}

.productfldin {
    display: block;
    width: 65%;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 10px;
}

.productwidth {
    width: 85%;
    margin: auto
}

.backbtn {
    margin-bottom: 10px;
}

    .backbtn a {
        color: #ffffff;
        padding: 5px 10px;
        background-color: #000000;
        font-size: 13px;
    }

        .backbtn a:hover {
            background-color: #58595b;
        }

*{
	padding:0px;
	margin:0px;
}
a:hover{
	text-decoration:none;
}
body{
	color:#58595b;
}

@font-face {
 font-family: rm;
 src:url(../fonts/Roboto-Medium.ttf)
}
.rm{ font-family:"rm", verdana, helvetica, sans-serif;} 

@font-face {
 font-family: rl;
 src:url(../fonts/Roboto-Light.ttf)
}
.rl{ font-family:"rl", verdana, helvetica, sans-serif;} 

@font-face {
 font-family: rr;
 src:url(../fonts/Roboto-Regular.ttf)
}
.rr{ font-family:"rr", verdana, helvetica, sans-serif;} 


img{
	max-width:100%;
	height:auto;
	width:auto;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear{
	clear:both;
}
.clear-right{
	clear:right;
}
.clear-left{
	clear:left;
}
a, a:active, a:focus {
   outline: none;
}
/* ************************** ************************ */
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  font-weight: 300;
}
.wrapper {
  background: #50a3a2;
/*
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
*/
  background: -webkit-linear-gradient(top left, #e39d17 0%, #988259 100%);
  background: linear-gradient(to bottom right, #e39d17 0%, #988259 100%);  
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container1 h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container1 {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  height: 450px;
  text-align: center;
}
.container1 h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
.form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 271px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 16px;
  color: black;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
.form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.form input:focus {
  background-color: rgba(255, 255, 255, 0.4);
  width: 290px;
  color: #53e3a6;
}
.form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: #cda75d;
  border: 0;
  padding: 10px 15px;
  color: #000000;
  border-radius: 3px;
  width: 150px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.form button:hover {
  background-color: #dfb461;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
/* ************************** *************************/
.logo{
	margin: auto;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	padding-top: 15px;
}
.hrline{height: 1px; width: 100%; color: #000000; background-color: #000000; margin: 5px 0}
.blackpatch{background-color: #000000; padding: 10px 0; margin-bottom: 20px;}
.spacetop{margin-top: 50px;}
.title{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.box {
    border: 1px solid #000000;
    padding: 15px 0;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    padding-left: 10px;
    padding-right: 10px;
}
.caption{
    padding-bottom: 10px;
    font-size: 14px;
}
.box-value{
    font-weight: bold;
    font-size: 14px;
    background-color: #FFA700;
    background-color: #000000;
    padding: 10px;
    color: #ffffff;
    margin: 0 5px;
    border: 1px solid #000000;
    width: 100px;
    margin: auto;
    margin-top: 10px;
}
.consumertxt{width: 100%; text-align: left; font-weight: normal; margin-bottom: 0px; padding: 10px; color: #000000; border: 1px solid #000000; margin-bottom: 5px;}
.num{font-size: 13px; font-weight: bold; padding-bottom: 5px;}
.consumerfld{display: inline-block; width: 33%; font-weight: bold; margin-bottom: 10px; font-size: 13px;}
.consumerin{display: inline-block; width: 65%; font-weight: normal; font-size: 13px;}
@media (max-width:768px) {
    .productfld {
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .productfldin {
        width: 100%;
        font-weight: normal;
        font-size: 12px;
        padding-bottom: 10px;
    }

    .productwidth {
        width: 55%;
        margin: auto
    }
.blackpatch{padding: 10px 0}
.title{font-size: 14px;}
.caption{padding-bottom: 10px;font-size: 12px;}
.box-value{font-size: 12px;}
.box{margin-bottom: 10px;}
.consumertxt{width: 100%; text-align: left; font-weight: normal; margin: auto; margin-bottom: 3px; margin-left: 0px; margin-right: 15px; }
.consumerfld{display: inline-block; width: 100%; font-weight: bold; margin-bottom: 0px; font-size: 12px;}
.consumerin{display: inline-block; width: 100%; font-weight: normal; font-size: 11px; margin-bottom: 10px;}
}