/* IMPORT
------------------------------------------------ */
/* BODY
------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #111;
  background: white;
  font-weight: 400;
  /* background: url(../../img/bg_cab.gif) repeat-x; */
}
p {
  margin: 0 0 12px 0;
}
figure {
  margin: 0;
}
figcaption {
  margin: 0;
}
em {
  font-style: normal;
  color: orange;
}
b,
strong {
  font-weight: 500;
}
/* LINKS
------------------------------------------------ */
a {
  display: inline-block;
  color: #618ac6;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
a:hover {
  color: #a3bfe7;
}
/* LIST
------------------------------------------------ */
ul li span {
  text-indent: 0!important;
}
/* FORM
------------------------------------------------ */
form {
  margin: 0;
}
input,
select,
textarea {
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
  font-size: 15px;
  padding-left: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
}
input,
select {
  height: 30px;
  line-height: 30px;
}
input:focus,
textarea:focus {
  background: #eee;
}
ul {
  /* list-style: none; */
}
ul li {
  margin-left: 0;
  margin: 5px 0;
  /* padding: 0;
		padding-left: 20px; */
  /* background: url(../../img/bullet.gif) no-repeat left 10px; */
}
ul li a {
  display: inline;
}
/* HEADERS/TITLES
------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
}
blockquote {
  font-style: normal;
}
/* XTRA
------------------------------------------------ */
.clear,
.clear-right,
.clear-left {
  clear: both;
  margin: 0;
  padding: 0;
}
.clear-right {
  clear: left;
}
.clear-reft {
  clear: right;
}
.reset {
  margin: 0;
  padding: 0;
}
.fl {
  display: block;
  float: left;
}
.fr {
  display: block;
  float: right;
}
.center-me {
  text-align: center;
  margin: 0 auto;
}
/*  #text{
	ul{
		list-style: none;
		li{
			background: url("../../img/bullet.gif") no-repeat left 5px;
			padding-left: 30px;
		}
	}
} */
input[type='checkbox'] { 
  height: auto;
 }
p>input[type='checkbox']+strong { 
  width: 50%;
  display: inline-block;
 }