#content {
    /*padding: 0 20px;*/
}

.ccs img {float:left}
.ccs small {clear:both; display:block;}

div#logo, div#phone { margin: 0 auto; width:auto; float:none;}
div#logo div {width: 100%;}

.frmcol {
    width: 450px;
    float: left;
}

#frmcont {}

#contactform p {
    margin-bottom: 10px;
}

label.title {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
label.title i, label.title span, label.terms {
	text-transform:none;
	font-weight:normal;
	font-size:12px;
}
label.terms {
	font-size:13px;
}


#contactform input, #contactform textarea {
    padding: 10px;
    border: 1px solid #bbbbbb;
    background: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222222;
    width: 320px;
    margin-bottom: 3px;
    font-style: normal;
    display: block;
}

label#invoice_error {
    position: relative;
    top: 10px;
    left: -20px;
}

label.error {
    font-weight: normal;
    color: red;
    text-align: left;
    width: 140px;
    padding-left: 25px;
    background: transparent url(/cancel.png) no-repeat scroll left;
}

label#terms_error {
    position: relative;
    top: 10px;
    left: -20px;
    width:100%;
    max-width:100%;
    
}

input#s_spam {
    width: 0px;
    border: 0px;
    padding: 0px;
    background: none;
    height: 0px !important;
    max-height: 0px !important;
    padding: 0px !important;
}

button {}
.carousel_button {background-color:#67B501; border:#589607; padding:15px 25px; color:#ffffff;}


ul#foo > li {
    /* width: 273px; */
    height:auto;
    width: 30%;
    /* height: 100%; */
    float: left;
    padding: 0;
    margin: 0 0 0 30px;
    display: block;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 600px) {
  body {
    /*background-color: lightblue;*/
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #content {width: 90%; margin:0 auto;}
  
  [class*="col-"] {width: 100%; }
  
  .grid_12 { width:100%}
  #header { width: 100%;}
	ul#foo {width: 100%;}
	ul#foo > li {width: 99%;}
	.frmcol { 98%; float:none;}
	#frmcont { width:99% !important;}
}

@media only screen and (max-width: 488px) {
  /* For mobile phones: */
  #content {width: 96%; margin:0 auto;}
  
  [class*="col-"] {width: 100%; }
  
  .grid_12 { width:100%}
}

h3, h4, h5, label.title {font-family:'Exo 2';}
