@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(/wp-content/themes/sportscover/bower_components/pickadate/lib/compressed/themes/default.css);
@import url(/wp-content/themes/sportscover/bower_components/pickadate/lib/compressed/themes/default.date.css);

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

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

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}


/*!
 *  Font Awesome 4.7.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.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
	-ms-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 {
	-ms-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-pp: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-resistance: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: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";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

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

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}



body {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 24px;
	color: #2e2e2d
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: 1.45
}

h1,
h2 {
	font-size: 2em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1.25em;
	text-transform: uppercase
}

h5 {
	font-size: 1em
}

h6 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase
}

h1,
h2,
h5 {
	font-weight: 900;
	text-transform: uppercase
}

h3,
h4,
h5 {
	font-weight: 700
}

a,
a:visited,
a:focused {
	color: #0061a3
}

a:hover {
	color: #f29d16
}

blockquote {
	padding: 40px;
	margin: 20px 0px;
	text-align: center;
	position: relative
}

blockquote:before,
blockquote:after {
	width: 104px;
	height: 72px;
	background: url("/wp-content/themes/sportscover/assets/images/blockquote.png");
	content: '';
	display: block;
	opacity: 0.2;
	position: absolute
}

blockquote:before {
	top: 50%;
	margin-top: -36px;
	left: 5px
}

blockquote:after {
	width: 68px;
	height: 47px;
	bottom: 50%;
	margin-bottom: -28px;
	right: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 68px 47px
}

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

small {
	font-size: 0.6em
}

body {
	overflow-x: hidden
}

main {
	padding: 0px 30px
}

@media screen and (min-width: 1025px) {
	main {
		padding: 0px 60px
	}
}

@media screen and (min-width: 1025px) {
	.row {
		margin: 0px -50px
	}
}

.col {
	width: 100%;
	float: left
}

@media screen and (min-width: 1025px) {
	.col {
		padding: 0px 50px;
		box-sizing: border-box
	}

	.col.half {
		width: 50%
	}

	.col.third {
		width: 33.33%
	}

	.col.fourth {
		width: 25%
	}

	.col.two-thirds {
		width: 66.66%
	}

	.col.three-fourths {
		width: 75%
	}
}

.isotope-item {
	float: left;
	width: 100%;
	height: 335px;
	background: #f29d16;
	text-align: center
}

.isotope-item>div {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (min-width: 1025px) {
	.isotope-item {
		width: 33.33%
	}

	.isotope-item.isotope-item--w2 {
		width: 66.66%
	}

	.isotope-item.isotope-item--h2 {
		height: 670px;
		background: #0061a3
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

input[type=text],
input[type=password],
input[type=search],
input[type=date],
input[type=email] {
	height: 45px;
	border: 1px solid #2e2e2d;
	line-height: 45px;
	color: #2e2e2d;
	border-radius: 0px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	webkit-appearance: none;
	outline: none;
	padding: 0px 10px;
	box-sizing: border-box;
	outline: none
}

input[type=submit],
button {
	background: #f29d16;
	color: #fff;
	border: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	webkit-appearance: none;
	text-align: center;
	padding: 20px 25px;
	text-transform: uppercase;
	font-weight: bold;
	outline: none;
	font-size: 1em;
	margin: 20px 0px;
	cursor: pointer
}

input[type=submit]:hover,
button:hover {
	background: #2e2e2d
}

textarea {
	height: 80px;
	outline: none;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box
}

input.input-control,
textarea.input-control {
	width: 100%;
	border: 1px solid #dfdfdf
}

.input-grey {
	background: #ececec
}

legend {
	margin-bottom: 15px;
	font-weight: bold
}

fieldset {
	margin-bottom: 40px
}

fieldset.sectioned {
	padding: 50px 20px 10px 20px;
	background: #fff
}

fieldset.sectioned legend {
	position: relative;
	top: 35px;
	margin-bottom: 0px
}

label,
.label {
	font-size: 0.750em;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer
}

label img,
.label img {
	display: block
}

.label {
	display: block;
	clear: both;
	width: 100%
}

input[type=checkbox],
input[type=radio] {
	visibility: hidden;
	margin-top: 35px
}

#CybotCookiebotDialog input[type=checkbox] {
	visibility: visible;
}

input[type=checkbox]+label {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: 45px;
	left: 0px;
	top: 0px;
	padding-left: 60px;
	line-height: 1.2
}

input[type=checkbox]+label:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ececec;
	top: 0px;
	left: 0px;
	border: 2px solid #fff
}

input[type=checkbox]+label:hover::after {
	background: #f29d16;
	opacity: 1
}

input[type=checkbox]:checked+label:after {
	opacity: 1;
	background: #0061a3
}

input[type=radio]+label {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: 45px;
	left: 0px;
	top: 0px;
	padding-left: 55px;
	line-height: 1.2
}

input[type=radio]+label:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ececec;
	top: 0px;
	left: 0px;
	border-radius: 50%
}

input[type=radio]+label:hover::after {
	background: #f29d16;
	opacity: 1
}

input[type=radio]:checked+label:after {
	opacity: 1;
	background: #0061a3
}

.tooltip {
	color: #0061a3;
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.field-group {
	margin-bottom: 25px;
	position: relative
}

.field-group .field {
	position: relative
}

.field-group.field-group-label-inline label,
.field-group.field-group-label-inline .field {
	display: inline-block;
	margin-right: -4px
}

.field-group.field-group-label-inline label {
	width: 33.33%
}

.field-group.field-group-label-inline .field {
	width: 66.66%
}

.field-group.field-group-inline {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0px -5px
}

.field-group.field-group-inline .field {
	padding: 0px 5px;
	margin-bottom: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.field-group.field-group-inline .field label {
	margin-bottom: 10px
}

.field-group.field-group-checkboxes [type="radio"]:not(:checked),
.field-group.field-group-checkboxes [type="radio"]:checked,
.field-group.field-group-checkboxes [type="checkbox"]:not(:checked),
.field-group.field-group-checkboxes [type="checkbox"]:checked {
	position: absolute;
	left: -9999px
}

.field-group.field-group-checkboxes [type="radio"]+label,
.field-group.field-group-checkboxes [type="checkbox"]+label {
	border: 3px solid #ececec
}

.field-group.field-group-checkboxes [type="radio"]:not(:checked)+label:hover,
.field-group.field-group-checkboxes [type="checkbox"]:not(:checked)+label:hover {
	border: 3px solid #f29d16
}

.field-group.field-group-checkboxes [type="radio"]:checked+label,
.field-group.field-group-checkboxes [type="checkbox"]:checked+label {
	border: 3px solid #0061a3
}

.field-group.field-group-checkboxes .field label {
	position: static;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px
}

.field-group.field-group-checkboxes .field label:after {
	display: none
}

.field-group.field-group-checkboxes .field div {
	position: relative;
	width: 130px;
	height: 130px;
	overflow: hidden;
	background: #ececec;
	max-width: 225px
}

.field-group.field-group-checkboxes .field div:before {
	content: "";
	display: block;
	padding-top: 100%
}

.field-group.field-group-checkboxes .field div label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #2e2e2d;
	width: auto;
	height: auto
}

.field-group.field-group-checkboxes .field div label img {
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 50px;
	width: auto;
	display: inline-block
}

@media screen and (min-width: 1025px) {
	.field-group.field-group-checkboxes .field div label img {
		top: 25px;
		max-height: 75px
	}
}

.field-group.field-group-checkboxes .field div label p {
	margin-top: 55%;
	font-size: 11px
}

@media screen and (min-width: 1025px) {
	.field-group.field-group-checkboxes .field div label p {
		font-size: 14px
	}
}

.field-group.field-group-checkboxes .field div label p span {
	display: block;
	font-weight: bold;
	color: #0061a3;
	font-size: 1.25em
}

@media screen and (min-width: 1025px) {
	.field-group.field-group-checkboxes .field div label p span {
		margin-bottom: 10px
	}
}

.field-group.field-group-checkboxes .field div.just-img img {
	max-width: none;
	max-height: none;
	top: 0px;
	left: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%;
	height: auto
}

@media screen and (min-width: 1025px) {
	.field-group.field-group-checkboxes .field div {
		width: 225px;
		height: 225px
	}
}

.select2-container {
	width: 100% !important
}

.select2-container .select2-selection--single,
.select2-container .select2-dropdown {
	border: 1px solid #ececec;
	border-radius: 0px;
	outline: none
}

.select2-container .select2-results__option,
.select2-container .select2-selection--single {
	font-size: 16px
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered {
	height: 45px;
	line-height: 45px
}

.select2-container .select2-dropdown {
	top: 30px
}

.select2-container .select2-dropdown.select2-dropdown--above {
	top: 1px
}

.select2-container .select2-selection--single .select2-selection__arrow {
	top: 50%;
	height: 20px;
	width: 24px;
	right: 20px;
	margin-top: -13px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-top-color: #dfdfdf;
	border-width: 13px 12px 0 12px
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
	top: 50%;
	height: 20px;
	width: 24px;
	right: 20px;
	margin-top: -13px
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #dfdfdf;
	border-width: 0px 12px 13px 12px
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
	color: #2e2e2d !important
}

.has-datepicker {
	padding-right: 60px;
	position: relative
}

.has-datepicker:after {
	width: 46px;
	height: 45px;
	background: url("/wp-content/themes/sportscover/assets/images/datepicker-icon.png");
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px
}

.clearfix:after,
.row:after,
.field-group:after,
nav:after,
#top:after,
header[role=banner]:after,
footer[role=contentinfo]:after {
	content: "";
	display: table;
	clear: both
}

nav ul {
	margin: 0px;
	list-style-type: none
}

nav ul li {
	float: left
}

nav ul li a {
	text-transform: uppercase;
	text-decoration: none
}

#nav {
	width: 100%;
	position: absolute;
	top: 83px;
	left: 0px;
	display: none
}

#nav li {
	width: 100%
}

#nav li a {
	text-decoration: none;
	color: #2e2e2d;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px
}

#nav li ul {
	margin-left: 40px
}

#nav li ul li:before {
	content: '-'
}

@media screen and (min-width: 1025px) {
	#nav {
		display: block;
		background: none
	}

	#nav ul {
		text-align: right;
		margin: 0px
	}

	#nav ul li {
		width: auto;
		display: inline-block;
		float: none
	}

	#nav ul li:after {
		content: '|'
	}

	#nav ul li:last-child:after {
		display: none
	}

	#nav ul li a {
		text-decoration: none;
		color: #2e2e2d;
		padding: 0px 10px
	}

	.mobile-call {
		display: none;
	}
}

#footer-nav ul li {
	line-height: 16px
}

#footer-nav ul li a {
	font-size: 1.02em;
}

#footer-nav ul li:after {
	content: '|';
	margin: 0px 7px
}

#footer-nav ul li:last-child:after {
	display: none
}

.social {
	float: left;
}

.social:before {
	content: 'Connect with us';
	display: block;
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
}

.social li {
	margin: 0 2px;
	display: inline-block;
}

.social li a {
	width: 30px;
	height: 30px;
	display: block;
	background: url("https://www.sportscoverdirect.com/wp-content/themes/sportscover/assets/images/social-sprite.png") no-repeat;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	white-space: nowrap
}

.social li a.facebook {
	background-position: 0 0
}

.social li a.twitter {
	background-position: -30px 0px
}

.social li a.youtube {
	background-position: -60px 0px
}

.button {
	display: inline-block;
	padding: 13px 20px;
	text-transform: uppercase;
	font-weight: 800;
	background: #f29d16;
	color: #fff;
	text-decoration: none
}

.button.button-blue {
	background: #0061a3
}

.button:hover {
	background: #2e2e2d
}

#top {
	background: #2e2e2d;
	padding: 7px 35px 7px 7px
}

@media screen and (min-width: 1025px) {
	#top {
		text-align: right
	}
}

#top a {
	width: 100%;
	display: inline;
	text-decoration: none;
	color: #f29d16;
	font-size: 1.286em;
	font-weight: bold;
	line-height: 30px
}

@media screen and (min-width: 1025px) {
	#top a {
		font-size: 20px;
		line-height: 1;
		position: relative;
		top: 2px
	}
}

#top a:before {
	content: '\f095  Call us on ';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff
}

#top form {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1
}

@media screen and (min-width: 1025px) {
	#top form {
		position: static;
		width: auto;
		display: inline-block;
		margin-left: 10px
	}
}

#top form label {
	display: block;
	width: 100%;
	margin: 0px
}

@media screen and (min-width: 1025px) {
	#top form label {
		display: inline-block;
		width: auto
	}
}

#top form input[type=search] {
	width: 100%;
	border-color: #f29d16
}

@media screen and (min-width: 1025px) {
	#top form input[type=search] {
		position: static;
		width: auto;
		margin-right: -6px;
		height: 30px;
		line-height: 30px
	}
}

#top form input[type=submit] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

@media screen and (min-width: 1025px) {
	#top form input[type=submit] {
		position: static;
		height: 30px;
		line-height: 30px;
		position: relative;
		top: -1px
	}
}

#top button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: right
}

#top button i {
	position: relative;
	top: -1px
}

@media screen and (min-width: 1025px) {
	#top button {
		display: none
	}
}

#top .search-submit {
	margin: 0px;
	padding: 0px;
	font-size: 16px
}

#top .search-submit:hover {
	background: #f29d16
}

header[role=banner] {
	background: #fff;
	padding: 15px 7px;
	position: relative
}

@media screen and (min-width: 1025px) {
	header[role=banner] {
		padding: 40px
	}
}

header[role=banner]>a {
	display: block;
	max-width: 80%
}

header[role=banner]>a img {
	width: auto;
	height: 50px
}

@media screen and (min-width: 1025px) {
	header[role=banner]>a {
		max-width: none;
		display: inline-block;
		float: left
	}

	header[role=banner]>a img {
		width: 380px;
		height: 95px
	}
}

header[role=banner] nav {
	background: #ececec
}

@media screen and (min-width: 1025px) {
	header[role=banner] nav {
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: auto !important;
		right: 40px
	}
}

#menu-toggle {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	background: none;
	color: #727272;
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#menu-toggle.opened {
	color: #f29d16
}

@media screen and (min-width: 1025px) {
	#menu-toggle {
		display: none
	}
}

footer {
	flex-wrap: wrap;
	display: flex;
	background: #2e2e2d;
	color: #fff;
	font-size: 12px;
	align-items: center;
  }
  footer > * {
	flex: 1 1 auto;
	padding: 20px 40px;
  }
  .sister-brand {
	box-sizing: border-box;
	border-top: 1px solid #666;
	display: flex;
	align-items: center;
  }
  
  .sister-brand img {
	width: 200px;
	margin-right: 15px;
  }
  .sister-brand h2 {
	font-size: 1em !important;
	margin: 0 !important;
	font-weight: bold;
	text-transform: capitalize;
  }
  .sister-brand p {
	margin: 0;
  }
  
  footer nav ul {
	list-style: none;
	padding: 0;
  }
  footer nav ul li {
	padding: 5px 0;
	display: block;
  }
  footer nav ul a {
	color: #fff;
	text-decoration: none;
  }
  footer nav > ul {
	display: flex;
	flex-wrap: wrap;
  }
  footer nav > ul > li {
	flex: 1 0 0;
  }
  footer nav > ul > li > a {
	font-weight: bold;
  }
  .footer-logos {
	  display: flex;
	  flex: 0 0 340px; 
	  align-items: center;
  }
  
  .footer-logos > div {
	  flex-grow: 1;
	  text-align: center;
  }
  
  .footer-logos a:first-child {
	margin-left: 0;
  }

  .copyright {
	border-top: 1px solid #666;
	padding: 10px 40px;
  }
  .copyright p {
	width: initial;
	padding-bottom: 10px;
	font-size: 11px;
  } 
  
  @media (min-width: 1240px) {
	.copyright {
	  order: -1;
	  border-top: none;
	  flex: 0 0 23%;
	  padding: 20px 40px;
	}
	.copyright p {
		width:280px;
		font-size: 12px;
	}
  }
  @media (max-width: 666px) {
	.sister-brand {
	  flex-wrap: wrap;
	}
	footer nav > ul > li {
	  flex: 0 0 100%;
	}
  }

@media screen and (min-width: 1025px) {
	footer[role=contentinfo] {
		position: relative
	}
}

footer[role=contentinfo],
footer[role=contentinfo] a {
	color: #fff;
	text-decoration: none;
}

footer[role=contentinfo]>ul {
	margin-top: 35px;
	width: 100%;
	text-align: right
}

@media (max-width:1060px) {

	.forthpost div,
	.fifthpost div {
		width: 50% !important;
		height: 100% !important;
	}
}

@media (max-width:700px) {
	.banner-wrapper {
		display: none;
	}
}

.select2-results__options::-webkit-scrollbar {
	width: 15px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: #f0f0f0 !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}

#center.floating-blocks .isotope-grid .mainheading {
	margin-left: 0% !important;
	display: inline-block;
}

#center.floating-blocks .isotope-grid #mainpoint:first-child div .mainheading {
	margin-left: 0% !important;
}

#center.floating-blocks .isotope-grid #mainpoint div .mainheading {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#menu-footer-menu .sub-menu li {
	display: block;
	float: none;
	width: 100%;
}

#footer-nav ul li a {
	text-transform: none;
}

#menu-footer-menu li.menu-item-object-page a {
	font-weight: 300 !important;
}

#footer-nav ul li:after {
	content: none !important;
}

@media (max-width: 1379px) {
	footer[role=contentinfo] {
		position: relative;
	}

	.social li a {
		background-size: 90px !important;
		background-repeat: no-repeat !important;
	}
}

@media (max-width:1010px) {
	.social:before {
		font-weight: 600;
	}
}

@media (max-width: 666px) {
	.footer-logos {
		flex:0 0 84%;
	}
}

@media (max-width:656px) {
	nav ul li {
		float: none;
	}

	#menu-footer-menu li {
		width: 100%;
	}
}

@media (max-width:375px) {
	.footer-logos a {
		margin-left: 5px;
	}

	.social li {
		margin-right: 5px;
	}
}

@media (max-width:320px) {
	.social {
		margin-bottom: 10px;
	}

	.footer-logos {
		flex: auto;
		text-align: center;
	}

	.footer-logos>a {
		display: table-cell;
		padding: 10px;
		clear: both;
	}
}

@media (max-width: 1690px) {
	.isotope-grid #mainpoint div a.mainheading {
		margin-left: -45px;
	}
}

@media (max-width:380px) {
	.home #feefologo {
		overflow: visible !important;
	}
}

.alert-banner {
	display: block;
	clear: both;
	background: rgb(242, 157, 22);
	font-size: 15px;
	padding: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
}

.alert-banner span {
	text-transform: none;
	color: #fff;
}

.alert-banner a {
	text-transform: none;
	color: #fff;
	text-decoration: underline;
}

.alert-banner a:hover {
	color: #666;
}

.image-resize {
	height: auto;
	max-width: 100%;
}

@media (max-width:1546px) {
	h3.mainheading {
		font-size: 26px !important;
	}
}

@media (max-width:1367px) {
	h3.mainheading {
		font-size: 20px !important;
	}
}

@media (max-width:1095px) {
	h3.mainheading {
		font-size: 18px !important;
	}
}

@media (max-width:1025px) {
	h3.mainheading {
		font-size: 30px !important;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

#nav li:hover>ul {
	display: block !important;
	-moz-animation: fadeInDown .3s ease-in !important;
	-webkit-animation: fadeInDown .3s ease-in !important;
	animation: fadeInDown .3s ease-in !important;
}

.ls-fullwidth .ls-bottom-slidebuttons a {
	background-image: none !important;
}

input[type=submit],
button {
	background-color: #f6af24;
	font-family: 'Open Sans';
}

.overlaymain {
	background-color: rgba(255, 255, 255, 0.96);
	visibility: hidden;
	position: fixed;
	z-index: 10000000000000;
}

#mainsearch {
	color: #007ac2;
	font-weight: 300;
	font-size: 20px;
	border: 1px solid #007ac2;
	height: 45px;
	margin-top: 20px;
	width: 75%;
	padding-left: 20px;
	padding-right: 20px;
}

input[type=checkbox]:checked+label:after {
	background-image: url('/wp-content/themes/sportscover/assets/images/tickimage.png') !important;
	background-size: 100%;
}

.fade:hover {
	opacity: 0.5;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
	background-color: #f0f0f0 !important;
	color: white;
	background-image: url('/wp-content/themes/sportscover/assets/images/activebackbluesolid.png') !important;
	border: none;
	background-size: 100%;
	height: 59px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
	background-color: #dfdfdf !important;
	background-size: 100%;
	height: 59px;
	padding-top: 17px;
	border: none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	background-color: #f0f0f0;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin: 0px;
}

.vc_tta-panel .wpb_text_column {
	margin-bottom: -10px;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab {
	min-width: 480px;
}

.vc_tta-tabs-list {
	min-width: 420px;
}

.isotope-item--w2 .mainheading {
	text-align: left;
	padding-left: 20px;
}

.vc_tta-panel-body .page_post li {
	line-height: 1.5em;
	float: left;
	display: inline;
	width: 50%;
}

.vc_tta-tabs-list {
	background-color: #f0f0f0;
	background-size: 100% 100%;
	background-color: #dfdfdf !important;
}

.wpb_single_image .vc_figure {
	text-align: center;
	display: block;
}

.vc_single_image-wrapper img {
	padding-bottom: 15px;
}

.vc_toggle_title h4 {
	text-transform: none;
	font-size: 24px;
}

#mainsearch {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 400px;
	outline: none
}

.searchtext {
	text-align: center;
	margin-top: 8%;
	font-size: 30px;
}

.searchclose:hover {
	background-color: transparent;
}

.searchclose {
	background-color: transparent;
	color: #0085ca;
	margin: 0px;
	float: right;
	position: fixed;
	right: 0px;
}

#feefologo {
	position: relative !important;
	float: none !important;
	text-align: center;
}

#feefopage {
	background-color: transparent !important;
	top: 154px !important;
}

.slick-track {
	text-align: center;
}

.ls-wp-fullwidth-container {
	overflow: hidden;
	margin-top: -40px;
	box-shadow: 0px 2px 13px -2px #666;
}

.ls-fullwidth .ls-bottom-slidebuttons a {
	background-image: none;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 1000px;
}

.ls-nav-active {
	background-color: #f6af24 !important;
}

.ls-fullwidth .ls-bottom-slidebuttons {
	top: -100px !important;
	float: left;
	left: 4%;
	z-index: 100000000;
}

#nav {
	right: 0px;
	margin-right: 30px;
	left: auto !important;
	z-index: 100;
}

.ls-wp-fullwidth-container .text p {
	font-size: 16px;
}

.ls-wp-fullwidth-container .slick-slide,
.ls-wp-fullwidth-container .slick-dots {
	display: none !important;
}

.ls-wp-fullwidth-container .slick-active {
	display: block !important;
}

.ls-wp-fullwidth-container .slick-slider,
.ls-wp-fullwidth-container .slick-list {
	overflow: visible !important;
	text-align: center !important;
}

/*.nothome*/

.feefoobox #feefologoa img {
	margin-bottom: 30px;
}

h4 strong {
	text-transform: none;
}

#bottomrow button {
	padding: 10px 25px !important;
	margin: 0px 0px;
}

#thisfield {
	cursor: pointer;
	background: url('/wp-content/themes/sportscover/assets/images/searchicon.png') no-repeat 100% 0px;
	font-size: 20px !important;
	font-weight: 300;
	background-color: white;
	background-size: 50px 48px;
}

#feefologo {
	margin-top: -20px;
}

.text p:first-child:before {
	position: absolute;
	margin-top: -2px;
	margin-left: -30px;
	float: left;
}

.text p:last-child:after {
	position: absolute;
	margin-left: 100px;
	float: right;
}

.wpb_text_column .text {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.entry-thumbnail .slick-list {
	overflow: visible;
}

.ls-wp-fullwidth-container .text {
	margin-left: 10px;
}

#top a:before {
	content: '' !important;
}

#top {
	color: white;
	font-size: 16px;
}

.wpb_text_column .slick-list {
	min-height: 130px !important;
}

#nav li ul li:before,
#nav ul:after {
	content: none !important;
}

#post-77 .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab a span {
	padding-left: 30px !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab a span {
	padding-left: 15px;
}

#specialoffer imgnav {
	margin-top: 0px !important;
}

.home .vc_row-has-fill .wpb_text_column .wpb_wrapper {
	padding-right: 10px;
}

.home .vc_row-has-fill .wpb_text_column h4 {
	padding-bottom: 10px;
	font-size: 22px;
}

strong {
	font-weight: 600;
}

header[role=banner]>a img {
	width: 290px !important;
	padding-right: 45px;
	margin-top: -20px;
	margin-bottom: -10px;
	padding-left: 10px;
}

.specialoffer {
	margin-left: 35%;
}

header[role=banner] {
	padding: 21px !important;
}

#nav ul li:after {
	font-size: 16px;
}

h3.mainheading {
	font-size: 30px;
	text-transform: uppercase;
}

.home .slider {
	height: 400px;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 34px;
}

.home .vc_custom_1456486257386 {
	padding-top: 8px !important;
	padding-bottom: 8px !important
}

p {
	font-size: 18px;
}

.search-submit {
	background: url('/wp-content/themes/sportscover/assets/images/orangesearch.png') no-repeat !important;
	height: 35px !important;
	background-size: 35px 35px !important;
}

#top form input[type=search] {
	height: 35px;
	border: solid 1px #f6af24;
	position: relative !important;
	top: -3px !important;
	margin-top: 5px;
}

.icon {
	width: 75px;
	height: auto;
	padding-bottom: 10px;
}

#top,
footer[role=contentinfo] {
	background-color: #3c3c3b;
}

#nav ul li a {
	color: #3c3c3b;
}

.isotope-item a.mainheading,
.overlay--Yes a {
	font-size: 16px !important;
}

footer p {
	font-size: 1.01em;
}


/*.nothome*/

.feefoobox #feefologoa img {
	width: 200px;
}

#nav ul li a {
	font-size: 16px !important;
}

p.mainheading,
.isotope-item ul {
	font-weight: 300;
}

.title {
	line-height: 60px;
}

.entry-content li {
	font-size: 18px;
	padding-bottom: 4px;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab a span {
	font-weight: 700;
}

.vc_single_image-wrapper .vc_box_border_grey {
	padding-top: 50px;
}

.vc_tta-title-text {
	text-transform: uppercase;
}

#overlaywhoosh {
	height: 100%;
	background-image: url('/wp-content/themes/sportscover/assets/images/whoosh.png');
	background-repeat: no-repeat;
	background-position: 0 -290px;
}

.vc_tta-tab .vc_active {
	color: white !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
	color: #858585;
}


/*.nothome*/

.feefoobox {
	height: 200px !important;
	margin-top: 30px !important;
	margin-right: 37px !important;
}

.wpb_single_image .vc_figure-caption {
	line-height: 25px;
	margin-top: -10px;
}

.vc_col-sm-6 .wpb_wrapper p button {
	margin-top: -40px;
}

footer {
	border-top: 2px solid #222;
}

#top a {
	font-size: 16px;
	color: #f6af24 !important;
	position: initial;
}

input[type=checkbox]:hover+label:after {
	background-color: #f6af24 !important;
}

.ig-testimonials-carousel {
	background-image: url('/wp-content/themes/sportscover/assets/images/beginingquote.png');
	background-repeat: no-repeat;
}

.slick-list {
	background-image: url('/wp-content/themes/sportscover/assets/images/bottomquote.png');
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

.feefoobox .slick-list {
	background-image: url('/wp-content/themes/sportscover/assets/images/bottomquote.png');
	background-repeat: no-repeat;
	background-position: 100% 100% !important;
	background-size: 15%;
}

#top form {
	padding-right: 20px;
	margin-right: 35px;
}

#top img {
	position: relative;
	margin-left: -25px;
	top: 4px;
	width: 20px;
}

.vc_col-sm-6 #feefologo img {
	width: 262px;
	margin-left: 12px;
	margin-top: -10px;
}

.feefodiv {
	padding-bottom: 60px;
	height: 150px !important;
}

.searchtext {
	font-weight: 600;
}

.home .vc_col-sm-6>.vc_column-inner {
	padding-right: 50px !important;
}

.social2 li a {
	width: 30px;
	height: 30px;
	display: block;
	background: url("/wp-content/themes/sportscover/assets/images/social-sprite2.png") no-repeat;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	white-space: nowrap;
}

.social2 li {
	margin-right: 15px;
	display: inline-block;
}

.social2 {
	margin-left: 20px;
	margin-top: 10px;
}

.social2 li a.facebook {
	background-position: 0 0;
}

.social2 li a.twitter {
	background-position: -30px 0px;
}

.social2 li a.youtube {
	background-position: -60px 0px;
}

.social2 li a.googleplus {
	background-position: -90px 0px;
}

.social2 li a.rss {
	background-position: -120px 0px;
}

.isotope-item a {
	text-transform: none !important;
	color: white;
	text-decoration: underline;
}

.mainbutton:hover {
	background-color: #2e2e2d !important;
}

.alignright {
	float: right;
	padding: 20px;
}

#top p {
	display: inline-block;
	font-size: 16px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab>a {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}

.home #bottombanner {
	padding-bottom: 30px;
}

.overlaymain .isotope-grid {
	margin-top: 50px;
}

.spinner {
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-top: 170px;
	position: absolute;
	margin-left: 28%;
}

.home #feefologoa {
	height: 200px;
	display: block;
}

.overlaymain .isotope-grid h2 a {
	line-height: 5px;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase !important;
}

.overlaymain .isotope-grid a.mainheading {
	font-weight: 600 !important;
}

.yellow a.mainheading:hover {
	background-color: #2e2e2d !important;
}

.overlaymain .isotope-grid h2 {
	line-height: 30px !important;
	margin-top: 30px !important;
	margin-bottom: 15px !important;
}

.overlaymain .icon {
	margin-bottom: -20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.overlaymain .isotope-grid {
	display: table;
	width: 100% !important;
}

#top button img {
	margin-left: 0px !important;
}

.ui-autocomplete {
	z-index: 100000000000000000 !important;
}

.ui-menu-item {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none !important;
	margin-top: -5px;
}

.ui-autocomplete {
	position: relative;
	max-width: 350px;
}

@-webkit-keyframes spin
/* Safari and Chrome */

	{
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*.nothome*/

.feefoobox .ig-testimonials {
	display: inline-block !important;
	float: right !important;
}

.entry-thumbnail .ig-testimonials-carousel {
	margin-right: -0px;
	width: 70% !important;
	float: right !important;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 50px;
}

.entry-thumbnail .ig-testimonials-carousel p {
	width: 104% !important;
	font-size: 16px;
}


/*.nothome*/

.feefoobox #feefologoa img {
	margin-top: 39px !important;
}

.title2 {
	line-height: 55px;
	display: table-cell;
	width: 75%;
	vertical-align: middle;
	color: white;
	font-size: 50px;
	padding: 62px;
	text-transform: uppercase;
	font-weight: 800;
}


/*.nothome*/

.feefoobox {
	margin-right: 50px;
	margin-top: -240px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	float: right !important;
	max-width: 900px !important;
}


/*.nothome*/

.feefoobox #feefologo {
	margin-bottom: 0px !important;
	display: inline-block !important;
}

.titlebox {
	display: table;
	width: 100%;
	height: 100%;
}

button {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}

.ls-wp-fullwidth-container .ig-testimonials-carousel {
	margin-right: -0px;
	float: right !important;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 50px;
}

.home .feefoobox #feefologo {
	margin-right: 400px;
}

.home .feefoobox .ig-testimonials-carousel .ig-testimonials:first-child {
	margin-right: 20px;
	width: 395px !important;
	background-image: url('/wp-content/themes/sportscover/assets/images/bottomquote.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.ls-wp-fullwidth-container .ig-testimonials-carousel {
	background: none;
}

.ls-wp-fullwidth-container .text {
	padding-left: 20px;
	padding-right: 10px;
}

.home .feefoobox {
	margin-right: 60px !important;
}

.ls-yourlogo {
	pointer-events: all;
}

.feefoobox {
	z-index: 10 !important;
}

.ui-menu {
	font-size: 16px;
	font-weight: 300 !important;
}

.wp .ui-widget-content {
	border: 1px solid #007ac2 !important;
	margin-top: -1px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp .ui-menu .ui-menu-item a {
	padding-top: 10px !important;
	padding-bottom: 10px;
}

.wp .ui-state-hover,
.wp .ui-widget-content .ui-state-hover,
.wp .ui-widget-header .ui-state-hover,
.wp .ui-state-focus,
.wp .ui-widget-content .ui-state-focus,
.wp .ui-widget-header .ui-state-focus {
	border: 1px solid #0085ca;
	background: #0085ca !important;
	font-weight: normal;
	color: white !important;
}

.wp .ui-state-hover a,
.wp .ui-state-hover a:hover,
.wp .ui-state-hover a:link,
.wp .ui-state-hover a:visited,
.wp .ui-state-focus a,
.wp .ui-state-focus a:hover,
.wp .ui-state-focus a:link,
.wp .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}

.wp .ui-state-active,
.wp .ui-widget-content .ui-state-active,
.wp .ui-widget-header .ui-state-active {
	border: 1px solid #0085ca !important;
	background: #ffffff !important;
	font-weight: 300;
	color: rgb(54, 55, 52);
}

.wp .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}


/*.nothome*/

.feefoobox {
	width: 670px !important;
}


/*.nothome*/

.feefoobox #feefologoa img {
	width: 165px;
}

.nothome .feefoobox .ig-testimonials-carousel .ig-testimonials:first-child {
	width: 398px !important;
}


/*.nothome*/

.feefoobox {
	height: 90%;
	position: relative;
	margin-top: -60%;
	text-align: center;
	width: 150%;
	background-color: rgba(255, 255, 255, 0.85);
}

.ls-layer {
	white-space: normal !important;
	font-family: 'Open Sans!important';
}

.ls-layer.feefo {
	right: 35px !important;
	left: initial !important;
}

h2.ls-layer {
	left: 4.6% !important;
	font-size: 40px !important;
	line-height: 45px !important;
}

.ls-wp-fullwidth-container .text {
	background-image: url('/wp-content/themes/sportscover/assets/images/beginingquote.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.vc_tta-tab {
	border-bottom: 1px solid white;
}

.overlaymain .isotope-item--w1 {
	width: calc(33.3% - 80px) !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 40px;
}

.slider {
	margin-bottom: -15px;
}


.overlaymain .isotopegrid {
	max-width: 400px !important;
}

.sport-search-term,
.overlaymain .isotope-item h2 {
	padding-left: 10px;
	padding-right: 10px;
}

.overlaymain {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.overlaycontent {
	height: 100% !important;
	overflow: scroll !important;
}

main.home .slider:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 47px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOTk4cHgiIGhlaWdodD0iNTIuMjg4cHgiIHZpZXdCb3g9IjAgMCAyOTk4IDUyLjI4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjk5OCA1Mi4yODgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxkZWZzPjxwb2x5Z29uIGlkPSJTVkdJRF8xXyIgcG9pbnRzPSIxNTExLjI4NCwyNi4xMjMgMTQ5OS4yNjYsMzguNTM2IDE0ODcuMTgxLDI2LjEyMyAwLDI2LjEyMyAwLDM3LjYyMyAxNDg1LjM5MSwzOC4wMzcgMTQ5OS4yNjYsNTIuMjg4IDE1MTMuMDE2LDM4LjA4MyAyOTk4LDM3LjQ1NyAyOTk4LDI2LjEyMyAiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iNTIuMjg3NiIgeDI9IjEiIHkyPSI1Mi4yODc2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAgMjYuMzg1NyAyNi4zODU3IDAgMTE5LjM1NzIgMjYuMDUzMikiPjxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiM4RTY2MDciLz48c3RvcCAgb2Zmc2V0PSIwLjA0IiBzdHlsZT0ic3RvcC1jb2xvcjojQUU3RDBGIi8+PHN0b3AgIG9mZnNldD0iMC4wOCIgc3R5bGU9InN0b3AtY29sb3I6I0M4OEYxNiIvPjxzdG9wICBvZmZzZXQ9IjAuMTIiIHN0eWxlPSJzdG9wLWNvbG9yOiNERDlEMUIiLz48c3RvcCAgb2Zmc2V0PSIwLjE3IiBzdHlsZT0ic3RvcC1jb2xvcjojRUJBNzFGIi8+PHN0b3AgIG9mZnNldD0iMC4yMyIgc3R5bGU9InN0b3AtY29sb3I6I0Y2QUYyNCIvPjxzdG9wICBvZmZzZXQ9IjAuMzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNGNkFGMjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRjZBRjI0Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Y2QUYyNCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeT0iMjYuMTIzIiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJ1cmwoI1NWR0lEXzNfKSIgd2lkdGg9IjI5OTgiIGhlaWdodD0iMjYuMTY1Ii8+PC9nPjxwb2x5Z29uIGZpbGw9IiNGNkFGMjQiIHBvaW50cz0iMTQ3OC4xMTQsMCAxNDk5LjI4NSwyMS43NDIgMTUyMC4zMzcsMCAxNTA5Ljc3NywwIDE0OTkuMzQ0LDEwLjc3NCAxNDg4Ljg1MywwICIvPjwvc3ZnPg==) no-repeat center center;
	background-size: cover;
	z-index: 1000;
	bottom: 2px;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.svglogo--full-length {
	display: none;
}

@media (max-width:1270px) {
	.vc_tta-tabs-list {
		max-width: 290px !important;
	}

	.vc_tta-tabs-list {
		background-size: 130% 100%;
	}

	.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab a span {
		padding-left: 0px !important;
		font-size: 15px !important;
		width: 55% !important;
	}

	h2.ls-layer {
		font-size: 26px !important;
	}

	h3.hovertext {
		margin-top: -30px;
	}

	.isotope-item--h1 .hovertext,
	.isotope-item--h2 .hovertext {
		font-size: 25px !important;
	}

	.page-id-77 .vc_tta-tabs-container {
		width: 150px !important;
	}
}

@media (min-width:1270px) {
	.svglogo--short {
		display: none;
	}

	.svglogo--full-length {
		display: inline;
	}

	.vc_tta-tabs-container {
		width: 470px;
	}

	.vc_tta-tab.vc_active:after {
		content: url('/wp-content/themes/sportscover/assets/images/arrowimage.png');
		position: absolute;
		margin-top: -80px;
		margin-left: 469px;
	}

	.vc_tta-tabs-container {
		overflow: visible !important;
	}
}

@media (max-width:1024px) {
	#nav li:hover>ul {
		animation: none !important;
	}

	.main {
		height: 100% !important;
	}

	.overlay .isotope-grid {
		height: Auto !important;
	}

	.overlaymain .isotope-item {
		height: 330px !important;
	}

	.text p {
		font-size: 13px !important;
	}

	#feefobanner .wpb_text_column,
	#bottombanner .wpb_text_column {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#nav {
		z-index: 200000;
	}

	#top form input[type=submit] {
		margin-top: 2px !important;
	}

	header[role=banner]>a img {
		width: auto !important;
		margin-top: -10px;
		margin-bottom: -5px;
		padding-left: 0px;
		height: 70px;
	}

	#top button {
		margin: 0px !important;
		padding: 0px !important;
	}

	#menu-toggle {
		top: 26% !important;
	}

	.ls-wp-fullwidth-container h1 {
		left: 10% !important;
		font-size: 30px;
	}

	.text p:last-child:after {
		margin-left: 0px !important;
	}

	#nav ul li a {
		font-size: 16px !important;
	}

	#nav {
		width: 100% !important;
		left: 0% !important;
		top: 98px;
	}

	#nav a:hover {
		color: #007ac2;
	}

	.specialoffer {
		display: none !important;
	}

	#top {
		padding-left: 40px;
	}

	#top form {
		padding: 0px !important;
		margin: 3px 3px -3px 3px;
		right: 0;
		width: auto;
		box-sizing: border-box;
	}

	#top form input[type=search] {
		height: 35px !important;
		line-height: 20px;
	}

	#top form input[type=submit] {
		width: 35px;
	}

	.isotope-grid {
		width: 100% !important;
	}

	.vc_row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.vc_column_container>.vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.home .vc_col-sm-6>.vc_column-inner {
		padding-right: 0px !important;
	}
}

@media screen and (min-width: 1000px) {
	#nav ul li:after {
		content: '';
	}

	#nav ul li {
		margin-left: 35px;
	}

	#nav ul li ul li {
		margin-left: 0px;
	}

	#nav {
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	#nav {
		width: 100% !important;
	}

	.sub-menu {
		display: block !important;
	}
}

@media (min-width: 1100px) {
	#nav {
		width: 65% !important;
	}
}

@media (max-width:1024px) {
	.overlaymain .isotope-item--w1 {
		width: 100% !important;
		margin: 0px !important;
	}

	.overlaymain .isotope-grid {
		margin: 0px !important;
		margin-top: 40px !important;
	}

	#nav li {
		border-top: 1px solid white;
	}

	.ls-wp-fullwidth-container h1 {
		left: 10% !important;
		font-size: 35px;
		margin-top: -40px !important;
	}

	.ls-bottom-slidebuttons {
		left: 9% !important;
	}
}

@media (max-width:1550px) and (min-width:1025px) {
	.ls-wp-fullwidth-container h1 {
		left: 5% !important;
		font-size: 35px;
	}
}

@media (max-width:1400px) {
	.feefoobox {
		width: auto !important;
		background: transparent;
		padding: 0;
	}

	.feefoobox #feefologo {
		position: static !important;
		margin-right: 0 !important;
	}

	.feefoobox .ig-testimonials-carousel {
		display: none;
	}
}

@media (max-width:625px) {
	.feefoobox {
		display: none;
	}
}

@media (max-width:1600px) and (min-width:1300px) {
	.title {
		width: 45%;
		padding-top: 60px !important;
		height: 145px;
	}

	#pagnation {
		margin-top: -217px !important;
	}
}

@media (max-width:1920px) and (min-width:1600px) {
	.title {
		width: 45%;
		padding-top: 60px !important;
		height: 145px;
	}
}

@media (max-width:1900px) and (min-width:1300px) {
	.nothome .feefoobox #feefologoa img {
		margin-top: 20px;
	}

	.text p:last-child:after {
		margin-left: 0px !important
	}

	.nothome .feefoobox {
		width: 600px !important;
	}
}

.slick-track {
	width: 230px;
}

.entry-thumbnail .ig-testimonials-carousel {
	padding-right: 0px;
	padding-top: 5px !important;
}


@media (max-width:4200px) and (min-width:1900px) {
	.nothome .feefoobox #feefologoa img {
		margin-top: 20px;
	}

	.text p:last-child:after {
		margin-left: 0px !important
	}

	.nothome .feefoobox {
		width: 600px !important;
	}
}

.slick-track {
	width: 230px;
}

.entry-thumbnail .ig-testimonials-carousel {
	padding-right: 0px;
	padding-top: 5px !important;
}

@media (min-width:1765px) {
	.ls-wp-fullwidth-container h1 {
		left: 90px !important;
	}
}

@media (min-width:1025px) {
	#nav ul li:hover {
		background-color: #0085ca;
	}

	#nav ul li:hover a:first-child {
		color: white;
	}

	#nav ul ul {
		border: 2px solid #0085ca;
		-webkit-box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
		-moz-box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
		box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
	}

	#nav ul ul li {
		border-bottom: 1px solid #bbb;
	}

	#nav ul ul li:last-child {
		border-bottom: 0px solid #999;
	}

	#nav ul ul li a {
		padding-top: 8px;
		padding-bottom: 4px;
		text-transform: none !important;
		color: #2e2e2d !important;
	}

	#nav li {
		float: right;
		position: relative;
	}

	#nav ul ul {
		display: none;
		float: right;
		position: absolute;
		left: 0;
		top: 2em;
		z-index: 99999;
		margin-left: 0;
		margin-top: -8px;
	}

	#nav ul ul ul {
		right: 100%;
		top: 0;
	}

	#nav ul ul a {
		background: #fff;
		display: block;
		width: 300px;
		padding: 5px;
		text-align: left;
		padding-left: 30px;
	}

	#nav ul li ul li:after {
		content: none !important;
	}

	#nav ul ul a:hover {
		background-color: #0085ca;
		color: White !important;
	}

	#nav ul li:hover>ul {
		display: block;
	}

	#nav ul:after,
	#nav ul:before {
		clear: both;
		content: ' ';
		display: block;
	}
}

@media (min-width:1025px) {
	.ui-autocomplete {
		position: relative;
		max-width: 440px;
	}

	.overlaymain .isotope-item {
		padding-left: 20px;
		padding-right: 20px;
	}

	#top form input[type=submit] {
		position: absolute !important;
		top: 2px;
		right: -15px;
		line-height: 0px;
	}

	#top input[type=submit],
	button {
		border: 0px solid transparent;
	}

	#top form {
		position: relative !important;
		z-index: 10;
	}
}

@media (max-width:756px) {
	.entry-content .vc_col-sm-8 li {
		background-position: -0% -0% !important;
	}
}

@media (max-width:380px) {
	.ui-autocomplete {
		position: relative;
		max-width: 280px;
	}

	#mainsearch {
		margin-top: 10px !important;
	}

	h1 {
		font-size: 32px;
	}

	.title2 {
		font-size: 32px;
	}

	.wpb_text_column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#feefologo {
		overflow: hidden !important;
	}

	.vc_col-sm-6 #feefologo img {}

	#nav ul li a {
		font-size: 14px !important;
	}

	#nav li ul {
		margin-left: 10px !important;
	}

	#top p {
		font-size: 18px !important;
	}
}

@media (min-width:1300px) {
	#top {
		position: relative;
		z-index: 100000;
	}
}

@media (max-width:500px) {
	.overlaymain p.searchtext {
		font-size: 20px !important;
	}

	.overlaymain i.fa.fa-times {
		font-size: 30px !important;
		margin-right: -10px;
	}

	.ls-nav-next,
	.ls-nav-prev {
		display: none !important;
	}

	.vc_tta-panel-body .page_post li {
		width: 40% !important;
		padding-right: 20px !important;
	}
}

@media (min-width:589px) {
	.ui-menu {
		font-size: 16px !important;
		font-weight: 300 !important;
	}
}

@media (max-width:589px) {
	.ui-menu {
		font-size: 15px !important;
		font-weight: 300 !important;
	}
}

@media (max-width:1706px)and (min-width:1500px) {
	.overlaymain .isotope-item {
		height: 360px !important;
	}
}

@media (min-width:1706px) {
	.overlaymain .isotope-item {
		height: 320px !important;
	}
}

@media (max-width:1500px) {
	.overlaymain .isotope-item {
		height: 390px !important;
	}
}

@media (max-width:400px) {
	#sportsrow .isotope-item img {
		width: 100% !important;
		margin-left: 0px !important;
		padding-top: 15% !important;
	}

	.isotope-item,
	.isotope-item--h1 .overlay--Yes,
	.isotope-item--h2 .overlay--Yes {
		height: 420px !important
	}

	.isotope-item--h1 .hovertext,
	.isotope-item--h2 .hovertext {
		margin-top: -80px !important;
	}
}

#feefologo {
	background: transparent;
	border: 0px;
	position: fixed;
	float: right;
	bottom: 0px;
	outline: none;
	right: 20px;
	vertical-align: bottom;
	z-index: 1;
}

.ig-testimonials-carousel {
	overflow: visible;
}

.ls-wp-container .text {
	white-space: initial;
	width: 100% !important;
}

.ls-wp-container .ig-testimonials-carousel .slick-track {
	width: 0px !important;
}

.ls-fullwidth .ls-bottom-slidebuttons {
	top: -70px !important;
}

.isotope-grid {
	z-index: 50 !important;
}

.ls-layer.feefo {
	position: static !important;
	top: 0px !important;
}

.nothome .feefoobox {
	margin-right: 0px !important;
}

.nothome .feefoobox .ig-testimonials-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.nothome .feefoobox .slick-dots {
	margin-bottom: -20px;
	margin-left: -50px;
}

.nothome .feefoobox .ig-testimonials {
	float: left !important;
	margin-bottom: 10px !important;
padding-left:0px;
}

.nothome .feefoobox .ig-testimonials .text p {
	width: 93% !important;
	font-size: 15px !important;
}

.feefodiv {
	overflow: visible !important;
}

@media screen and (max-width: 1900px) and (min-width: 1300px) {
	.nothome .feefoobox .ig-testimonials-carousel .ig-testimonials:first-child {
		width: 350px !important;
	}

	.nothome .feefoobox .ig-testimonials .text p {
		width: 92% !important;
	}
}

@media screen and (max-width:1400px) {

	.ls-wp-fullwidth-container h1,
	.ls-wp-fullwidth-container h2 {
		margin-left: -20px !important;
	}

	.home .feefoobox {
		margin-right: 40px !important;
	}
}

@media screen and (max-width:1260px) and (min-width:1025px) {

	.ls-wp-fullwidth-container h1,
	.ls-wp-fullwidth-container h2 {
		width: 285px !important;
	}
}

@media screen and (max-width:1024px) {

	.ls-wp-fullwidth-container h1,
	.ls-wp-fullwidth-container h2 {
		margin-left: 30px !important;
	}
}

@media screen and (max-width:780px) {

	.ls-wp-fullwidth-container h1,
	.ls-wp-fullwidth-container h2 {
		width: 250px !important;
	}
}

@media screen and (max-width:625px) {

	.ls-wp-fullwidth-container h1,
	.ls-wp-fullwidth-container h2 {
		padding-top: 25px !important;
	}
}

@media screen and (max-width:1300px) {
	.feefoobox #feefologo {
		padding-right: 15px;
	}
}

@media screen and (max-width:740px) {
	.home .slider {
		display: none;
	}

	.home .mobileSliderBanner {
		display: block !important;
		height: 390px !important;
		background-image: url("/wp-content/uploads/2021/12/Waterimage-1920x1281-1.jpg");
		background-size: inherit;
		margin: 0px -30px 0px -30px;
		background-position: -576px -462px;
		position: relative;
		overflow: hidden;
	}

	.home .mobileSliderBanner h2 {
		font-size: 26px !important;
	}

	.home .mobileSliderBanner .header {
		position: relative;
		top: 35%;
		margin-left: 50px;
		width: 285px;
	}

	.home .mobileSliderBanner .feefoLogo img {
		width: 165px;
		float: right;
		margin-right: 50px;
	}

	.home .mobileSliderBanner .whoosh img {
		margin-top: -300px;
	}

	.home .mobileSliderBanner .whoosh {
		margin-left: -175px;
	}

	.home .mobileSliderBanner:before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		height: 47px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOTk4cHgiIGhlaWdodD0iNTIuMjg4cHgiIHZpZXdCb3g9IjAgMCAyOTk4IDUyLjI4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjk5OCA1Mi4yODgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxkZWZzPjxwb2x5Z29uIGlkPSJTVkdJRF8xXyIgcG9pbnRzPSIxNTExLjI4NCwyNi4xMjMgMTQ5OS4yNjYsMzguNTM2IDE0ODcuMTgxLDI2LjEyMyAwLDI2LjEyMyAwLDM3LjYyMyAxNDg1LjM5MSwzOC4wMzcgMTQ5OS4yNjYsNTIuMjg4IDE1MTMuMDE2LDM4LjA4MyAyOTk4LDM3LjQ1NyAyOTk4LDI2LjEyMyAiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iNTIuMjg3NiIgeDI9IjEiIHkyPSI1Mi4yODc2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAgMjYuMzg1NyAyNi4zODU3IDAgMTE5LjM1NzIgMjYuMDUzMikiPjxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiM4RTY2MDciLz48c3RvcCAgb2Zmc2V0PSIwLjA0IiBzdHlsZT0ic3RvcC1jb2xvcjojQUU3RDBGIi8+PHN0b3AgIG9mZnNldD0iMC4wOCIgc3R5bGU9InN0b3AtY29sb3I6I0M4OEYxNiIvPjxzdG9wICBvZmZzZXQ9IjAuMTIiIHN0eWxlPSJzdG9wLWNvbG9yOiNERDlEMUIiLz48c3RvcCAgb2Zmc2V0PSIwLjE3IiBzdHlsZT0ic3RvcC1jb2xvcjojRUJBNzFGIi8+PHN0b3AgIG9mZnNldD0iMC4yMyIgc3R5bGU9InN0b3AtY29sb3I6I0Y2QUYyNCIvPjxzdG9wICBvZmZzZXQ9IjAuMzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNGNkFGMjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRjZBRjI0Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Y2QUYyNCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeT0iMjYuMTIzIiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJ1cmwoI1NWR0lEXzNfKSIgd2lkdGg9IjI5OTgiIGhlaWdodD0iMjYuMTY1Ii8+PC9nPjxwb2x5Z29uIGZpbGw9IiNGNkFGMjQiIHBvaW50cz0iMTQ3OC4xMTQsMCAxNDk5LjI4NSwyMS43NDIgMTUyMC4zMzcsMCAxNTA5Ljc3NywwIDE0OTkuMzQ0LDEwLjc3NCAxNDg4Ljg1MywwICIvPjwvc3ZnPg==) no-repeat center center;
		background-size: cover;
		z-index: 1000;
		bottom: -13px;
	}

	header[role=banner] {
		z-index: 10;
		border-bottom: 2px solid #dfdfdf;
	}
}

@media screen and (min-width:741px) {
	#layerslider_1 {
		height: 390px !important;
	}

	.home .mobileSliderBanner {
		display: none;
	}
}

@media screen and (max-width:625px) {
	.home .mobileSliderBanner .feefoLogo {
		display: none;
	}

	.home .mobileSliderBanner .whoosh img {
		margin-top: -150px;
	}
}

/*banner*/
.home_banner {
	height: 390px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	visibility: visible;
}

.home_banner .banner-image img {
	height: 1270px;
	margin: 0px;
	z-index: auto;
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	transform: translateX(0px) translateY(-35%);
	filter: none;
}

.home_banner .banner-image {
	display: block !important;
	height: 390px !important;
	background-image: url("/wp-content/uploads/2021/12/Waterimage-1920x1281-1.jpg");
	background-size: cover;
	background-position: 0px 50%;
}

.home_banner .heading {
	z-index: 102;
	margin-left: 0px;
	margin-top: 0px;
	width: 439px;
	height: 135px;
	left: 84px;
	top: 129px;
	opacity: 1;
	display: block;
}

.home_banner .heading h2 {
	color: white;
	font-family: "Open Sans";
	top: 129px;
	left: 84px;
	margin: 0px;
	z-index: auto;
	width: 439px;
	height: 135px;
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0px;
}

.home_banner .feefoobox #feefologo {
	margin-right: 0px !important;
	float: left !important;
}

.home_banner .feefoblock {
	z-index: 60;
	width: 100%;
	top: 68px;
	display: block;
}

.home_banner .feefo {
	font-family: "Open Sans";
	top: 68px;
	margin: 0px;
	z-index: auto;
	width: 1280px;
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	float: right;
}

.home_banner .ls-yourlogo {
	left: 65%;
	top: -10px;
	visibility: visible;
	width: 1204px;
	height: 598px;
}

.home_banner .feefoobox .text {
	width: 100% !important;
}

.home_banner .slick-list {
	background-image: none !important;
}

.home_banner .ls-wrapper,
.home_banner .ls-layer {
	box-sizing: content-box !important;
}

.home_banner .ls-in-out {
	background: none !important;
	position: absolute !important;
}

.home_banner .ls-yourlogo {
	pointer-events: all;
	position: absolute;
	z-index: 50;
}

@media screen and (max-width: 1400px) {
	.home_banner .feefoobox #feefologo {
		margin-right: 0px !important;
	}
}

@media screen and (max-width: 1270px) {
	.home_banner .heading h2 {
		font-size: 26px !important
	}
}

@media screen and (max-width: 1024px) {
	.home_banner .heading h2 {
		margin-left: 0px !important;
		width: 400px
	}
}

.header_v2 nav ul li {
	float: left;
}

header[role=banner].header_v2 {
	background: #fff;
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	min-height: 64px;
	padding: 0 !important;
	font-family: 'Open Sans';
	font-weight: 400;
	z-index: 9999999;
}

header[role=banner].header_v2>a {
	display: block;
	max-width: 80%;
}

header[role=banner].header_v2>a img {
	width: auto;
	height: 50px;
}

@media (max-width:1100px) and (min-width: 1026px) {
	#header-underwriter-logo p {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	header[role=banner].header_v2>a {
		max-width: none;
		display: inline-block;
		float: left;
	}

	header[role=banner].header_v2>a img {
		width: 380px;
		height: 95px;
	}
}

header[role=banner].header_v2 nav {
	background: #ececec;
}

@media screen and (min-width: 1025px) {
	header[role=banner].header_v2 nav {
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: auto !important;
		right: 40px;
	}
}

#menu-toggle {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	background: none;
	color: #727272;
	font-size: 18px;
	position: absolute;
}

@media screen and (min-width: 1025px) {

	#menu-toggle,
	.mobile-header {
		display: none;
	}
}

@media (max-width:656px) {
	nav ul li {
		float: none;
	}
}

#nav li:hover>ul {
	display: block !important;
	-moz-animation: fadeInDown .3s ease-in !important;
	-webkit-animation: fadeInDown .3s ease-in !important;
	animation: fadeInDown .3s ease-in !important;
}

#nav {
	right: 0px;
	margin-right: 30px;
	left: auto !important;
	z-index: 100;
}

#nav li ul li:before,
#nav ul:after {
	content: none !important;
}

header[role=banner].header_v2 .svglogo {
	width: 317px !important;
	height: 49px;
	margin-left: 43px;
}

#nav ul li:after {
	font-size: 16px;
}

#nav ul li a {
	color: #2E2E2D;
}

#nav ul li a {
	font-size: 16px !important;
	letter-spacing: 0.1px;
	text-transform: none;
}

.svglogo--full-length {
	display: none;
}

@media (min-width:1270px) {
	.svglogo--short {
		display: none;
	}

	.svglogo--full-length {
		display: inline;
	}
}

@media (max-width:1024px) {
	#nav li:hover>ul {
		animation: none !important;
	}

	#nav {
		z-index: 200000;
	}

	header[role=banner].header_v2>a img {
		width: auto !important;
		margin-top: -10px;
		margin-bottom: -5px;
		padding-left: 0px;
		height: 70px;
	}

	#nav ul li a {
		font-size: 16px !important;
	}

	#nav {
		width: 100% !important;
		left: 0% !important;
		top: 108px !important;
	}

	#nav a:hover {
		color: #007ac2;
	}

	.header_v2 .scd-logo-section {
		display: block;
		text-align: center;
		border-bottom: 1px solid #C0C0C0;
		padding-bottom: 10px;
	}

	.header_v2 #header-underwriter-logo {
		display: none;
	}

	.header_v2 .mobile-header {
		border-bottom: 1px solid #C0C0C0;
	}

	.header_v2 .mobile-header:after {
		content: "";
		display: table;
		clear: both;
	}

	.header_v2 #header-underwriter-logo-mobile p {
		display: inline-block;
		text-align: left;
	}

	header.header_v2 .scd-logo-section img {
		margin-left: 0px !important;
	}

	.header_v2 #menu-toggle {
		border: none;
		width: 18px;
		height: 18px;
		line-height: 18px;
		margin-top: 6px;
		margin-left: 17px;
		top: 0 !important;
		font-size: 18px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: auto;
	}

	.header_v2 #header-underwriter-logo-mobile {
		width: 33.33%;
		float: left;
		text-align: center;
		font-size: 9px;
		line-height: 11px;
		border-right: 1px solid #C0C0C0;
		padding-top: 2px;
		min-height: 42px;
	}

	.header_v2 #header-underwriter-logo-mobile img {
		margin-bottom: -2px;
	}

	.header_v2 #header-underwriter-logo-mobile strong {
		font-weight: bold;
	}

	.header_v2 #header-underwriter-logo-mobile p {
		font-size: 9px;
		line-height: 11px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header_v2 .mobile-call {
		width: 33.33%;
		text-align: center;
		float: left;
		border-right: 1px solid #C0C0C0;
		min-height: 42px;
		padding-top: 2px;
		position: relative;
	}

	.header_v2 .mobile-call a {
		color: #2e2e2d !important;
	}

	.header_v2 .mobile-call p {
		color: #2e2e2d !important;
	}

	.header_v2 .mobile-call p {
		display: inline-block;
		margin-left: -22px;
		width: 33%;
		font-size: 11px;
		line-height: 30px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.header_v2 .mobile-call img {
		position: absolute;
		top: 4px;
	}

	.header_v2 .mobile-call .center,
	.header_v2 .menu-mobile .center {
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}

	.header_v2 .menu-mobile .center span:first-child {
		margin-left: -35px;
	}

	.header_v2 .menu-mobile {
		width: 32%;
		text-align: center;
		font-size: 11px;
		line-height: 30px;
		float: left;
		position: relative;
		min-height: 44px;
	}
}

@media screen and (min-width: 1000px) {
	#nav ul li:after {
		content: '';
	}

	#nav ul li {
		margin-left: 12px !important;
	}

	#nav ul li ul li {
		margin-left: 0px !important;
	}

	#nav {
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	#nav {
		width: 100% !important;
	}

	.sub-menu {
		display: block !important;
	}
}

@media (min-width: 1100px) {
	#nav {
		width: 65% !important;
	}
}

@media (max-width:1024px) {
	#nav li {
		border-top: 1px solid white;
	}

	footer{
		display:block;
	}
}

@media (min-width:1025px) {
	#nav ul li:hover {
		background-color: #0085ca;
	}

	#nav ul li:hover a:first-child {
		color: white;
	}

	#nav ul ul {
		border: 2px solid #0085ca;
		-webkit-box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
		-moz-box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
		box-shadow: 14px 14px 6px -6px rgba(0, 0, 0, 0.32);
	}

	#nav ul ul li {
		border-bottom: 1px solid #bbb;
	}

	#nav ul ul li:last-child {
		border-bottom: 0px solid #999;
	}

	#nav ul ul li a {
		padding-top: 8px;
		padding-bottom: 4px;
		text-transform: none !important;
		color: #2e2e2d !important;
	}

	#nav li {
		float: right;
		position: relative;
	}

	#nav ul ul {
		display: none;
		float: right;
		position: absolute;
		left: 0;
		top: 2em;
		z-index: 99999;
		margin-left: 0;
		margin-top: -8px;
	}

	#nav ul ul a {
		background: #fff;
		display: block;
		width: 300px;
		padding: 5px;
		text-align: left;
		padding-left: 30px;
	}

	#nav ul li ul li:after {
		content: none !important;
	}

	#nav ul ul a:hover {
		background-color: #0085ca;
		color: White !important;
	}

	#nav ul li:hover>ul {
		display: block;
	}

	#nav ul:after,
	#nav ul:before {
		clear: both;
		content: ' ';
		display: block;
	}
}

@media (max-width:780px) {
	#nav {
		top: 83px !important;
	}
}

@media (max-width:380px) {
	#nav ul li a {
		font-size: 14px !important;
	}

	#nav li ul {
		margin-left: 10px !important;
	}
}

@media screen and (max-width:740px) {
	header[role=banner].header_v2 {
		z-index: 10;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

#header-underwriter-logo {
	margin-top: 18px;
	margin-left: 35px;
	display: inline-block;
	position: absolute;
}

.elementor-page #header-underwriter-logo p {
	margin-top: -27px;
}

.elementor-page #nav li:hover>ul {
	padding-left: 0px;
}

#header-underwriter-logo p {
	font-size: 13px;
	line-height: 30px;
	color: #282828;
	margin-bottom: 0px;
	margin-top: -30px;
	position: absolute;
	width: 180px;
	margin-left: 39px;
}

#header-underwriter-logo a {
	text-decoration: none;
}

.scd-logo-section {
	display: inline-block;
	margin-top: 6px;
}

@media (max-width:780px) {
	header[role=banner].header_v2 .svglogo {
		height: 32px !important;
		width: 190px !important;
	}

	header[role=banner].header_v2 .scd-logo-section {
		padding-bottom: 5px;
	}

	#header-underwriter-logo-mobile img {
		width: 20px;
		height: 20px;
	}
}

.cky-switch input[type="checkbox"] {
    visibility: visible
}