@charset "UTF-8";
html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}

@font-face {
	font-family:'Helvetica';
	src: url('font/HelveticaNeueLTPro-Md_gdi.eot');
	src: url('font/HelveticaNeueLTPro-Md_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/HelveticaNeueLTPro-Md_gdi.woff') format('woff'),
		url('font/HelveticaNeueLTPro-Md_gdi.ttf') format('truetype'),
		url('font/HelveticaNeueLTPro-Md_gdi.otf') format('opentype'),
		url('font/HelveticaNeueLTPro-Md_gdi.svg#HelveticaNeueLTPro-Md') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family:'Helveticalight';
	src: url('font/HelveticaNeueLTPro-Lt_gdi.eot');
	src: url('font/HelveticaNeueLTPro-Lt_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/HelveticaNeueLTPro-Lt_gdi.woff') format('woff'),
		url('font/HelveticaNeueLTPro-Lt_gdi.ttf') format('truetype'),
		url('font/HelveticaNeueLTPro-Lt_gdi.otf') format('opentype'),
		url('font/HelveticaNeueLTPro-Lt_gdi.svg#HelveticaNeueLTPro-Lt') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}




#if1 {
    border: 2px solid #f1f1f1 !important;
    margin: 0 10%;
    width: 80% !important;
}
.sidebar{
	border: 1px solid #000;
    border-radius: 20px;
    width: 20%;
}
#if1 .col-sm-9.col-sm-offset-3.col-md-7.col-md-offset-2.main{
	margin-left:80px;
}

.sidebar{
	background-color:#d6d6d6;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:focus,
.nav-sidebar > li > a{
	background:none;
	color:#000;
}







#success-form{
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 0px;
    box-shadow: 0 0 5px 0 #888;
    margin-top: 5%;
}
#heading {
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#heading h1 {
    color: #ff9e00;
    font-size: 30px;
}
#heading h1 {
    padding-bottom: 5px;
}
#heading h2 {
    color: #5a5a5a;
    font-size: 16px;
}
#heading .content {
    padding: 30px;
}







article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background: transparent;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: bold;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: 0.67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 1em 40px;
}
hr
{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
{
	height: auto;
}
input[type="search"]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: bold;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th
{
	padding: 0;
}
@media print
{
	*
	{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,a[href^="#"]:after
	{
		content: "";
	}
	pre,blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,img
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100% !important;
	}
	p,h2,h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,h3
	{
		page-break-after: avoid;
	}
	select
	{
		background: #fff !important;
	}
	.navbar
	{
		display: none;
	}
	.table td,.table th
	{
		background-color: #fff !important;
	}
	.btn>.caret,.dropup>.btn>.caret
	{
		border-top-color: #000 !important;
	}
	.label
	{
		border: 1px solid #000;
	}
	.table
	{
		border-collapse: collapse !important;
	}
	.table-bordered th,.table-bordered td
	{
		border: 1px solid #ddd !important;
	}
}
@font-face
{
	font-family: 'Glyphicons Halflings';
	src: url("../assets/bootstrap/glyphicons-halflings-regular-dabd247fcf6131fac2d5fb49ef946032.html");
	src: url("../assets/bootstrap/glyphicons-halflings-regular-dabd247fcf6131fac2d5fb49ef946032d41d.html?#iefix")
 format("embedded-opentype"),url("../assets/bootstrap/glyphicons-halflings-regular-8921a93349df81eec3d107b946cadc11.html")
 format("woff"),url("../assets/bootstrap/glyphicons-halflings-regular-f7c7c8f3c0d76e8572c38e5d8ee21a62.html")
 format("truetype"),url("../assets/bootstrap/glyphicons-halflings-regular-0dad23eb93dac1723b033c0965c1522f.html#glyphicons_halflingsregular")
 format("svg");
}
.glyphicon
{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before
{
	content: "\2a";
}
.glyphicon-plus:before
{
	content: "\2b";
}
.glyphicon-euro:before
{
	content: "\20ac";
}
.glyphicon-minus:before
{
	content: "\2212";
}
.glyphicon-cloud:before
{
	content: "\2601";
}
.glyphicon-envelope:before
{
	content: "\2709";
}
.glyphicon-pencil:before
{
	content: "\270f";
}
.glyphicon-glass:before
{
	content: "\e001";
}
.glyphicon-music:before
{
	content: "\e002";
}
.glyphicon-search:before
{
	content: "\e003";
}
.glyphicon-heart:before
{
	content: "\e005";
}
.glyphicon-star:before
{
	content: "\e006";
}
.glyphicon-star-empty:before
{
	content: "\e007";
}
.glyphicon-user:before
{
	content: "\e008";
}
.glyphicon-film:before
{
	content: "\e009";
}
.glyphicon-th-large:before
{
	content: "\e010";
}
.glyphicon-th:before
{
	content: "\e011";
}
.glyphicon-th-list:before
{
	content: "\e012";
}
.glyphicon-ok:before
{
	content: "\e013";
}
.glyphicon-remove:before
{
	content: "\e014";
}
.glyphicon-zoom-in:before
{
	content: "\e015";
}
.glyphicon-zoom-out:before
{
	content: "\e016";
}
.glyphicon-off:before
{
	content: "\e017";
}
.glyphicon-signal:before
{
	content: "\e018";
}
.glyphicon-cog:before
{
	content: "\e019";
}
.glyphicon-trash:before
{
	content: "\e020";
}
.glyphicon-home:before
{
	content: "\e021";
}
.glyphicon-file:before
{
	content: "\e022";
}
.glyphicon-time:before
{
	content: "\e023";
}
.glyphicon-road:before
{
	content: "\e024";
}
.glyphicon-download-alt:before
{
	content: "\e025";
}
.glyphicon-download:before
{
	content: "\e026";
}
.glyphicon-upload:before
{
	content: "\e027";
}
.glyphicon-inbox:before
{
	content: "\e028";
}
.glyphicon-play-circle:before
{
	content: "\e029";
}
.glyphicon-repeat:before
{
	content: "\e030";
}
.glyphicon-refresh:before
{
	content: "\e031";
}
.glyphicon-list-alt:before
{
	content: "\e032";
}
.glyphicon-lock:before
{
	content: "\e033";
}
.glyphicon-flag:before
{
	content: "\e034";
}
.glyphicon-headphones:before
{
	content: "\e035";
}
.glyphicon-volume-off:before
{
	content: "\e036";
}
.glyphicon-volume-down:before
{
	content: "\e037";
}
.glyphicon-volume-up:before
{
	content: "\e038";
}
.glyphicon-qrcode:before
{
	content: "\e039";
}
.glyphicon-barcode:before
{
	content: "\e040";
}
.glyphicon-tag:before
{
	content: "\e041";
}
.glyphicon-tags:before
{
	content: "\e042";
}
.glyphicon-book:before
{
	content: "\e043";
}
.glyphicon-bookmark:before
{
	content: "\e044";
}
.glyphicon-print:before
{
	content: "\e045";
}
.glyphicon-camera:before
{
	content: "\e046";
}
.glyphicon-font:before
{
	content: "\e047";
}
.glyphicon-bold:before
{
	content: "\e048";
}
.glyphicon-italic:before
{
	content: "\e049";
}
.glyphicon-text-height:before
{
	content: "\e050";
}
.glyphicon-text-width:before
{
	content: "\e051";
}
.glyphicon-align-left:before
{
	content: "\e052";
}
.glyphicon-align-center:before
{
	content: "\e053";
}
.glyphicon-align-right:before
{
	content: "\e054";
}
.glyphicon-align-justify:before
{
	content: "\e055";
}
.glyphicon-list:before
{
	content: "\e056";
}
.glyphicon-indent-left:before
{
	content: "\e057";
}
.glyphicon-indent-right:before
{
	content: "\e058";
}
.glyphicon-facetime-video:before
{
	content: "\e059";
}
.glyphicon-picture:before
{
	content: "\e060";
}
.glyphicon-map-marker:before
{
	content: "\e062";
}
.glyphicon-adjust:before
{
	content: "\e063";
}
.glyphicon-tint:before
{
	content: "\e064";
}
.glyphicon-edit:before
{
	content: "\e065";
}
.glyphicon-share:before
{
	content: "\e066";
}
.glyphicon-check:before
{
	content: "\e067";
}
.glyphicon-move:before
{
	content: "\e068";
}
.glyphicon-step-backward:before
{
	content: "\e069";
}
.glyphicon-fast-backward:before
{
	content: "\e070";
}
.glyphicon-backward:before
{
	content: "\e071";
}
.glyphicon-play:before
{
	content: "\e072";
}
.glyphicon-pause:before
{
	content: "\e073";
}
.glyphicon-stop:before
{
	content: "\e074";
}
.glyphicon-forward:before
{
	content: "\e075";
}
.glyphicon-fast-forward:before
{
	content: "\e076";
}
.glyphicon-step-forward:before
{
	content: "\e077";
}
.glyphicon-eject:before
{
	content: "\e078";
}
.glyphicon-chevron-left:before
{
	content: "\e079";
}
.glyphicon-chevron-right:before
{
	content: "\e080";
}
.glyphicon-plus-sign:before
{
	content: "\e081";
}
.glyphicon-minus-sign:before
{
	content: "\e082";
}
.glyphicon-remove-sign:before
{
	content: "\e083";
}
.glyphicon-ok-sign:before
{
	content: "\e084";
}
.glyphicon-question-sign:before
{
	content: "\e085";
}
.glyphicon-info-sign{
	background: url(info-sign.png) top left no-repeat;
	width: 15px;
	height:15px;
	background-size: cover;
}

.glyphicon-info-sign::before{
	content: none !important;
}
.glyphicon-screenshot:before
{
	content: "\e087";
}
.glyphicon-remove-circle:before
{
	content: "\e088";
}
.glyphicon-ok-circle:before
{
	content: "\e089";
}
.glyphicon-ban-circle:before
{
	content: "\e090";
}
.glyphicon-arrow-left:before
{
	content: "\e091";
}
.glyphicon-arrow-right:before
{
	content: "\e092";
}
.glyphicon-arrow-up:before
{
	content: "\e093";
}
.glyphicon-arrow-down:before
{
	content: "\e094";
}
.glyphicon-share-alt:before
{
	content: "\e095";
}
.glyphicon-resize-full:before
{
	content: "\e096";
}
.glyphicon-resize-small:before
{
	content: "\e097";
}
.glyphicon-exclamation-sign:before
{
	content: "\e101";
}
.glyphicon-gift:before
{
	content: "\e102";
}
.glyphicon-leaf:before
{
	content: "\e103";
}
.glyphicon-fire:before
{
	content: "\e104";
}
.glyphicon-eye-open:before
{
	content: "\e105";
}
.glyphicon-eye-close:before
{
	content: "\e106";
}
.glyphicon-warning-sign:before
{
	content: "\e107";
}
.glyphicon-plane:before
{
	content: "\e108";
}
.glyphicon-calendar:before
{
	content: "\e109";
}
.glyphicon-random:before
{
	content: "\e110";
}
.glyphicon-comment:before
{
	content: "\e111";
}
.glyphicon-magnet:before
{
	content: "\e112";
}
.glyphicon-chevron-up:before
{
	content: "\e113";
}
.glyphicon-chevron-down:before
{
	content: "\e114";
}
.glyphicon-retweet:before
{
	content: "\e115";
}
.glyphicon-shopping-cart:before
{
	content: "\e116";
}
.glyphicon-folder-close:before
{
	content: "\e117";
}
.glyphicon-folder-open:before
{
	content: "\e118";
}
.glyphicon-resize-vertical:before
{
	content: "\e119";
}
.glyphicon-resize-horizontal:before
{
	content: "\e120";
}
.glyphicon-hdd:before
{
	content: "\e121";
}
.glyphicon-bullhorn:before
{
	content: "\e122";
}
.glyphicon-bell:before
{
	content: "\e123";
}
.glyphicon-certificate:before
{
	content: "\e124";
}
.glyphicon-thumbs-up:before
{
	content: "\e125";
}
.glyphicon-thumbs-down:before
{
	content: "\e126";
}
.glyphicon-hand-right:before
{
	content: "\e127";
}
.glyphicon-hand-left:before
{
	content: "\e128";
}
.glyphicon-hand-up:before
{
	content: "\e129";
}
.glyphicon-hand-down:before
{
	content: "\e130";
}
.glyphicon-circle-arrow-right:before
{
	content: "\e131";
}
.glyphicon-circle-arrow-left:before
{
	content: "\e132";
}
.glyphicon-circle-arrow-up:before
{
	content: "\e133";
}
.glyphicon-circle-arrow-down:before
{
	content: "\e134";
}
.glyphicon-globe:before
{
	content: "\e135";
}
.glyphicon-wrench:before
{
	content: "\e136";
}
.glyphicon-tasks:before
{
	content: "\e137";
}
.glyphicon-filter:before
{
	content: "\e138";
}
.glyphicon-briefcase:before
{
	content: "\e139";
}
.glyphicon-fullscreen:before
{
	content: "\e140";
}
.glyphicon-dashboard:before
{
	content: "\e141";
}
.glyphicon-paperclip:before
{
	content: "\e142";
}
.glyphicon-heart-empty:before
{
	content: "\e143";
}
.glyphicon-link:before
{
	content: "\e144";
}
.glyphicon-phone:before
{
	content: "\e145";
}
.glyphicon-pushpin:before
{
	content: "\e146";
}
.glyphicon-usd:before
{
	content: "\e148";
}
.glyphicon-gbp:before
{
	content: "\e149";
}
.glyphicon-sort:before
{
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before
{
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before
{
	content: "\e152";
}
.glyphicon-sort-by-order:before
{
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before
{
	content: "\e154";
}
.glyphicon-sort-by-attributes:before
{
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before
{
	content: "\e156";
}
.glyphicon-unchecked:before
{
	content: "\e157";
}
.glyphicon-expand:before
{
	content: "\e158";
}
.glyphicon-collapse-down:before
{
	content: "\e159";
}
.glyphicon-collapse-up:before
{
	content: "\e160";
}
.glyphicon-log-in:before
{
	content: "\e161";
}
.glyphicon-flash:before
{
	content: "\e162";
}
.glyphicon-log-out:before
{
	content: "\e163";
}
.glyphicon-new-window:before
{
	content: "\e164";
}
.glyphicon-record:before
{
	content: "\e165";
}
.glyphicon-save:before
{
	content: "\e166";
}
.glyphicon-open:before
{
	content: "\e167";
}
.glyphicon-saved:before
{
	content: "\e168";
}
.glyphicon-import:before
{
	content: "\e169";
}
.glyphicon-export:before
{
	content: "\e170";
}
.glyphicon-send:before
{
	content: "\e171";
}
.glyphicon-floppy-disk:before
{
	content: "\e172";
}
.glyphicon-floppy-saved:before
{
	content: "\e173";
}
.glyphicon-floppy-remove:before
{
	content: "\e174";
}
.glyphicon-floppy-save:before
{
	content: "\e175";
}
.glyphicon-floppy-open:before
{
	content: "\e176";
}
.glyphicon-credit-card:before
{
	content: "\e177";
}
.glyphicon-transfer:before
{
	content: "\e178";
}
.glyphicon-cutlery:before
{
	content: "\e179";
}
.glyphicon-header:before
{
	content: "\e180";
}
.glyphicon-compressed:before
{
	content: "\e181";
}
.glyphicon-earphone:before
{
	content: "\e182";
}
.glyphicon-phone-alt:before
{
	content: "\e183";
}
.glyphicon-tower:before
{
	content: "\e184";
}
.glyphicon-stats:before
{
	content: "\e185";
}
.glyphicon-sd-video:before
{
	content: "\e186";
}
.glyphicon-hd-video:before
{
	content: "\e187";
}
.glyphicon-subtitles:before
{
	content: "\e188";
}
.glyphicon-sound-stereo:before
{
	content: "\e189";
}
.glyphicon-sound-dolby:before
{
	content: "\e190";
}
.glyphicon-sound-5-1:before
{
	content: "\e191";
}
.glyphicon-sound-6-1:before
{
	content: "\e192";
}
.glyphicon-sound-7-1:before
{
	content: "\e193";
}
.glyphicon-copyright-mark:before
{
	content: "\e194";
}
.glyphicon-registration-mark:before
{
	content: "\e195";
}
.glyphicon-cloud-download:before
{
	content: "\e197";
}
.glyphicon-cloud-upload:before
{
	content: "\e198";
}
.glyphicon-tree-conifer:before
{
	content: "\e199";
}
.glyphicon-tree-deciduous:before
{
	content: "\e200";
}
*
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
*:before,*:after
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html
{
	font-size: 10px;
	webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
	background-color: white;
	color: #333333;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
}
input,button,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a
{
	color: #428bca;
	text-decoration: none;
}
a:hover,a:focus
{
	color: #2a6496;
	text-decoration: underline;
}
a:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
figure
{
	margin: 0;
}
img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
	width: 100% \9;
}
.img-rounded
{
	border-radius: 6px;
}
.img-thumbnail
{
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	o-transition: all 0.2s ease-in-out;
	padding: 4px;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
	width: 100% \9;
}
.img-circle
{
	border-radius: 50%;
}
hr
{
	border: 0;
	border-top: 1px solid #eeeeee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small
{
	color: #777777;
	font-weight: normal;
	line-height: 1;
}
h1,.h1,h2,.h2,h3,.h3
{
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small
{
	font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6
{
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small
{
	font-size: 75%;
}
h1,.h1
{
	font-size: 36px;
}
h2,.h2
{
	font-size: 30px;
}
h3,.h3
{
	font-size: 24px;
}
h4,.h4
{
	font-size: 18px;
}
h5,.h5
{
	font-size: 14px;
}
h6,.h6
{
	font-size: 12px;
}
p
{
	margin: 0 0 10px;
}
.lead
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (min-width: 768px)
{
	.lead
	{
		font-size: 21px;
	}
}
small,.small
{
	font-size: 85%;
}
cite
{
	font-style: normal;
}
mark,.mark
{
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.text-nowrap
{
	white-space: nowrap;
}
.text-lowercase
{
	text-transform: lowercase;
}
.text-uppercase
{
	text-transform: uppercase;
}
.text-capitalize
{
	text-transform: capitalize;
}
.text-muted
{
	color: #777777;
}
.text-primary
{
	color: #428bca;
}
a.text-primary:hover
{
	color: #3071a9;
}
.text-success
{
	color: #3c763d;
}
a.text-success:hover
{
	color: #2b542c;
}
.text-info
{
	color: #31708f;
}
a.text-info:hover
{
	color: #245269;
}
.text-warning
{
	color: #8a6d3b;
}
a.text-warning:hover
{
	color: #66512c;
}
.text-danger
{
	color: #a94442;
}
a.text-danger:hover
{
	color: #843534;
}
.bg-primary
{
	color: #fff;
}
.bg-primary
{
	background-color: #428bca;
}
a.bg-primary:hover
{
	background-color: #3071a9;
}
.bg-success
{
	background-color: #dff0d8;
}
a.bg-success:hover
{
	background-color: #c1e2b3;
}
.bg-info
{
	background-color: #d9edf7;
}
a.bg-info:hover
{
	background-color: #afd9ee;
}
.bg-warning
{
	background-color: #fcf8e3;
}
a.bg-warning:hover
{
	background-color: #f7ecb5;
}
.bg-danger
{
	background-color: #f2dede;
}
a.bg-danger:hover
{
	background-color: #e4b9b9;
}
.page-header
{
	border-bottom: 1px solid #eeeeee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
ul,ol
{
	margin-bottom: 10px;
	margin-top: 0;
}
ul ul,ul ol,ol ul,ol ol
{
	margin-bottom: 0;
}
.list-unstyled,.list-inline
{
	list-style: none;
	padding-left: 0;
}
.list-inline
{
	margin-left: -5px;
}
.list-inline>li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl
{
	margin-bottom: 20px;
	margin-top: 0;
}
dt,dd
{
	line-height: 1.428571429;
}
dt
{
	font-weight: bold;
}
dd
{
	margin-left: 0;
}
.dl-horizontal dd:before,.dl-horizontal dd:after
{
	content: " ";
	display: table;
}
.dl-horizontal dd:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.dl-horizontal dt
	{
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd
	{
		margin-left: 180px;
	}
}
abbr[title],abbr[data-original-title]
{
	border-bottom: 1px dotted #777777;
	cursor: help;
}
.initialism
{
	font-size: 90%;
	text-transform: uppercase;
}
blockquote
{
	border-left: 5px solid #eeeeee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child
{
	margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small
{
	color: #777777;
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
}
blockquote footer:before,blockquote small:before,blockquote .small:before
{
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right
{
	border-left: 0;
	border-right: 5px solid #eeeeee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before
{
	content: '';
}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after
{
	content: '\00A0 \2014';
}
blockquote:before,blockquote:after
{
	content: "";
}
address
{
	font-style: normal;
	line-height: 1.428571429;
	margin-bottom: 20px;
}
code,kbd,pre,samp
{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code
{
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
kbd
{
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: white;
	font-size: 90%;
	padding: 2px 4px;
}
kbd kbd
{
	box-shadow: none;
	font-size: 100%;
	padding: 0;
}
pre
{
	background-color: whitesmoke;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code
{
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable
{
	max-height: 340px;
	overflow-y: scroll;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before,.container:after
{
	content: " ";
	display: table;
}
.container:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.container
	{
		width: 750px;
	}
}
@media (min-width: 992px)
{
	.container
	{
		width: 970px;
	}
}
@media (min-width: 1200px)
{
	.container
	{
		width: 1170px;
	}
}
.container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before,.container-fluid:after
{
	content: " ";
	display: table;
}
.container-fluid:after
{
	clear: both;
}
.row
{
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,.row:after
{
	content: " ";
	display: table;
}
.row:after
{
	clear: both;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12
{
	float: left;
}
.col-xs-1
{
	width: 8.3333333333%;
}
.col-xs-2
{
	width: 16.6666666667%;
}
.col-xs-3
{
	width: 25%;
}
.col-xs-4
{
	width: 33.3333333333%;
}
.col-xs-5
{
	width: 41.6666666667%;
}
.col-xs-6
{
	width: 50%;
}
.col-xs-7
{
	width: 58.3333333333%;
}
.col-xs-8
{
	width: 66.6666666667%;
}
.col-xs-9
{
	width: 75%;
}
.col-xs-10
{
	width: 83.3333333333%;
}
.col-xs-11
{
	width: 91.6666666667%;
}
.col-xs-12
{
	width: 100%;
}
.col-xs-pull-0
{
	right: auto;
}
.col-xs-pull-1
{
	right: 8.3333333333%;
}
.col-xs-pull-2
{
	right: 16.6666666667%;
}
.col-xs-pull-3
{
	right: 25%;
}
.col-xs-pull-4
{
	right: 33.3333333333%;
}
.col-xs-pull-5
{
	right: 41.6666666667%;
}
.col-xs-pull-6
{
	right: 50%;
}
.col-xs-pull-7
{
	right: 58.3333333333%;
}
.col-xs-pull-8
{
	right: 66.6666666667%;
}
.col-xs-pull-9
{
	right: 75%;
}
.col-xs-pull-10
{
	right: 83.3333333333%;
}
.col-xs-pull-11
{
	right: 91.6666666667%;
}
.col-xs-pull-12
{
	right: 100%;
}
.col-xs-push-0
{
	left: auto;
}
.col-xs-push-1
{
	left: 8.3333333333%;
}
.col-xs-push-2
{
	left: 16.6666666667%;
}
.col-xs-push-3
{
	left: 25%;
}
.col-xs-push-4
{
	left: 33.3333333333%;
}
.col-xs-push-5
{
	left: 41.6666666667%;
}
.col-xs-push-6
{
	left: 50%;
}
.col-xs-push-7
{
	left: 58.3333333333%;
}
.col-xs-push-8
{
	left: 66.6666666667%;
}
.col-xs-push-9
{
	left: 75%;
}
.col-xs-push-10
{
	left: 83.3333333333%;
}
.col-xs-push-11
{
	left: 91.6666666667%;
}
.col-xs-push-12
{
	left: 100%;
}
.col-xs-offset-0
{
	margin-left: 0%;
}
.col-xs-offset-1
{
	margin-left: 8.3333333333%;
}
.col-xs-offset-2
{
	margin-left: 16.6666666667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.3333333333%;
}
.col-xs-offset-5
{
	margin-left: 41.6666666667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.3333333333%;
}
.col-xs-offset-8
{
	margin-left: 66.6666666667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.3333333333%;
}
.col-xs-offset-11
{
	margin-left: 91.6666666667%;
}
.col-xs-offset-12
{
	margin-left: 100%;
}
@media (min-width: 768px)
{
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
	{
		float: left;
	}
	.col-sm-1
	{
		width: 8.3333333333%;
	}
	.col-sm-2
	{
		width: 16.6666666667%;
	}
	.col-sm-3
	{
		width: 25%;
	}
	.col-sm-4
	{
		width: 33.3333333333%;
	}
	.col-sm-5
	{
		width: 41.6666666667%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-7
	{
		width: 58.3333333333%;
	}
	.col-sm-8
	{
		width: 66.6666666667%;
	}
	.col-sm-9
	{
		width: 75%;
	}
	.col-sm-10
	{
		width: 83.3333333333%;
	}
	.col-sm-11
	{
		width: 91.6666666667%;
	}
	.col-sm-12
	{
		width: 100%;
	}
	.col-sm-pull-0
	{
		right: auto;
	}
	.col-sm-pull-1
	{
		right: 8.3333333333%;
	}
	.col-sm-pull-2
	{
		right: 16.6666666667%;
	}
	.col-sm-pull-3
	{
		right: 25%;
	}
	.col-sm-pull-4
	{
		right: 33.3333333333%;
	}
	.col-sm-pull-5
	{
		right: 41.6666666667%;
	}
	.col-sm-pull-6
	{
		right: 50%;
	}
	.col-sm-pull-7
	{
		right: 58.3333333333%;
	}
	.col-sm-pull-8
	{
		right: 66.6666666667%;
	}
	.col-sm-pull-9
	{
		right: 75%;
	}
	.col-sm-pull-10
	{
		right: 83.3333333333%;
	}
	.col-sm-pull-11
	{
		right: 91.6666666667%;
	}
	.col-sm-pull-12
	{
		right: 100%;
	}
	.col-sm-push-0
	{
		left: auto;
	}
	.col-sm-push-1
	{
		left: 8.3333333333%;
	}
	.col-sm-push-2
	{
		left: 16.6666666667%;
	}
	.col-sm-push-3
	{
		left: 25%;
	}
	.col-sm-push-4
	{
		left: 33.3333333333%;
	}
	.col-sm-push-5
	{
		left: 41.6666666667%;
	}
	.col-sm-push-6
	{
		left: 50%;
	}
	.col-sm-push-7
	{
		left: 58.3333333333%;
	}
	.col-sm-push-8
	{
		left: 66.6666666667%;
	}
	.col-sm-push-9
	{
		left: 75%;
	}
	.col-sm-push-10
	{
		left: 83.3333333333%;
	}
	.col-sm-push-11
	{
		left: 91.6666666667%;
	}
	.col-sm-push-12
	{
		left: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0%;
	}
	.col-sm-offset-1
	{
		margin-left: 8.3333333333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.6666666667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.3333333333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.6666666667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.3333333333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.6666666667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.3333333333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.6666666667%;
	}
	.col-sm-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 992px)
{
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
	{
		float: left;
	}
	.col-md-1
	{
		width: 8.3333333333%;
	}
	.col-md-2
	{
		width: 16.6666666667%;
	}
	.col-md-3
	{
		width: 25%;
	}
	.col-md-4
	{
		width: 33.3333333333%;
	}
	.col-md-5
	{
		width: 41.6666666667%;
	}
	.col-md-6
	{
		width: 50%;
	}
	.col-md-7
	{
		width: 58.3333333333%;
	}
	.col-md-8
	{
		width: 66.6666666667%;
	}
	.col-md-9
	{
		width: 75%;
	}
	.col-md-10
	{
		width: 83.3333333333%;
	}
	.col-md-11
	{
		width: 91.6666666667%;
	}
	.col-md-12
	{
		width: 100%;
	}
	.col-md-pull-0
	{
		right: auto;
	}
	.col-md-pull-1
	{
		right: 8.3333333333%;
	}
	.col-md-pull-2
	{
		right: 16.6666666667%;
	}
	.col-md-pull-3
	{
		right: 25%;
	}
	.col-md-pull-4
	{
		right: 33.3333333333%;
	}
	.col-md-pull-5
	{
		right: 41.6666666667%;
	}
	.col-md-pull-6
	{
		right: 50%;
	}
	.col-md-pull-7
	{
		right: 58.3333333333%;
	}
	.col-md-pull-8
	{
		right: 66.6666666667%;
	}
	.col-md-pull-9
	{
		right: 75%;
	}
	.col-md-pull-10
	{
		right: 83.3333333333%;
	}
	.col-md-pull-11
	{
		right: 91.6666666667%;
	}
	.col-md-pull-12
	{
		right: 100%;
	}
	.col-md-push-0
	{
		left: auto;
	}
	.col-md-push-1
	{
		left: 8.3333333333%;
	}
	.col-md-push-2
	{
		left: 16.6666666667%;
	}
	.col-md-push-3
	{
		left: 25%;
	}
	.col-md-push-4
	{
		left: 33.3333333333%;
	}
	.col-md-push-5
	{
		left: 41.6666666667%;
	}
	.col-md-push-6
	{
		left: 50%;
	}
	.col-md-push-7
	{
		left: 58.3333333333%;
	}
	.col-md-push-8
	{
		left: 66.6666666667%;
	}
	.col-md-push-9
	{
		left: 75%;
	}
	.col-md-push-10
	{
		left: 83.3333333333%;
	}
	.col-md-push-11
	{
		left: 91.6666666667%;
	}
	.col-md-push-12
	{
		left: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0%;
	}
	.col-md-offset-1
	{
		margin-left: 8.3333333333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.6666666667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.3333333333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.6666666667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.3333333333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.6666666667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.3333333333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.6666666667%;
	}
	.col-md-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 1200px)
{
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
	{
		float: left;
	}
	.col-lg-1
	{
		width: 8.3333333333%;
	}
	.col-lg-2
	{
		width: 16.6666666667%;
	}
	.col-lg-3
	{
		width: 25%;
	}
	.col-lg-4
	{
		width: 33.3333333333%;
	}
	.col-lg-5
	{
		width: 41.6666666667%;
	}
	.col-lg-6
	{
		width: 50%;
	}
	.col-lg-7
	{
		width: 58.3333333333%;
	}
	.col-lg-8
	{
		width: 66.6666666667%;
	}
	.col-lg-9
	{
		width: 75%;
	}
	.col-lg-10
	{
		width: 83.3333333333%;
	}
	.col-lg-11
	{
		width: 91.6666666667%;
	}
	.col-lg-12
	{
		width: 100%;
	}
	.col-lg-pull-0
	{
		right: auto;
	}
	.col-lg-pull-1
	{
		right: 8.3333333333%;
	}
	.col-lg-pull-2
	{
		right: 16.6666666667%;
	}
	.col-lg-pull-3
	{
		right: 25%;
	}
	.col-lg-pull-4
	{
		right: 33.3333333333%;
	}
	.col-lg-pull-5
	{
		right: 41.6666666667%;
	}
	.col-lg-pull-6
	{
		right: 50%;
	}
	.col-lg-pull-7
	{
		right: 58.3333333333%;
	}
	.col-lg-pull-8
	{
		right: 66.6666666667%;
	}
	.col-lg-pull-9
	{
		right: 75%;
	}
	.col-lg-pull-10
	{
		right: 83.3333333333%;
	}
	.col-lg-pull-11
	{
		right: 91.6666666667%;
	}
	.col-lg-pull-12
	{
		right: 100%;
	}
	.col-lg-push-0
	{
		left: auto;
	}
	.col-lg-push-1
	{
		left: 8.3333333333%;
	}
	.col-lg-push-2
	{
		left: 16.6666666667%;
	}
	.col-lg-push-3
	{
		left: 25%;
	}
	.col-lg-push-4
	{
		left: 33.3333333333%;
	}
	.col-lg-push-5
	{
		left: 41.6666666667%;
	}
	.col-lg-push-6
	{
		left: 50%;
	}
	.col-lg-push-7
	{
		left: 58.3333333333%;
	}
	.col-lg-push-8
	{
		left: 66.6666666667%;
	}
	.col-lg-push-9
	{
		left: 75%;
	}
	.col-lg-push-10
	{
		left: 83.3333333333%;
	}
	.col-lg-push-11
	{
		left: 91.6666666667%;
	}
	.col-lg-push-12
	{
		left: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0%;
	}
	.col-lg-offset-1
	{
		margin-left: 8.3333333333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.6666666667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.3333333333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.6666666667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.3333333333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.6666666667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.3333333333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.6666666667%;
	}
	.col-lg-offset-12
	{
		margin-left: 100%;
	}
}
table
{
	background-color: transparent;
}
th
{
	text-align: left;
}
.table
{
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td
{
	border-top: 1px solid #dddddd;
	line-height: 1.428571429;
	padding: 8px;
	vertical-align: top;
}
.table>thead>tr>th
{
	border-bottom: 2px solid #dddddd;
	vertical-align: bottom;
}
.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td
{
	border-top: 0;
}
.table>tbody+tbody
{
	border-top: 2px solid #dddddd;
}
.table .table
{
	background-color: white;
}
.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td
{
	padding: 5px;
}
.table-bordered
{
	border: 1px solid #dddddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td
{
	border: 1px solid #dddddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td
{
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th
{
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th
{
	background-color: whitesmoke;
}
table col[class*="col-"]
{
	display: table-column;
	float: none;
	position: static;
}
table td[class*="col-"],table th[class*="col-"]
{
	display: table-cell;
	float: none;
	position: static;
}
.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th
{
	background-color: whitesmoke;
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th
{
	background-color: #e8e8e8;
}
.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th
{
	background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th
{
	background-color: #d0e9c6;
}
.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th
{
	background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th
{
	background-color: #c4e3f3;
}
.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th
{
	background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th
{
	background-color: #faf2cc;
}
.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th
{
	background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th
{
	background-color: #ebcccc;
}
@media screen and (max-width: 767px)
{
	.table-responsive
	{
		border: 1px solid #dddddd;
		margin-bottom: 15px;
		ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		overflow-y: hidden;
		webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.table-responsive>.table
	{
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td
	{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered
	{
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child
	{
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td
	{
		border-bottom: 0;
	}
}
fieldset
{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend
{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
label
{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type="search"]
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
input[type="radio"],input[type="checkbox"]
{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="file"]
{
	display: block;
}
input[type="range"]
{
	display: block;
	width: 100%;
}
select[multiple],select[size]
{
	height: auto;
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
output
{
	color: #555555;
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	padding-top: 7px;
}
.form-control
{
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.428571429;
	o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder
{
	color: #777777;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #777777;
}
.form-control::-webkit-input-placeholder
{
	color: #777777;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
{
	background-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control
{
	height: auto;
}
input[type="search"]
{
	webkit-appearance: none;
}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]
{
	line-height: 1.428571429 \0;
	line-height: 34px;
}
input[type="date"].input-sm,.form-horizontal .form-group-sm input[type="date"].form-control,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,input[type="time"].input-sm,.form-horizontal .form-group-sm input[type="time"].form-control,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,input[type="datetime-local"].input-sm,.form-horizontal .form-group-sm input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,input[type="month"].input-sm,.form-horizontal .form-group-sm input[type="month"].form-control,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn
{
	line-height: 30px;
}
input[type="date"].input-lg,.form-horizontal .form-group-lg input[type="date"].form-control,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,input[type="time"].input-lg,.form-horizontal .form-group-lg input[type="time"].form-control,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,input[type="datetime-local"].input-lg,.form-horizontal .form-group-lg input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,input[type="month"].input-lg,.form-horizontal .form-group-lg input[type="month"].form-control,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn
{
	line-height: 46px;
}
.form-group
{
	margin-bottom: 15px;
}
.radio,.checkbox
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 20px;
	position: relative;
}
.radio label,.checkbox label
{
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]
{
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute;
}
.radio+.radio,.checkbox+.checkbox
{
	margin-top: -5px;
}
.radio-inline,.checkbox-inline
{
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline
{
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]
{
	cursor: not-allowed;
}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline
{
	cursor: not-allowed;
}
.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label
{
	cursor: not-allowed;
}
.form-control-static
{
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}
.form-control-static.input-lg,.form-horizontal .form-group-lg .form-control-static.form-control,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.form-horizontal .form-group-sm .form-control-static.form-control,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn
{
	padding-left: 0;
	padding-right: 0;
}
.input-sm,.form-horizontal .form-group-sm .form-control,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn
{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm,.form-horizontal .form-group-sm select.form-control,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn
{
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,.form-horizontal .form-group-sm textarea.form-control,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.form-horizontal .form-group-sm select[multiple].form-control,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.input-lg,.form-horizontal .form-group-lg .form-control,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn
{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
}
select.input-lg,.form-horizontal .form-group-lg select.form-control,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn
{
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,.form-horizontal .form-group-lg textarea.form-control,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.form-horizontal .form-group-lg select[multiple].form-control,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.has-feedback
{
	position: relative;
}
.has-feedback .form-control
{
	padding-right: 42.5px;
}
.form-control-feedback
{
	display: block;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 25px;
	width: 34px;
	z-index: 2;
}
.input-lg+.form-control-feedback,.form-horizontal .form-group-lg .form-control+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback
{
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.input-sm+.form-control-feedback,.form-horizontal .form-group-sm .form-control+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback
{
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline
{
	color: #3c763d;
}
.has-success .form-control
{
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus
{
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}
.has-success .input-group-addon
{
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-success .form-control-feedback
{
	color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline
{
	color: #8a6d3b;
}
.has-warning .form-control
{
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus
{
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-warning .form-control-feedback
{
	color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline
{
	color: #a94442;
}
.has-error .form-control
{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus
{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback
{
	color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback
{
	top: 0;
}
.help-block
{
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width: 768px)
{
	.form-inline .form-group,.navbar-form .form-group
	{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control,.navbar-form .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .input-group,.navbar-form .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,.navbar-form .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.navbar-form .input-group .input-group-btn,.form-inline .input-group .form-control,.navbar-form .input-group .form-control
	{
		width: auto;
	}
	.form-inline .input-group>.form-control,.navbar-form .input-group>.form-control
	{
		width: 100%;
	}
	.form-inline .control-label,.navbar-form .control-label
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,.navbar-form .radio,.form-inline .checkbox,.navbar-form .checkbox
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,.navbar-form .radio label,.form-inline .checkbox label,.navbar-form .checkbox label
	{
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],.navbar-form .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"],.navbar-form .checkbox input[type="checkbox"]
	{
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback,.navbar-form .has-feedback .form-control-feedback
	{
		top: 0;
	}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,.form-horizontal .checkbox
{
	min-height: 27px;
}
.form-horizontal .form-group
{
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.form-horizontal .control-label
	{
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback
{
	right: 15px;
	top: 0;
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-lg .control-label
	{
		padding-top: 14.3px;
	}
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-sm .control-label
	{
		padding-top: 6px;
	}
}
.btn
{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	margin-bottom: 0;
	moz-user-select: none;
	ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.btn:focus,.btn:active:focus,.btn.active:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover,.btn:focus
{
	color: #333333;
	text-decoration: none;
}
.btn:active,.btn.active
{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn
{
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
	webkit-box-shadow: none;
}
.btn-default
{
	background-color: white;
	border-color: #cccccc;
	color: #333333;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333333;
}
.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-image: none;
}
.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active
{
	background-color: white;
	border-color: #cccccc;
}
.btn-default .badge
{
	background-color: #333333;
	color: white;
}
.btn-primary
{
	background-color: #428bca;
	border-color: #357ebd;
	color: white;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-color: #3071a9;
	border-color: #285e8e;
	color: white;
}
.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-image: none;
}
.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active
{
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge
{
	background-color: white;
	color: #428bca;
}
.btn-success
{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: white;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-color: #449d44;
	border-color: #398439;
	color: white;
}
.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-image: none;
}
.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge
{
	background-color: white;
	color: #5cb85c;
}
.btn-info
{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: white;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-color: #31b0d5;
	border-color: #269abc;
	color: white;
}
.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-image: none;
}
.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active
{
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge
{
	background-color: white;
	color: #5bc0de;
}
.btn-warning
{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: white;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-color: #ec971f;
	border-color: #d58512;
	color: white;
}
.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-image: none;
}
.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active
{
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge
{
	background-color: white;
	color: #f0ad4e;
}
.btn-danger
{
	background-color: #d9534f;
	border-color: #d43f3a;
	color: white;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-color: #c9302c;
	border-color: #ac2925;
	color: white;
}
.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-image: none;
}
.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active
{
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge
{
	background-color: white;
	color: #d9534f;
}
.btn-link
{
	border-radius: 0;
	color: #428bca;
	cursor: pointer;
	font-weight: normal;
}
.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link
{
	background-color: transparent;
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active
{
	border-color: transparent;
}
.btn-link:hover,.btn-link:focus
{
	background-color: transparent;
	color: #2a6496;
	text-decoration: underline;
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus
{
	color: #777777;
	text-decoration: none;
}
.btn-lg,.btn-group-lg>.btn
{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-sm,.btn-group-sm>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs,.btn-group-xs>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block
{
	display: block;
	width: 100%;
}
.btn-block+.btn-block
{
	margin-top: 5px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
{
	width: 100%;
}
.fade
{
	opacity: 0;
	o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	webkit-transition: opacity 0.15s linear;
}
.fade.in
{
	opacity: 1;
}
.collapse
{
	display: none;
}
.collapse.in
{
	display: block;
}
tr.collapse.in
{
	display: table-row;
}
tbody.collapse.in
{
	display: table-row-group;
}
.collapsing
{
	height: 0;
	o-transition: height 0.35s ease;
	overflow: hidden;
	position: relative;
	transition: height 0.35s ease;
	webkit-transition: height 0.35s ease;
}
.caret
{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropdown
{
	position: relative;
}
.dropdown-toggle:focus
{
	outline: 0;
}
.dropdown-menu
{
	background-clip: padding-box;
	background-color: white;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1000;
}
.dropdown-menu.pull-right
{
	left: auto;
	right: 0;
}
.dropdown-menu .divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.dropdown-menu>li>a
{
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus
{
	background-color: whitesmoke;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
{
	background-color: #428bca;
	color: white;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	color: #777777;
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: none;
}
.open>.dropdown-menu
{
	display: block;
}
.open>a
{
	outline: 0;
}
.dropdown-menu-right
{
	left: auto;
	right: 0;
}
.dropdown-menu-left
{
	left: 0;
	right: auto;
}
.dropdown-header
{
	color: #777777;
	display: block;
	font-size: 12px;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-backdrop
{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu
{
	left: auto;
	right: 0;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret
{
	border-bottom: 4px solid;
	border-top: 0;
	content: "";
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu
{
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}
@media (min-width: 768px)
{
	.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left
	{
		left: 0;
		right: auto;
	}
}
.btn-group,.btn-group-vertical
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn
{
	float: left;
	position: relative;
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active
{
	z-index: 2;
}
.btn-group>.btn:focus,.btn-group-vertical>.btn:focus
{
	outline: 0;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
{
	margin-left: -1px;
}
.btn-toolbar
{
	margin-left: -5px;
}
.btn-toolbar:before,.btn-toolbar:after
{
	content: " ";
	display: table;
}
.btn-toolbar:after
{
	clear: both;
}
.btn-toolbar .btn-group,.btn-toolbar .input-group
{
	float: left;
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group
{
	margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
	border-radius: 0;
}
.btn-group>.btn:first-child
{
	margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child)
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group>.btn-group
{
	float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
{
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle
{
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle
{
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link
{
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn .caret
{
	margin-left: 0;
}
.btn-lg .caret,.btn-group-lg>.btn .caret
{
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret
{
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
{
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after
{
	content: " ";
	display: table;
}
.btn-group-vertical>.btn-group:after
{
	clear: both;
}
.btn-group-vertical>.btn-group>.btn
{
	float: none;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
{
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child)
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical>.btn:last-child:not(:first-child)
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified
{
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group
{
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn
{
	width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu
{
	left: auto;
}
[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]
{
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.input-group
{
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group[class*="col-"]
{
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control
{
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.input-group-addon,.input-group-btn,.input-group .form-control
{
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.input-group-addon,.input-group-btn
{
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon
{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm,.form-horizontal .form-group-sm .input-group-addon.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn
{
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg,.form-horizontal .form-group-lg .input-group-addon.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn
{
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]
{
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child
{
	border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child
{
	border-left: 0;
}
.input-group-btn
{
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn>.btn
{
	position: relative;
}
.input-group-btn>.btn+.btn
{
	margin-left: -1px;
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active
{
	z-index: 2;
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group
{
	margin-right: -1px;
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group
{
	margin-left: -1px;
}
.nav
{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav:before,.nav:after
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav>li
{
	display: block;
	position: relative;
}
.nav>li>a
{
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav>li>a:hover,.nav>li>a:focus
{
	background-color: #eeeeee;
	text-decoration: none;
}
.nav>li.disabled>a
{
	color: #777777;
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus
{
	background-color: transparent;
	color: #777777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus
{
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.nav>li>a>img
{
	max-width: none;
}
.nav-tabs
{
	border-bottom: 1px solid #dddddd;
}
.nav-tabs>li
{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a
{
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.428571429;
	margin-right: 2px;
}
.nav-tabs>li>a:hover
{
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
{
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	color: #555555;
	cursor: default;
}
.nav-pills>li
{
	float: left;
}
.nav-pills>li>a
{
	border-radius: 4px;
}
.nav-pills>li+li
{
	margin-left: 2px;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
{
	background-color: #428bca;
	color: white;
}
.nav-stacked>li
{
	float: none;
}
.nav-stacked>li+li
{
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified,.nav-tabs.nav-justified
{
	width: 100%;
}
.nav-justified>li,.nav-tabs.nav-justified>li
{
	float: none;
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a
{
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu
{
	left: auto;
	top: auto;
}



@media (min-width: 768px)
{
	.nav-justified>li,.nav-tabs.nav-justified>li
	{
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		margin-bottom: 0;
	}
}
.nav-tabs-justified,.nav-tabs.nav-justified
{
	border-bottom: 0;
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
{
	border: 1px solid #dddddd;
}
@media (min-width: 768px)
{
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
	{
		border-bottom-color: white;
	}
}
.tab-content>.tab-pane
{
	display: none;
}
.tab-content>.active
{
	display: block;
}
.nav-tabs .dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.navbar
{
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}
.navbar:before,.navbar:after
{
	content: " ";
	display: table;
}
.navbar:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar
	{
		border-radius: 4px;
	}
}
.navbar-header:before,.navbar-header:after
{
	content: " ";
	display: table;
}
.navbar-header:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar-header
	{
		float: left;
	}
}
.navbar-collapse
{
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
	webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,.navbar-collapse:after
{
	content: " ";
	display: table;
}
.navbar-collapse:after
{
	clear: both;
}
.navbar-collapse.in
{
	overflow-y: auto;
}
@media (min-width: 768px)
{
	.navbar-collapse
	{
		border-top: 0;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
	.navbar-collapse.in
	{
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
{
	max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape)
{
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		max-height: 200px;
	}
}
.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
{
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 768px)
{
	.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
	{
		margin-left: 0;
		margin-right: 0;
	}
}
.navbar-static-top
{
	border-width: 0 0 1px;
	z-index: 1000;
}
@media (min-width: 768px)
{
	.navbar-static-top
	{
		border-radius: 0;
	}
}
.navbar-fixed-top,.navbar-fixed-bottom
{
	left: 0;
	position: fixed;
	right: 0;
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
	z-index: 1030;
}
@media (min-width: 768px)
{
	.navbar-fixed-top,.navbar-fixed-bottom
	{
		border-radius: 0;
	}
}
.navbar-fixed-top
{
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom
{
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand
{
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px 15px;
}
.navbar-brand:hover,.navbar-brand:focus
{
	text-decoration: none;
}
@media (min-width: 768px)
{
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
	{
		margin-left: -15px;
	}
}
.navbar-toggle
{
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus
{
	outline: 0;
}
.navbar-toggle .icon-bar
{
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar
{
	margin-top: 4px;
}
@media (min-width: 768px)
{
	.navbar-toggle
	{
		display: none;
	}
}
.navbar-nav
{
	margin: 7.5px -15px;
}
.navbar-nav>li>a
{
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 767px)
{
	.navbar-nav .open .dropdown-menu
	{
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header
	{
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a
	{
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-image: none;
	}
}
@media (min-width: 768px)
{
	.navbar-nav
	{
		float: left;
		margin: 0;
	}
	.navbar-nav>li
	{
		float: left;
	}
	.navbar-nav>li>a
	{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.navbar-nav.navbar-right:last-child
	{
		margin-right: -15px;
	}
}
@media (min-width: 768px)
{
	.navbar-left
	{
		float: left !important;
	}
	.navbar-right
	{
		float: right !important;
	}
}
.navbar-form
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-bottom: 8px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 8px;
	padding: 10px 15px;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}
@media (max-width: 767px)
{
	.navbar-form .form-group
	{
		margin-bottom: 5px;
	}
}
@media (min-width: 768px)
{
	.navbar-form
	{
		border: 0;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		webkit-box-shadow: none;
		width: auto;
	}
	.navbar-form.navbar-right:last-child
	{
		margin-right: -15px;
	}
}
.navbar-nav>li>.dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.navbar-btn
{
	margin-bottom: 8px;
	margin-top: 8px;
}
.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn
{
	margin-bottom: 14px;
	margin-top: 14px;
}
.navbar-text
{
	margin-bottom: 15px;
	margin-top: 15px;
}
@media (min-width: 768px)
{
	.navbar-text
	{
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-text.navbar-right:last-child
	{
		margin-right: 0;
	}
}
.navbar-default
{
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand
{
	color: #777777;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus
{
	background-color: transparent;
	color: #5e5e5e;
}
.navbar-default .navbar-text
{
	color: #777777;
}
.navbar-default .navbar-nav>li>a
{
	color: #777777;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: #333333;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
{
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #cccccc;
}
.navbar-default .navbar-toggle
{
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
{
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #888888;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form
{
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus
{
	background-color: #e7e7e7;
	color: #555555;
}
@media (max-width: 767px)
{
	.navbar-default .navbar-nav .open .dropdown-menu>li>a
	{
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: #333333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #e7e7e7;
		color: #555555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #cccccc;
	}
}
.navbar-default .navbar-link
{
	color: #777777;
}
.navbar-default .navbar-link:hover
{
	color: #333333;
}
.navbar-default .btn-link
{
	color: #777777;
}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus
{
	color: #333333;
}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus
{
	color: #cccccc;
}
.navbar-inverse
{
	background-color: #222222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand
{
	color: #777777;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus
{
	background-color: transparent;
	color: white;
}
.navbar-inverse .navbar-text
{
	color: #777777;
}
.navbar-inverse .navbar-nav>li>a
{
	color: #777777;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: white;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
{
	background-color: #090909;
	color: white;
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #444444;
}
.navbar-inverse .navbar-toggle
{
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
{
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
	background-color: white;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form
{
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
{
	background-color: #090909;
	color: white;
}
@media (max-width: 767px)
{
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
	{
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider
	{
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a
	{
		color: #777777;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: white;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #090909;
		color: white;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #444444;
	}
}
.navbar-inverse .navbar-link
{
	color: #777777;
}
.navbar-inverse .navbar-link:hover
{
	color: white;
}
.navbar-inverse .btn-link
{
	color: #777777;
}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus
{
	color: white;
}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus
{
	color: #444444;
}
.breadcrumb
{
	background-color: whitesmoke;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.breadcrumb>li
{
	display: inline-block;
}
.breadcrumb>li+li:before
{
	color: #cccccc;
	content: "/\00a0";
	padding: 0 5px;
}
.breadcrumb>.active
{
	color: #777777;
}
.pagination
{
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination>li
{
	display: inline;
}
.pagination>li>a,.pagination>li>span
{
	background-color: white;
	border: 1px solid #dddddd;
	color: #428bca;
	float: left;
	line-height: 1.428571429;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination>li:first-child>a,.pagination>li:first-child>span
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination>li:last-child>a,.pagination>li:last-child>span
{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus
{
	background-color: #eeeeee;
	border-color: #dddddd;
	color: #2a6496;
}
.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus
{
	background-color: #428bca;
	border-color: #428bca;
	color: white;
	cursor: default;
	z-index: 2;
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
{
	background-color: white;
	border-color: #dddddd;
	color: #777777;
	cursor: not-allowed;
}
.pagination-lg>li>a,.pagination-lg>li>span
{
	font-size: 18px;
	padding: 10px 16px;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span
{
	font-size: 12px;
	padding: 5px 10px;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager
{
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager:before,.pager:after
{
	content: " ";
	display: table;
}
.pager:after
{
	clear: both;
}
.pager li
{
	display: inline;
}
.pager li>a,.pager li>span
{
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li>a:hover,.pager li>a:focus
{
	background-color: #eeeeee;
	text-decoration: none;
}
.pager .next>a,.pager .next>span
{
	float: right;
}
.pager .previous>a,.pager .previous>span
{
	float: left;
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span
{
	background-color: white;
	color: #777777;
	cursor: not-allowed;
}
.label
{
	border-radius: .25em;
	color: white;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label:empty
{
	display: none;
}
.btn .label
{
	position: relative;
	top: -1px;
}
a.label:hover,a.label:focus
{
	color: white;
	cursor: pointer;
	text-decoration: none;
}
.label-default
{
	background-color: #777777;
}
.label-default[href]:hover,.label-default[href]:focus
{
	background-color: #5e5e5e;
}
.label-primary
{
	background-color: #428bca;
}
.label-primary[href]:hover,.label-primary[href]:focus
{
	background-color: #3071a9;
}
.label-success
{
	background-color: #5cb85c;
}
.label-success[href]:hover,.label-success[href]:focus
{
	background-color: #449d44;
}
.label-info
{
	background-color: #5bc0de;
}
.label-info[href]:hover,.label-info[href]:focus
{
	background-color: #31b0d5;
}
.label-warning
{
	background-color: #f0ad4e;
}
.label-warning[href]:hover,.label-warning[href]:focus
{
	background-color: #ec971f;
}
.label-danger
{
	background-color: #d9534f;
}
.label-danger[href]:hover,.label-danger[href]:focus
{
	background-color: #c9302c;
}
.badge
{
	background-color: #777777;
	border-radius: 10px;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty
{
	display: none;
}
.btn .badge
{
	position: relative;
	top: -1px;
}
.btn-xs .badge,.btn-group-xs>.btn .badge
{
	padding: 1px 5px;
	top: 0;
}
a.list-group-item.active>.badge,.nav-pills>.active>a>.badge
{
	background-color: white;
	color: #428bca;
}
.nav-pills>li>a>.badge
{
	margin-left: 3px;
}
a.badge:hover,a.badge:focus
{
	color: white;
	cursor: pointer;
	text-decoration: none;
}
.jumbotron
{
	background-color: #eeeeee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px;
}
.jumbotron h1,.jumbotron .h1
{
	color: inherit;
}
.jumbotron p
{
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.jumbotron>hr
{
	border-top-color: #d5d5d5;
}
.container .jumbotron
{
	border-radius: 6px;
}
.jumbotron .container
{
	max-width: 100%;
}
@media screen and (min-width: 768px)
{
	.jumbotron
	{
		padding-bottom: 48px;
		padding-top: 48px;
	}
	.container .jumbotron
	{
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,.jumbotron .h1
	{
		font-size: 63px;
	}
}
.thumbnail
{
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	display: block;
	line-height: 1.428571429;
	margin-bottom: 20px;
	o-transition: all 0.2s ease-in-out;
	padding: 4px;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
}
.thumbnail>img,.thumbnail a>img
{
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100% \9;
}
.thumbnail .caption
{
	color: #333333;
	padding: 9px;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active
{
	border-color: #428bca;
}
.alert
{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4
{
	color: inherit;
	margin-top: 0;
}
.alert .alert-link
{
	font-weight: bold;
}
.alert>p,.alert>ul
{
	margin-bottom: 0;
}
.alert>p+p
{
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible
{
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close
{
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr
{
	border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
	color: #2b542c;
}
.alert-info
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr
{
	border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
	color: #245269;
}
.alert-warning
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr
{
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
	color: #66512c;
}
.alert-danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr
{
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
.progress
{
	background-color: whitesmoke;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar
{
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	color: white;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	o-transition: width 0.6s ease;
	text-align: center;
	transition: width 0.6s ease;
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	webkit-transition: width 0.6s ease;
	width: 0%;
}
.progress-striped .progress-bar,.progress-bar-striped
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar,.progress-bar.active
{
	animation: progress-bar-stripes 2s linear infinite;
	o-animation: progress-bar-stripes 2s linear infinite;
	webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]
{
	min-width: 30px;
}
.progress-bar[aria-valuenow="0"]
{
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: #777777;
	min-width: 30px;
}
.progress-bar-success
{
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info
{
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning
{
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger
{
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.media,.media-body
{
	overflow: hidden;
	zoom: 1;
}
.media,.media .media
{
	margin-top: 15px;
}
.media:first-child
{
	margin-top: 0;
}
.media-object
{
	display: block;
}
.media-heading
{
	margin: 0 0 5px;
}
.media>.pull-left
{
	margin-right: 10px;
}
.media>.pull-right
{
	margin-left: 10px;
}
.media-list
{
	list-style: none;
	padding-left: 0;
}
.list-group
{
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item
{
	background-color: white;
	border: 1px solid #dddddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group-item:first-child
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}
.list-group-item>.badge
{
	float: right;
}
.list-group-item>.badge+.badge
{
	margin-right: 5px;
}
a.list-group-item
{
	color: #555555;
}
a.list-group-item .list-group-item-heading
{
	color: #333333;
}
a.list-group-item:hover,a.list-group-item:focus
{
	background-color: whitesmoke;
	color: #555555;
	text-decoration: none;
}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus
{
	background-color: #eeeeee;
	color: #777777;
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading
{
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text
{
	color: #777777;
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus
{
	background-color: #428bca;
	border-color: #428bca;
	color: white;
	z-index: 2;
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small
{
	color: inherit;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text
{
	color: #e1edf7;
}
.list-group-item-success
{
	background-color: #dff0d8;
	color: #3c763d;
}
a.list-group-item-success
{
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-success:hover,a.list-group-item-success:focus
{
	background-color: #d0e9c6;
	color: #3c763d;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus
{
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}
.list-group-item-info
{
	background-color: #d9edf7;
	color: #31708f;
}
a.list-group-item-info
{
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-info:hover,a.list-group-item-info:focus
{
	background-color: #c4e3f3;
	color: #31708f;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus
{
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}
.list-group-item-warning
{
	background-color: #fcf8e3;
	color: #8a6d3b;
}
a.list-group-item-warning
{
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-warning:hover,a.list-group-item-warning:focus
{
	background-color: #faf2cc;
	color: #8a6d3b;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus
{
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}
.list-group-item-danger
{
	background-color: #f2dede;
	color: #a94442;
}
a.list-group-item-danger
{
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-danger:hover,a.list-group-item-danger:focus
{
	background-color: #ebcccc;
	color: #a94442;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus
{
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}
.list-group-item-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.list-group-item-text
{
	line-height: 1.3;
	margin-bottom: 0;
}
.panel
{
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body
{
	padding: 15px;
}
.panel-body:before,.panel-body:after
{
	content: " ";
	display: table;
}
.panel-body:after
{
	clear: both;
}
.panel-heading
{
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle
{
	color: inherit;
}
.panel-title
{
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title>a
{
	color: inherit;
}
.panel-footer
{
	background-color: whitesmoke;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #dddddd;
	padding: 10px 15px;
}
.panel>.list-group
{
	margin-bottom: 0;
}
.panel>.list-group .list-group-item
{
	border-radius: 0;
	border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child
{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child
{
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child
{
	border-top-width: 0;
}
.list-group+.panel-footer
{
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table
{
	margin-bottom: 0;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive
{
	border-top: 1px solid #dddddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td
{
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered
{
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
{
	border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
{
	border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
{
	border-bottom: 0;
}
.panel>.table-responsive
{
	border: 0;
	margin-bottom: 0;
}
.panel-group
{
	margin-bottom: 20px;
}
.panel-group .panel
{
	border-radius: 4px;
	margin-bottom: 0;
}
.panel-group .panel+.panel
{
	margin-top: 5px;
}
.panel-group .panel-heading
{
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body
{
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer
{
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
	border-bottom: 1px solid #dddddd;
}
.panel-default
{
	border-color: #dddddd;
}
.panel-default>.panel-heading
{
	background-color: whitesmoke;
	border-color: #dddddd;
	color: #333333;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #dddddd;
}
.panel-default>.panel-heading .badge
{
	background-color: #333333;
	color: whitesmoke;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #dddddd;
}
.panel-primary
{
	border-color: #428bca;
}
.panel-primary>.panel-heading
{
	background-color: #428bca;
	border-color: #428bca;
	color: white;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #428bca;
}
.panel-primary>.panel-heading .badge
{
	background-color: white;
	color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #428bca;
}
.panel-success
{
	border-color: #d6e9c6;
}
.panel-success>.panel-heading
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge
{
	background-color: #3c763d;
	color: #dff0d8;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #d6e9c6;
}
.panel-info
{
	border-color: #bce8f1;
}
.panel-info>.panel-heading
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge
{
	background-color: #31708f;
	color: #d9edf7;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #bce8f1;
}
.panel-warning
{
	border-color: #faebcc;
}
.panel-warning>.panel-heading
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge
{
	background-color: #8a6d3b;
	color: #fcf8e3;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #faebcc;
}
.panel-danger
{
	border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge
{
	background-color: #a94442;
	color: #f2dede;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #ebccd1;
}
.embed-responsive
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object
{
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive.embed-responsive-16by9
{
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3
{
	padding-bottom: 75%;
}
.well
{
	background-color: whitesmoke;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote
{
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-lg
{
	border-radius: 6px;
	padding: 24px;
}
.well-sm
{
	border-radius: 3px;
	padding: 9px;
}
.close
{
	color: black;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 white;
}
.close:hover,.close:focus
{
	color: black;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}
button.close
{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1050;
}
.modal.fade .modal-dialog
{
	moz-transition: -moz-transform 0.3s ease-out;
	o-transition: -o-transform 0.3s ease-out;
	transform: translate3d(0, -25%, 0);
	transition: transform 0.3s ease-out;
	webkit-transform: translate3d(0, -25%, 0);
	webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog
{
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog
{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content
{
	background-clip: padding-box;
	background-color: white;
	border: 1px solid #999999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	outline: 0;
	position: relative;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.modal-backdrop
{
	background-color: black;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade
{
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header
{
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
	padding: 15px;
}
.modal-header .close
{
	margin-top: -2px;
}
.modal-title
{
	line-height: 1.428571429;
	margin: 0;
}
.modal-body
{
	padding: 15px;
	position: relative;
}
.modal-footer
{
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer:before,.modal-footer:after
{
	content: " ";
	display: table;
}
.modal-footer:after
{
	clear: both;
}
.modal-footer .btn+.btn
{
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn
{
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
	margin-left: 0;
}
.modal-scrollbar-measure
{
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width: 768px)
{
	.modal-dialog
	{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content
	{
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
	.modal-sm
	{
		width: 300px;
	}
}
@media (min-width: 992px)
{
	.modal-lg
	{
		width: 900px;
	}
}
.tooltip
{
	display: block;
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}
.tooltip.in
{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tooltip.top
{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right
{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom
{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left
{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner
{
	background-color: black;
	border-radius: 4px;
	color: white;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow
{
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow
{
	border-top-color: black;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
	border-top-color: black;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}
.tooltip.top-right .tooltip-arrow
{
	border-top-color: black;
	border-width: 5px 5px 0;
	bottom: 0;
	right: 5px;
}
.tooltip.right .tooltip-arrow
{
	border-right-color: black;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow
{
	border-left-color: black;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow
{
	border-bottom-color: black;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow
{
	border-bottom-color: black;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow
{
	border-bottom-color: black;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}
.popover
{
	background-clip: padding-box;
	background-color: white;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
	z-index: 1060;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover>.arrow
{
	border-width: 11px;
}
.popover>.arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow
{
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after
{
	border-bottom-width: 0;
	border-top-color: white;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right>.arrow
{
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0,0,0,0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after
{
	border-left-width: 0;
	border-right-color: white;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom>.arrow
{
	border-bottom-color: #999999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after
{
	border-bottom-color: white;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow
{
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after
{
	border-left-color: white;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.carousel
{
	position: relative;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	o-transition: 0.6s ease-in-out left;
	position: relative;
	transition: 0.6s ease-in-out left;
	webkit-transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img
{
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
	width: 100% \9;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev
{
	display: block;
}
.carousel-inner>.active
{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev
{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next
{
	left: 100%;
}
.carousel-inner>.prev
{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right
{
	left: 0;
}
.carousel-inner>.active.left
{
	left: -100%;
}
.carousel-inner>.active.right
{
	left: 100%;
}
.carousel-control
{
	bottom: 0;
	color: white;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:hover,.carousel-control:focus
{
	color: white;
	filter: alpha(opacity=90);
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left
{
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right
{
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-prev,.carousel-control .icon-next
{
	font-family: serif;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid white;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: white;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: white;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width: 768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next
	{
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
	{
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
	{
		margin-right: -15px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators
	{
		bottom: 20px;
	}
}
.clearfix:before,.clearfix:after
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right !important;
}
.pull-left
{
	float: left !important;
}
.hide
{
	display: none !important;
}
.show
{
	display: block !important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden
{
	display: none !important;
	visibility: hidden !important;
}
.affix
{
	position: fixed;
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
}
@-ms-viewport
{
	width: device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg
{
	display: none !important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block
{
	display: none !important;
}
@media (max-width: 767px)
{
	.visible-xs
	{
		display: block !important;
	}
	table.visible-xs
	{
		display: table;
	}
	tr.visible-xs
	{
		display: table-row !important;
	}
	th.visible-xs,td.visible-xs
	{
		display: table-cell !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-block
	{
		display: block !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline
	{
		display: inline !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.visible-sm
	{
		display: block !important;
	}
	table.visible-sm
	{
		display: table;
	}
	tr.visible-sm
	{
		display: table-row !important;
	}
	th.visible-sm,td.visible-sm
	{
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.visible-sm-block
	{
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.visible-sm-inline
	{
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.visible-sm-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.visible-md
	{
		display: block !important;
	}
	table.visible-md
	{
		display: table;
	}
	tr.visible-md
	{
		display: table-row !important;
	}
	th.visible-md,td.visible-md
	{
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.visible-md-block
	{
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.visible-md-inline
	{
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.visible-md-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg
	{
		display: block !important;
	}
	table.visible-lg
	{
		display: table;
	}
	tr.visible-lg
	{
		display: table-row !important;
	}
	th.visible-lg,td.visible-lg
	{
		display: table-cell !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-block
	{
		display: block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline
	{
		display: inline !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline-block
	{
		display: inline-block !important;
	}
}
@media (max-width: 767px)
{
	.hidden-xs
	{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.hidden-sm
	{
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.hidden-md
	{
		display: none !important;
	}
}
@media (min-width: 1200px)
{
	.hidden-lg
	{
		display: none !important;
	}
}
.visible-print
{
	display: none !important;
}
@media print
{
	.visible-print
	{
		display: block !important;
	}
	table.visible-print
	{
		display: table;
	}
	tr.visible-print
	{
		display: table-row !important;
	}
	th.visible-print,td.visible-print
	{
		display: table-cell !important;
	}
}
.visible-print-block
{
	display: none !important;
}
@media print
{
	.visible-print-block
	{
		display: block !important;
	}
}
.visible-print-inline
{
	display: none !important;
}
@media print
{
	.visible-print-inline
	{
		display: inline !important;
	}
}
.visible-print-inline-block
{
	display: none !important;
}
@media print
{
	.visible-print-inline-block
	{
		display: inline-block !important;
	}
}
@media print
{
	.hidden-print
	{
		display: none !important;
	}
}
@font-face
{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url('font/fontawesome-webfont.eot');
	src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/fontawesome-webfont.woff') format('woff'),
		url('font/fontawesome-webfont.ttf') format('truetype'),
		url('font/FontAwesome.otf') format('opentype'),
		url('font/fontawesome-webfont.svg') format('svg');
}
.fa
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	webkit-font-smoothing: antialiased;
}
.fa-lg
{
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x
{
	font-size: 2em;
}
.fa-3x
{
	font-size: 3em;
}
.fa-4x
{
	font-size: 4em;
}
.fa-5x
{
	font-size: 5em;
}
.fa-fw
{
	text-align: center;
	width: 1.2857142857em;
}
.fa-ul
{
	list-style-type: none;
	margin-left: 2.1428571429em;
	padding-left: 0;
}
.fa-ul>li
{
	position: relative;
}
.fa-li
{
	left: -2.1428571429em;
	position: absolute;
	text-align: center;
	top: 0.1428571429em;
	width: 2.1428571429em;
}
.fa-li.fa-lg
{
	left: -1.8571428571em;
}
.fa-border
{
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.pull-right
{
	float: right;
}
.pull-left
{
	float: left;
}
.fa.pull-left
{
	margin-right: .3em;
}
.fa.pull-right
{
	margin-left: .3em;
}
.fa-spin
{
	animation: spin 2s infinite linear;
	moz-animation: spin 2s infinite linear;
	o-animation: spin 2s infinite linear;
	webkit-animation: spin 2s infinite linear;
}
@-moz-keyframes spin
{
	0%
	{
		moz-transform: rotate(0deg);
	}
	100%
	{
		moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin
{
	0%
	{
		webkit-transform: rotate(0deg);
	}
	100%
	{
		webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin
{
	0%
	{
		o-transform: rotate(0deg);
	}
	100%
	{
		o-transform: rotate(359deg);
	}
}
@keyframes spin
{
	0%
	{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(359deg);
		webkit-transform: rotate(359deg);
	}
}
.fa-rotate-90
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	moz-transform: rotate(90deg);
	ms-transform: rotate(90deg);
	o-transform: rotate(90deg);
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
.fa-rotate-180
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
.fa-rotate-270
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	moz-transform: rotate(270deg);
	ms-transform: rotate(270deg);
	o-transform: rotate(270deg);
	transform: rotate(270deg);
	webkit-transform: rotate(270deg);
}
.fa-flip-horizontal
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	moz-transform: scale(-1, 1);
	ms-transform: scale(-1, 1);
	o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	webkit-transform: scale(-1, 1);
}
.fa-flip-vertical
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	moz-transform: scale(1, -1);
	ms-transform: scale(1, -1);
	o-transform: scale(1, -1);
	transform: scale(1, -1);
	webkit-transform: scale(1, -1);
}
.fa-stack
{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.fa-stack-1x,.fa-stack-2x
{
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x
{
	line-height: inherit;
}
.fa-stack-2x
{
	font-size: 2em;
}
.fa-inverse
{
	color: white;
}
.fa-glass:before
{
	content: "\f000";
}
.fa-music:before
{
	content: "\f001";
}
.fa-search:before
{
	content: "\f002";
}
.fa-envelope-o:before
{
	content: "\f003";
}
.fa-heart:before
{
	content: "\f004";
}
.fa-star:before
{
	content: "\f005";
}
.fa-star-o:before
{
	content: "\f006";
}
.fa-user:before
{
	content: "\f007";
}
.fa-film:before
{
	content: "\f008";
}
.fa-th-large:before
{
	content: "\f009";
}
.fa-th:before
{
	content: "\f00a";
}
.fa-th-list:before
{
	content: "\f00b";
}
.fa-check:before
{
	content: "\f00c";
}
.fa-times:before
{
	content: "\f00d";
}
.fa-search-plus:before
{
	content: "\f00e";
}
.fa-search-minus:before
{
	content: "\f010";
}
.fa-power-off:before
{
	content: "\f011";
}
.fa-signal:before
{
	content: "\f012";
}
.fa-gear:before,.fa-cog:before
{
	content: "\f013";
}
.fa-trash-o:before
{
	content: "\f014";
}
.fa-home:before
{
	content: "\f015";
}
.fa-file-o:before
{
	content: "\f016";
}
.fa-clock-o:before
{
	content: "\f017";
}
.fa-road:before
{
	content: "\f018";
}
.fa-download:before
{
	content: "\f019";
}
.fa-arrow-circle-o-down:before
{
	content: "\f01a";
}
.fa-arrow-circle-o-up:before
{
	content: "\f01b";
}
.fa-inbox:before
{
	content: "\f01c";
}
.fa-play-circle-o:before
{
	content: "\f01d";
}
.fa-rotate-right:before,.fa-repeat:before
{
	content: "\f01e";
}
.fa-refresh:before
{
	content: "\f021";
}
.fa-list-alt:before
{
	content: "\f022";
}
.fa-lock:before
{
	content: "\f023";
}
.fa-flag:before
{
	content: "\f024";
}
.fa-headphones:before
{
	content: "\f025";
}
.fa-volume-off:before
{
	content: "\f026";
}
.fa-volume-down:before
{
	content: "\f027";
}
.fa-volume-up:before
{
	content: "\f028";
}
.fa-qrcode:before
{
	content: "\f029";
}
.fa-barcode:before
{
	content: "\f02a";
}
.fa-tag:before
{
	content: "\f02b";
}
.fa-tags:before
{
	content: "\f02c";
}
.fa-book:before
{
	content: "\f02d";
}
.fa-bookmark:before
{
	content: "\f02e";
}
.fa-print:before
{
	content: "\f02f";
}
.fa-camera:before
{
	content: "\f030";
}
.fa-font:before
{
	content: "\f031";
}
.fa-bold:before
{
	content: "\f032";
}
.fa-italic:before
{
	content: "\f033";
}
.fa-text-height:before
{
	content: "\f034";
}
.fa-text-width:before
{
	content: "\f035";
}
.fa-align-left:before
{
	content: "\f036";
}
.fa-align-center:before
{
	content: "\f037";
}
.fa-align-right:before
{
	content: "\f038";
}
.fa-align-justify:before
{
	content: "\f039";
}
.fa-list:before
{
	content: "\f03a";
}
.fa-dedent:before,.fa-outdent:before
{
	content: "\f03b";
}
.fa-indent:before
{
	content: "\f03c";
}
.fa-video-camera:before
{
	content: "\f03d";
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before
{
	content: "\f03e";
}
.fa-pencil:before
{
	content: "\f040";
}
.fa-map-marker:before
{
	content: "\f041";
}
.fa-adjust:before
{
	content: "\f042";
}
.fa-tint:before
{
	content: "\f043";
}
.fa-edit:before,.fa-pencil-square-o:before
{
	content: "\f044";
}
.fa-share-square-o:before
{
	content: "\f045";
}
.fa-check-square-o:before
{
	content: "\f046";
}
.fa-arrows:before
{
	content: "\f047";
}
.fa-step-backward:before
{
	content: "\f048";
}
.fa-fast-backward:before
{
	content: "\f049";
}
.fa-backward:before
{
	content: "\f04a";
}
.fa-play:before
{
	content: "\f04b";
}
.fa-pause:before
{
	content: "\f04c";
}
.fa-stop:before
{
	content: "\f04d";
}
.fa-forward:before
{
	content: "\f04e";
}
.fa-fast-forward:before
{
	content: "\f050";
}
.fa-step-forward:before
{
	content: "\f051";
}
.fa-eject:before
{
	content: "\f052";
}
.fa-chevron-left:before
{
	content: "\f053";
}
.fa-chevron-right:before
{
	content: "\f054";
}
.fa-plus-circle:before
{
	content: "\f055";
}
.fa-minus-circle:before
{
	content: "\f056";
}
.fa-times-circle:before
{
	content: "\f057";
}
.fa-check-circle:before
{
	content: "\f058";
}
.fa-question-circle:before
{
	content: "\f059";
}
.fa-info-circle:before
{
	content: "\f05a";
}
.fa-crosshairs:before
{
	content: "\f05b";
}
.fa-times-circle-o:before
{
	content: "\f05c";
}
.fa-check-circle-o:before
{
	content: "\f05d";
}
.fa-ban:before
{
	content: "\f05e";
}
.fa-arrow-left:before
{
	content: "\f060";
}
.fa-arrow-right:before
{
	content: "\f061";
}
.fa-arrow-up:before
{
	content: "\f062";
}
.fa-arrow-down:before
{
	content: "\f063";
}
.fa-mail-forward:before,.fa-share:before
{
	content: "\f064";
}
.fa-expand:before
{
	content: "\f065";
}
.fa-compress:before
{
	content: "\f066";
}
.fa-plus:before
{
	content: "\f067";
}
.fa-minus:before
{
	content: "\f068";
}
.fa-asterisk:before
{
	content: "\f069";
}
.fa-exclamation-circle:before
{
	content: "\f06a";
}
.fa-gift:before
{
	content: "\f06b";
}
.fa-leaf:before
{
	content: "\f06c";
}
.fa-fire:before
{
	content: "\f06d";
}
.fa-eye:before
{
	content: "\f06e";
}
.fa-eye-slash:before
{
	content: "\f070";
}
.fa-warning:before,.fa-exclamation-triangle:before
{
	content: "\f071";
}
.fa-plane:before
{
	content: "\f072";
}
.fa-calendar:before
{
	content: "\f073";
}
.fa-random:before
{
	content: "\f074";
}
.fa-comment:before
{
	content: "\f075";
}
.fa-magnet:before
{
	content: "\f076";
}
.fa-chevron-up:before
{
	content: "\f077";
}
.fa-chevron-down:before
{
	content: "\f078";
}
.fa-retweet:before
{
	content: "\f079";
}
.fa-shopping-cart:before
{
	content: "\f07a";
}
.fa-folder:before
{
	content: "\f07b";
}
.fa-folder-open:before
{
	content: "\f07c";
}
.fa-arrows-v:before
{
	content: "\f07d";
}
.fa-arrows-h:before
{
	content: "\f07e";
}
.fa-bar-chart-o:before
{
	content: "\f080";
}
.fa-twitter-square:before
{
	content: "\f081";
}
.fa-facebook-square:before
{
	content: "\f082";
}
.fa-camera-retro:before
{
	content: "\f083";
}
.fa-key:before
{
	content: "\f084";
}
.fa-gears:before,.fa-cogs:before
{
	content: "\f085";
}
.fa-comments:before
{
	content: "\f086";
}
.fa-thumbs-o-up:before
{
	content: "\f087";
}
.fa-thumbs-o-down:before
{
	content: "\f088";
}
.fa-star-half:before
{
	content: "\f089";
}
.fa-heart-o:before
{
	content: "\f08a";
}
.fa-sign-out:before
{
	content: "\f08b";
}
.fa-linkedin-square:before
{
	content: "\f08c";
}
.fa-thumb-tack:before
{
	content: "\f08d";
}
.fa-external-link:before
{
	content: "\f08e";
}
.fa-sign-in:before
{
	content: "\f090";
}
.fa-trophy:before
{
	content: "\f091";
}
.fa-github-square:before
{
	content: "\f092";
}
.fa-upload:before
{
	content: "\f093";
}
.fa-lemon-o:before
{
	content: "\f094";
}
.fa-phone:before
{
	content: "\f095";
}
.fa-square-o:before
{
	content: "\f096";
}
.fa-bookmark-o:before
{
	content: "\f097";
}
.fa-phone-square:before
{
	content: "\f098";
}
.fa-twitter:before
{
	content: "\f099";
}
.fa-facebook:before
{
	content: "\f09a";
}
.fa-github:before
{
	content: "\f09b";
}
.fa-unlock:before
{
	content: "\f09c";
}
.fa-credit-card:before
{
	content: "\f09d";
}
.fa-rss:before
{
	content: "\f09e";
}
.fa-hdd-o:before
{
	content: "\f0a0";
}
.fa-bullhorn:before
{
	content: "\f0a1";
}
.fa-bell:before
{
	content: "\f0f3";
}
.fa-certificate:before
{
	content: "\f0a3";
}
.fa-hand-o-right:before
{
	content: "\f0a4";
}
.fa-hand-o-left:before
{
	content: "\f0a5";
}
.fa-hand-o-up:before
{
	content: "\f0a6";
}
.fa-hand-o-down:before
{
	content: "\f0a7";
}
.fa-arrow-circle-left:before
{
	content: "\f0a8";
}
.fa-arrow-circle-right:before
{
	content: "\f0a9";
}
.fa-arrow-circle-up:before
{
	content: "\f0aa";
}
.fa-arrow-circle-down:before
{
	content: "\f0ab";
}
.fa-globe:before
{
	content: "\f0ac";
}
.fa-wrench:before
{
	content: "\f0ad";
}
.fa-tasks:before
{
	content: "\f0ae";
}
.fa-filter:before
{
	content: "\f0b0";
}
.fa-briefcase:before
{
	content: "\f0b1";
}
.fa-arrows-alt:before
{
	content: "\f0b2";
}
.fa-group:before,.fa-users:before
{
	content: "\f0c0";
}
.fa-chain:before,.fa-link:before
{
	content: "\f0c1";
}
.fa-cloud:before
{
	content: "\f0c2";
}
.fa-flask:before
{
	content: "\f0c3";
}
.fa-cut:before,.fa-scissors:before
{
	content: "\f0c4";
}
.fa-copy:before,.fa-files-o:before
{
	content: "\f0c5";
}
.fa-paperclip:before
{
	content: "\f0c6";
}
.fa-save:before,.fa-floppy-o:before
{
	content: "\f0c7";
}
.fa-square:before
{
	content: "\f0c8";
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before
{
	content: "\f0c9";
}
.fa-list-ul:before
{
	content: "\f0ca";
}
.fa-list-ol:before
{
	content: "\f0cb";
}
.fa-strikethrough:before
{
	content: "\f0cc";
}
.fa-underline:before
{
	content: "\f0cd";
}
.fa-table:before
{
	content: "\f0ce";
}
.fa-magic:before
{
	content: "\f0d0";
}
.fa-truck:before
{
	content: "\f0d1";
}
.fa-pinterest:before
{
	content: "\f0d2";
}
.fa-pinterest-square:before
{
	content: "\f0d3";
}
.fa-google-plus-square:before
{
	content: "\f0d4";
}
.fa-google-plus:before
{
	content: "\f0d5";
}
.fa-money:before
{
	content: "\f0d6";
}
.fa-caret-down:before
{
	content: "\f0d7";
}
.fa-caret-up:before
{
	content: "\f0d8";
}
.fa-caret-left:before
{
	content: "\f0d9";
}
.fa-caret-right:before
{
	content: "\f0da";
}
.fa-columns:before
{
	content: "\f0db";
}
.fa-unsorted:before,.fa-sort:before
{
	content: "\f0dc";
}
.fa-sort-down:before,.fa-sort-desc:before
{
	content: "\f0dd";
}
.fa-sort-up:before,.fa-sort-asc:before
{
	content: "\f0de";
}
.fa-envelope:before
{
	content: "\f0e0";
}
.fa-linkedin:before
{
	content: "\f0e1";
}
.fa-rotate-left:before,.fa-undo:before
{
	content: "\f0e2";
}
.fa-legal:before,.fa-gavel:before
{
	content: "\f0e3";
}
.fa-dashboard:before,.fa-tachometer:before
{
	content: "\f0e4";
}
.fa-comment-o:before
{
	content: "\f0e5";
}
.fa-comments-o:before
{
	content: "\f0e6";
}
.fa-flash:before,.fa-bolt:before
{
	content: "\f0e7";
}
.fa-sitemap:before
{
	content: "\f0e8";
}
.fa-umbrella:before
{
	content: "\f0e9";
}
.fa-paste:before,.fa-clipboard:before
{
	content: "\f0ea";
}
.fa-lightbulb-o:before
{
	content: "\f0eb";
}
.fa-exchange:before
{
	content: "\f0ec";
}
.fa-cloud-download:before
{
	content: "\f0ed";
}
.fa-cloud-upload:before
{
	content: "\f0ee";
}
.fa-user-md:before
{
	content: "\f0f0";
}
.fa-stethoscope:before
{
	content: "\f0f1";
}
.fa-suitcase:before
{
	content: "\f0f2";
}
.fa-bell-o:before
{
	content: "\f0a2";
}
.fa-coffee:before
{
	content: "\f0f4";
}
.fa-cutlery:before
{
	content: "\f0f5";
}
.fa-file-text-o:before
{
	content: "\f0f6";
}
.fa-building-o:before
{
	content: "\f0f7";
}
.fa-hospital-o:before
{
	content: "\f0f8";
}
.fa-ambulance:before
{
	content: "\f0f9";
}
.fa-medkit:before
{
	content: "\f0fa";
}
.fa-fighter-jet:before
{
	content: "\f0fb";
}
.fa-beer:before
{
	content: "\f0fc";
}
.fa-h-square:before
{
	content: "\f0fd";
}
.fa-plus-square:before
{
	content: "\f0fe";
}
.fa-angle-double-left:before
{
	content: "\f100";
}
.fa-angle-double-right:before
{
	content: "\f101";
}
.fa-angle-double-up:before
{
	content: "\f102";
}
.fa-angle-double-down:before
{
	content: "\f103";
}
.fa-angle-left:before
{
	content: "\f104";
}
.fa-angle-right:before
{
	content: "\f105";
}
.fa-angle-up:before
{
	content: "\f106";
}
.fa-angle-down:before
{
	content: "\f107";
}
.fa-desktop:before
{
	content: "\f108";
}
.fa-laptop:before
{
	content: "\f109";
}
.fa-tablet:before
{
	content: "\f10a";
}
.fa-mobile-phone:before,.fa-mobile:before
{
	content: "\f10b";
}
.fa-circle-o:before
{
	content: "\f10c";
}
.fa-quote-left:before
{
	content: "\f10d";
}
.fa-quote-right:before
{
	content: "\f10e";
}
.fa-spinner:before
{
	content: "\f110";
}
.fa-circle:before
{
	content: "\f111";
}
.fa-mail-reply:before,.fa-reply:before
{
	content: "\f112";
}
.fa-github-alt:before
{
	content: "\f113";
}
.fa-folder-o:before
{
	content: "\f114";
}
.fa-folder-open-o:before
{
	content: "\f115";
}
.fa-smile-o:before
{
	content: "\f118";
}
.fa-frown-o:before
{
	content: "\f119";
}
.fa-meh-o:before
{
	content: "\f11a";
}
.fa-gamepad:before
{
	content: "\f11b";
}
.fa-keyboard-o:before
{
	content: "\f11c";
}
.fa-flag-o:before
{
	content: "\f11d";
}
.fa-flag-checkered:before
{
	content: "\f11e";
}
.fa-terminal:before
{
	content: "\f120";
}
.fa-code:before
{
	content: "\f121";
}
.fa-mail-reply-all:before,.fa-reply-all:before
{
	content: "\f122";
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before
{
	content: "\f123";
}
.fa-location-arrow:before
{
	content: "\f124";
}
.fa-crop:before
{
	content: "\f125";
}
.fa-code-fork:before
{
	content: "\f126";
}
.fa-unlink:before,.fa-chain-broken:before
{
	content: "\f127";
}
.fa-question:before
{
	content: "\f128";
}
.fa-info:before
{
	content: "\f129";
}
.fa-exclamation:before
{
	content: "\f12a";
}
.fa-superscript:before
{
	content: "\f12b";
}
.fa-subscript:before
{
	content: "\f12c";
}
.fa-eraser:before
{
	content: "\f12d";
}
.fa-puzzle-piece:before
{
	content: "\f12e";
}
.fa-microphone:before
{
	content: "\f130";
}
.fa-microphone-slash:before
{
	content: "\f131";
}
.fa-shield:before
{
	content: "\f132";
}
.fa-calendar-o:before
{
	content: "\f133";
}
.fa-fire-extinguisher:before
{
	content: "\f134";
}
.fa-rocket:before
{
	content: "\f135";
}
.fa-maxcdn:before
{
	content: "\f136";
}
.fa-chevron-circle-left:before
{
	content: "\f137";
}
.fa-chevron-circle-right:before
{
	content: "\f138";
}
.fa-chevron-circle-up:before
{
	content: "\f139";
}
.fa-chevron-circle-down:before
{
	content: "\f13a";
}
.fa-html5:before
{
	content: "\f13b";
}
.fa-css3:before
{
	content: "\f13c";
}
.fa-anchor:before
{
	content: "\f13d";
}
.fa-unlock-alt:before
{
	content: "\f13e";
}
.fa-bullseye:before
{
	content: "\f140";
}
.fa-ellipsis-h:before
{
	content: "\f141";
}
.fa-ellipsis-v:before
{
	content: "\f142";
}
.fa-rss-square:before
{
	content: "\f143";
}
.fa-play-circle:before
{
	content: "\f144";
}
.fa-ticket:before
{
	content: "\f145";
}
.fa-minus-square:before
{
	content: "\f146";
}
.fa-minus-square-o:before
{
	content: "\f147";
}
.fa-level-up:before
{
	content: "\f148";
}
.fa-level-down:before
{
	content: "\f149";
}
.fa-check-square:before
{
	content: "\f14a";
}
.fa-pencil-square:before
{
	content: "\f14b";
}
.fa-external-link-square:before
{
	content: "\f14c";
}
.fa-share-square:before
{
	content: "\f14d";
}
.fa-compass:before
{
	content: "\f14e";
}
.fa-toggle-down:before,.fa-caret-square-o-down:before
{
	content: "\f150";
}
.fa-toggle-up:before,.fa-caret-square-o-up:before
{
	content: "\f151";
}
.fa-toggle-right:before,.fa-caret-square-o-right:before
{
	content: "\f152";
}
.fa-euro:before,.fa-eur:before
{
	content: "\f153";
}
.fa-gbp:before
{
	content: "\f154";
}
.fa-dollar:before,.fa-usd:before
{
	content: "\f155";
}
.fa-rupee:before,.fa-inr:before
{
	content: "\f156";
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before
{
	content: "\f157";
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before
{
	content: "\f158";
}
.fa-won:before,.fa-krw:before
{
	content: "\f159";
}
.fa-bitcoin:before,.fa-btc:before
{
	content: "\f15a";
}
.fa-file:before
{
	content: "\f15b";
}
.fa-file-text:before
{
	content: "\f15c";
}
.fa-sort-alpha-asc:before
{
	content: "\f15d";
}
.fa-sort-alpha-desc:before
{
	content: "\f15e";
}
.fa-sort-amount-asc:before
{
	content: "\f160";
}
.fa-sort-amount-desc:before
{
	content: "\f161";
}
.fa-sort-numeric-asc:before
{
	content: "\f162";
}
.fa-sort-numeric-desc:before
{
	content: "\f163";
}
.fa-thumbs-up:before
{
	content: "\f164";
}
.fa-thumbs-down:before
{
	content: "\f165";
}
.fa-youtube-square:before
{
	content: "\f166";
}
.fa-youtube:before
{
	content: "\f167";
}
.fa-xing:before
{
	content: "\f168";
}
.fa-xing-square:before
{
	content: "\f169";
}
.fa-youtube-play:before
{
	content: "\f16a";
}
.fa-dropbox:before
{
	content: "\f16b";
}
.fa-stack-overflow:before
{
	content: "\f16c";
}
.fa-instagram:before
{
	content: "\f16d";
}
.fa-flickr:before
{
	content: "\f16e";
}
.fa-adn:before
{
	content: "\f170";
}
.fa-bitbucket:before
{
	content: "\f171";
}
.fa-bitbucket-square:before
{
	content: "\f172";
}
.fa-tumblr:before
{
	content: "\f173";
}
.fa-tumblr-square:before
{
	content: "\f174";
}
.fa-long-arrow-down:before
{
	content: "\f175";
}
.fa-long-arrow-up:before
{
	content: "\f176";
}
.fa-long-arrow-left:before
{
	content: "\f177";
}
.fa-long-arrow-right:before
{
	content: "\f178";
}
.fa-apple:before
{
	content: "\f179";
}
.fa-windows:before
{
	content: "\f17a";
}
.fa-android:before
{
	content: "\f17b";
}
.fa-linux:before
{
	content: "\f17c";
}
.fa-dribbble:before
{
	content: "\f17d";
}
.fa-skype:before
{
	content: "\f17e";
}
.fa-foursquare:before
{
	content: "\f180";
}
.fa-trello:before
{
	content: "\f181";
}
.fa-female:before
{
	content: "\f182";
}
.fa-male:before
{
	content: "\f183";
}
.fa-gittip:before
{
	content: "\f184";
}
.fa-sun-o:before
{
	content: "\f185";
}
.fa-moon-o:before
{
	content: "\f186";
}
.fa-archive:before
{
	content: "\f187";
}
.fa-bug:before
{
	content: "\f188";
}
.fa-vk:before
{
	content: "\f189";
}
.fa-weibo:before
{
	content: "\f18a";
}
.fa-renren:before
{
	content: "\f18b";
}
.fa-pagelines:before
{
	content: "\f18c";
}
.fa-stack-exchange:before
{
	content: "\f18d";
}
.fa-arrow-circle-o-right:before
{
	content: "\f18e";
}
.fa-arrow-circle-o-left:before
{
	content: "\f190";
}
.fa-toggle-left:before,.fa-caret-square-o-left:before
{
	content: "\f191";
}
.fa-dot-circle-o:before
{
	content: "\f192";
}
.fa-wheelchair:before
{
	content: "\f193";
}
.fa-vimeo-square:before
{
	content: "\f194";
}
.fa-turkish-lira:before,.fa-try:before
{
	content: "\f195";
}
.fa-plus-square-o:before
{
	content: "\f196";
}
.fa-space-shuttle:before
{
	content: "\f197";
}
.fa-slack:before
{
	content: "\f198";
}
.fa-envelope-square:before
{
	content: "\f199";
}
.fa-wordpress:before
{
	content: "\f19a";
}
.fa-openid:before
{
	content: "\f19b";
}
.fa-institution:before,.fa-bank:before,.fa-university:before
{
	content: "\f19c";
}
.fa-mortar-board:before,.fa-graduation-cap:before
{
	content: "\f19d";
}
.fa-yahoo:before
{
	content: "\f19e";
}
.fa-google:before
{
	content: "\f1a0";
}
.fa-reddit:before
{
	content: "\f1a1";
}
.fa-reddit-square:before
{
	content: "\f1a2";
}
.fa-stumbleupon-circle:before
{
	content: "\f1a3";
}
.fa-stumbleupon:before
{
	content: "\f1a4";
}
.fa-delicious:before
{
	content: "\f1a5";
}
.fa-digg:before
{
	content: "\f1a6";
}
.fa-pied-piper-square:before,.fa-pied-piper:before
{
	content: "\f1a7";
}
.fa-pied-piper-alt:before
{
	content: "\f1a8";
}
.fa-drupal:before
{
	content: "\f1a9";
}
.fa-joomla:before
{
	content: "\f1aa";
}
.fa-language:before
{
	content: "\f1ab";
}
.fa-fax:before
{
	content: "\f1ac";
}
.fa-building:before
{
	content: "\f1ad";
}
.fa-child:before
{
	content: "\f1ae";
}
.fa-paw:before
{
	content: "\f1b0";
}
.fa-spoon:before
{
	content: "\f1b1";
}
.fa-cube:before
{
	content: "\f1b2";
}
.fa-cubes:before
{
	content: "\f1b3";
}
.fa-behance:before
{
	content: "\f1b4";
}
.fa-behance-square:before
{
	content: "\f1b5";
}
.fa-steam:before
{
	content: "\f1b6";
}
.fa-steam-square:before
{
	content: "\f1b7";
}
.fa-recycle:before
{
	content: "\f1b8";
}
.fa-automobile:before,.fa-car:before
{
	content: "\f1b9";
}
.fa-cab:before,.fa-taxi:before
{
	content: "\f1ba";
}
.fa-tree:before
{
	content: "\f1bb";
}
.fa-spotify:before
{
	content: "\f1bc";
}
.fa-deviantart:before
{
	content: "\f1bd";
}
.fa-soundcloud:before
{
	content: "\f1be";
}
.fa-database:before
{
	content: "\f1c0";
}
.fa-file-pdf-o:before
{
	content: "\f1c1";
}
.fa-file-word-o:before
{
	content: "\f1c2";
}
.fa-file-excel-o:before
{
	content: "\f1c3";
}
.fa-file-powerpoint-o:before
{
	content: "\f1c4";
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before
{
	content: "\f1c5";
}
.fa-file-zip-o:before,.fa-file-archive-o:before
{
	content: "\f1c6";
}
.fa-file-sound-o:before,.fa-file-audio-o:before
{
	content: "\f1c7";
}
.fa-file-movie-o:before,.fa-file-video-o:before
{
	content: "\f1c8";
}
.fa-file-code-o:before
{
	content: "\f1c9";
}
.fa-vine:before
{
	content: "\f1ca";
}
.fa-codepen:before
{
	content: "\f1cb";
}
.fa-jsfiddle:before
{
	content: "\f1cc";
}
.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before
{
	content: "\f1cd";
}
.fa-circle-o-notch:before
{
	content: "\f1ce";
}
.fa-ra:before,.fa-rebel:before
{
	content: "\f1d0";
}
.fa-ge:before,.fa-empire:before
{
	content: "\f1d1";
}
.fa-git-square:before
{
	content: "\f1d2";
}
.fa-git:before
{
	content: "\f1d3";
}
.fa-hacker-news:before
{
	content: "\f1d4";
}
.fa-tencent-weibo:before
{
	content: "\f1d5";
}
.fa-qq:before
{
	content: "\f1d6";
}
.fa-wechat:before,.fa-weixin:before
{
	content: "\f1d7";
}
.fa-send:before,.fa-paper-plane:before
{
	content: "\f1d8";
}
.fa-send-o:before,.fa-paper-plane-o:before
{
	content: "\f1d9";
}
.fa-history:before
{
	content: "\f1da";
}
.fa-circle-thin:before
{
	content: "\f1db";
}
.fa-header:before
{
	content: "\f1dc";
}
.fa-paragraph:before
{
	content: "\f1dd";
}
.fa-sliders:before
{
	content: "\f1de";
}
.fa-share-alt:before
{
	content: "\f1e0";
}
.fa-share-alt-square:before
{
	content: "\f1e1";
}
.fa-bomb:before
{
	content: "\f1e2";
}
.owl-carousel .owl-wrapper:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.owl-carousel
{
	display: none;
	ms-touch-action: pan-y;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper
{
	display: none;
	position: relative;
	webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight
{
	moz-transition: height 500ms ease-in-out;
	ms-transition: height 500ms ease-in-out;
	o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
	webkit-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item
{
	float: left;
}
.owl-controls .owl-page,.owl-controls .owl-buttons div
{
	cursor: pointer;
}
.owl-controls
{
	khtml-user-select: none;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-tap-highlight-color: rgba(0,0,0,0);
	webkit-user-select: none;
}
.grabbing
{
	cursor: url(grabbing.html) 8 8,move;
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item
{
	moz-backface-visibility: hidden;
	moz-transform: translate3d(0, 0, 0);
	ms-backface-visibility: hidden;
	ms-transform: translate3d(0, 0, 0);
	webkit-backface-visibility: hidden;
	webkit-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls
{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div
{
	background: #869791;
	border-radius: 30px;
	color: #FFF;
	display: inline;
	display: inline-block;
	filter: Alpha(Opacity=50);
	font-size: 12px;
	margin: 5px;
	moz-border-radius: 30px;
	opacity: 0.5;
	padding: 3px 10px;
	webkit-border-radius: 30px;
	zoom: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover
{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page
{
	display: inline;
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span
{
	background: #869791;
	border-radius: 20px;
	display: block;
	filter: Alpha(Opacity=50);
	height: 12px;
	margin: 5px 7px;
	moz-border-radius: 20px;
	opacity: 0.5;
	webkit-border-radius: 20px;
	width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span
{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers
{
	border-radius: 30px;
	color: #FFF;
	font-size: 12px;
	height: auto;
	moz-border-radius: 30px;
	padding: 2px 10px;
	webkit-border-radius: 30px;
	width: auto;
}
.owl-item.loading
{
	background: url(AjaxLoader.html) no-repeat center center;
	min-height: 150px;
}
@font-face
{
	font-family: 'HelveticaNeueLTStd-Th';
	font-style: normal;
	font-weight: normal;
	src: url(../assets/commons/HelveticaNeueLTStd-Th/2B9F44_0_0-7c22ababc20c26e1f924a97de2c5349f.html);
	src: url(../assets/commons/HelveticaNeueLTStd-Th/2B9F44_0_0-7c22ababc20c26e1f924a97de2c5349fd41d.html?#iefix) format("embedded-opentype"),url(../assets/commons/HelveticaNeueLTStd-Th/2B9F44_0_0-cf39c21e3b0afed68004f614811b6291.html) format("woff"),url(../assets/commons/HelveticaNeueLTStd-Th/2B9F44_0_0-42038696ea42f5073ac4c51e72d94eb0.html) format("truetype"),url(../assets/commons/HelveticaNeueLTStd-Th/2B9F44_0_0-8a74b36367a95de43f4f1beb6b175b4d.html#wf) format("svg");
}
@font-face
{
	font-family: 'HelveticaNeueLT-Light';
	font-style: normal;
	font-weight: normal;
	src: url(../assets/commons/HelveticaNeueLT-Light/2B9F44_3_0-6a95f8079115c92f8c74181811e2171f.html);
	src: url(../assets/commons/HelveticaNeueLT-Light/2B9F44_3_0-6a95f8079115c92f8c74181811e2171fd41d.html?#iefix) format("embedded-opentype"),url(../assets/commons/HelveticaNeueLT-Light/2B9F44_3_0-acdb5e058a00a0bb5821f0e2321d0f34.html) format("woff"),url(../assets/commons/HelveticaNeueLT-Light/2B9F44_3_0-baf8d69faca5a0a8dbea0fd0888ebec6.html) format("truetype"),url(../assets/commons/HelveticaNeueLT-Light/2B9F44_3_0-e7acdb0f8ba4c9f06b9724368951cea5.html#wf) format("svg");
}
@font-face
{
	font-family: 'HelveticaNeueLT-Roman';
	font-style: normal;
	font-weight: normal;
	src: url(../assets/commons/HelveticaNeueLT-Roman/2B9F44_4_0-d432bef0e2522e9014daa2886bb5388b.html);
	src: url(../assets/commons/HelveticaNeueLT-Roman/2B9F44_4_0-d432bef0e2522e9014daa2886bb5388bd41d.html?#iefix) format("embedded-opentype"),url(../assets/commons/HelveticaNeueLT-Roman/2B9F44_4_0-4bbb8a1540b22e6fd283140d403ecac8.html) format("woff"),url(../assets/commons/HelveticaNeueLT-Roman/2B9F44_4_0-ed3974e1476b1c48efb228ef681a636a.html) format("truetype"),url(../assets/commons/HelveticaNeueLT-Roman/2B9F44_4_0-811449f0d01a47c96a70ec2d420200a5.html#wf) format("svg");
}
@font-face
{
	font-family: 'HelveticaNeueLT-Medium';
	font-style: normal;
	font-weight: normal;
	src: url(../assets/commons/HelveticaNeueLT-Medium/2B9F44_2_0-a137ec9eabc2f88426fbe4940da380df.html);
	src: url(../assets/commons/HelveticaNeueLT-Medium/2B9F44_2_0-a137ec9eabc2f88426fbe4940da380dfd41d.html?#iefix) format("embedded-opentype"),url(../assets/commons/HelveticaNeueLT-Medium/2B9F44_2_0-e912f5e7e649a85b4db40c8c84039ad4.html) format("woff"),url(../assets/commons/HelveticaNeueLT-Medium/2B9F44_2_0-d8b17761dab97200d17cc3f98a5aee43.html) format("truetype"),url(../assets/commons/HelveticaNeueLT-Medium/2B9F44_2_0-f92087548f0b7cf3f0b8670b2ba539a6.html#wf) format("svg");
}
@font-face
{
	font-family: 'HelveticaNeueLT-Bold';
	font-style: normal;
	font-weight: normal;
	src: url(../assets/commons/HelveticaNeueLT-Bold/2B9F44_1_0-3fa38ef7774cf34abcdccf78f21c5510.html);
	src: url(../assets/commons/HelveticaNeueLT-Bold/2B9F44_1_0-3fa38ef7774cf34abcdccf78f21c5510d41d.html?#iefix) format("embedded-opentype"),url(../assets/commons/HelveticaNeueLT-Bold/2B9F44_1_0-712d6dfb381cfe7135a0e6f8b450648f.html) format("woff"),url(../assets/commons/HelveticaNeueLT-Bold/2B9F44_1_0-0d40fd336899c8c20486ec53013f1d95.html) format("truetype"),url(../assets/commons/HelveticaNeueLT-Bold/2B9F44_1_0-d81cb95f34abff3ec8a4342f3a7992bc.html#wf) format("svg");
}
.HelveticaNeue35Thin
{
	font-family: HelveticaNeueLTStd-Th;
}
.HelveticaNeue45Light
{
	font-family: HelveticaNeueLT-Light;
}
.HelveticaNeue55Roman
{
	font-family: HelveticaNeueLT-Roman;
}
.HelveticaNeue65Medium
{
	font-family: HelveticaNeueLT-Medium;
}
.HelveticaNeue75Bold
{
	font-family: HelveticaNeueLT-Bold;
}
@font-face
{
	font-family: 'ios7';
	font-style: normal;
	font-weight: normal;
	src: url('../css/fonts/ios7-icon.woff') format('woff');
}
[class^="icon-"]:before,[class*=" icon-"]:before
{
	display: inline-block;
	font-family: "ios7";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: .2em;
	margin-right: .2em;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}
.icon-bank:before
{
	content: '\e800';
}
.icon-cars:before
{
	content: '\e801';
}
.icon-department:before
{
	content: '\e802';
}
.icon-factory:before
{
	content: '\e803';
}
.icon-dog-house:before
{
	content: '\e804';
}
.icon-find-user:before
{
	content: '\e805';
}
.icon-flag:before
{
	content: '\e806';
}
.icon-gift:before
{
	content: '\e807';
}
.icon-zoom-in:before
{
	content: '\e808';
}
.icon-user-male4:before
{
	content: '\e809';
}
.icon-phone3:before
{
	content: '\e80a';
}
.icon-search:before
{
	content: '\e80b';
}
.icon-money-bag:before
{
	content: '\e80c';
}
.icon-menu:before
{
	content: '\e80d';
}
.icon-location:before
{
	content: '\e80e';
}
.icon-phone1:before
{
	content: '\e80f';
}
.icon-zoom-out:before
{
	content: '\e810';
}
.icon-back:before
{
	content: '\e811';
}
.icon-forward:before
{
	content: '\e812';
}
.icon-chat:before
{
	content: '\e813';
}
.icon-money:before
{
	content: '\e814';
}
.icon-paint-bucket:before
{
	content: '\e815';
}
.icon-pen:before
{
	content: '\e816';
}
.icon-road-worker:before
{
	content: '\e817';
}
.icon-wallet:before
{
	content: '\e818';
}
.icon-info:before
{
	content: '\e819';
}
.icon-star:before
{
	content: '\e81a';
}
.icon-topic:before
{
	content: '\e81b';
}
.icon-area-chart:before
{
	content: '\e81c';
}
.icon-close:before
{
	content: '\e81d';
}
.icon-edit-file:before
{
	content: '\e81e';
}
.icon-help:before
{
	content: '\e81f';
}
.icon-home:before
{
    content: '\e820';
}
.icon-single-unit:before
{
    content:url('../assets/home/icons/single_unit34X34.png');
}
body.no-touch .section-find .filters button:hover .icon-single-unit:before
{
    content:url('../assets/home/icons/single_unit_white34X34.png');
}
.icon-sofa:before
{
    content:url('../assets/home/icons/sofa34X34.png');
}
body.no-touch .section-find .filters button:hover .icon-sofa:before
{
    content:url('../assets/home/icons/sofawhite34X34.png');
}

.icon-multi-unit:before
{
    content: url('../assets/home/icons/multi_unit34X34 copy.png');
    margin-right: 5px;
}
body.no-touch .section-find .filters button:hover .icon-multi-unit:before
{
    content: url('../assets/home/icons/multi_unit_white34X34.png');
    margin-right: 5px;
}

.icon-mezzanine-only:before
{
    content: url('../assets/home/icons/mezzanaine34X34 copy.png');
    margin-right: 5px;
	padding-bottom:12px;
	position:relative;
	left:-8px;
}
body.no-touch .section-find .filters button:hover .icon-mezzanine-only:before
{
    /*content: url('../assets/home/icons/white-mezzanaine34X34.png');
    margin-right: 5px;*/
}

body.no-touch .section-find .filters a:hover .icon-mezzanine-only:before
{
    content: url('../assets/home/icons/white-mezzanaine34X34.png');
    margin-right: 5px;
}

.icon-free:before
{
    content: url('../assets/home/icons/free58X58.png');
    margin-right: 5px;
}
.icon-speed:before
{
    content: url('../assets/home/icons/speed58X58.png');
    margin-right: 5px;
}
.icon-deal:before
{
    content: url('../assets/home/icons/deal58X58.png');
    margin-right: 10px;
}
.icon-tailored:before
{
    content: url('../assets/home/icons/tailored58X58.png');
    margin-right: 10px;
}



.icon-right2:before
{
	content: '\e821';
}
.icon-clock:before
{
	content: '\e822';
}
.icon-cash-receiving:before
{
	content: '\e823';
}
.icon-math:before
{
	content: '\e824';
}
.icon-money-box:before
{
	content: '\e825';
}
.icon-scatter-plot:before
{
	content: '\e826';
}
.icon-banknotes:before
{
	content: '\e827';
}
.icon-card-in-use:before
{
	content: '\e828';
}
.icon-map-marker:before
{
	content: '\e829';
}
.icon-happy:before
{
	content: '\e82a';
}
.icon-to-do:before
{
	content: '\e82b';
}
.icon-survey:before
{
	content: '\e82c';
}
.icon-conference:before
{
	content: '\e82d';
}
.icon-data-in-both-directions:before
{
	content: '\e82e';
}
.icon-broadcasting:before
{
	content: '\e82f';
}
.icon-university:before
{
	content: '\e830';
}

.bootstrap-form-control
{
	background-color: white;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.428571429;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}
form.floating-label ::-webkit-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Roman;
}
form.floating-label :-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Roman;
}
form.floating-label ::-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Roman;
}
form.floating-label :-ms-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Roman;
}
form.floating-label>.success
{
	display: none;
}
form.floating-label p.message
{
	padding: 20px auto;
}
form.floating-label input,form.floating-label textarea,form.floating-label select
{
	background-color: white;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.428571429;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}
form.floating-label .form-group
{
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
form.floating-label .form-group.error
{
	border-bottom: 1px solid #bf4343;
}
form.floating-label .form-group.error em
{
	color: #bf4343;
	font-style: normal;
}
form.floating-label .form-group.has-textarea
{
	border: 0;
	margin-bottom: 20px;
}
form.floating-label .form-group.has-textarea textarea
{
	border: 1px solid #b3b3b3;
	padding: 0.3em;
}
form.floating-label .form-group.has-select
{
	border: 0;
	margin-bottom: 20px;
}
form.floating-label .form-group.has-select select
{
	border: 1px solid #cccccc !important;
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.3em;
	margin-top: 10px;
	padding: 5px 10px;
}
form.floating-label .form-group.has-select select option
{
	padding-bottom: 5px;
	padding-top: 5px;
}
form.floating-label .form-group.has-select select:focus
{
	box-shadow: none;
	outline: none;
}
form.floating-label .form-group input,form.floating-label .form-group textarea
{
	background-color: white;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.428571429;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}
form.floating-label .form-group textarea
{
	height: auto;
}
form.floating-label .form-group input,form.floating-label .form-group textarea
{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	color: #333;
	font-family: Helveticalight;
	font-size: 1.3em;
	margin-top: -3px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	resize: none;
	z-index: 1;
}
form.floating-label .form-group input:focus,form.floating-label .form-group textarea:focus
{
	box-shadow: none;
	outline: none;
	webkit-appearance: none;
}
form.floating-label .form-group textarea
{
	margin-top: 5px;
}
form.floating-label .form-group label
{
	display: block;
	font-family: Helveticalight;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	opacity: 0;
	position: relative;
	text-transform: uppercase;
	top: 2em;
	transition: top .5s ease, opacity .5s ease;
	vertical-align: baseline;
	z-index: 0;
}
form.floating-label .form-group-with-value label
{
	color: #999;
	opacity: 1;
	top: 0;
}
form.floating-label .form-group-with-value select
{
	color: #333 !important;
}
form.floating-label .form-group-with-focus
{
	border-bottom: 1px solid #fbb000;
}
form.floating-label .form-group-with-focus.has-textarea
{
	border: 0;
}
form.floating-label .form-group-with-focus.has-textarea textarea
{
	border: 1px solid #fbb000;
}
form.floating-label .form-group-with-focus label
{
	color: #fbb000;
}
body.broker-profile .header .ctas>.container>.row .call
{
	width: auto;
}
body.broker-profile .header .ctas>.container>.row .compare
{
	display: none;
}
.header
{
	background-color: #fff;
	font-family: Helveticalight;
	height: auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.header .sm-fixed
{
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 1000;
}
.header .navs
{
	background: #fff;
}
.header .navs .logo-mobile
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 75%;
}
.header .navs .logo-mobile .lm-logo
{
	line-height: 60px;
}
.header .navs .logo-mobile .lm-logo img
{
	max-width: 200px;
	width: 100%;
}
.header .navs .bbq
{
	float: left;
	line-height: 60px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: right;
	width: 25%;
}
.header .navs .bbq .hamburger
{
	color: #000;
	font-size: 1.6em;
	line-height: 55px;
}
.header .navs .left-col,.header .navs .right-col
{
	background: #f3f3f3;
	float: left;
	line-height: 3em;
	max-height: 0;
	min-height: 0;
	min-height: 1px;
	overflow: hidden;
	padding-left: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-right: 15px;
	position: relative;
	text-align: center;
	transition: max-height 0.5s cubic-bezier(1, 0, 0, 1);
	width: 100%;
}
@media (min-width: 768px)
{
	.header .navs .left-col,.header .navs .right-col
	{
		float: left;
		width: 50%;
	}
}
.header .navs .left-col.expanded,.header .navs .right-col.expanded
{
	max-height: 60px;
}
.header .navs a
{
	color: #5f6062;
	font-size: 1.1em;
}
.header .navs a+a
{
	border-left: 1px solid #dcdde0;
	margin-left: 10px;
	padding-left: 13px;
}
.header .navs a:hover
{
	color: #ffb000;
	text-decoration: none;
}
.header>.container
{
	position: relative;
}
.header .ctas
{
	background: #fff;
	position: relative;
}
.header .ctas .logo
{
	display: none;
	float: left;
}
.header .ctas .logo .lm-logo
{
	line-height: 75px;
}
.header .ctas .logo .lm-logo img
{
	max-width: 200px;
	width: 100%;
}
.header .ctas .call a:hover strong
{
	display: none;
}
.header .ctas .call a:hover em
{
	color: #fff;
	display: inline;
}
.header .ctas .call a strong
{
	display: inline;
}
.header .ctas .call a em
{
	display: none;
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
}
.header .ctas .call a,.header .ctas .question a,.header .ctas .compare a
{
	color: #4a4b4c;
	display: block;
	font-family: Helveticalight;
	font-size: 1.4em;
	height: 75px;
	line-height: 78px;
}
.header .ctas .call a:hover,.header .ctas .question a:hover,.header .ctas .compare a:hover
{
	background-color: #a9a9aa;
	color: #fff;
	text-decoration: none;
}
.header .ctas .call a:hover i,.header .ctas .question a:hover i,.header .ctas .compare a:hover i
{
	color: #fff;
}
.header .ctas .call a i,.header .ctas .question a i,.header .ctas .compare a i
{
	color: #ffb000;
	font-size: 1.6em;
	margin-left: 10px;
	vertical-align: middle;
}
.header .ctas .call a strong,.header .ctas .question a strong,.header .ctas .compare a strong
{
	font-family: Helvetica;
	font-weight: normal;
}
.header .ctas .compare,.header .ctas .question
{
	border-top: 1px solid #e3e3e3;
}
.header .ctas .question
{
	position: relative;
}
.header .ctas .question.active:after
{
	border: solid transparent;
	border-color: rgba(169,169,170,0);
	border-top-color: #a9a9aa;
	border-width: 12px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -12px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 101;
}
.header .ctas .question.active a
{
	background-color: #a9a9aa;
	color: #fff;
	text-decoration: none;
}
.header .ctas .question.active a i
{
	color: #fff;
}
.header .ctas .question-slide-out
{
	background-color: #fff;
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(1, 0, 0, 1);
	webkit-transform: translateZ(0);
}
.header .ctas .question-slide-out.active
{
	max-height: 627px;
}
.header .ctas .question-slide-out .container
{
	padding-bottom: 10px;
	padding-top: 30px;
}
.header .ctas .question-slide-out p
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.2em;
	text-align: center;
}
.header .ctas .question-slide-out form button
{
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: Helvetica;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1;
	margin: 15px auto 25px auto;
	padding: 16px 0 13px 0;
	text-transform: uppercase;
	width: 100%;
}
.header .ctas .question-slide-out form button:focus
{
	outline: none;
}
.header .ctas .social
{
	margin-bottom: 10px;
	text-align: center;
}
.header .ctas .social>a
{
	padding: 0 2px;
}
@media (min-width: 768px)
{
	.header
	{
		height: 75px;
	}
	.header .sm-fixed
	{
		position: fixed;
	}
	.header .navs
	{
		background: #f3f3f3;
	}
	.header .navs .logo-mobile,.header .navs .bbq
	{
		display: none;
	}
	.header .navs .left-col,.header .navs .right-col
	{
		line-height: 50px;
		min-height: 50px;
	}
	.header .navs .left-col
	{
		text-align: left;
	}
	.header .navs .right-col
	{
		text-align: right;
	}
	.header .ctas
	{
		box-shadow: 0 7px 10px rgba(0,0,0,0.1);
		min-height: 75px;
	}
	.header .ctas a
	{
		font-size: 1.2em;
	}
	.header .ctas .logo
	{
		display: inline-block;
		width: 200px;
	}
	.header .ctas .call,.header .ctas .question,.header .ctas .compare
	{
		float: right;
	}
	.header .ctas .call a,.header .ctas .question a,.header .ctas .compare a
	{
		font-size: 1.2em;
		padding-right: 10px;
	}
	.header .ctas .call
	{
		margin-right: -15px;
		width: 170px;
	}
	.header .ctas .compare,.header .ctas .question
	{
		border-top: 0;
	}
	.header .ctas .question-slide-out
	{
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
		left: 0;
		position: absolute;
		top: 75px;
		width: 100%;
		z-index: 100;
	}
}
@media (min-width: 992px)
{
	.header .ctas .call a,.header .ctas .question a,.header .ctas .compare a
	{
		font-size: 1.3em;
		padding-right: 20px;
	}
	.header .ctas .call
	{
		width: 190px;
	}
}
@media (min-width: 1200px)
{
	.header .ctas .call a,.header .ctas .question a,.header .ctas .compare a
	{
		font-size: 1.4em;
		padding-right: 30px;
	}
	.header .ctas .call a i,.header .ctas .question a i,.header .ctas .compare a i
	{
		margin-left: 20px;
	}
	.header .ctas .call
	{
		width: 220px;
	}
}
.footer
{
	background-color: #f2f2f2;
	color: #77787a;
	font-family: Helvetica;
	font-size: 0.9em;
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer .award,.footer .logo,.footer .social,.footer .links,.footer .copyright
{
	text-align: center;
}
.footer .container
{
	position: relative;
}
.footer .logo-social
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width: 768px)
{
	.footer .logo-social
	{
		float: left;
		width: 41.6666666667%;
	}
}
.footer .logo
{
	display: none;
}
.footer .logo img
{
	width: 200px;
}
.footer .social
{
	margin-top: 10px;
}
.footer .social>a
{
	float: none;
	margin-right: 10px;
}
.footer .social>a:last-child
{
	margin-right: 0;
}
.footer .award
{
	float: left;
	float: right !important;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 768px)
{
	.footer .award
	{
		float: left;
		width: 58.3333333333%;
	}
}
.footer .award img
{
	margin: 10px;
}
.footer .links
{
	margin-top: 10px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.footer .links
	{
		float: left;
		width: 100%;
	}
}
@media (min-width: 992px)
{
	.footer .links
	{
		float: left;
		width: 50%;
	}
}
.footer .links a
{
	color: #77787a;
	margin-right: 16px;
	position: relative;
}
.footer .links a+a:before
{
	color: #bbb;
	content: '|';
	display: inline;
	left: -16px;
	position: absolute;
	text-align: center;
	width: 12px;
}
.footer .links a:nth-child(5n):before
{
	content: ' ';
	display: block;
	height: 0;
	left: 0;
	margin-top: 5px;
	position: relative;
	width: auto;
}
.footer .copyright
{
	margin-top: 20px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.footer .copyright
	{
		float: left;
		width: 100%;
	}
}
@media (min-width: 992px)
{
	.footer .copyright
	{
		float: left;
		width: 50%;
	}
}
.footer .copyright>span
{
	position: relative;
}
.footer .copyright>span:nth-child(1)
{
	display: block;
	margin-bottom: 3px;
}
.footer .copyright>span:nth-child(2)
{
	margin-right: 14px;
}
.footer .copyright>span:nth-child(2):after
{
	content: '\b7';
	display: inline;
	position: absolute;
	right: -14px;
	text-align: center;
	width: 10px;
}
.footer .copyright abbr
{
	border: 0;
	cursor: default;
}
.footer .copyright .acl>span
{
	display: none;
}
@media (min-width: 768px)
{
	.footer
	{
		font-size: 0.9em;
	}
	.footer .logo,.footer .social,.footer .links,.footer .copyright
	{
		text-align: left;
	}
	.footer .award
	{
		text-align: right;
	}
	.footer .award img
	{
		margin-left: 20px;
	}
	.footer .logo
	{
		display: block;
	}
	.footer .logo img
	{
		width: 166px;
	}
	.footer .social>a
	{
		float: left;
	}
	.footer .links a:nth-child(5n):before
	{
		content: '|';
		display: inline;
		height: auto;
		left: -16px;
		margin-top: 0;
		position: absolute;
		text-align: center;
		width: 12px;
	}
	.footer .copyright
	{
		margin-top: 20px;
		text-align:right;
		float:none;
		width:100%;
	}
	.footer .copyright>span:nth-child(1)
	{
		display: inline;
		margin-right: 14px;
	}
	.footer .copyright>span:nth-child(1):after
	{
		content: '\b7';
		display: inline;
		position: absolute;
		right: -14px;
		text-align: center;
		width: 10px;
	}
	.footer .copyright .acl>abbr
	{
		display: none;
	}
	.footer .copyright .acl>span
	{
		display: inline;
	}
}
@media (min-width: 992px)
{
	.footer .copyright
	{
		text-align: right;
	}
}
.social
{
	font-size: 28px;
}
.social .fa-google-plus-square
{
	color: #c3391c;
}
.social .fa-facebook-square
{
	color: #3b5998;
}
.social .fa-twitter-square
{
	color: #33bbff;
}
.social .fa-linkedin-square
{
	color: #0073b2;
}
.social .fa-youtube-square
{
	color: #db2824;
}
form .success .social
{
	margin-bottom: 10px;
	text-align: center;
}
form .success .social>a
{
	padding: 0 2px;
}
.section-find h2,.section-banks h2,.section-customers h2,.section-brokers h2,.page-section-description
{
	color: #77787a;
	font-family: Helvetica;
	font-size: 1.4285714286em;
	line-height: 1.5em;
}
.rangeslider,.rangeslider__fill
{
	background: #e6e6e6;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(255,255,255,0.25),inset 0px 1px 3px rgba(0,0,0,0.3);
	display: block;
	height: 20px;
	moz-border-radius: 10px;
	moz-box-shadow: 0px 2px 2px rgba(255,255,255,0.25),inset 0px 1px 3px rgba(0,0,0,0.3);
	ms-border-radius: 10px;
	o-border-radius: 10px;
	webkit-border-radius: 10px;
	webkit-box-shadow: 0px 2px 2px rgba(255,255,255,0.25),inset 0px 1px 3px rgba(0,0,0,0.3);
	width: 100%;
}
.rangeslider
{
	position: relative;
}
.rangeslider--disabled
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.rangeslider__fill
{
	background: #00ff00;
	position: absolute;
	top: 0;
}
.rangeslider__handle
{
	background: white;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
	border: 1px solid #ccc;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	cursor: pointer;
	display: inline-block;
	height: 40px;
	moz-border-radius: 50%;
	moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	ms-border-radius: 50%;
	o-border-radius: 50%;
	position: absolute;
	top: -10px;
	webkit-border-radius: 50%;
	webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	width: 40px;
}
.rangeslider__handle:active
{
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
	background-image: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.12)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
}
input[type="range"]:focus+.rangeslider .rangeslider__handle
{
	box-shadow: 0 0 8px rgba(255,0,255,0.9);
	moz-box-shadow: 0 0 8px rgba(255,0,255,0.9);
	webkit-box-shadow: 0 0 8px rgba(255,0,255,0.9);
}
body
{
	font-family: Helvetica;
}
body
{
	min-height: 0px;
}
@media (min-width: 768px)
{
	body
	{
		min-height: 1px;
	}
}
@media (min-width: 992px)
{
	body
	{
		min-height: 2px;
	}
}
@media (min-width: 1200px)
{
	body
	{
		min-height: 3px;
	}
}
section>.container>h1,section>.container>h2
{
	text-align: center;
}
em
{
	color: #ffb000;
	font-style: normal;
}
h1
{
	color: #4c4c4c;
	font-family: Helvetica;
}
h2
{
	color: #4c4c4c;
	font-family: Helvetica;
	font-size: 1.7em;
	line-height: 2em;
}
button
{
	outline: none;
}
button:focus
{
	outline: none;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill
{
	background-color: #ffffff !important;
	webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.blue-button
{
	background-color: #ffb000;
	border: none;
}
.blue-button:hover,.blue-button:focus
{
	//background-color: #33bceb;
        
        background-color: #FCC033;
}
.white-button
{
	background-color: #fff;
	border: 1px solid #b2e6f7;
}
.white-button:hover,.white-button:focus
{
	background-color: #e8f7fd;
}
.form-control
{
	padding-bottom: 0;
	padding-top: 0;
}
button.lm-submit-button,input.lm-submit-button[type=submit]
{
	background-color: #ffb000;
	border: none;
	font-family: Helvetica;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1;
	outline: none;
	padding: 16px 0 13px 0;
	text-transform: uppercase;
	width: 100%;
}
button.lm-submit-button:hover,input.lm-submit-button[type=submit]:hover
{
	background-color: #33bceb;
}
button.lm-submit-button:active,input.lm-submit-button[type=submit]:active
{
	top: 1px;
}
button.lm-submit-button:focus,input.lm-submit-button[type=submit]:focus
{
	outline: none;
}
.blue-icon-button
{
	text-align: center;
}
.blue-icon-button a
{
	color: #ffb000;
	display: inline-block;
	font-family: Helvetica;
	font-size: 1.3em;
	text-align: center;
}
.blue-icon-button a:hover
{
	color: #ffb000;
	text-decoration: none;
}
.blue-icon-button a i
{
	display: block;
	font-size: 50px;
	font-weight: 300;
}
.global-social-list
{
	font-size: 1.8em;
}
.global-social-list i.fa-google-plus-square
{
	color: #c3391c;
}
.global-social-list i.fa-facebook-square
{
	color: #3b5998;
}
.global-social-list i.fa-twitter-square
{
	color: #33bbff;
}
.global-social-list i.fa-linkedin-square
{
	color: #0073b2;
}
.global-social-list i.fa-youtube-square
{
	color: #db2824;
}
.global-social-list i.fa-external-link-square
{
	color: #ffb000;
}
.learn-more-tout
{
	background-color: #f1fbff;
	border-radius: 10px;
	padding: 20px 15px;
}
.learn-more-tout .catch-text
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1em;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.learn-more-tout .button-holder
{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.learn-more-tout a
{
	background: white;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000 !important;
	display: block;
	font-family: Helvetica;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 0.85em;
	padding: 10px 18px;
	text-transform: uppercase;
}
.learn-more-tout a:hover
{
	cursor: pointer;
	text-decoration: none;
}
.learn-more-tout a i
{
	font-size: 1.1em;
	line-height: 0.85em;
	margin-left: 10px;
	margin-right: -15px;
}
@media screen and (min-width: 480px)
{
	.learn-more-tout .catch-text
	{
		font-size: 1.2857142857em;
	}
}
@media (min-width: 992px)
{
	.learn-more-tout .catch-text
	{
		font-size: 1.4285714286em;
		margin-bottom: 0;
		padding-left: 5px;
		padding-top: 4px;
		text-align: left;
	}
	.learn-more-tout .button-holder
	{
		padding-left: 0;
		padding-right: 5px;
	}
}
.page-head
{
	background-color: #ffb000;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page-head .breadcrumb
{
	background: none !important;
	font-family: Helveticalight;
	font-size: 0.9285714286em;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 0;
}
.page-head .breadcrumb>li+li:before
{
	color: #fff;
}
.page-head .breadcrumb a
{
	color: #fff;
}
.page-head .breadcrumb .active
{
	color: #fff;
}
.page-head header>h1
{
	color: #fff;
	font-family: Helveticalight;
	font-size: 1.7857142857em;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
}
@media (min-width: 768px)
{
	.page-head
	{
		margin-bottom: 40px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.page-head header>h1
	{
		font-size: 2.8571428571em;
		margin-top: 10px;
	}
}
.page-content
{
	font-family: Helveticalight;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page-content p
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.page-content p strong
{
	color: #666;
	font-family: Helvetica;
	font-weight: normal;
}
.page-content p.intro
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.5714285714em;
}
.page-content li
{
	font-size: 1.1em;
	line-height: 1.5em;
}
.page-content h2,.page-content .section-header
{
	color: #5f6062;
	font-family: Helveticalight;
	font-size: 1.4285714286em;
	line-height: 1.2em;
	margin-top: 0;
}
.page-content h2>span,.page-content .section-header>span
{
	display: block;
}
.page-content ul,.page-content ol
{
	color: #77787a;
	margin-bottom: 15px;
	padding-left: 20px;
}
.page-content em
{
	color: #77787a;
	font-style: italic;
}
.page-content a
{
	color: #5f6062;
}
.page-content .col-left
{
	margin-bottom: 20px;
}
.page-content .col-left *:last-child
{
	margin-bottom: 0;
}
.page-content .col-right
{
	position: relative;
}
.page-content .col-right h2
{
	margin-bottom: 0;
}
@media (min-width: 768px)
{
	.page-content
	{
		padding-bottom: 60px;
	}
	.page-content .col-left
	{
		margin-bottom: 0;
	}
	h2,.section-header
	{
		font-size: 1.4285714286em;
		margin-bottom: 20px;
	}
}
.loan-form .success-view
{
	color: #77787a;
	display: none;
	font-family: Helveticalight;
	left: 15px;
	opacity: 0;
	position: absolute;
	top: 45px;
}
body.home section h1
{
	font-family: Helvetica;
}
body.home section h1 span
{
	display: block;
}
.section-find
{
	background-color: #f6f6f6;
	background-image: url(../assets/home/find-bg-c51cc16e13053de6cd8e58184ddf96c1.jpg);
	background-position: center top;
	background-size: cover;
}
.section-find .container
{
	padding-top: 35px;
}
.section-find h1
{
	color: #fff;
	float: left;
	font-size: 2.4285714286em;
	margin: 0;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	text-shadow: 0 0 40px rgba(0,0,0,0.5);
	width: 100%;
}
.section-find h2
{
	color: #fff;
	float: left;
	float: none;
	font-size: 1em;
	margin: 0 0 28px 0;
	max-width: 890px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
	width: 100%;
}
.section-find h2 span
{
	display: block;
}
.section-find .filter-background
{
	background-color: rgba(255,255,255,0.85);
	margin: 0 auto;
	max-width: 850px;
	padding: 25px 0;
}
.section-find .filter-background:before,.section-find .filter-background:after
{
	content: " ";
	display: table;
}
.section-find .filter-background:after
{
	clear: both;
}
.section-find .filter-background.dark
{
	background-color: rgba(0,0,0,0.5);
}
.section-find .slider
{
	height: 0;
	margin: 0 auto;
	max-width: 770px;
	padding: 0 25px;
	position: relative;
	text-align: center;
	visibility: hidden;
}
.section-find .slider .range-min,.section-find .slider .range-max
{
	bottom: -2px;
	color: #b3b3b3;
	font-family: Helveticalight;
	font-size: 12px;
	left: 28px;
	letter-spacing: 1px;
	position: absolute;
	transition: opacity .25s ease-in-out;
}
.section-find .slider .range-min.off,.section-find .slider .range-max.off
{
	opacity: 0;
}
.section-find .slider .range-max
{
	left: auto;
	right: 28px;
}
.section-find .slider .rangeslider
{
	background-color: #d9d9d9;
	box-shadow: none;
	cursor: pointer;
	height: 8px;
}
.section-find .slider .rangeslider__fill
{
	display: none;
}
.section-find .slider .rangeslider__handle
{
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 68px;
	top: -30px;
	width: 219px;
	z-index: 10;
}
.section-find .slider .rangeslider__handle:hover
{
	cursor: move;
}
.section-find .slider .rangeslider__handle:active
{
	background-image: white;
}
.section-find .slider .rangeslider__handle:after
{
	display: none;
}
.section-find .slider .rangeslider__output
{
	background-color: #fff;
	border: 1px solid #dcdde0;
	border-radius: 6px;
	height: 68px;
	position: absolute;
	top: -30px;
	width: 219px;
	z-index: 9;
}
.section-find .slider .rangeslider__output.highlight i
{
	color: #bbb;
}
.section-find .slider .rangeslider__output.highlight output
{
	color: #ffb000;
}
.section-find .slider .rangeslider__output .prev,.section-find .slider .rangeslider__output .next
{
	border-right: 1px solid #dcdde0;
	color: #dcdde0;
	display: block;
	float: left;
	font-family: Helveticalight;
	font-size: 1.2em;
	font-style: normal;
	height: 66px;
	line-height: 66px;
	padding: 0 4px;
}
.section-find .slider .rangeslider__output .next
{
	border-left: 1px solid #dcdde0;
	border-right-width: 0;
	float: right;
}
.section-find .slider .rangeslider__output output
{
	color: #5f6062;
	display: block;
	font-family: Helveticalight;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 67px;
	padding: 0;
}
.section-find .slider-mobile
{
	color: #4c4c4c;
	display: block;
	float: left;
	font-family: Helvetica;
	font-size: 1.1428571429em;
	min-height: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.section-find .slider-mobile .form-group
{
	margin-bottom: 0;
}
.section-find .slider-mobile .form-group:before,.section-find .slider-mobile .form-group:after
{
	content: " ";
	display: table;
}
.section-find .slider-mobile .form-group:after
{
	clear: both;
}
.section-find .slider-mobile .input-group-addon
{
	border-color: #dcdde0;
	font-family: Helveticalight;
	font-size: 1.4em;
}
.section-find .slider-mobile input
{
	border: 1px solid #dcdde0;
	border-radius: 4px;
	box-shadow: none;
	font-family: Helveticalight;
	font-size: 1.4em;
	height: 50px;
	width: 100%;
}
.section-find .slider-mobile input:focus
{
	box-shadow: none;
}
.section-find .filters
{
	margin: 0 15px;
	max-width: 770px;
	position: relative;
	text-align: center;
}
.section-find .filters:before,.section-find .filters:after
{
	content: " ";
	display: table;
}
.section-find .filters:after
{
	clear: both;
}
.section-find .filters button,
.section-find .filters a
{
	background-color: #fff;
	border: 1px solid #dcdde0;
	border-top-width: 0;
	color: #77787a;
	display: block;
	float: left;
	font-family: Helveticalight;
	font-size: 1em;
	outline: none;
	padding: 10px 0;
	width: 50%;
}
.section-find .filters button:nth-child(2n)
{
	border-left-width: 0;
}
.section-find .filters button:nth-child(1)
{
	border-top-left-radius: 6px;
	border-top-width: 1px;
}
.section-find .filters button:nth-child(2)
{
	border-top-right-radius: 6px;
	border-top-width: 1px;
}
.section-find .filters button:nth-child(9)
{
	border-bottom-left-radius: 6px;
}
.section-find .filters button:nth-child(10)
{
	border-bottom-right-radius: 6px;
}
.section-find .filters button:focus
{
	text-decoration: none;
}
body.no-touch .section-find .filters button:hover
{
	background-color: #ffb000;
	color: #fff;
	text-decoration: none;
}
body.no-touch .section-find .filters button:hover i
{
	color: #fff;
}
.section-find .filters button i
{
	color: #ffb000;
	font-size: 34px;
}
.section-find .compare
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.section-find .compare .btn.btn-primary
{
	background-color: #ffb000;
	border: none;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-family: Helveticalight;
	font-size: 1.2857142857em;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	outline: 0;
	padding: 19px 0 17px 0;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
}
.section-find .compare .btn.btn-primary:hover
{
	//background-color: #33bceb;
        background-color: #FCC033;
}
.section-find .compare .btn.btn-primary:active
{
	top: 1px;
}
.section-find .compare .btn.btn-primary.defocus
{
	background-color: #eee;
	color: #77787a;
}
@media screen and (min-width: 768px)
{
	.section-find .container
	{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section-find h1
	{
		font-size: 3.5714285714em;
	}
	.section-find h2
	{
		font-size: 1.4285714286em;
		margin: 30px auto;
	}
	.section-find .filter-background
	{
		border-radius: 10px 10px 0 0;
	}
	.section-find .filter-background.dark
	{
		border-radius: 0 0 10px 10px;
	}
	.section-find .slider
	{
		height: auto;
		margin: 40px auto;
		padding: 0 25px 25px 25px;
		visibility: visible;
	}
	.section-find .slider-mobile
	{
		display: none;
	}
	.section-find .filters
	{
		margin: 0 25px;
	}
	.section-find .compare .btn.btn-primary
	{
		width: 330px;
	}
}
@media screen and (min-width: 992px)
{
	.section-find .filters
	{
		margin: 0 auto;
	}
	.section-find .filters button
	{
		border-left-width: 0;
		border-top-width: 1px;
		padding: 10px 0 15px 0;
		width: 20%;
	}
	.section-find .filters a
	{
		border-left-width: 0;
		border-top-width: 1px;
		padding: 10px 0 15px 0;
		width: 20%;
		cursor:pointer;
		text-decoration:none;
	}
	.section-find .filters a:hover {
		background-color:#FFB000;
		color:#fff;
	}
	.section-find .filters a:hover i{
		color:#fff;
	}
	
	.section-find .filters button:nth-child(n+6)
	{
		border-top-width: 0;
	}
	.section-find .filters button:nth-child(1)
	{
		border-left-width: 1px;
		border-top-left-radius: 6px;
	}
	.section-find .filters button:nth-child(2)
	{
		border-radius: 0;
	}
	.section-find .filters button:nth-child(5)
	{
		border-top-right-radius: 6px;
	}
	.section-find .filters button:nth-child(6)
	{
		border-bottom-left-radius: 6px;
		border-left-width: 1px;
	}
	.section-find .filters button:nth-child(9)
	{
		border-radius: 0;
	}
	.section-find .filters button:nth-child(10)
	{
		border-bottom-right-radius: 6px;
	}
	.section-find .slider
	{
		padding: 0 0 25px 0;
	}
	.section-find .slider .range-min
	{
		left: 3px;
	}
	.section-find .slider .range-max
	{
		right: 3px;
	}
}
.section-banks .container
{
	padding-bottom: 35px;
	padding-top: 35px;
}
.section-banks h1
{
	color: #4a4b4c;
	font-size: 1.7857142857em;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 0;
}
.section-banks h2
{
	float: none;
	font-size: 1.0714285714em;
	margin: 10px 0;
	max-width: 900px;
}
.section-banks .bank-icons
{
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
	text-align: center;
}
.section-banks .sprite
{
	background-image: url(../assets/home/bank-logos-sprite-e9d5ff770617b50fed3c1d580e781a30.png);
	display: none;
	height: 39px;
	margin: 9px 14px;
	width: 109px;
}
.section-banks .anz
{
	background-position: 0px 0px;
	display: inline-block;
}
.section-banks .cba
{
	background-position: -109px 0px;
	display: inline-block;
}
.section-banks .nab
{
	background-position: -218px 0px;
	display: inline-block;
}
.section-banks .wbc
{
	background-position: -327px 0px;
	display: inline-block;
}
.section-banks .sun
{
	background-position: -436px 0px;
	display: inline-block;
}
.section-banks .stg
{
	background-position: -545px 0px;
	display: inline-block;
}
.section-banks .her
{
	background-position: 0px -39px;
	display: inline-block;
}
.section-banks .ing
{
	background-position: -109px -39px;
	display: inline-block;
}
.section-banks .mac
{
	background-position: -218px -39px;
	display: inline-block;
}
.section-banks .amp
{
	background-position: -327px -39px;
	display: inline-block;
}
.section-banks .ctb
{
	background-position: -436px -39px;
	display: inline-block;
}
.section-banks .bws
{
	background-position: -545px -39px;
	display: inline-block;
}
.section-banks .adb
{
	background-position: 0px -78px;
}
.section-banks .meb
{
	background-position: -109px -78px;
}
.section-banks .hml
{
	background-position: -218px -78px;
}
.section-banks .bsa
{
	background-position: -327px -78px;
}
.section-banks .bom
{
	background-position: -436px -78px;
}
.section-banks .hms
{
	background-position: -545px -78px;
}
.section-banks .afm
{
	background-position: 0px -117px;
}
.section-banks .key
{
	background-position: -109px -117px;
}
.section-banks .eco
{
	background-position: -218px -117px;
}
.section-banks .fir
{
	background-position: -327px -117px;
}
.section-banks .fut
{
	background-position: -436px -117px;
}
.section-banks .hsf
{
	background-position: -545px -117px;
}
.section-banks .ltf
{
	background-position: 0px -156px;
}
.section-banks .lib
{
	background-position: -109px -156px;
}
.section-banks .lmg
{
	background-position: -218px -156px;
}
.section-banks .ezy
{
	background-position: -327px -156px;
}
.section-banks .par
{
	background-position: -436px -156px;
}
.section-banks .peo
{
	background-position: -545px -156px;
}
.section-banks .mkm
{
	background-position: 0px -195px;
}
.section-banks .pms
{
	background-position: -109px -195px;
}
.section-banks .pep
{
	background-position: -218px -195px;
}
.section-banks .bmm
{
	background-position: -327px -195px;
}
.section-banks .bmc
{
	background-position: -436px -195px;
}
.section-banks .max
{
	background-position: -545px -195px;
}
.section-banks .rbs
{
	background-position: 0px -234px;
}
.section-banks .cir
{
	background-position: -109px -234px;
}
@media (min-width: 768px)
{
	.section-banks .container
	{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section-banks h1
	{
		font-size: 2.8571428571em;
		margin-bottom: 20px;
	}
	.section-banks h2
	{
		font-size: 1.4285714286em;
		margin: 30px auto;
	}
	.section-banks .sprite
	{
		display: inline-block;
	}
}
@media (min-width: 992px)
{
	.section-banks .bank-icons
	{
		margin: 0 auto;
		padding: 20px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)
{
	.section-banks .sprite
	{
		background-image: url(../assets/home/bank-logos-sprite%402x-6e64b10d839fe45b6053bf5edacdd317.png);
		background-size: 654px 273px;
	}
}
.section-negotiate
{
	background-image: url(../assets/home/negotiate-bg-c1e9e9d0e5c7aa5b306599a3ff076a79.jpg) !important;
	background-size:cover;
	background-repeat:no-repeat;
}
.section-negotiate .container
{
	padding-bottom: 35px;
	padding-top: 35px;
}
.section-negotiate h1
{
	//color: #4a4b4c;
        color: #FFFFFF;
	font-size: 1.7857142857em;
	line-height: 1.3em;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: center;
}
.section-negotiate .features
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}


@media (min-width: 768px)
{
	.section-negotiate .features
	{
		float: left;
		width: 58.3333333333%;
	}
}
@media (min-width: 992px)
{
	.section-negotiate .features
	{
		float: left;
		width: 50%;
	}
}
@media (min-width: 1200px)
{
    .section-negotiate .features
    {
        //margin-left: 30%;
        //float: left;
        width: 60%;
        margin-left: 25%;
    }
}
.section-negotiate .feature
{
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 75px;
	padding-right: 15px;
	position: relative;
}
.section-negotiate .feature:before,.section-negotiate .feature:after
{
	content: " ";
	display: table;
}
.section-negotiate .feature:after
{
	clear: both;
}
.section-negotiate .feature:before,.section-negotiate .feature:after
{
	content: " ";
	display: table;
}
.section-negotiate .feature:after
{
	clear: both;
}
.section-negotiate .feature:last-child
{
	margin-bottom: 0;
}
.section-negotiate .feature:last-child p
{
	margin-bottom: 0;
}
.section-negotiate .feature h3
{
	//color: #4a4b4c;
    color: #FBB000;
	font-family: Helveticalight;
	font-size: 1.1428571429em;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left:15px;
}
.section-negotiate .feature p
{
	color: #FFFFFF;
	font-family: Helveticalight;
	font-size: 1em;
	line-height: 1.5em;
	margin-left:15px;
}
.section-negotiate .feature i
{
	color: #2fb4e8;
	display: inline-block;
	font-size: 2.8571428571em;
	left: 12px;
	line-height: 45px;
	position: absolute;
	top: 0;
}
@media (min-width: 768px)
{
	.section-negotiate
	{
		background-image: url(../assets/home/negotiate-bg-c1e9e9d0e5c7aa5b306599a3ff076a79.jpg);
		background-position: 70% center;
		background-size: auto 100%;
	}
	.section-negotiate .container
	{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section-negotiate h1
	{
		font-size: 2.8571428571em;
		margin-bottom: 20px;
		text-align: left;
	}
	.section-negotiate .feature
	{
		margin-bottom: 15px;
		padding-right: 0;
		width: 100%;
	}
	.section-negotiate .feature h3
	{
		font-size: 1.4285714286em;
	}
	.section-negotiate .feature p
	{
		font-size: 1.0714285714em;
	}
	.section-negotiate .feature i
	{
		font-size: 48px;
		left: 0;
		line-height: 48px;
	}
}
@media (min-width: 1200px)
{
	.section-negotiate
	{
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.section-customers
{
	//background-color: #b2e4f8;
	background-color: #FCC033;
}
.section-customers .container
{
	padding-bottom: 35px;
	padding-top: 35px;
}
.section-customers h1
{
	color: #4a4b4c;
	font-size: 1.7857142857em;
	line-height: 1.3em;
	margin-top: 0;
	text-align: center;
}
.section-customers h2
{
	font-size: 1.0714285714em;
	margin: 0 auto 15px auto;
	max-width: 900px;
	text-align: center;
}
.section-customers .testimonials
{
	float: left;
	float: none;
	margin: 0 0 -25px;
	max-width: 1000px;
	min-height: 1px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.section-customers .testimonial
{
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	height: 244px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: auto;
}
.section-customers .testimonial .tick
{
	background: white;
	border-radius: 50%;
	height: 36px;
	left: 145px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 36px;
	z-index: 1;
}
.section-customers .testimonial .tick:before
{
	background: #b1e4fa;
	border-radius: 50%;
	content: "";
	display: block;
	height: 28px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 28px;
}
.section-customers .testimonial .tick i
{
	color: #fff;
	font-size: 20px;
	left: 8px;
	position: absolute;
	top: 8px;
}
.section-customers .testimonial .photo
{
	height: 60px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 60px;
}
.section-customers .testimonial .testimonial-chat
{
	background-color: #ffffff;
	color: #eff0f1;
	font-size: 1.7857142857em;
	position: absolute;
	right: 4px;
	top: 30px;
}
.section-customers .testimonial .testimonial-chat span
{
	display: inline-block;
	font-family: Helveticalight;
	font-size: 1.2857142857em;
	left: 12px;
	position: absolute;
	top: 5px;
}
.section-customers .testimonial .testimonial-detail
{
	margin-left: 25px !important;
}
.section-customers .testimonial .testimonial-detail .name
{
	color: #5f6062;
	font-family: Helvetica;
	font-size: 1.2857142857em;
	margin-bottom: 3px;
	margin-top: 17px;
}
.section-customers .testimonial .testimonial-detail .line
{
	background-color: #eff0f1;
	height: 1px;
	margin-bottom: 5px;
	width: 92%;
}
.section-customers .testimonial .testimonial-detail .type
{
	color: #77787a;
	font-family: Helvetica;
	font-size: 1em;
	margin-bottom: 3px;
	margin-top: 0;
}
.section-customers .testimonial .testimonial-detail .comment
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1em;
	line-height: 1.5em;
	margin-left: -70px;
	margin-top: 14px;
	padding-right: 15px;
}
.section-customers .owl-wrapper
{
	overflow: hidden;
}
.section-customers .testimonial-left
{
	height: 80%;
	left: -100px;
	position: absolute;
	top: 0;
	width: 100px;
}
.section-customers .testimonial-left>i
{
	color: #6e7c81;
	display: inline-block;
	font-size: 3.5714285714em;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
}
.section-customers .testimonial-right
{
	height: 80%;
	position: absolute;
	right: -86px;
	top: 0;
	width: 100px;
}
.section-customers .testimonial-right>i
{
	color: #6e7c81;
	display: inline-block;
	font-size: 3.5714285714em;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
}
.section-customers .owl-theme .owl-controls .owl-page span
{
	background-color: #4A4B4C;
	height: 8px;
	margin-bottom: 7px;
	opacity: 1;
	width: 8px;
}
.section-customers .owl-theme .owl-controls .owl-page.active span
{
	background: none;
	border: 1px solid #4A4B4C;
	height: 12px;
	margin-bottom: 5px;
	opacity: 1;
	width: 12px;
}
@media screen and (min-width: 480px)
{
	.section-customers .testimonial
	{
		height: 210px;
	}
	.section-customers .testimonial .photo
	{
		height: 210px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 210px;
	}
	.section-customers .testimonial .testimonial-chat
	{
		top: 20px;
	}
	.section-customers .testimonial .testimonial-detail
	{
		margin-left: 225px;
	}
	.section-customers .testimonial .testimonial-detail .name
	{
		margin-top: 11px;
	}
	.section-customers .testimonial .testimonial-detail .comment
	{
		margin-left: 0;
		margin-top: 8px;
	}
}
@media (min-width: 768px)
{
	.section-customers .container
	{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section-customers h1
	{
		font-size: 2.8571428571em;
		margin-bottom: 20px;
	}
	.section-customers h2
	{
		font-size: 1.4285714286em;
		margin-bottom: 30px;
	}
	.section-customers .testimonial
	{
		height: 180px;
	}
	.section-customers .testimonial .photo
	{
		height: 190px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 190px;
	}
	.section-customers .testimonial .testimonial-chat
	{
		top: 26px;
	}
	.section-customers .testimonial .testimonial-detail
	{
		margin-left: 210px;
	}
	.section-customers .testimonial .testimonial-detail .name
	{
		margin-top: 15px;
	}
	.section-customers .testimonial .testimonial-detail .line
	{
		margin-bottom: 5px;
	}
	.section-customers .testimonial .testimonial-detail .type
	{
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.section-customers .testimonial .testimonial-detail .comment
	{
		font-size: 1em;
		margin-top: 8px;
		padding-right: 13px;
	}
	.section-customers .owl-theme .owl-controls
	{
		margin-top: 20px;
	}
}
@media (min-width: 992px)
{
	.section-customers h2
	{
		float: none;
		width: 100%;
	}
	.section-customers .testimonials
	{
		margin: 0 auto -25px;
	}
	.section-customers .testimonial
	{
		height: 216px;
		margin-left: 10px;
		width: 465px;
	}
	.section-customers .testimonial .photo
	{
		height: 220px;
		left: -30px;
		top: 0;
		width: 220px;
	}
	.section-customers .testimonial .testimonial-chat
	{
		top: 27px;
	}
	.section-customers .testimonial .testimonial-detail
	{
		//margin-left: 207px;
                margin-left: 8%;
                margin-top: 5%;
	}
	.section-customers .testimonial .testimonial-detail .name
	{
		margin-top: 13px;
	}
	.section-customers .testimonial .testimonial-detail .comment
	{
		//font-size: 0.9285714286em;
                font-size: 14px;
		line-height: 1.4em;
		padding-right: 15px;
	}
}
.section-brokers
{
	background-color: #6f7378;
	color: #fff;
}
.section-brokers .container
{
	padding-top: 35px;
}
.section-brokers h1
{
	color: #fff;
	font-size: 1.7857142857em;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.section-brokers h2
{
	color: #fff;
	float: none;
	font-size: 1.0714285714em;
	margin: 0 0 10px 0;
	max-width: 900px;
	text-align: center;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.section-brokers button
{
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: Helvetica;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1;
	margin: 15px auto 25px auto;
	padding: 16px 0 13px 0;
	text-transform: uppercase;
	width: 100%;
}
.section-brokers button:focus
{
	outline: none;
}
.section-brokers .find-a-broker
{
	float: left;
	margin-bottom: 35px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width: 1200px)
{
	.section-brokers .find-a-broker
	{
		float: left;
		width: 83.3333333333%;
	}
}
@media (min-width: 1200px)
{
	.section-brokers .find-a-broker
	{
		margin-left: 8.3333333333%;
	}
}
.section-brokers .find-a-broker .new-customers .box,.section-brokers .find-a-broker .existing-customers .box
{
	background: #fff;
	border-radius: 4px;
	padding: 20px 44px 20px 44px;
}
.section-brokers .find-a-broker .new-customers .box h3,.section-brokers .find-a-broker .new-customers .box p,.section-brokers .find-a-broker .existing-customers .box h3,.section-brokers .find-a-broker .existing-customers .box p
{
	color: #5f6062;
}
.section-brokers .find-a-broker .new-customers .box h3,.section-brokers .find-a-broker .existing-customers .box h3
{
	border-bottom: 1px solid #dcdde0;
	font-family: Helvetica;
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-brokers .find-a-broker .new-customers .box h3 i,.section-brokers .find-a-broker .existing-customers .box h3 i
{
	color: #ffb000;
	display: none;
	font-size: 1.4em;
	margin-left: -0.3em;
	margin-right: -0.3em;
	vertical-align: middle;
}
.section-brokers .find-a-broker .new-customers
{
	float: left;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}
@media (min-width: 992px)
{
	.section-brokers .find-a-broker .new-customers
	{
		float: left;
		width: 66.6666666667%;
	}
}
.section-brokers .find-a-broker .existing-customers
{
	float: left;
	margin-top: 4px;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}
@media (min-width: 992px)
{
	.section-brokers .find-a-broker .existing-customers
	{
		float: left;
		width: 33.3333333333%;
	}
}
.section-brokers .find-a-broker .existing-customers:before
{
	background: #5f6062;
	border-radius: 50%;
	content: "or";
	display: block;
	font-size: 20px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: 0;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: -25px;
	width: 50px;
}
.section-brokers .find-a-broker .existing-customers form
{
	margin-top: 0;
}
@media (min-width: 768px)
{
	.section-brokers
	{
		background-image: url(../assets/home/brokers-bg-d8ca5bd34eb70fcdac186618ec5fe76a.jpg);
		background-position: center top;
		background-size: cover;
	}
	.section-brokers .container
	{
		padding-top: 60px;
	}
	.section-brokers h1
	{
		font-size: 2.8571428571em;
		margin-bottom: 20px;
	}
	.section-brokers h2
	{
		font-size: 1.4285714286em;
		margin: 0 auto 40px auto;
	}
	.section-brokers .find-a-broker
	{
		margin-bottom: 65px;
	}
	.section-brokers .find-a-broker .new-customers .box h3 i,.section-brokers .find-a-broker .existing-customers .box h3 i
	{
		display: inline;
	}
}
@media (min-width: 992px)
{
	.section-brokers .find-a-broker .new-customers .box,.section-brokers .find-a-broker .existing-customers .box
	{
		min-height: 335px;
		padding-bottom: 15px;
		padding-top: 5px;
	}
	.section-brokers .find-a-broker .new-customers
	{
		padding-right: 2px;
	}
	.section-brokers .find-a-broker .existing-customers
	{
		margin-top: 0;
		padding-left: 2px;
	}
	.section-brokers .find-a-broker .existing-customers:before
	{
		left: -25px;
		margin-left: 0;
		margin-top: -25px;
		top: 50%;
	}
	.section-brokers .find-a-broker .existing-customers form
	{
		margin-top: 34px;
	}
}
.about-content section+section
{
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top: 40px;
}
.about-content .section-header
{
	margin-bottom: 20px;
}
.about-content section .left-col
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width: 992px)
{
	.about-content section .left-col
	{
		float: left;
		width: 66.6666666667%;
	}
}
.about-content section .right-col
{
	float: left;
	margin-top: 20px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 992px)
{
	.about-content section .right-col
	{
		float: left;
		width: 33.3333333333%;
	}
}
.about-content section .right-col img
{
	max-width: 100%;
}
.about-content section .middle-col
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
.about-content section .middle-col img
{
	max-width: 100%;
}
.about-content ul.blue
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-content ul.blue li
{
	margin-bottom: 0.5em;
	padding-left: 1.4em;
	text-indent: -1.3em;
}
.about-content ul.blue li:before
{
	color: #ffb000;
	content: "• ";
	margin-right: 0.5em;
}
.about-content .key-features .item
{
	margin-bottom: 20px;
	margin-top: 0;
	padding-left: 75px;
	padding-right: 15px;
	position: relative;
}
.about-content .key-features .item i
{
	color: #2ebaeb;
	display: inline-block;
	font-size: 2.8571428571em;
	left: 12px;
	line-height: 45px;
	position: absolute;
	top: 0;
}
.about-content .key-features .item h3
{
	color: #5f6062;
	font-family: Helveticalight;
	font-size: 1.1428571429em;
	margin-bottom: 10px;
	margin-top: 0;
}
.about-content .key-features .item p
{
	font-family: Helveticalight;
	font-size: 1em;
	margin-bottom: 10px;
}
.about-content .partners
{
	border-top: 1px solid #dcdde0;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 40px;
}
.about-content .partners h2
{
	margin-bottom: 10px;
	margin-top: 0;
}
.about-content .partners .sprite
{
	background-image: url(../assets/about-us/key-features-logo-723ccd32073debf076f2bb6e13919453.html);
	display: block;
	margin: 0 auto;
}
.about-content .partners .ray
{
	background-position: 0 0;
	height: 87px;
	width: 102px;
}
.about-content .partners .hope
{
	background-position: -102px 0;
	height: 87px;
	width: 95px;
}
.about-content .partners .lenders
{
	background-position: -197px 0;
	height: 87px;
	width: 76px;
}
.about-content .partners .concierge
{
	background-position: -273px 0;
	height: 87px;
	width: 89px;
}
@media (min-width: 768px)
{
	.about-content .key-features .item
	{
		margin-bottom: 15px;
	}
	.about-content .key-features .item h3
	{
		font-size: 1.4285714286em;
	}
}
@media (min-width: 992px)
{
	.about-content section .right-col
	{
		margin-top: 0px;
		text-align: right;
	}
}
.page-head.section-search
{
	background-image: url(../assets/brokers/search-bg-9758697971282714e4754dca6492a8a9.html);
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 0;
}
.page-head.section-search .breadcrumb a
{
	color: #77787a;
}
.page-head.section-search .breadcrumb .active
{
	color: #c8c9cc;
}
.page-head.section-search .breadcrumb>li+li:before
{
	color: #77787a;
}
.page-head.section-search header>h1
{
	color: #4a4b4d;
	font-family: Helveticalight;
	text-align: center;
}
.page-head.section-search header>h2
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}
.page-head.section-search .search
{
	background-color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 30px;
	max-width: 431px;
	overflow: hidden;
	position: relative;
}
.page-head.section-search .search input
{
	background-color: #fff;
	border: 0;
	color: #333;
	font-family: Helveticalight;
	font-size: 1.4em;
	height: 55px;
	max-width: 365px;
	padding-left: 20px;
	padding-right: 10px;
	text-overflow: ellipsis;
	width: 100%;
}
.page-head.section-search .search input:focus
{
	outline: none;
}
.page-head.section-search .search button
{
	background-color: #ffb000;
	border: 0;
	color: #fff;
	font-size: 2em;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
}
.page-head.section-search .search button:hover
{
	background-color: #33bceb;
}
.page-content.search-content.default
{
	padding-top: 0;
}
.page-content.search-content.default .row
{
	margin: 50px 0;
}
.page-content.search-content.default .row+.row
{
	border-top: 1px solid #dcdde0;
	margin: 40px 0;
	padding-top: 40px;
}
.page-content.search-content.default h3
{
	color: #5f6062;
	font-family: Helveticalight;
	font-size: 1.4em;
	margin: 0;
}
.page-content.search-content.default h4
{
	color: #4a4b4d;
	font-family: Helveticalight;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
.page-content.search-content.default p
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.1em;
	margin: 0;
}
.page-content.search-content.default h3,.page-content.search-content.default h4,.page-content.search-content.default p
{
	text-align: center;
}
.page-content.search-content.default i
{
	color: #ffb000;
	display: block;
	float: none;
	font-size: 3em;
	margin-top: -20px;
	text-align: center;
	width: 100%;
}
.section-results
{
	background-color: #f7f7f7;
	padding-bottom: 50px;
	padding-top: 30px;
}
.section-results h1
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 1.6em;
	margin-bottom: 0;
	text-align: center;
}
.section-results .broker-container
{
	margin-top: 15px;
}
.section-results .broker-container:nth-child(odd)
{
	padding-right: 8px;
}
.section-results .broker-container:nth-child(even)
{
	padding-left: 7px;
}
.section-results .broker
{
	background: #fff;
	border: 1px solid #e9eaeb;
	border-radius: 4px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.section-results .broker:hover
{
	border: 1px solid #dcdddf;
}
.section-results .broker .photo
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.section-results .broker .photo img
{
	height: auto;
	width: 100%;
}
.section-results .broker .photo img.nz
{
	margin-left: -8%;
	margin-top: -8%;
	width: 116%;
}
.section-results .broker .photo .note
{
	background: rgba(0,171,230,0.75);
	bottom: 0;
	color: #fff;
	font-family: Helvetica;
	font-size: 1em;
	line-height: 1;
	padding: 10px 0 7px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.section-results .broker .broker-details
{
	padding-left: 10px;
	padding-right: 10px;
}
.section-results .broker .broker-details .name
{
	color: #4c4c4c;
	font-family: Helvetica;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.section-results .broker .broker-details .address
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 0.85em;
	margin-bottom: 0;
}
.section-results .broker .broker-details .specialties
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 0.85em;
	margin-bottom: 0;
}
.section-results .broker .broker-details .specialties p
{
	margin-bottom: 0;
}
.section-results .broker .broker-details .specialties span
{
	display: block;
}
.section-results .broker .broker-details .specialties i
{
	margin-right: 0;
	vertical-align: text-bottom;
}
.section-results .broker .broker-details .specialties .residential,.section-results .broker .broker-details .specialties .commercial
{
	color: #77787a;
	display: none;
	margin-right: 10px;
	margin-top: 2px;
}
.section-results .broker .enquiry-holder
{
	bottom: 10px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 100%;
}
.section-results .broker .enquiry
{
	background-color: #fff;
	border: 1px solid #a8e3f7;
	border-radius: 4px;
	color: #ffb000;
	display: block;
	font-family: Helvetica;
	font-size: 0.85em;
	letter-spacing: 1px;
	padding: 10px 0 8px 0;
	text-align: center;
	text-transform: uppercase;
}
.section-results .broker .enquiry:hover
{
	background: #f1fbff;
	text-decoration: none;
}
@media (min-width: 480px)
{
	.section-results .broker
	{
		height: 440px;
	}
	.section-results .broker .photo
	{
		margin-bottom: 15px;
	}
	.section-results .broker .broker-details
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-results .broker .broker-details .name
	{
		font-size: 1.3em;
	}
	.section-results .broker .broker-details .address
	{
		font-size: 1em;
		margin-bottom: 2px;
	}
	.section-results .broker .broker-details .specialties
	{
		font-size: 1em;
	}
	.section-results .broker .broker-details .specialties span
	{
		display: inline-block;
		margin-right: 10px;
	}
	.section-results .broker .broker-details .specialties span>i
	{
		margin-right: 5px;
	}
	.section-results .broker .enquiry-holder
	{
		bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 768px)
{
	.page-content.search-content.default h3,.page-content.search-content.default h4,.page-content.search-content.default p
	{
		text-align: left;
	}
	.page-content.search-content.default i
	{
		display: inline;
		float: left;
		text-align: left;
		width: 70px;
	}
	.section-results .broker-container
	{
		margin-top: 30px;
	}
	.section-results .broker-container:nth-child(odd)
	{
		padding-right: 15px;
	}
	.section-results .broker-container:nth-child(even)
	{
		padding-left: 15px;
	}
	.section-results .broker .broker-details .name
	{
		margin-bottom: 8px;
	}
	.section-results .broker .enquiry
	{
		font-size: 0.85em;
	}
}
@media (min-width: 992px)
{
	.section-results .broker
	{
		height: 432px;
	}
}
@media (min-width: 1200px)
{
	.section-results .broker
	{
		height: 437px;
	}
}
@media (min-width: 1600px)
{
	.page-head.section-search
	{
		padding-bottom: 80px;
	}
}
@media (min-width: 2000px)
{
	.page-head.section-search
	{
		padding-bottom: 120px;
	}
}
.brokers-page-head
{
	background-color: #e7f6fc;
	min-height: 117px;
	padding-bottom: 10px;
	padding-left: 101px;
	padding-top: 15px;
	position: relative;
}
.brokers-page-head h1
{
	color: #4c4c4c;
	font-family: Helveticalight;
	font-size: 1.2857142857em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}
.brokers-page-head .specialisations
{
	color: #77787a;
	font-family: Helveticalight;
	font-size: 0.8571428571em;
	text-align: left;
}
.brokers-page-head .specialisations .item
{
	display: block;
	margin-right: 5px;
}
.brokers-page-head .broker-social
{
	height: 40px;
	text-align: left;
}
.brokers-page-head .broker__head
{
	border-radius: 4px;
	height: 86px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 86px;
}
.brokers-page-head .broker__head .broker-inner
{
	height: 100%;
	position: relative;
	width: 100%;
}
.brokers-page-head .broker__head .photo
{
	height: 100%;
	width: 100%;
}
.brokers-page-head .broker__head .photo img
{
	height: 100%;
	position: absolute;
	width: 100%;
}
.brokers-page-head .broker__head .note
{
	background-color: rgba(0,171,230,0.7);
	bottom: 0;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}
.brokers-page-head .broker__head .note>span
{
	color: #ffffff;
	font-family: HelveticaNeueLT-Medium;
	font-size: 0.7857142857em;
	line-height: 25px;
}
@media (min-width: 768px)
{
	.brokers-page-head
	{
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-left: 0;
		padding-top: 40px;
	}
	.brokers-page-head h1
	{
		font-size: 2.8571428571em;
		margin-bottom: 0;
		text-align: left;
	}
	.brokers-page-head .specialisations
	{
		font-size: 1.1428571429em;
		padding-top: 10px;
		text-align: left;
	}
	.brokers-page-head .specialisations .item
	{
		display: block;
		margin-right: 15px;
	}
	.brokers-page-head .broker-social
	{
		text-align: right;
	}
}
@media (min-width: 992px)
{
	.brokers-page-head
	{
		padding-top: 80px;
	}
}
.brokers-content
{
	padding-top: 15px !important;
}
.brokers-content .broker-menu .item
{
	text-align: left;
}
.brokers-content .broker-menu .item a
{
	color: #ffb000;
	display: table-row;
	font-family: Helveticalight;
	font-size: 1.2857142857em;
}
.brokers-content .broker-menu .item a i
{
	display: table-row;
	vertical-align: middle;
}
.brokers-content .broker-menu .item a span
{
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.brokers-content .broker-menu .item a span.break
{
	display: block;
}
.brokers-content .broker-menu .item i
{
	display: inline-block;
	font-size: 2.1428571429em;
	vertical-align: middle;
}
.brokers-content .divider
{
	clear: both;
	float: none;
	height: 25px;
	margin: 0 auto;
	position: relative;
}
.brokers-content .divider .line
{
	background-color: #dcdde0;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.brokers-content .divider .circle
{
	background-color: #fff;
	border: 1px solid #dcdde0;
	border-radius: 25px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}
.brokers-content .divider .circle span
{
	color: #bbbcbd;
	font-family: Helveticalight;
	font-size: 1.4285714286em;
	line-height: 47px;
}
.brokers-content .col-left
{
	margin-bottom: 0;
}
.brokers-content .broker
{
	margin-top: 0;
}
.brokers-content .broker .broker-inner
{
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.brokers-content .broker .broker-inner img
{
	height: 100%;
	width: 100%;
}
.brokers-content .broker .broker-inner .note
{
	background-color: rgba(0,171,230,0.7);
	bottom: 0;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}
.brokers-content .broker .broker-inner .note>span
{
	color: #ffffff;
	font-family: Helvetica;
	font-size: 0.9285714286em;
	line-height: 35px;
}
.brokers-content .broker-info
{
	margin-top: 25px;
}
.brokers-content .broker-info .item
{
	margin-bottom: 20px;
}
.brokers-content .broker-info h3
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Bold;
	font-size: 1em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.brokers-content .broker-info h3:first-child
{
	margin-top: 0;
}
.brokers-content .broker-info p
{
	color: #77787a;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0;
}
.brokers-content .map-container
{
	border-radius: 4px;
	margin-top: 15px;
	overflow: hidden;
	webkit-mask-image: url(data:image/png;
	width: 100%;
}
.brokers-content .map-container #map
{
	min-height: 175px;
	width: 100%;
}
.brokers-content .map-container .zoom
{
	color: #000;
	font-size: 1.8571428571em;
	text-shadow: 0 0 10px #fff;
}
.brokers-content .col-right
{
	margin-bottom: 20px;
}
.brokers-content .article-header
{
	border-top: 1px solid #dcdde0;
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Bold;
	font-size: 1em;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	text-transform: uppercase;
}
.brokers-content button.close
{
	font-size: 1.4285714286em;
	margin-top: -36px;
}
.brokers-content .broker-form-container
{
	position: relative;
}
.brokers-content .broker-form-container .box
{
	background: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-top: -1px;
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.brokers-content .broker-form-container .box:before,.brokers-content .broker-form-container .box:after
{
	border: solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: rotateY(90deg);
	transition: all .5s ease-in;
	width: 0;
}
.brokers-content .broker-form-container .box:after
{
	border-bottom-color: #fff;
	border-color: transparent;
	border-width: 9px;
	margin-left: -9px;
}
.brokers-content .broker-form-container .box:before
{
	border-bottom-color: #dcdde0;
	border-color: transparent;
	border-width: 10px;
	margin-left: -10px;
}
.brokers-content .broker-form-container.open .box
{
	background: #fff;
	max-height: 500px;
}
.brokers-content .broker-form-container form
{
	padding-bottom: 15px;
	padding-top: 10px;
}
.brokers-content .broker-form
{
	padding-top: 10px;
}
.brokers-content .broker-form ::-webkit-input-placeholder
{
	color: #c8c9cc;
}
.brokers-content .broker-form :-moz-placeholder
{
	color: #c8c9cc;
}
.brokers-content .broker-form ::-moz-placeholder
{
	color: #c8c9cc;
}
.brokers-content .broker-form :-ms-input-placeholder
{
	color: #c8c9cc;
}
.brokers-content .broker-form .message
{
	display: none;
	margin-bottom: 15px;
	margin-top: 5px;
}
.brokers-content .broker-form .floating-label-form-group
{
	border-left: none;
	padding-left: 0;
}
.brokers-content .broker-form .message-group
{
	border: none;
	margin-bottom: 20px;
}
.brokers-content .broker-form .message-group textarea
{
	border: 1px solid #b3b3b3;
	height: 100px;
	padding: 5px;
	webkit-appearance: none;
}
.brokers-content .broker-form .submit-group
{
	margin-bottom: 0;
}
.brokers-content .broker-form button
{
	font-family: HelveticaNeueLT-Medium;
	font-size: 1em;
	letter-spacing: 1px;
	padding-bottom: 13px;
	padding-top: 15px;
	text-transform: uppercase;
	width: 100%;
}
.brokers-content .broker-form button:focus
{
	outline: none;
}
.brokers-content .broker-form p.message
{
	margin-bottom: 20px;
}
.brokers-content .broker-form p.help-block
{
	color: #bf4343;
	display: none;
	font-family: HelveticaNeueLT-Light;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 4px;
}
.brokers-content .broker-form textarea+p.help-block
{
	margin-top: 8px;
}
.brokers-content .bio
{
	color: #4c4c4c;
}
.brokers-content .bio h2
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.4285714286em;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-top: 20px;
}
.brokers-content .bio h2:first-child
{
	margin-top: 0;
}
.brokers-content .bio h3
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.3571428571em;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-top: 20px;
}
.brokers-content .bio h3:first-child
{
	margin-top: 0;
}
.brokers-content .bio b,.brokers-content .bio strong
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Medium;
	font-weight: normal;
}
.brokers-content .bio blockquote
{
	font-size: 1em;
}
.brokers-content .bio img
{
	height: auto;
	max-width: 290px;
}
.brokers-content .broker-success-view
{
	color: #77787a;
	display: none;
	font-family: HelveticaNeueLT-Light;
	font-size: 1.5714285714em;
	margin: 10px 0;
	opacity: 0;
}
@media (min-width: 768px)
{
	.brokers-content .broker-menu
	{
		margin-bottom: 15px;
	}
	.brokers-content .broker-menu .item
	{
		padding-top: 15px;
		text-align: left;
	}
	.brokers-content .broker-menu .item a
	{
		display: inline-block;
	}
	.brokers-content .broker-menu .item a i
	{
		display: inline-block;
	}
	.brokers-content .broker-menu .item a span
	{
		display: inline-block;
		padding-left: 0;
		vertical-align: middle;
	}
	.brokers-content .broker-menu .item a span.break
	{
		display: block;
	}
	.brokers-content .broker-form-container
	{
		position: absolute;
		top: 100px;
	}
	.brokers-content .broker-form-container.open .box
	{
		border: 1px solid #dcdde0;
		box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}
	.brokers-content .broker-form-container.open .box:before,.brokers-content .broker-form-container.open .box:after
	{
		transform: rotateY(0deg);
	}
	.brokers-content .broker-form-container.thanks .broker-form
	{
		display: none;
	}
	.brokers-content .broker-form-container.thanks .broker-success-view
	{
		display: block;
		opacity: 1;
	}
	.brokers-content .broker-form
	{
		padding-top: 0;
	}
	.brokers-content .broker-form .message-group
	{
		margin-bottom: 14px;
	}
	.brokers-content button.close
	{
		margin-top: 20px;
	}
	.brokers-content .broker
	{
		float: none;
		margin-top: -130px;
		width: auto;
	}
	.brokers-content .broker .photo
	{
		height: 159px;
	}
	.brokers-content .map-container
	{
		float: none;
		height: 159px;
		margin-top: 30px;
		width: auto;
	}
	.brokers-content .map-container #map
	{
		min-height: 159px;
	}
	.brokers-content .divider
	{
		clear: none;
		float: left;
		height: 85px;
		margin: 0 auto;
		width: 100%;
	}
	.brokers-content .divider .line
	{
		height: 100%;
		left: 50%;
		top: 0;
		width: 1px;
	}
	.brokers-content .article-header
	{
		border-top: none;
		padding-bottom: 0;
	}
	.brokers-content .bio img
	{
		height: auto;
		max-width: 515px;
	}
}
@media (min-width: 992px)
{
	.brokers-content .broker
	{
		margin-top: -150px;
	}
	.brokers-content .broker .photo
	{
		height: 213px;
	}
	.brokers-content .map-container
	{
		height: 213px;
	}
	.brokers-content .map-container #map
	{
		min-height: 213px;
	}
	.brokers-content .bio img
	{
		height: auto;
		max-width: 700px;
	}
}
@media (min-width: 1200px)
{
	.brokers-content .broker .photo
	{
		height: 263px;
	}
	.brokers-content .map-container
	{
		height: 263px;
	}
	.brokers-content .map-container #map
	{
		min-height: 263px;
	}
	.brokers-content .bio img
	{
		height: auto;
		max-width: auto;
	}
}
.calculators-content form .success
{
	margin: 20px 0;
}
.calculators-content article h2.section-header
{
	border-top: 1px solid #dcdde0;
	font-size: 2em;
	margin-bottom: 30px;
	margin-top: 40px;
	padding-top: 40px;
}
.calculators-content h3.underline
{
	border-bottom: 1px solid #dcdde0;
	font-size: 1.7em;
	margin-bottom: 30px;
	margin-top: 40px;
	padding-bottom: 10px;
}
.calculators-content h3.underline i
{
	color: #ffb000;
	font-size: 1.2em;
}
.calculators-content .popular
{
	margin-bottom: 45px;
	margin-left: 0 !important;
	margin-left: -15px;
	margin-right: 0 !important;
	margin-right: -15px;
	margin-top: 45px;
}
.calculators-content .popular:before,.calculators-content .popular:after
{
	content: " ";
	display: table;
}
.calculators-content .popular:after
{
	clear: both;
}
.calculators-content .popular>div
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-left: 5px;
	padding-right: 15px;
	padding-right: 5px;
	position: relative;
	width: 100%;
}
@media (min-width: 992px)
{
	.calculators-content .popular>div
	{
		float: left;
		width: 33.3333333333%;
	}
}
.calculators-content .popular>div .box
{
	background-color: #f1fbff;
	border: 1px solid #b2e6f7;
	border-radius: 4px;
	color: #ffb000;
	margin-bottom: 20px;
	padding: 23px 22px 25px 22px;
	text-align: center;
}
.calculators-content .popular>div .box .index
{
	display: none;
}
.calculators-content .popular>div .box .circle
{
	background-color: #fff;
	border: 2px solid #ffb000;
	border-radius: 30px;
	display: table;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.calculators-content .popular>div .box .circle i
{
	display: table-cell;
	font-size: 2.7em;
	vertical-align: middle;
}
.calculators-content .popular>div .box .circle i.icon-math
{
	font-size: 2.4em;
}
.calculators-content .popular>div .box h3
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 13px;
	margin-top: 8px;
}
.calculators-content .popular>div .box a
{
	background: white;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000;
	display: inline-block;
	font-family: HelveticaNeueLT-Medium;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 0.85em;
	padding: 10px 18px;
	text-transform: uppercase;
}
.calculators-content .popular>div .box a:hover
{
	background: #ffb000;
	color: #fff;
	text-decoration: none;
}
.calculators-content .popular>div .box a i
{
	font-size: 1.1em;
	line-height: 0.85em;
	margin-left: 10px;
	margin-right: -15px;
}
.calculators-content .popular>div .box p
{
	display: none;
}
.calculators-content .numbered>div
{
	counter-increment: epic-win;
	position: relative;
}
.calculators-content .numbered>div:before
{
	background: #dcdde0;
	content: "";
	display: none;
	height: 110%;
	left: 21px;
	position: absolute;
	top: -150px;
	width: 1px;
	z-index: 100;
}
.calculators-content .numbered>div:nth-child(1):before
{
	display: none;
}
.calculators-content .numbered>div .box
{
	background-color: #f7f7f7;
	border: 1px solid #dcdde0;
	border-radius: 4px;
	color: #4a4b4c;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 12px 20px 23px 20px;
	position: relative;
	text-align: center;
}
.calculators-content .numbered>div .box .index
{
	background-color: #fff;
	border: 2px solid #ffb000;
	border-radius: 50%;
	color: #ffb000;
	display: none;
	height: 40px;
	left: -70px;
	position: absolute;
	top: 10px;
	width: 40px;
	z-index: 101;
}
.calculators-content .numbered>div .box .index:before
{
	content: counter(epic-win);
	display: table-cell;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}
.calculators-content .numbered>div .box .circle
{
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 50px;
}
.calculators-content .numbered>div .box .circle i
{
	color: #ffb000;
	font-size: 2.3em;
}
.calculators-content .numbered>div .box .circle i.icon-cash-receiving
{
	display: inline-block;
	font-size: 2.8em;
	margin-top: -7px;
}
.calculators-content .numbered>div .box h3
{
	color: #4a4b4c;
	display: block;
	font-size: 1.4em;
	line-height: 1.9em;
	margin: 0 0 10px 0;
}
.calculators-content .numbered>div .box a
{
	background: white;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000;
	display: inline-block;
	float: none;
	font-family: HelveticaNeueLT-Medium;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 0.85em;
	padding: 10px 18px;
	text-transform: uppercase;
}
.calculators-content .numbered>div .box a:hover
{
	background: #ffb000;
	color: #fff;
	text-decoration: none;
}
.calculators-content .numbered>div .box a i
{
	font-size: 1.1em;
	line-height: 0.85em;
	margin-left: 10px;
	margin-right: -15px;
}
.calculators-content .numbered>div .box p
{
	color: #77787a;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 10px;
	padding: 8px 10px 0 10px;
}
.calculators-content .numbered>div:last-child .box
{
	margin-bottom: 0;
}
@media (min-width: 768px)
{
	.calculators-content .numbered>div .box
	{
		margin-left: 70px;
	}
	.calculators-content .numbered>div .box .index
	{
		display: table;
	}
	.calculators-content .numbered>div .box:before,.calculators-content .numbered>div .box:after
	{
		border: solid red;
		content: "";
		font-size: 0;
		height: 0;
		line-height: 0;
		overflow: hidden;
		pointer-events: none;
		position: absolute;
		right: 100%;
		top: 30px;
		width: 0;
	}
	.calculators-content .numbered>div .box:before
	{
		border-color: rgba(220,221,224,0);
		border-right-color: #dcdde0;
		border-width: 13px;
		margin-top: -13px;
	}
	.calculators-content .numbered>div .box:after
	{
		border-color: rgba(247,247,247,0);
		border-right-color: #f7f7f7;
		border-width: 12px;
		margin-top: -12px;
	}
}
@media (min-width: 992px)
{
	.calculators-content .numbered>div:before
	{
		display: block;
	}
	.calculators-content .numbered>div .box
	{
		text-align: left;
	}
	.calculators-content .numbered>div .box .circle
	{
		display: inline-block;
		float: left;
		margin-right: 10px;
		margin-top: -5px;
	}
	.calculators-content .numbered>div .box h3
	{
		display: inline-block;
		margin: 0;
	}
	.calculators-content .numbered>div .box a
	{
		float: right;
	}
	.calculators-content .numbered>div .box p
	{
		border-top: 1px solid #dcdde0;
		padding: 18px 10px 0 10px;
	}
	.calculators-content #calculator-container
	{
		transform: scale(0.95);
		transform-origin: 0% 0%;
		width: 105%;
	}
	
}
@media (min-width: 1200px)
{
	.calculators-content #calculator-container
	{
		transform: scale(1);
		transform-origin: 0% 0%;
		width: 100%;
	}
}
.careers-content .segment
{
	border-top: 1px solid #dcdde0;
	margin-top: 20px;
	padding-top: 20px;
}
.careers-content form .success
{
	margin: 20px 0;
}
.careers-content .features .feature
{
	margin-top: 30px;
	position: relative;
}
.careers-content .features .feature i
{
	color: #ffb000;
	display: block;
	font-size: 50px;
	position: relative;
	text-align: center;
}
.careers-content .features .feature h3,.careers-content .features .feature p
{
	margin-left: 0px;
}
.careers-content .features .feature h3
{
	color: #5f6062;
	font-size: 1.4em;
	text-align: center;
}
@media (min-width: 768px)
{
	.careers-content .segment
	{
		margin-top: 60px;
		padding-top: 60px;
	}
	.careers-content .features .feature i
	{
		left: -10px;
		position: absolute;
		top: -6px;
	}
	.careers-content .features .feature h3,.careers-content .features .feature p
	{
		margin-left: 80px;
	}
	.careers-content .features .feature h3
	{
		font-size: 1.2em;
		text-align: left;
	}
}
.community-content section+section
{
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-top: 40px;
}
.community-content section .left-col
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
@media (min-width: 992px)
{
	.community-content section .left-col
	{
		float: left;
		width: 66.6666666667%;
	}
}
.community-content section .right-col
{
	float: left;
	margin-top: 20px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 992px)
{
	.community-content section .right-col
	{
		float: left;
		width: 33.3333333333%;
	}
}
.community-content section .right-col img
{
	max-width: 100%;
}
.community-content section .middle-col
{
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
.community-content section .middle-col img
{
	max-width: 100%;
}
.community-content ul.blue
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.community-content ul.blue li
{
	margin-bottom: 0.5em;
	padding-left: 1.4em;
	text-indent: -1.3em;
}
.community-content ul.blue li:before
{
	color: #ffb000;
	content: "• ";
	margin-right: 0.5em;
}
.community-content blockquote
{
	color: #77787a;
	font-size: 1em;
}
.community-content blockquote cite
{
	font-style: italic;
}
.community-content a.white-button
{
	background: white;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000;
	display: inline-block;
	font-family: HelveticaNeueLT-Medium;
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 0.85em;
	margin-top: 10px;
	padding: 10px 18px;
	text-transform: uppercase;
}
.community-content a.white-button:hover
{
	background: #ffb000;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 992px)
{
	.about-content section .right-col
	{
		margin-top: 0px;
		text-align: right;
	}
}
.help-page-head
{
	background-color: #f2f2f2;
	padding-bottom: 20px;
	padding-top: 20px;
}
.help-page-head .breadcrumb
{
	background: none !important;
	font-family: HelveticaNeueLT-Roman;
	font-size: 0.9285714286em;
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-top: 0;
}
.help-page-head .breadcrumb a
{
	color: #77787a;
}
.help-page-head .breadcrumb .active
{
	color: #c8c9cc;
}
.help-page-head h1
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Roman;
	font-size: 2.1428571429em;
	margin-bottom: 0;
	margin-top: 0;
}
.help-page-head .help-header>h1
{
	margin: 0 0 20px 0;
}
.help-page-head .help-header>p
{
	color: #77787a;
	font-family: HelveticaNeueLT-Light;
	font-size: 1.4285714286em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.help-page-head .help-header>p span
{
	display: block;
}
.help-page-head .help-header>span
{
	display: block;
}
.help-form
{
	position: relative;
}
.help-form ::-webkit-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form :-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form ::-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form :-ms-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form input[type=text]
{
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
	font-family: HelveticaNeueLT-Light;
	font-size: 1.4285714286em;
	height: 50px;
	padding: 0 78px 0 12px;
	width: 100%;
}
.help-form input[type=text]:focus
{
	box-shadow: none;
	outline: none;
}
.help-form .input-group-addon
{
	background-color: #ffb000;
	border: none;
	color: #ffffff;
	font-size: 2.1428571429em;
	padding: 0;
}
.help-form input[type=submit],.help-form button
{
	background-color: #ffb000;
	border: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.4285714286em;
	height: 50px;
	moz-appearance: caret;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	webkit-appearance: caret;
	width: 66px;
	z-index: 100;
}
.help-form input[type=submit]:focus,.help-form button:focus
{
	outline: none;
}
.help-form button
{
	font-size: 2.1428571429em;
}
.help-form__small
{
	margin-bottom: 20px;
	position: relative;
}
.help-form__small ::-webkit-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form__small :-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form__small ::-moz-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form__small :-ms-input-placeholder
{
	color: #c8c9cc;
	font-family: HelveticaNeueLT-Light;
}
.help-form__small input[type=text]
{
	background-color: #ffffff;
	border: 1px solid #dcdde0;
	border-radius: 4px;
	font-family: HelveticaNeueLT-Light;
	font-size: 1.0714285714em;
	height: 40px;
	moz-appearance: caret;
	padding: 0 72px 0 12px;
	webkit-appearance: caret;
	width: 100%;
}
.help-form__small input[type=text]:focus
{
	box-shadow: none;
	outline: none;
}
.help-form__small input[type=submit],.help-form__small button
{
	background-color: #ffb000;
	border: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.0714285714em;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 100;
}
.help-form__small input[type=submit]:focus,.help-form__small button:focus
{
	outline: none;
}
.help-form__small button
{
	font-size: 1.4285714286em;
}
.desk-footer-container
{
	background-color: #ffffff;
}
.desk-footer-container .desk-footer
{
	color: #77787a;
	font-family: HelveticaNeueLT-Roman;
	font-size: 0.8571428571em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.desk-footer-container .desk-footer span
{
	padding-left: 5px;
}
.desk-footer-container .desk-footer a
{
	color: #4c4c4c;
}
@media (min-width: 768px)
{
	.help-page-head
	{
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.help-page-head h1
	{
		font-size: 2.8571428571em;
		margin-top: 15px;
	}
	.help-page-head .help-header>h1
	{
		margin-bottom: 30px;
	}
	.help-page-head .help-header>p
	{
		margin-bottom: 30px;
	}
	.help-form
	{
		margin: 0 auto;
		width: 430px;
	}
	.help-form__small
	{
		float: right;
		margin-bottom: 0;
		margin-top: 20px;
		width: 275px;
	}
}
.help-content
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.help-content .help-block
{
	border-bottom: 1px solid #dcdde0;
	margin-top: 0;
	padding-bottom: 10px;
}
.help-content .help-block:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.help-content .help-block .help-block-header
{
	float: left;
	height: 60px;
	margin-bottom: 10px;
	padding-left: 70px;
	position: relative;
	text-align: left;
	width: 100%;
}
.help-content .help-block .help-block-header span
{
	color: #ffb000;
	font-size: 40px;
	left: 0;
	position: absolute;
	top: 0;
}
.help-content .help-block .help-block-header h2
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.4285714286em;
	margin: 0;
	padding-top: 17px;
}
.help-content .help-block .help-block-header h2 a
{
	color: #4c4c4c;
	text-decoration: none;
}
.help-content .help-block .help-block-header h2 a:hover
{
	text-decoration: none;
}
.help-content .help-block .help-questions
{
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.help-content .help-block .help-questions li
{
	color: #ffb000;
	display: table;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.0714285714em;
	padding-bottom: 5px;
	position: relative;
}
.help-content .help-block .help-questions li span.icon-forward
{
	display: table-cell;
	width: 30px;
}
.help-content .help-block .help-questions li span.help-article
{
	display: table-cell;
	text-align: left;
}
.help-content .help-block .help-questions li a
{
	color: #ffb000;
}
.help-content .help-block:last-child
{
	border-bottom: none;
}
.help-content .segment
{
	border-bottom: 1px solid #dcdde0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.help-content .evaluation-menu .item
{
	margin-bottom: 10px;
}
.help-content .evaluation-menu a
{
	background-color: #fff;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000;
	display: inline-block;
	font-size: 0.8571428571em;
	line-height: 1;
	margin-right: 15px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 86px;
}
.help-content .evaluation-menu a:hover,.help-content .evaluation-menu a:focus
{
	background-color: #e8f7fd;
}
.help-content .evaluation-menu span
{
	color: #5f6062;
}
.help-content #rate_article>div
{
	margin-bottom: 10px;
}
.help-content #rate_article a
{
	background-color: #fff;
	border: 1px solid #b2e6f7;
	border-radius: 5px;
	color: #ffb000;
	display: inline-block;
	font-size: 0.8571428571em;
	line-height: 1;
	margin-right: 15px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 86px;
}
.help-content #rate_article a:hover,.help-content #rate_article a:focus
{
	background-color: #e8f7fd;
	text-decoration: none;
}
@media (min-width: 768px)
{
	.help-content
	{
		background-color: #ffffff;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.help-content .help-block
	{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.help-content .help-block:last-child
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.help-content .help-block .help-block-header
	{
		width: 50%;
	}
	.help-content .help-block .help-questions
	{
		width: 50%;
	}
	.help-content .help-block .help-questions li i
	{
		width: 23px;
	}
	.help-content .segment
	{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 992px)
{
	.help-content .help-block .help-block-header
	{
		width: 40%;
	}
	.help-content .help-block .help-questions
	{
		width: 60%;
	}
}
.search-result-content .search-content-header
{
	color: #5f6062;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.7857142857em;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
}
.search-result-content .search-results .item
{
	border-bottom: 1px solid #dcdde0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.search-result-content .search-results .item h3
{
	color: #4c4c4c;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1.4285714286em;
	margin-bottom: 10px;
	margin-top: 0;
}
.search-result-content .search-results .item h3 a
{
	color: #ffb000;
}
.search-result-content .search-results .item h3 a:hover
{
	text-decoration: none;
}
.search-result-content .search-results .item p
{
	color: #77787a;
	font-family: HelveticaNeueLT-Roman;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0;
}
.search-result-content .search-results .item:last-child
{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.search-result-content .pagination-holder
{
	margin-top: 20px;
}
.search-result-content .pagination-holder>.pagination
{
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}
@media (min-width: 768px)
{
	.search-result-content .search-results .item
	{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.search-result-content .search-results .item h3
	{
		margin-bottom: 10px;
	}
	.search-result-content .pagination-holder
	{
		margin-top: 30px;
	}
}

@media (max-width: 1200px){
	.copyright{
		margin-top:20px;
		float:right;
	}
}


