

::selection { background: #a4ecab; }
::-moz-selection { background: #a4ecab; }
::-webkit-selection { background: #a4ecab; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 2.2em; }
hr { width: 75%; border: 1px solid #ccc; margin-bottom: 15px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b,strong { font-weight: bold; } 
i,em { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 36px;
  overflow: hidden;
}
#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}
#topbar a:hover {
  opacity: 1;
}




/** testimonials **/
#testimonials {
  display: block;
  width: 100%;
}
#testimonials h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

#testimonials .carousel-wrap {
  display: block;
  width:318px;
  margin: 0 auto;
  overflow: hidden;
}

#testimonials .carousel-nav {
  display: block;
  width:100%;
  margin: 0 auto;
}
#testimonials .carousel-nav img {
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}
#testimonials .carousel-nav .nextbtn {
  float: right;
}

#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  padding:0; margin:0;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width:318px;
  margin-right:30px;
}

#testimonials .carousel-wrap .context {
  font-size: 2.0em;
  line-height: 1.45em;
  color: #797670;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}

#calculator {
  width:100%;
  margin:0px;
  padding:10px;
  background:#704475;
  min-height: 200px;
}

.result {
  width:100%;
  height: 40px;
  float: left;
  line-height: 40px;
  background-color: #3E4651;
  color: #fff;
  margin: 5px;
}

.result > p {
  margin-left: 10px;
}

.clear, #calculator span {
	  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #000114;
  font-weight:bolder;
  margin: 5px;
border:1px solid #6e84ad;-webkit-box-shadow: #b2e0f4 0px 21px 0px inset;
font-size:16px;
-moz-box-shadow: #b2e0f4 0px 21px 0px inset; box-shadow: #b2e0f4 0px 21px 0px inset; -webkit-border-radius: 0px; 
-moz-border-radius: 0px;/*! border-radius: 3px; */ text-decoration:none; display:inline-block; background-color: #b2e0f4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#b2e0f4), to(#7089B3));
 background-image: -webkit-linear-gradient(top, #b2e0f4, #7ec5e5);
 background-image: -moz-linear-gradient(top, #b2e0f4, #7ec5e5);
 background-image: -ms-linear-gradient(top, #b2e0f4, #7ec5e5);
 background-image: -o-linear-gradient(top, #b2e0f4, #7ec5e5);
/*----- background-image: linear-gradient(to bottom, #b2e0f4, #7ec5e5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b2e0f4, endColorstr=#7ec5e5);-------*/
}

.clear {
  width:29.9%;
  float: left;
  background-color: #c0392b;
  color: #fff;
}

  .clear:hover {
    background-color: #D6523C;
  }

#calculator span {
  float: left;
  width:29.9%;
}

  span:hover {
    background-color: #D4D4D4;
  } 
.login-pg-a button {height:81px !important;}

.clear{ background-color:#ff2d55 !important; color:#000000 !important;}

@media (max-width:320px) {
	#calculator span{ width: 29.6%;}
	
}

@media only screen and (max-width:1200px) {
	
	.login-pg-a button {height:auto !important;}
	#testimonials .carousel-nav { margin-bottom:15px !important;}
}
