@charset "utf-8";
/* CSS Document */

body	{
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#wrapper	{
}

header	{
	background-color: #7BE0AD;
	margin: 0px auto;
	height: 120px;
	padding-top: 1px;
}

h1	{ /* tag selector*/
	font-size: 90px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	background-color: #7BE0AD;
	
}
h3	{
	font-variant: small-caps;
	color: #fff;
}

#inputsHolder	{
	width: 100%;
	background-color: #7BE0AD;
	margin: 0px auto;
	margin-bottom: 21px;
	box-shadow: 
      inset 0 0 90px 	rgba(0, 0, 0, 0.05),
            0 0 90px 	rgba(0, 0, 0, 0.05);
}

input	{
	border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,1);
    margin: 0px 0 10px 0;
	width: 140px;
	vertical-align: top;
	height: 45px;
	border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}
input:focus {outline:none} textarea:focus {outline: none;} select:focus {outline:none;}button:focus {outline:none} div:focus {outline:none}

::-webkit-input-placeholder {
    color:#BDC3C7;
}

::-moz-placeholder {
    color:#BDC3C7;
}

::-ms-placeholder {
    color:#BDC3C7;
}

::placeholder {
    color:#BDC3C7;
}

#inputs	{
	display: block;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 8px;
	width: 418px;
}

#circUnit	{
	float: right;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 53px;
}
#lengthUnit	{
	float: right;
	margin-left: 6px;
	padding-left: 15px;
	padding-right: 15px;
	width: 53px;
}
#box1	{
	float: left;
	width: 199px;
}

#box2	{
	float: right;
	margin-left: 10px;
}

#button	{
	margin-top:80px;
	
	padding: 35px 0px 0px 0px;
}
.btn	{
  color: #00B16A;
  font-size: 16px;
  background: #FFF;
  padding: 10px 25px 10px 25px;
  margin-bottom: 18px;
  transition: all 0.25s ease 0s;
}


.btn:focus {outline:none; color:#00B16A;}

.btn:hover {
	color: #FFF;
  background: #26A65B;
}

.alert-white	{
	color:#6C7A89;
	background-color:#FFF;
}

.searchElement	{
	list-style-type:none;
	
	color: #27ae60;
	background-color: #BEDCFE;/*
	font-size:36px;
	margin: 20px auto;
	text-align: center;*/
}

.media-body	{
	background-color: #E5E9EC;
	color: #3C493F;
	font-size:24px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 100%;
}

.main_menu {
	padding: 5px 20px 5px 0;
	text-align: center;
	line-height: 20px;
	margin: 0px auto;
	margin-bottom:300px;
	font-size: 20px;
}
ul.main_menu	{
	margin-top: 15px;
	float: right;
}

.main_menu li	{
	display: inline;
	padding: 0 10px 0 10px;
	font-size 16px;
}
.main_menu a {
	text-decoration: none;
	color: #000;
	padding: 8px;
	font-variant: small-caps;
}
.main_menu a:hover	{
	color:#87D37C;
}

h4	{
	color: #00B16A;
	font-size:36px;
	font-variant: small-caps;
}

h5	{
	font-size:30px;
	font-variant:normal;
}

#searchButton	{
	width: 114px;	
}

.modal-body	{
	color: #000;
	font-size:16px;
	text-align:left;
}

.img	{
	width:200px;
	height:200px;	
}

footer	{
	color: #000;
	padding-top: 18px;
	padding-left: 20px;
	font-variant: small-caps;
	text-align: center;
	float: left;
}

.well.well-lg, .media-left.input-group-addon, .media-body {
	background-color: #fff !important;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: 0 0 0 transparent !important;
}

.well {
	margin-bottom: 0;
}

#resultList > ul > li.well.well-lg {
	border-bottom: 2px solid rgba(0,0,0,0.2);
	border-bottom-width: 2px;
	border-radius: 0;
	padding: 0px;
}