/*********************************************
* Font-awesome.css                             *
********************************************/

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	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 {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.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,
.fa-gratipay: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: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-buoy: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

/*********************************************
* Normalize.css                             *
********************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	margin: 2.33em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	white-space: normal;
	margin-left: -7px;
	padding: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
html input[type=button],

/* 1 */
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
figure,
form {
	margin: 0;
}

p,
pre,
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

/*********************************************
* Personal Overides for Normalize.css       *
********************************************/
dd,
dt,
dl {
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin: 0 0;
	padding: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button {
	border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

/***********************************************
* PRIMARY STYLES                              *
* Author: Assad Ali                          *
* Project: VPR                                  *
********************************************/

/* When the user selects/highlights text */::-moz-selection {
	background: #1569b6;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #1569b6;
	color: #fff;
	text-shadow: none;
}

/* Fluid images */
img,
p img,
a img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/*
 Apply a natural box layout model to all elements + polyfill
 https://github.com/Schepp/box-sizing-polyfill#readme
*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url('../js/libs/boxsizing.htc');
}

/*********************************************
* Layout styles                             *
********************************************/
body,
html {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}

header,
footer {
	min-width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #000;
	float: left;
}

header {
	text-align: center;
	background: url('../img/bg.png');
	padding-bottom: 0px;
	padding-top: 0px;
}

footer {
	padding: 0px 10px 0px 10px;
	background: #008f8c;
	background: -moz-linear-gradient(45deg, rgba(0, 143, 140, 1) 0%, rgba(0, 84, 81, 1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 143, 140, 1)), color-stop(100%, rgba(0, 84, 81, 1)));
	background: -webkit-linear-gradient(45deg, rgba(0, 143, 140, 1) 0%, rgba(0, 84, 81, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(0, 143, 140, 1) 0%, rgba(0, 84, 81, 1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0, 143, 140, 1) 0%, rgba(0, 84, 81, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 143, 140, 1) 0%, rgba(0, 84, 81, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008f8c', endColorstr='#005451', GradientType=1);
}

.active-sidebar footer,
.active-menu footer {
	opacity: 0;
	display: block;
	line-height: 0;
	height: 0;
	overflow: hidden;
	text-align: left;
	padding: 0px;
}

aside {
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: .100s all ease;
	-webkit-transition: .100s all  ease-in;
	margin-right: -100%;
	float: right;
	display: none;
	line-height: 0;
	min-height: 0%;
	overflow: hidden;
}

.active-sidebar aside {
	transition: .100s all ease;
	-webkit-transition: .100s all  ease-in;
	margin-right: 0px;
	width: 100%;
	overflow: visible;
	min-height: 100%;
	display: block;
}

hr {
	background: #D7D7D7;
	height: 1px;
	min-width: 100%;
	border: none;
	margin: 20px 0px 10px 0px;
	display: block;
	clear: both;
}

article {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #667279;
	margin-top: 1%;
}

/*********************************************
* Typography styles                         *
********************************************/
h1 {
	font-size: 25px;
	line-height: 30px;
	color: #687379;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #667279;
	font-weight: 400;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	color: #13589F;
}

h4,
h5,
h6,
p,
li {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #667279;
}

a,
a:visited {
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	color: #5FC5B8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

blockquote {
	background: #FAFAFA;
	padding: 35px 60px 35px 60px;
	width: 510px;
	margin-bottom: 20px;
}

blockquote p,
blockquote strong {
	font-size: 24px;
	line-height: 28px;
	color: #666666;
	font-weight: 300;
	text-align: center;
}

blockquote strong {
	font-weight: 400;
}

blockquote p:after {
	content: "";
	display: block;
	width: 36px;
	height: 31px;
	float: right;
	margin: 15px -40px;
}

/*********************************************
* Form styles                               *
********************************************/
input,
textarea,
select {
	outline: none;
	border: none;
	background: #FBFBFB;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	border-radius: 5px;
}

label {
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #667279;
}

input[type=text],
input[type=password],
select {

	/*width: 250px;*/
	height: 40px;
	padding: 5px 10px 5px 10px;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

textarea {
	padding: 5px 10px 5px 10px;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

input[type=submit] {

	/*    padding:12px;*/

	/*    color: #fff;*/

	/*    font-size: 24px;*/

	/*    font-weight: 300;*/

	/*background: #116664;*/

	/**/

	/**/

	/**/



	background: #60c6ff;
	background: -moz-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(34, 130, 120, 1)));
	background: -webkit-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -o-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -ms-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: linear-gradient(to bottom, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c6bb', endColorstr='#228278', GradientType=0);
	box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	min-width: 100%;
	font-weight: 300;
	padding: 5px 30px 5px 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	border-radius: 0px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input:focus,
textarea:focus,
select:focus,
input:hover,
select:hover,
textarea:hover {
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*********************************************
* Main styles                               *
********************************************/
header .logo {
	max-width: 50%;
}

/*header div{*/

/*	margin-top: 20px;*/

/*	float: right;*/

/*	text-align: right;*/

/*}*/

header div .phoneNumber {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
}

header div p {
	font-size: 16px;
	font-style: italic;
}

header .contactInfo {
	clear: right;	/*float: right;*/
	margin-bottom: 10px;
}

header div .greyBtn {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

/*.fbIcon{*/

/*	max-width: 16%;*/

/*	display: block;*/

/*	float: right;*/

/*	margin: 0.5% 1% 1% 1%;*/

/*}*/

/**/

.fbIcon {
	max-width: 16%;
	display: inline-block;/*float: right;*/

	/*margin: 0.5% 1% 1% 1%;*/
	text-align: center;
	margin-top: 10px;
}

.tagline {
	float: left;
	background: #dadada;
	min-width: 100%;
	padding: 20px;
	text-align: center;
}

.tagline p {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic;
	color: #667279;
	position: relative;
	z-index: 7;
}

.main {
	min-width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.active-sidebar .main,
.active-menu .main {
	width: 0%;
	padding: 0px;
	clear: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.main p {
	margin-bottom: 5px;
}

.controls {
	float: left;
	min-width: 100%;
	border-bottom: 1px solid #69747A;
	background: url('../img/bg.png');
		background: #2ba598;
	background: -moz-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(43, 165, 152, 1)));
	background: -webkit-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -o-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -ms-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: linear-gradient(to right, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c6bb', endColorstr='#2ba598', GradientType=1);

}

.controls > a {
	background: #2ba598;
	background: -moz-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 165, 152, 1)), color-stop(100%, rgba(96, 198, 187, 1)));
	background: -webkit-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -o-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -ms-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: linear-gradient(to right, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba598', endColorstr='#60c6bb', GradientType=1);
	padding: 7px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}

.controls a:hover {
	text-decoration: none;
}

.controls a:last-of-type {
	background: #2ba598;
	background: -moz-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(43, 165, 152, 1)));
	background: -webkit-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -o-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: -ms-linear-gradient(left, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	background: linear-gradient(to right, rgba(96, 198, 187, 1) 0%, rgba(43, 165, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c6bb', endColorstr='#2ba598', GradientType=1);
}

.controls a span {
	display: inline-table;
	padding: 0px 15px 5px 15px;
	background: #fdfdfd;
	background: rgba(255, 255, 255, 0.3);
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}

.controls a:first-of-type span {
	margin-right: 10px;
}

.controls a:last-of-type span {
	margin-left: 10px;
}

.smallFooter {
	float: left;
	padding: 10px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.smallFooter p {
	float: left;
	color: #333;
}

.smallFooter a {
	padding: 5px 10px 0px 10px;
	line-height: 14px;
	font-size: 12px;
}

.main .contentBox {
	min-width: 100%;
	padding: 5% 0px 5% 5%;
	text-align: left;
}

.main .contentBox:first-of-type {
	border-top: none;
}

.main .contentBox img {
	float: left;
	margin-right: 10px;
}

.jobSeekersBox {
	background: url('../img/job.jpg') no-repeat;
	border-bottom: 1px solid #D7D7D7;
}

.employersBox {
	background: url('../img/employers.jpg') no-repeat;
}

.promoBox {
	float: left;
	padding: 10px 0px 10px 0px;
	background-size: cover;
}

.promoBox div {
	background: #69747a;
	background: rgba(105, 116, 122, 0.8);
	width: 70%;
	padding: 2% 4% 2% 4%;
	float: right;
}

.promoBox:first-of-type div {
	float: right;
}

.promoBox h1 {
	color: #fff;
	font-size: 35px;
	line-height: 40px;
}

.promoBox p {
	color: #fff;	/*font-size: 13px;*/
	line-height: 18px;
}

.promoContainer {
	position: relative;
	z-index: 5;
}

.promoContainer .cogOverlay {
	display: none;
}

.newsletter form,
.innerWrapper .nsu-form {
	background: #dadada;
	padding: 5%;	/*margin-top: 10px;*/
}

.newsletter label,
.innerWrapper .nsu-form label {
	color: #696969;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	width: 82px;
	float: left;
}

.innerWrapper .nsu-form {
	float: left;
}

.innerWrapper .nsu-form p {
	margin-bottom: 15px;
	min-width: 100%;
	float: left;
}

.innerWrapper .nsu-form label,
.innerWrapper .nsu-form code {
	width: 150px;
	float: left;
}

.newsletter .formField {
	margin-bottom: 15px;
}

.newsletter input[type="submit"],
.newsletter input[type="text"] {
	min-width: 100%;
}

.newsletter input[type="text"] {
	min-width: 50%;
	float: left;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}

.formArea,
.mapArea {
	float: left;
	min-width: 100%;
}

.mapArea iframe {
	max-width: 100%;
	min-width: 100%;
}

.mapArea {
	border: 10px solid #d7d7d7;
}

.formArea form {
	background: #d7d7d7;
	max-width: 90%;
	padding: 5%;
}

/*********************************************
* Main Menu styles                         *
********************************************/
.mainMenu {
	float: left;
	transition: .100s all ease;
	-webkit-transition: .100s all  ease-in;
	margin-left: -200%;
	display: block;
	line-height: 0;
	height: 0%;	/*overflow: hidden;*/
}

.active-menu .mainMenu {
	transition: .100s all ease;
	-webkit-transition: .100s all  ease-in;
	margin-left: 0px;
	width: 100%;
	line-height: normal;
	min-height: 100%;
	clear: left;
}

.mainMenu a {
	background: #3bafa3;
	background: -moz-linear-gradient(top, rgba(59, 175, 163, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(59, 175, 163, 1)), color-stop(100%, rgba(96, 198, 187, 1)));
	background: -webkit-linear-gradient(top, rgba(59, 175, 163, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -o-linear-gradient(top, rgba(59, 175, 163, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: -ms-linear-gradient(top, rgba(59, 175, 163, 1) 0%, rgba(96, 198, 187, 1) 100%);
	background: linear-gradient(to bottom, rgba(59, 175, 163, 1) 0%, rgba(96, 198, 187, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bafa3', endColorstr='#60c6bb', GradientType=0);
	padding: 12px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	text-align: right;
}

.mainMenu li:last-of-type a {
	border-bottom: none;
}

.mainMenu li.current-menu-item a,
.mainMenu a:hover,
.mainMenu a:active,
.mainMenu a:focus {
	background: #60c6bb;
	background: -moz-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(34, 130, 120, 1)));
	background: -webkit-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -o-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -ms-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: linear-gradient(to bottom, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c6bb', endColorstr='#228278', GradientType=0);
	box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

/*********************************************
* Latest jobs styles                       *
********************************************/
.latestJobs {
	min-width: 100%;
	padding: 20px;
	text-align: left;
	float: left;
}

.latestJobs h1 {
	float: left;
}

.latestJobs h2 {
	font-weight: 600;
}

.latestJobs > p  a:first-of-type {
	float: left;
	margin: 5px;
}

.latestJobs .actionBtn {
	margin-bottom: 20px;
}

.latestJobs .job {
	margin-bottom: 10px;
}

/*********************************************
* Sidebar styles                            *
********************************************/
aside {
	text-align: left;
	padding: 10px;
}

aside .contentBox {
	min-width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}

aside .contentBox:last-of-type {
	border-bottom: none;
}

aside .contentBox h2 {
	font-weight: 600;
	margin-bottom: 2%;
}

aside .contentBox p {
	margin-bottom: 5px;
}

aside .contentBox > img {

	/*max-width: 10%;*/
	float: left;
	margin-bottom: 10px;
}

aside .contentBox > div {
	width: 100%;
	float: left;
}

aside .contentBox div img {
	float: left;
	margin-right: 10px;
	clear: right;/*	max-width: 30%;
	min-width: 30%;*/
	margin-top: 2px;
	border: 1px solid #D7D7D7;
	padding: 2%;
}

aside .contentBox > div > .fluid-width-video-wrapper {
	margin-right: 10px;
	margin-top: 2px;
}

aside hr:first-of-type {
	margin-top: 5px;
}

/*********************************************
* Content slider styles                    *
********************************************/
.contentSlider span {

	/*display: block;*/
	height: 12px;
	width: 12px;
	margin-right: 10px;
	background: #CCCCCC;
	float: left;
	cursor: pointer;
	margin-bottom: 5px
}

/*********************************************
* Footer styles                             *
********************************************/
footer h1,
footer h2,
footer a,
footer p {
	color: #fff;
}

footer h3 {
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
}

.socialMedia {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 2px dashed #287D7B;
}

.socialMedia img {
	margin-right: 10px;
}

.blog {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 2px dashed #287D7B;
}

.blogItem a {
	color: #fff;
}

.blogItem {
	margin-bottom: 10px;
}

.contactFooter {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #116664;
}

.contactFooter p {
	margin-bottom: 10px;
	margin-right: 40px
}

.contactFooter img {
	float: right;
	margin-right: 10px;
	max-width: 50%;
}

.footerMenu {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.footerMenu div {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

.footerMenu ul {
	list-style-type: none;
}

.footerMenu a {
	font-weight: 300;
	color: #fff;
}

.copyright {
	padding: 10px;
	color: #fff;
	background: #000;
	float: left;
	min-width: 100%;
	margin-top: 10px;
}

.copyright p {
	font-size: 12px;
	line-height: 18px;
}

/*********************************************
* Uniform.js styles                         *
********************************************/

/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
	margin: 0;
	padding: 0;
}

/* Replacement Images */

/* Select */
div.selector {
	background-position: -483px -130px;
	line-height: 26px;
	height: 26px;
}

div.selector span {
	background: url('../img/select.png') no-repeat right;
}

div.selector select {
	top: 0px;
	left: 0px;
}

div.selector:active,
div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span,
div.selector.active span {
	background: url('../img/select.png') no-repeat right;
}

div.selector.focus,
div.selector.hover,
div.selector:hover {

	/*background: url('../img/select.png') no-repeat right;*/
}

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
	background: url('../img/select.png') no-repeat right;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background: url('../img/select.png') no-repeat right;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background: url('../img/select.png') no-repeat right;
}

div.selector.disabled {

	/*background-position: -483px -234px;*/
}

div.selector.disabled span {

	/*background-position: right -104px;*/
}

/* Checkbox */
div.checker {
	width: 19px;
	height: 19px;
}

div.checker input {
	width: 19px;
	height: 19px;
}

div.checker span {
	background: url('../img/no_check.png') no-repeat;
	height: 19px;
	width: 19px;
}

div.checker:active span,
div.checker.active span {
	background: url('../img/no_check.png') no-repeat;
}

div.checker.focus span,
div.checker:hover span {
	background: url('../img/no_check.png') no-repeat;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background: url('../img/no_check.png') no-repeat;
}

div.checker span.checked {
	background: url('../img/check.png') no-repeat;
}

div.checker:active span.checked,
div.checker.active span.checked {
	background: url('../img/check.png') no-repeat;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background: url('../img/check.png') no-repeat;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background: url('../img/check.png') no-repeat;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {

	/*background-position: -152px -260px;*/
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {

	/*background-position: -171px -260px;*/
}

/* Radio */
div.radio {
	width: 18px;
	height: 18px;
}

div.radio input {
	width: 18px;
	height: 18px;
}

div.radio span {
	height: 18px;
	width: 18px;
	background: url('../img/no_radio.png') no-repeat;
}

div.radio:active span,
div.radio.active span {
	background: url('../img/no_radio.png') no-repeat;
}

div.radio.focus span,
div.radio:hover span {
	background: url('../img/no_radio.png') no-repeat;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background: url('../img/no_radio.png') no-repeat;
}

div.radio span.checked {
	background: url('../img/radio.png') no-repeat;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background: url('../img/radio.png') no-repeat;
}

div.radio.focus span.checked,
div.radio:hover span.checked {
	background: url('../img/radio.png') no-repeat;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background: url('../img/radio.png') no-repeat;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {

	/*background-position: -144px -279px;*/
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {

	/* background-position: -162px -279px;*/
}

/* Uploader */
div.uploader {
	background-position: 0px -297px;
	height: 28px;
}

div.uploader span.action {
	background-position: right -409px;
	height: 24px;
	line-height: 24px;
}

div.uploader span.filename {
	height: 24px;
	margin: 2px 0px 2px 2px;
	line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
	background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
	background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
	background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
	background-position: right -493px;
}

div.uploader.disabled {

	/*background-position: 0px -325px;*/
}

div.uploader.disabled span.action {

	/*background-position: right -381px;*/
}

/* PRESENTATION */

/* Select */
div.selector {
	width: 190px;
	font-size: 12px;
}

div.selector select {
	min-width: 190px;
	font-size: 12px;
	border: solid 1px #fff;
}

div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}

div.selector.disabled span {
	color: #bbb;
}

div.checker {
	margin-right: 5px;
}

div.radio {
	margin-right: 3px;
}

div.uploader {
	width: 190px;
	cursor: pointer;
}

div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}

div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px;
}

div.uploader input {
	width: 190px;
}

div.uploader.disabled span.action {
	color: #aaa;
}

div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}

/* CORE FUNCTIONALITY */
.selector,
.checker,
.radio,
.uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
	outline: 0;
}

/* Select */
div.selector {
	position: relative;
	padding-left: 0px;
	overflow: hidden;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}

/* Checker */
div.checker {
	position: relative;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}

/* Radio */
div.radio {
	position: relative;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}

/* Uploader */
div.uploader {
	position: relative;
	overflow: hidden;
	cursor: default;
}

div.uploader span.action {
	float: left;
	display: inline;
	padding: 2px 0px;
	overflow: hidden;
	cursor: pointer;
}

div.uploader span.filename {
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

div.uploader input {
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: none;
	cursor: default;
}

/* over-riding uniform.js styles with my own... */
div.selector {
	box-shadow: 0px 0px 0px 1px rgba(221, 221, 221, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

div.selector,
div.selector select {
	width: 200px !important;
	overflow: visible;
	min-width: 200px !important;
	background-color: #fbfbfb;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	cursor: pointer;
}

div.selector span {
	display: inline;
	padding: 0px;
	padding-left: 10px;
	float: right;
	text-align: left;
	width: 190px !important;
	font-size: 14px;
	cursor: pointer;
}

div.selector.focus span,
div.selector.hover span,
div.selector.focus:active,
div.selector.active:hover,
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-color: #fbfbfb;
	box-shadow: 0px 0px 0px 1px rgba(221, 221, 221, 1);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	cursor: pointer;
}

/*********************************************
*  No script styles                         *
********************************************/
#noscript {
	background: #2C9B88;
	color: white;
	text-align: center;
	width: 100%;
	z-index: 99;
}

#noscript {
	color: white;
}

#noscript .padding {
	padding: 10px 0 10px 0;
	margin: auto;
}

#noscript a,
#noscript a:visited {
	color: #10499E;
	text-decoration: none;
}

#noscript a:hover {
	text-decoration: underline;
}

/*********************************************
*  Re-usable classes                        *
********************************************/

/*
 
Opacity (Cross-browser)

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;

*/

/* Layout */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.width100 {
	min-width: 100%;
}

.hidden {
	display: none;
}

/* Buttons */
.btn {
	background: black;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

a.actionBtn {
	background: #60c6bb;
	background: -moz-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(34, 130, 120, 1)));
	background: -webkit-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -o-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: -ms-linear-gradient(top, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	background: linear-gradient(to bottom, rgba(96, 198, 187, 1) 0%, rgba(34, 130, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c6bb', endColorstr='#228278', GradientType=0);
	box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.2);/*min-width: 100%;*/
	font-weight: 300;
	padding: 5px 30px 5px 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}

a.greyBtn {
	background: #647e81;
	padding: 10px 15px 10px 15px;
	color: white;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 18px !important;
	min-width: 100%;
	display: block;
	margin-bottom: 10px;
}

.cogs {

	/*background: url('../img/cogs.svg') no-repeat center center;*/
	display: block;
	float: left;
	min-width: 100%;/*background-size: contain;*/
}

/* Kirstys Styles */

/*********************************************
*  Media Queries Below - BE CAREFUL         *
********************************************/

/* above500px */
@media all and (min-width:500px) {
	.latestJobs > p  a:first-of-type {
		float: left;
		margin: 7px;
	}

	.promoBox {
		max-width: 50%;
		min-width: 50%;
		height: 320px;
	}

	.promoBox div {
		width: 70%;
		padding: 3% 5% 3% 5%;
	}

}

/* above760px */
@media all and (min-width:760px) {
	header .logo {
		float: left;
	}

	header .contactInfo {
		float: right;
	}

	header div {

		/*margin-top: 20px;*/
		float: right;
		text-align: right;
	}

	header div .phoneNumber {
		font-size: 30px;
	}

	header div p {
		font-size: 18px;
		font-style: italic;
	}

	a.greyBtn {
		display: block;
		float: right;
		max-width: 20%;
		min-width: 20%;
		margin-bottom: 0px;
		margin: 1% 1% 0.5% 1%;
	}

	.tagline p {
		font-size: 18px;
		line-height: 22px;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
	}

	h3 {
		font-size: 16px;
		line-height: 30px;
	}

	h4,
	h5,
	h6,
	p {
		font-size: 14px;
		line-height: 20px;
	}

	a,
	a:visited {
		font-size: 14px;
		line-height: 20px;
	}

	.controls > a {
		padding: 14px;
	}

	.mainMenu a {
		padding: 16px;
		font-size: 18px;
		line-height: 28px;
	}

	.main .contentBox {
		padding: 9% 0px 8% 0%;
	}

	.main .contentBox:first-of-type {
		padding: 9% 0px 8% 0%;
	}

	.promoBox {
		max-width: 50%;
		min-width: 50%;
		height: 320px;
	}

	.promoBox div {
		width: 70%;
		padding: 3% 5% 3% 5%;		/*float: left;*/
	}

	.promoBox:nth-of-type(2) {
		box-shadow: inset 0px 100px 100px -70px rgba(0, 0, 0, 0.7);
		border-top: 1px solid white;
	}

	.promoContainer .cogOverlay {
		display: none;
	}

	.blog,
	.socialMedia,
	.contactFooter,
	.footerMenu {
		width: 48%;
	}

	.blog,
	.footerMenu {
		margin-right: 1%;
	}

	.socialMedia,
	.contactFooter {
		float: right;
	}

	.contactFooter {
		border-bottom: none;
	}

	.copyright p:first-of-type {
		float: left;
	}

	.copyright p:last-of-type {
		float: right;
	}

	.fbIcon {
		float: right;
		margin: 10px 10px 0px 0px;
	}

	header .contactInfo {
		margin-top: 10px;
	}

	.display-posts-listing .listing-item {
		float: left;
		min-width: 45%;
		max-width: 45%;
		list-style-type: none;
		margin-right: 5%;
		margin-top: 10px;
		display: block;
	}

}

/* above880px */
@media all and (min-width:880px) {
	.formArea,
	.mapArea {
		min-width: 45%;
		max-width: 50%;
	}

	.innerWrapper .nsu-form {
		max-width: 400px;
		padding: 1%;
	}

}

/* above960px */
@media all and (min-width:960px) {
	.main .innerWrapper.newsPage {
		min-width: 70%;
		max-width: 70%;
		margin-right: 2%;
	}

	.main .newsletterBlock {
		min-width: 28% !important;
		max-width: 28%;
	}

	.formArea,
	.mapArea {
		min-width: 37%;
		max-width: 60%;
	}

	.cogs {
		background: url('../img/cogs.svg') no-repeat 30% 50%;
		display: block;
		float: left;
		min-width: 100%;
		background-size: contain;
	}

	h1 {
		font-size: 35px;
		line-height: 40px;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.promoBox div {
		float: right;
	}

	h3 {
		font-size: 18px;
		line-height: 32px;
	}

	header .logo {
		float: left;
		max-width: 18%;
		min-width: 10%;
	}

	header div {
		margin-top: 0px;
		float: right;
		text-align: right;
	}

	header div a {
		font-size: 30px;
	}

	header div p {
		font-size: 18px;
		font-style: italic;
		line-height: 22px;
	}

	.tagline {
		padding: 25px;
	}

	.tagline p {
		font-size: 26px;
		line-height: 36px;
	}

	footer {
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.controls {
		display: none;
	}

	.mainMenu {
		width: 100%;
		float: left;
		background: #2ba598;
		background: -moz-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 50%, rgba(43, 165, 152, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 165, 152, 1)), color-stop(50%, rgba(96, 198, 187, 1)), color-stop(100%, rgba(43, 165, 152, 1)));
		background: -webkit-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 50%, rgba(43, 165, 152, 1) 100%);
		background: -o-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 50%, rgba(43, 165, 152, 1) 100%);
		background: -ms-linear-gradient(left, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 50%, rgba(43, 165, 152, 1) 100%);
		background: linear-gradient(to right, rgba(43, 165, 152, 1) 0%, rgba(96, 198, 187, 1) 50%, rgba(43, 165, 152, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba598', endColorstr='#2ba598', GradientType=1);
		margin-left: 0px;
		line-height: normal;
		height: auto;
	}

	.mainMenu ul li {
		list-style: none;
	}

	.mainMenu a,
	.mainMenu a:hover {
		background: none;
		text-decoration: none;
	}

	.mainMenu a {
		padding: 16px 15px 16px 15px;
		display: block;
		float: left;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #fff;
	}

	.main .promoBox {
		min-width: 50%;
		max-width: 50%;
	}

	.promoBox:nth-of-type(2) {
		box-shadow: inset 100px 0px 100px -70px rgba(0, 0, 0, 0.7);
		border: none;
		border-left: 1px solid white;
	}

	.promoBox a {
		line-height: 40px;
	}

	.promoContainer .cogOverlay {
		position: absolute;
		top: 0%;
		left: 37%;
		margin-top: 20px;
		z-index: 10;
		display: block;
	}

	.latestJobs {
		padding: 30px;
	}

	.latestJobs .job {
		width: 28%;
		margin-right: 5%;
		float: left;
	}

	.latestJobs > p  a:first-of-type {
		float: left;
		margin: 15px;
	}

	aside {
		width: 100%;
		float: left;
		margin-right: 0px;		/*min-height: 100%;*/
		line-height: normal;
		display: block;
		padding: 0px 30px 30px 30px;
	}

	aside .contentBox {
		min-width: 24%;
		max-width: 24%;
		margin-bottom: 20px;
		margin-right: 1%;
		padding-bottom: 0px;
		border-bottom: none;
	}

	aside .contentBox > img {

		/*max-width: 30%;*/

		/*min-width: 30%;*/
		float: left;
		margin-left: 27%;
	}

	aside .contentBox > div > img {
		margin-top: 5px;
		margin-bottom: 5px;
		min-width: 100%;
	}

	aside .contentBox > div > .fluid-width-video-wrapper {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.blog,
	.socialMedia,
	.contactFooter,
	.footerMenu {
		width: 24%;
		margin-right: 1%;
		border-bottom: none;
		border-left: 2px dashed #999;
		padding-left: 15px;
	}

	.blog {
		border-left: none;
		padding-left: 0px;
	}

}

/* above1280px */
@media all and (min-width:1280px) {
	.promoBox {
		max-width: 40%;
		min-width: 40%;
		height: 420px;
	}

	.display-posts-listing .listing-item {
		float: left;
		min-width: 28.3%;
		max-width: 28.3%;
		list-style-type: none;
		margin-right: 5%;
		margin-top: 10px;
		display: block;
	}

}

/* Assad's updated Styles */
.internal .main {
	background: #dadada;
	padding: 3%;
}

.main .innerWrapper {
	padding: 1%;
	text-align: left;
	background: #f3f3f3;
	background: rgba(255, 255, 255, 0.7);
	min-width: 100%;
	float: left;
}

.main .newsletterBlock {
	padding: 1%;
	text-align: left;
	background: #f3f3f3;
	background: rgba(255, 255, 255, 0.7);
	min-width: 100%;
	float: left;
	min-height: 100%;
}

.newsletterBlock li {
	list-style: none;
}

.newsletterBlock form {
	margin-top: 5%;
}

.main .innerWrapper p {
	padding-bottom: 1%;
}

.main .innerWrapper ul {
	margin-left: 40px;
	list-style: cicle;
}

article {
	-moz-column-width: 25em; /* Firefox */
	-moz-column-gap: 20px;
	-webkit-column-width: 25em; /* Safari and Chrome */
	-webkit-column-gap: 20px;
	column-width: 25em;
	column-gap: 20px;
}

article .column {
	padding: 1%;
}

article .column:first-of-type {
	padding-left: 0%;
}

@media all and (min-width:600px) {
	.about .main .innerWrapper {
		min-width: 100%;
		max-width: 100%;
		padding-bottom: 0%;
		padding-right: 0%;
		position: relative;
	}

	.about .main .innerWrapper img {
		float: right;		/*position: absolute;*/

		/*bottom:0px;*/

		/*right: 0px;*/

		/*padding-left: 1%;*/
	}

	.about .main .innerWrapper article {
		float: left;
		min-width: 63%;
		max-width: 63%;
	}

}

.about .main .innerWrapper {
	min-width: 100%;
	max-width: 100%;
}

.about .main .innerWrapper img {
	float: right;
}

.contact input[type="submit"] {
	min-width: 20%;
}

.contact input[type="text"],
.contact textarea {
	min-width: 35%;
}

@media all and (min-width:1280px) {
	.about .main {
		background: #dadada url('../img/viv.png') no-repeat bottom right;
		background-size: contain;
	}

	.about .main .innerWrapper img {
		display: none;
	}

	.about .main .innerWrapper {
		min-width: 80%;
		max-width: 80%;
		padding: 1%;
	}

	.about .main .innerWrapper article {
		min-width: 100%;
		max-width: 100%;
	}

}

/* Kirstys Styles */
.main .innerWrapper h2 {
	font-size: 24px;
	line-height: 28px;
	color: #37AC9F;
	text-align: left;
}

.main .innerWrapper h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #667279;
	text-align: left;
}

.display-posts-listing .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #667279;
	text-align: left;
}

.wpcf7-submit {
	float: right;
	margin-top: 15px;
}

.wpcf7-form label {
	width: 100px;
}

.wpcf7-form textarea {
	width: 100%;
}
.wpcf7 {
	margin: 0 0 20px 0;
}
.wpcf7-form div {
	clear: both;
}

.your-email,
.your-name {
	clear: both;
}

.your-name input {
	margin-bottom: 15px;
}

.your-email input,
.your-name input {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-left: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	width: 75%;
	float: right;
}

table.job-manager-jobs {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.job-manager-jobs.job-manager-bookmarks th:first-child i {
	left: 33px;
}

table.job-manager-jobs th {
	background-color: #f6f6f6;
	text-align: left;
	padding: 18px 20px 18px 40px;
	color: #667279;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 9;
	line-height: 22px;
	margin-left: 33px !important;
}

table.job-manager-jobs th i {
	position: absolute;
	left: 17px;
	top: 21px;
}

table.job-manager-jobs a.button {
	padding: 7px 14px;
	line-height: 26px;
}

table.job-manager-jobs tr:nth-child(2n+2) {
	background-color: #fbfbfb;
}

table.job-manager-jobs th:first-child {
	width: 32%;
	padding-left: 55px;
}

table.job-manager-jobs th:first-child i {
	left: 35px;
}

table.job-manager-jobs.resumes th:first-child {
	width: auto;
}

table.job-manager-jobs.resumes td:first-child,
table.job-manager-jobs td:first-child {
	padding-left: 35px;
	line-height: 25px;
}

table.job-manager-jobs tr td {
	padding: 40px 20px;
	vertical-align: middle;
	border-top: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #666;
	font-size: 16px;
	
}
table.job-manager-jobs th {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;

}
table.job-manager-jobs tr td a {
	font-size: 16px;
}

table.job-manager-jobs tr:hover td {
	border-left: none;
	border-right: none;
	background-color: rgba(80, 80, 80, 0.05);
}

table.job-manager-jobs.resumes td {
	padding: 30px 20px;
}

table.job-manager-jobs td.centered {
	text-align: center;
}

table.job-manager-jobs td.action a {
	display: block;
	color: #333;
	line-height: 20px;
	padding: 3px 0;
	position: relative;
	margin-left: 21px;
}

table.job-manager-jobs td.action a.delete i {
	left: -20px;
}

table.job-manager-jobs td.action a i {
	position: absolute;
	left: -21px;
	top: 5px;
}

table.job-manager-jobs td.action a.job-dashboard-action-delete:hover {
	color: #f02929;
}

table.job-manager-jobs th.job_title {
	position: relative;
	padding-left: 20px !important;
}

table.job-manager-jobs th.job_title:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f15c";
	position: absolute;
	margin: 3px 0 0 -20px;
}

table.job-manager-jobs th.filled {
	position: relative;
	padding-left: 20px !important;
}

table.job-manager-jobs th.filled:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f046";
	position: absolute;
	margin: 3px 0 0 -20px;
}

table.job-manager-jobs th.date,
table.job-manager-jobs th.expires {
	position: relative;
	padding-left: 20px !important;
}

table.job-manager-jobs th.date:before,
table.job-manager-jobs th.expires:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f073";
	position: absolute;
	margin: 3px 0 0 -20px;
}

.job_listing_comp_logo img.company_logo {
	display: inline-block;
	float: left;
	height: 60px !important;
	margin-left: 35px;
	margin-top: 2px;
	width: 60px !important;
}

.job_listing_content_inside {
	display: block;
	margin-left: 125px;
	position: relative;
	padding-right: 20px;
	color: #667279;
	font-weight: 300;
	font-size: 16px;
}


.job_listing_content_inside h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 31px;
	margin: 0 0 8px;
	color: #667279;
}

.job_listing_content_options li {
	list-style-type: none;
	float: left;
	margin-right: 40px;
	font-size: 16px;
	margin-bottom: 10px;
}

.job_listing_content_inside .job-type {
	font-size: 70%;
	margin-left: 40px;
}
@media (max-width: 767px) {
	.job_listing_content_inside {
		margin-left: 0;
	}
	.job_listing_content_inside .job-type.full-time {
		margin-left: 10px !important;
	}
}
.job_listing_content_inside .job-type.full-time {
	background: #5fc5b8 none repeat scroll 0 0;
	color: #fff !important;
	display: inline-block;
	font-size: 65%;
	font-weight: bold;
	line-height: 1;
	margin-left: 40px;
	padding: 8px 15px;
	text-transform: uppercase;
}

.job_listing_content_inside .company {
	margin-bottom: 15px;
}

.job_listing_content_inside .fa,
.job_listing_content_options .fa {
	color: #999;
	margin-right: 6px;
}
.job_listing_content_options {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-left: 0 !important;
}
@media (max-width: 767px) {
.mapArea{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.mapArea iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.formArea{
	padding: 1em;
}
.formArea form {
	width: 100%;
	max-width: 100%;
}
body {
	padding-top: 15px;
}
}
