/*
	CONTACT US
*/
.bodycontent{
	margin-top: -.2em;
	margin-bottom: 1.5em;
}
.bodysection{
	display:inline-block;
}
#primary {
	float:left;
	width:50%;
  padding-left:1em;
  padding-right:1em;
}
#secondary {
	float:right;
        width:40%
}

#contactform_submit{
	float:left;
	background:#616c8f;
	color:#fff;
	font-weight:bold;
}
/* BODY */
h1 {
	text-align:center;
}

h3 {
	text-align:center;
}
p{
	color:#040303;
}

.bodysection {
	position: relative;
    width: 100%;
    min-height: auto;
    background-image: url(../IMAGES/articlebackground.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
		padding-bottom:5%;
}

#customeremail{
	width:60%;
}

.serviceselection {
	color:#040303;
}

.contact-info li.phone a {
  background-image: url('../IMAGES/phone.png');
}

.contact-info li.mail a {
  background-image: url('../IMAGES/mail.png');
}
.contact-info li.location a {
  background-image: url('../IMAGES/location_ico.png');
}


.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}
/*.alert {
  color:red;
  font-weight:bold;
  text-align: center;
  margin-top:2%;
  background-color: floralwhite;
  box-shadow: 0 0 5px #616c8f;
}*/
input[type=text] {
  width: 97.7%;
  height: 34px;
  padding-left: 5px;
  margin-top: 8px;
  box-shadow: 0 0 5px #616c8f;
  border: 2px solid #616c8f;
  color: #4f4f4f;
}

textarea {
  padding-left: 5px;
  margin-top: 8px;
  box-shadow: 0 0 5px #616c8f;
  border: 2px solid #616c8f;
  color: #4f4f4f;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#customertext{
  box-shadow: 0 0 5px #616c8f;
  color: #4f4f4f;
}
textarea {
	outline:none;
	width: 100%;
    height: 30%;
}

footer p {
   color:#ccc;
}



#animatedModal button {
    background: #616c8f;
    color: #fff;
    font-weight: bold;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    text-align: center;
    padding-left:2%;
    padding-right:2%;
    margin-top:2%;
    margin-right:2%;
}


table, table tr {
  width:100%;
}

table td {
  width:20%;
  font-weight: bold;
  font-size:1em;
    font-family: 'Montserrat', sans-serif;

}

table thead tr td {
  padding-top: 2%;
  padding-bottom: 2%;
  text-align:center;
  color:#fff;

}
table tbody tr:nth-child(even)
{
  /*background: #CCC*/
}
table tbody tr:nth-child(odd)
{
  background: lightgray
}

table thead {
  background-color: #960c26;
}

#animatedModalcart .close-animatedModal {
  text-align: center;
}


#animatedModalcart {
  line-height: inherit;
  background-image: url(../IMAGES/articlebackground.png);
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #edd6de;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 0 5px #616c8f;
    color:#040303;
    top:10px;
    width:96%;
    margin-left:2%;
    z-index: 99999;
    position: fixed;
    height:98%;
    padding-top: 1%;
}

#animatedModalcart h1 {
  text-align:center;
}

#animatedModalcart table tbody tr td{
  padding-left:2%;
}

#animatedModalcart table tbody tr #amounth{
  text-align:right;
  padding-right:2%;
}

#animatedModalcart table thead #amount{
  padding-right:4%;
}

#animatedModalcart #total, #animatedModalcart #total tr {
  width:100%;
}

#animatedModalcart #total #label{
  text-align:right;
  width:90%;
  padding-top: .5%;
  padding-bottom: .5%;
}

#animatedModalcart #total #totalamount{
  color:#fff;
  background-color: #960c26;
}


#animatedModalcart table tbody tr td{
  padding-left:2%;
}

#animatedModalcart table tbody tr .orderdescription{
  background-color: transparent;
  border:none;
  width:100%;
    box-shadow: none;
    color: inherit;
}

#animatedModalcart table tbody tr textarea{
  background-color: transparent;
  border:none;
  width:100%;
    margin-top: 0;
    margin-left:0;
    margin-bottom: 0;
}

#animatedModalcart table tbody tr #ordertype{
  text-align:center;
}

#animatedModalcart table tbody tr #orderdescription{
  text-align:left;
  width:50%;
}

#animatedModalcart table tbody tr #cartdeleted{
  text-align:center;
  width:5%;
}

#animatedModalcart .modal-table-content {
    overflow-y:scroll;
    height: 200px;
}

#animatedModalcart button {
    background: #616c8f;
    color: #fff;
    font-weight: bold;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    text-align: center;
    padding-left:2%;
    padding-right:2%;
    margin-top:1%;
    margin-right:2%;
    margin-bottom:5%;
}
table tbody tr td input[type=text] {
  width: 90.7%;
  height: 34px;
  padding-left: 5px;
  padding-top:2%;
  padding-bottom:2%;
  margin-bottom: 20px;
  margin-top: 8px;
  box-shadow: 0 0 5px #616c8f;
  border: 2px solid #616c8f;
  color: #4f4f4f;
  border-radius:5px;
}

table tbody tr td #quantity {
  text-align:center;
}


 table tbody tr td textarea{
  width: 90.7%;
  padding-left: 5px;
  padding-top:2%;
  padding-bottom:2%;
  margin-bottom: 20px;
  margin-top: 8px;
  box-shadow: 0 0 5px #616c8f;
  border: 2px solid #616c8f;
  color: #4f4f4f;
  border-radius:5px;
}

table img {
  text-align:center;
}

.tooltipclose {
    position: relative;
    display: inline-block;
}
