a {
  color: #2f2d80;
  text-decoration: none;
}
a:hover {
  color: #f7941d;
  text-decoration: underline;
}
.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.section ul li {
  color: #737373;
  font-size: 1.05em;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}
.col {
  float: left;
}
.col5 {
  float: left;
  width: 5%;
}
.col10 {
  float: left;
  width: 10%;
}
.col12 {
  float: left;
  width: 12%;
}
.col14 {
  float: left;
  width: 14%;
}
.col15 {
  float: left;
  width: 15%;
}
.col16 {
  float: left;
  width: 16.66%;
}
.col20 {
  float: left;
  width: 20%;
}
.col24 {
  float: left;
  width: 24%;
}
.col25 {
  float: left;
  width: 25%;
}
.col30 {
  float: left;
  width: 30%;
}
.col33 {
  float: left;
  width: 33%;
}
.col35 {
  float: left;
  width: 35%;
}
.col40 {
  float: left;
  width: 40%;
}
.col45 {
  float: left;
  width: 45%;
}
.col50 {
  float: left;
  width: 50%;
}
.col55 {
  float: left;
  width: 55%;
}
.col60 {
  float: left;
  width: 60%;
}
.col65 {
  float: left;
  width: 65%;
}
.col70 {
  float: left;
  width: 70%;
}
.col75 {
  float: left;
  width: 75%;
}
.col80 {
  float: left;
  width: 80%;
}
.col100 {
  float: left;
  width: 100%;
}
.imgleft {
  float: left;
  margin: 0px 20px 10px 0px;
  border-radius: 5px;
}
.imgright {
  float: right;
  margin: 0px 0px 10px 20px;
  border-radius: 5px;
}
img.resp {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.center {
  text-align: center;
}
.taleft {
  text-align: left;
}
.toright {
  float: right;
}
.rpad {
  padding-right: 20px;
}
.lpad {
  padding-left: 20px;
}

.btn {
  padding: 15px 30px 15px 30px;
  font-family: 'montserratblack', Tahoma, Arial, sans-serif;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

.btn.light {
  color: #fff;
  background: #f7941d;
}
.btn.light:hover {
  background: #2f2d80;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #2f2d80;
}
.btn.dark:hover {
  background: #f7941d;
  text-decoration: none;
}
.btn i {
  padding: 0px 0px 0px 15px;
}
button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

.btn.small {
  padding: 10px 20px 10px 20px;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  font-size: 0.85em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}


p {
  font-size: 1.05em;
  line-height: 1.5em;
  padding-bottom: 20px;
}
p.btns {
  float: left;
  width: 100%;
  margin-top: 30px;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal
}
hr {
  //float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
hr.mob {
  display: none;
}
h1, h1.sub, h1 span, h2, h2.clear  {
  float: left;
  width: 100%;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
h1 {
  color: #fff;
  font-size: 3.1em;
  line-height: 1.1em;
  padding: 0px;
  margin: 0px 0px 30px 20px;
}
h1 span {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
}
h1.sub {
  color: #fff;
  font-size: 3.1em;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}
h2 {
  color: #2f2d80;
  font-size: 2em;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 30px 0px;
  background: url('../../images/bgr-header.png') bottom left no-repeat;
}
.blue h2 {
  color: #fff;
}
h2 span {
  float: left;
  width: 100%;
  color: #ef9100;
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  font-size: 0.5em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
h2.lft {
  text-align: left;
}
h2.cnt {
  text-align: center;
}
h2.rgh {
  text-align: right;
}

h3, h4 {
  color: #2f2d80;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 {
  font-size: 1.3em;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 5px 0px;
}
.blue h3 {
  color: #f7941d;
}
#itemtxt h3 {
  padding: 0px 20px 0px 0px;
  margin: 0px 0px 20px 0px;
}
h3.clear {
  text-align: center;
  padding: 0px 0px 10px 0px;
}
h4 {
  font-size: 1.2em;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 15px 0px;
}
div.slogan {
  float: left;
  width: 100%;
  padding: 0px 20px 20px 40px;
  margin: 20px 0px 15px 0px;
  color: #f7941d;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  background: url('../../images/ico-quot.png') top left no-repeat;
}


input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, textarea {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 10px 0px;
  color: #293032;
  font-size: 0.9em;
  line-height: 40px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
form#contactform  {
  float: left;
  width: 100%;
}
form#contactform div.long {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
form#contactform div.long div.fleft {
  float: left;
  width: 50%;
  padding-right: 10px;
}
form#contactform div.long div.fright {
  float: left;
  width: 50%;
  padding-left: 10px;
}
form#contactform div input {
  float: left;
  width: 100%;
  height: 40px;
  color: #909090;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 40px;
  padding-left: 10px;
  background: #161616;
  border: none;
}
form#contactform textarea {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 200px;
  color: #909090;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  border: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
}

div.form div, div.form label {
  margin-top: 10px;
}
div.order div.bordered input {
 margin: 0px;
}

textarea {
  float: left;
  width: 100%;
  padding: 5px;
  margin: 0px 0px 0px 0px;
  color: #293032;
  font-size: 0.9em;
  line-height: 1.2em;
}
input[type="checkbox"] {
  float: left;
  margin-right: 20px;
  margin-top: 0px;
}
#contactform p a:hover {
  color: #fff;
}
div.alert {
  float: left;
  width: 100%;
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 15px 0px;
  background: red;
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  border-radius: 5px;
}
div#success_page {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 15px 0px;
  background: #4fb345;
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  border-radius: 5px;
}
div.alert.success {
  background: #4fb345;
}
