/* @group tipography */
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	color: #3baef4;
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
h3 {
	color: #3baef4;
	font-size: 24px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
h3.pink {
	color: #dd64a7;
}
.text-wrapper,
.text-wrapper p {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
}
.text-wrapper p {
	margin-bottom: 10px;
}
.text-wrapper p q {
	color: #8a989a;
	font-size: 22px;
	display: block;
	text-align: center;
	line-height: 1.2em;
    font-family: 'VAG-Bold';
}
.text-wrapper p q .open-quote {
	width: 31px;
	height: 23px;
	margin-right: 5px;
	display: inline-block;
	background: url(../images/general/article-quotes.png) no-repeat;
}
.text-wrapper p q .close-quote {
	width: 31px;
	height: 23px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/general/article-quotes.png) no-repeat left bottom;
}
.text-wrapper img {
	float: left;
	padding: 5px;
	margin: 0 20px 15px 0;
	border: 1px solid #e4e4e4;
}
.text-wrapper h3 {
	color: #798587;
	font-size: 18px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.text-wrapper h3.pink {
	color: #dd64a7;
}
.text-wrapper h4 {
	color: #8a989a;
	font-size: 16px;
	margin-bottom: 15px;
    font-family: 'VAG-Bold';
}
.text-wrapper h6 {
	color: #798587;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.2em;
    font-family: 'VAG-Bold';
}
.text-wrapper h3 strong,
.text-wrapper h4 strong,
.text-wrapper h6 strong {
	font-weight: normal;
}
.text-wrapper ul li {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/general/article-list-item.png) no-repeat 0 3px;
}
.text-wrapper ol {
	padding-left: 20px;
}
.text-wrapper ol li {
	color: #809497;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.text-wrapper p > a {
	color:#809497;
	text-decoration:underline;
}
.text-wrapper p > a:hover {
	color:#3BAEF4;
}
/* @end */

/* @group ui kit */
.green-btn {
	height: 43px;
	color: #fcfcfc;
	font-size: 26px;
	line-height: 43px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #8fa560;
}
.green-btn:hover {
	color: #fcfcfc;
}
.green-btn span:first-child {
	top: 0;
	left: 0;
	width: 20px;
	height: 43px;
	position: absolute;
	background: url(../images/controls/green-btn.png) no-repeat;
}
.green-btn span:last-child {
	height: 43px;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url(../images/controls/green-btn.png) no-repeat right top;
}
.orange-btn {
	height: 32px;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #c38440;
}
.orange-btn:hover {
	color: #fcfcfc;
}
.orange-btn span:first-child {
	top: 0;
	left: 0;
	width: 20px;
	height: 32px;
	position: absolute;
	background: url(../images/controls/orange-btn.png) no-repeat;
}
.orange-btn span:last-child {
	height: 32px;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url(../images/controls/orange-btn.png) no-repeat right top;
}
.hard-orange-btn {
	height: 37px;
	color: #fcfcfc;
	font-size: 26px;
	line-height: 37px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #e77e15;
}
.hard-orange-btn:hover {
	color: #fcfcfc;
}
.hard-orange-btn span:first-child {
	top: 0;
	left: 0;
	width: 20px;
	height: 37px;
	position: absolute;
	background: url(../images/controls/hard-orange-btn.png) no-repeat;
}
.hard-orange-btn span:last-child {
	height: 37px;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url(../images/controls/hard-orange-btn.png) no-repeat right top;
}
.red-btn {
	height: 32px;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #9d5132;
}
.red-btn:hover {
	color: #fcfcfc;
}
.red-btn span:first-child {
	top: 0;
	left: 0;
	width: 15px;
	height: 32px;
	position: absolute;
	background: url(../images/controls/red-btn.png) no-repeat;
}
.red-btn span:last-child {
	height: 32px;
	display: block;
	margin-left: 15px;
	padding-right: 15px;
	background: url(../images/controls/red-btn.png) no-repeat right top;
}
.blue-btn {
	height: 30px;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #30698c;
}
.blue-btn:hover {
	color: #fcfcfc;
}
.blue-btn span:first-child {
	top: 0;
	left: 0;
	width: 10px;
	height: 30px;
	position: absolute;
	background: url(../images/controls/blue-btn.png) no-repeat;
}
.blue-btn span:last-child {
	height: 30px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	background: url(../images/controls/blue-btn.png) no-repeat right top;
}
.pink-btn {
	height: 32px;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #bc2679;
}
.pink-btn:hover {
	color: #fcfcfc;
}
.pink-btn span:first-child {
	top: 0;
	left: 0;
	width: 10px;
	height: 32px;
	position: absolute;
	background: url(../images/controls/pink-btn.png) no-repeat;
}
.pink-btn span:last-child {
	height: 32px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	background: url(../images/controls/pink-btn.png) no-repeat right top;
}
.glow-pink-btn {
	height: 43px;
	color: #fcfcfc;
	font-size: 26px;
	line-height: 43px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #cc1a7d;
}
.glow-pink-btn:hover {
	color: #fcfcfc;
}
.glow-pink-btn span:first-child {
	top: 0;
	left: 0;
	width: 20px;
	height: 43px;
	position: absolute;
	background: url(../images/controls/glow-pink-btn.png) no-repeat;
}
.glow-pink-btn span:last-child {
	height: 43px;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url(../images/controls/glow-pink-btn.png) no-repeat right top;
}
.light-glow-pink-btn {
	height: 43px;
	color: #fcfcfc;
	font-size: 26px;
	line-height: 43px;
	position: relative;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #dd2e8f;
}
.light-glow-pink-btn:hover {
	color: #fcfcfc;
}
.light-glow-pink-btn span:first-child {
	top: 0;
	left: 0;
	width: 20px;
	height: 43px;
	position: absolute;
	background: url(../images/controls/light-glow-pink-btn.png) no-repeat;
}
.light-glow-pink-btn span:last-child {
	height: 43px;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url(../images/controls/light-glow-pink-btn.png) no-repeat right top;
}
.light-glow-pink-btn-small {
	height: 25px;
	color: #fcfcfc;
	font-size: 19px;
	line-height: 29px;
	position: absolute;
	display: inline-block;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #dd2e8f;
    margin-top: 1px;
}
.light-glow-pink-btn-small:hover {
	color: #fcfcfc;
}
.light-glow-pink-btn-small span:first-child {
	top: 0;
	left: 0;
	width: 8px;
	height: 25px;
	position: absolute;
	background: url(../images/controls/light-glow-pink-btn-small.png) no-repeat;
}
.light-glow-pink-btn-small span:last-child {
	height: 25px;
	display: block;
	margin-left: 8px;
	padding-right: 8px;
	background: url(../images/controls/light-glow-pink-btn-small.png) no-repeat right top;
}
.generic-view-more-button {
	color: #929a9b;
	font-size: 22px;
	margin-top: -45px;
    padding-right: 27px;
	display: inline-block;
    font-family: 'Angelina';
	background: url(../images/articles-block/view-all-arrow.png) no-repeat right center;
}
/* @end */

/* @group forms */
input, textarea {
	outline: none;
}
input, select, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
div.error {
	color: #f26c4f;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
p.error {
	color: #f26c4f;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
.field {
	margin-bottom: 10px;
}
.field label {
	display: block;
	color: #809497;
	font-size: 14px;
	margin-bottom: 15px;
}
.field label.small {
	font-size: 12px;
	margin-right: -320px;
}
.field .textbox label.infield {
	top: 9px;
	left: 12px;
	position: absolute;
}
.field.checkbox label {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 3px;
	float: left;
	margin-bottom: 10px;
}
.field label[for=foto] {
	margin-top: 5px;
}
.field.checkbox .checker {
	float: left;
}
.selector {
	height: 36px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-left: 12px;
	background: url(../images/controls/select.png) no-repeat;
}
.selector span {
	height: 36px;
	display: block;
	color: #809497;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	line-height: 35px;
	padding: 0 40px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/controls/select.png) no-repeat right bottom;
}
.selector select {
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 36px;
	border: none;
	cursor: pointer;
	font-size: 13px;
	min-width: 190px;
	background: none;
	position: absolute;
	filter: alpha(opacity=0);
}
.radio {
	height: 16px;
	width: 17px;
	margin-right: 3px;
	position: relative;
}
.radio span {
	width: 17px;
	height: 17px;
	text-align: center;
	display: inline-block;
	display: -moz-inline-box;
	background: url(../images/controls/radio.png) no-repeat;
}
.radio span.checked {
	background-position: left bottom;
}
.radio span input {
	opacity: 0;
	width: 17px;
	height: 16px;
	background: none;
	text-align: center;
	display: inline-block;
	filter: alpha(opacity=0);
}
.dark-radio .radio {
	width: 22px;
	height: 22px;
}
.dark-radio .radio span {
	width: 22px;
	height: 22px;
	background: url(../images/controls/dark-radio.png) no-repeat;
}
.dark-radio .radio span.checked {
	background-position: left bottom;
}
.dark-radio .radio span input {
	top: 4px;
	width: 22px;
	height: 22px;
	position: relative;
}
.checker {
	width: 23px;
	height: 22px;
	margin-right: 5px;
	position: relative;
}
.checker span {
	width: 23px;
	height: 22px;
	background: url(../images/controls/checkbox.png) no-repeat 0 bottom;
}
.checker span.checked {
	background-position: 0 0;
}
.checker input {
	width: 23px;
	height: 22px;
	cursor: pointer;
}
.textbox {
	height: 36px;
	display: block;
	position: relative;
}
.textbox span:first-child {
	top: 0;
	left: 0;
	width: 12px;
	height: 36px;
	position: absolute;
	background: url(../images/controls/textbox.png) no-repeat;
}
.textbox span:last-child {
	height: 36px;
	display: block;
	margin-left: 12px;
	padding-right: 12px;
	background: url(../images/controls/textbox.png) no-repeat right top;
}
.textbox input {
	top: 8px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	color: #9ab1b5;
	font-size: 14px;
	border-width: 0;
	position: relative;
	background: transparent;
}
.textbox input.bold,
.textarea textarea.bold {
	font-weight: bold;
}
.textbox.yellow span {
	background-image: url(../images/controls/textbox-yellow.png);
}
.textbox.blue span {
	background-image: url(../images/controls/textbox-blue.png);
}
.textbox.pink span {
	background-image: url(../images/controls/textbox-pink.png);
}
.textbox.lightblue span {
	background-image: url(../images/controls/textbox-lightblue.png);
}
.textbox.gray span {
	background-image: url(../images/controls/textbox-gray.png);
}
.textbox.focus span {
	background-image: url(../images/controls/textbox-pink.png);
}
.textbox.error span {
	background-image: url(../images/controls/textbox-error.png);
}
.textbox.error input {
	color: #f26c4f;
	font-weight: bold;
	background: url(../images/controls/error-icon.png) no-repeat right center;
}
.textarea {
	display: block;
	position: relative;
}
.textarea span:nth-child(1),
.textarea span:nth-child(2),
.textarea span:nth-child(3),
.textarea span:nth-child(4) {
	position: absolute;
	background: url(../images/controls/textarea.png) no-repeat;
}
.textarea span:nth-child(1) {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.textarea span:nth-child(2) {
	top: 0;
	right: 0;
	left: 20px;
	bottom: 20px;
	background-position: right top;
}
.textarea span:nth-child(3) {
	left: 0;
	top: 20px;
	bottom: 0;
	right: 20px;
	background-position: left bottom;
}
.textarea span:nth-child(4) {
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-position: right bottom;
}
.textarea span:nth-child(5) {
	display: block;
	padding: 8px 12px;
	position: relative;
}
.textarea textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	overflow: auto;
	color: #9ab1b5;
	font-size: 14px;
	border-width: 0;
	resize: vertical;
	max-height: 500px;
	min-height: 150px;
	position: relative;
	background: transparent;
}
.field.file .img {
	width: 64px;
	margin-left: 10px;
	margin-right: 10px;
}
.field.file .loader {
	margin-top: 7px;
	margin-right: 5px;
	float: left;
}
.field.file .uploader span {
	-moz-user-select: none;
}
.form-submit-btn {
	margin: 0;
	padding: 0;
	width: 98px;
	height: 43px;
    color: #FCFCFC;
    font-size: 26px;
	border-width: 0;
    font-family: 'Angelina';
    text-shadow: 0 1px 0 #CC1A7D;
	background: url(../images/controls/form-submit-btn.png) no-repeat;
}
/* @end */

/* @group date-picker */
.ui-datepicker {
	padding: 0;
	width: 240px;
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px 0px #d4d4d4;
	-moz-box-shadow: 1px 1px 4px 0px #d4d4d4;
	-webkit-box-shadow: 1px 1px 4px 0px #d4d4d4;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: none;
}
.ui-datepicker .ui-widget-header {
	height: 40px;
	position: relative;
	background: #f4f3ee;
	border-bottom: 1px solid #ccc;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 20px;
	text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
	margin: 10px 0 0;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    border-collapse: collapse;
}
.ui-datepicker th {
	color: #fff;
	height: 30px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
	background: #a8e6ec;
	vertical-align: middle;
	border-top: 1px solid #cffbff;
	border-bottom: 1px solid #8dd2d9;
}
.ui-datepicker td {
	border: 0 none;
	padding: 1px;
	color: #809497;
	font-size: 13px;
	font-weight: bold;
}
.ui-datepicker td span,
.ui-datepicker td a {
    padding: 3px;
	color: #809497;
    display: block;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-state-highlight {
	background: #a8e6ec;
}
.ui-datepicker .ui-state-active {
	color: #fff;
	background: #a8e6ec;
}
/* @end */

/* @group datepicker-green */
.green-theme.ui-datepicker .ui-state-active {
	color: #fff;
	background: #BAD57E;
}
/* @end */

/* @group datepicker-orange */
.orange-theme.ui-datepicker .ui-state-active {
	color: #fff;
	background: #F59330;
}
/* @end */

/* @group messages */
.messages .error {
    color: #F26C4F;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.messages .info {
    color: #809497;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
/* @end */

/* @group tables */
table th {
	font-weight: normal;
}
/* @end */

/* @group general */
.clear {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hide {
	display: none !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.not-visible {
	visibility: hidden;
}
.font-size10 {
	font-size: 10px !important;
}
/* @end */