﻿* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: "Gotham-regular", sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	text-align: left;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio {
	width: 100%
}

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

[hidden],
template {
	display: none
}

a {
	color: #ffc12d;
	text-decoration: none
}

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

b,
strong {
	font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0
}

img {
	border: 0
}

figure {
	line-height: 0.7;
	margin: 0;
	position: relative
}

figcaption {
	line-height: 1.2
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0
}

button {
	cursor: pointer
}

button[disabled] {
	cursor: default
}

html input[disabled] {
	cursor: default
}

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

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

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

legend {
	border: 0;
	padding: 0
}

optgroup {
	font-weight: bold
}

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

td,
th {
	padding: 0
}

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

.clear {
	clear: both
}

.hide {
	display: none
}

.last {
	margin-right: 0 !important
}


/*!
 *  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-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
}

.fa-lg {
	font-size: 1.33333em;
	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.28571em;
	text-align: center
}

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

.fa-ul>li {
	position: relative
}

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

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	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
}

.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);
	transform: rotate(90deg)
}

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

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

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-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);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	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: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.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
}

@font-face {
	font-family: 'Gotham-light';
	src: url("../fonts/gotham-thin-webfont.woff2") format("woff2"), url("../fonts/gotham-thin-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham-book';
	src: url("../fonts/Gotham-Book.eot");
	src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham-regular';
	src: url("../fonts/gotham-medium_0-webfont.woff2") format("woff2"), url("../fonts/gotham-medium_0-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Digital';
	src: url("../fonts/DJBGetDigital.eot");
	src: url("../fonts/DJBGetDigital.eot?#iefix") format("embedded-opentype"), url("../fonts/DJBGetDigital.woff2") format("woff2"), url("../fonts/DJBGetDigital.woff") format("woff"), url("../fonts/DJBGetDigital.ttf") format("truetype"), url("../fonts/DJBGetDigital.svg#DJBGetDigital") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'weather';
	src: url("../fonts/artill_clean_icons-webfont.eot");
	src: url("../fonts/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/artill_clean_icons-webfont.woff") format("woff"), url("../fonts/artill_clean_icons-webfont.ttf") format("truetype"), url("../fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
	font-weight: normal;
	font-style: normal
}

i {
	font-family: weather;
	font-size: 150px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0
}

.icon-0:before {
	content: ":"
}

.icon-1:before {
	content: "p"
}

.icon-2:before {
	content: "S"
}

.icon-3:before {
	content: "Q"
}

.icon-4:before {
	content: "S"
}

.icon-5:before {
	content: "W"
}

.icon-6:before {
	content: "W"
}

.icon-7:before {
	content: "W"
}

.icon-8:before {
	content: "W"
}

.icon-9:before {
	content: "I"
}

.icon-10:before {
	content: "W"
}

.icon-11:before {
	content: "I"
}

.icon-12:before {
	content: "I"
}

.icon-13:before {
	content: "I"
}

.icon-14:before {
	content: "I"
}

.icon-15:before {
	content: "W"
}

.icon-16:before {
	content: "I"
}

.icon-17:before {
	content: "W"
}

.icon-18:before {
	content: "U"
}

.icon-19:before {
	content: "Z"
}

.icon-20:before {
	content: "Z"
}

.icon-21:before {
	content: "Z"
}

.icon-22:before {
	content: "Z"
}

.icon-23:before {
	content: "Z"
}

.icon-24:before {
	content: "E"
}

.icon-25:before {
	content: "E"
}

.icon-26:before {
	content: "3"
}

.icon-27:before {
	content: "a"
}

.icon-28:before {
	content: "A"
}

.icon-29:before {
	content: "a"
}

.icon-30:before {
	content: "A"
}

.icon-31:before {
	content: "6"
}

.icon-32:before {
	content: "1"
}

.icon-33:before {
	content: "6"
}

.icon-34:before {
	content: "1"
}

.icon-35:before {
	content: "W"
}

.icon-36:before {
	content: "1"
}

.icon-37:before {
	content: "S"
}

.icon-38:before {
	content: "S"
}

.icon-39:before {
	content: "S"
}

.icon-40:before {
	content: "M"
}

.icon-41:before {
	content: "W"
}

.icon-42:before {
	content: "I"
}

.icon-43:before {
	content: "W"
}

.icon-44:before {
	content: "a"
}

.icon-45:before {
	content: "S"
}

.icon-46:before {
	content: "U"
}

.icon-47:before {
	content: "S"
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	font-family: "Gotham-regular", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Gotham-regular", sans-serif
}

.tcenter {
	text-align: center !important
}

.tleft {
	text-align: left !important
}

.tright {
	text-align: right !important
}

.cf:before,
.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

::selection {
	background: #00D98E;
	color: white
}

.c-black {
	color: #5d5c5c !important
}

.responsive-img {
	width: 100%;
	display: block
}

.wrapper {
	width: 100%
}

.wrapper-content {
	margin: 0 auto
}

@media screen and (min-width: 980px) {
	.wrapper-content {
		width: 980px
	}
}

body {
background: rgb(148,1,1);
background: -moz-linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#940101",endColorstr="#ffffff",GradientType=1);
background-attachment: fixed !important;
}

@media screen and (min-width: 980px) {
	body {
background: rgb(148,1,1);
background: -moz-linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(148,1,1,1) 0%, rgba(255,193,45,1) 27%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#940101",endColorstr="#ffffff",GradientType=1);
background-attachment: fixed !important;
	}
}

.patternBackground {
	width: 100%;
	background-image: url("../images/pattern-background-mobile.png")
}

@media screen and (min-width: 980px) {
	.patternBackground {
		background-image: url("../images/pattern-background.png")
	}
}

.table-content {
	display: table;
	width: 100%
}

.margin-bottom {
	margin-bottom: 16px
}

#screesplash {
	background-color: white;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 50px 10px 30px 10px;
	text-align: center
}

#screesplash .img-screen {
	display: block;
	margin: 0 auto;
	background-image: url("../images/screen-splash.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 252px;
	margin-bottom: 50px
}

#screesplash .title-screen {
	color: #479500;
	font-size: 24px;
	font-weight: bold
}

#screesplash p {
	padding: 20px 40px;
	font-size: 16px;
	color: #6d6d6d;
	font-family: "Gotham-book", "Montserrat", sans-serif
}

#screesplash #button-screen {
	background-color: #479500;
	color: white;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0
}

@media screen and (min-width: 980px) {
	#screesplash {
		display: none
	}
}

.content-grid {
	width: 100%
}

.content-grid .grid-dos {
	text-align: center
}

@media screen and (min-width: 980px) {
	.content-grid .grid-uno {
		display: block;
		width: 100%;
		margin-right: -316px;
		padding-right: 316px;
		float: left
	}
	.content-grid .grid-dos {
		display: block;
		float: left;
		width: 316px;
		padding-left: 16px
	}
}

.reloj {
	text-align: center;
	height: 44px;
}

.reloj .clock {
	background-color: #181919;
	display: inline-block;
	padding: 8px;
	border-radius: 4px 4px 0px 0px;
	color: white
}

.reloj .clock .icon-clock {
	display: table-cell;
	vertical-align: middle
}

.reloj .clock .time {
	font-size: 20px;
	display: table-cell;
	font-family: "Digital", Arial, sans-serif;
	padding: 0px 4px
}

.reloj .clock .time .time-element {
	display: inline-block
}

.reloj .clock .txt {
	display: table-cell;
	vertical-align: bottom;
	font-family: "Digital", Arial, sans-serif;
	font-size: 10px;
	display: none
}

@media screen and (min-width: 980px) {
	.reloj {
		text-align: left;
		padding-left: 135px;
		height: 55px;
	}
	.reloj .clock .icon-clock {
		font-size: 18px
	}
	.reloj .clock .time {
		font-size: 28px;
		display: table-cell;
		font-family: "Digital", Arial, sans-serif;
		padding: 0px 4px
	}
	.reloj .clock .time .time-element {
		display: inline-block
	}
	.reloj .clock .time #point {
		width: 8px !important
	}
	.reloj .clock .txt {
		display: table-cell;
		vertical-align: bottom;
		font-family: "Digital", Arial, sans-serif;
		font-size: 10px;
		display: none
	}
}

.wrapper-principal .wrapper-content {
	margin-left: 2.5%;
    margin-right: 2.5%;
	padding: 2%;
	background-color: #f8f8f8;
	border-radius: 6px 6px 0px 0px
}

@media screen and (min-width: 980px) {
	.wrapper-principal .wrapper-content {
		padding: 20px;
		border-radius: 6px 0px 0px 0px
	}
}

#slider {
	width: 100%
}

#slider .list-slider {
	width: 100%
}

#slider .list-slider img {
	width: 100%;
	display: block
}

.border-logo {
	fill: #FFFFFF
}

.verde-logo {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #007b5a
}

.negro-borde {
	fill: #6E7272
}

.amarillo-logo {
	fill: #DEAB30
}

.color-white {
	fill: #F2F2F2
}

.btn-cabina,
.btn-ventas {
	border-radius: 25px;
	display: inline-block;
	color: white;
	padding: 5px 10px 5px 5px;
	margin-bottom: 16px
}

.btn-cabina i,
.btn-ventas i {
	font-size: 26px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center
}

@media screen and (min-width: 980px) {
	.btn-cabina,
	.btn-ventas {
		display: block;
		width: 100%;
		font-size: 18px
	}
}

.btn-cabina {
	background-color: #00b3e0
}

.btn-cabina i {
	background-color: #008aad
}

.btn-ventas {
	background-color: #69e348
}

.btn-ventas i {
	background-color: #48d721
}

.weather {
	color: white;
	padding: 10px 10px 10px 10px;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 6px
}

.weather .city {
	margin-bottom: 10px;
	text-align: center
}

.weather .result {
	display: block;
	width: 100%;
	padding: 0px 20px;
	text-align: center
}

.weather .result .icon {
	display: inline-block
}

.weather .result .icon i {
	font-size: 70px
}

.weather .result .number {
	display: inline-block;
	vertical-align: top;
	font-size: 40px
}

.weather .result .grade {
	font-size: 18px;
	vertical-align: top;
	padding-top: 10px;
	display: inline-block
}

.wrapper-logo .wrapper-content {
	padding: 30px
}

.wrapper-logo .logo {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	position: relative
}

.wrapper-logo .logo svg {
	width: 100%
}

.wrapper-logo .logo .frecuency {
	position: absolute;
	color: #E8A126;
	bottom: 21%;
	right: 22px;
	font-size: 20px;
	font-weight: bold
}

@media screen and (min-width: 980px) {
	.wrapper-logo .wrapper-content {
		padding: 60px 30px 0px 0px
	}
	.wrapper-logo .logo {
		width: 45%;
		text-align: center;
		margin: initial;
		position: relative
	}
	.wrapper-logo .logo svg {
		width: 100%
	}
	.wrapper-logo .logo .frecuency {
		position: absolute;
		color: #E8A126;
		bottom: 21%;
		right: 45px;
		font-size: 35px;
		font-weight: bold
	}
}

.margin-bottom {
	margin-bottom: 20px
}

.title {
	color: #018d43;
	border-bottom: 2px solid #018d43;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px
}

@media screen and (min-width: 980px) {
	.title {
		font-size: 22px
	}
}

.block-quienes p {
	font-size: 15px;
	color: #838383;
	font-family: "Gotham-book", "Montserrat", sans-serif
}

#tdplayer_ondemand {
	display: none
}

#footer-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #fff
}

#footer-wrapper .logoscrp {
	display: none;
	width: 100%;
	padding: 20px 10px
}

@media screen and (min-width: 980px) {
	#footer-wrapper .logoscrp {
		display: table
	}
	#footer-wrapper .logoscrp .logoradios {
		display: table-cell;
		padding: 0 10px;
		text-align: center
	}
	#footer-wrapper .logoscrp .logoradios .logo_footer {
		height: 50px;
		background-image: url(../images/sprite-crp.jpg);
		background-repeat: no-repeat
	}
	#footer-wrapper .logoscrp .logoradios .rr_footer {
		width: 71px;
		background-position: left top
	}
	#footer-wrapper .logoscrp .logoradios .inolvidable_footer {
		width: 92px;
		background-position: -71px 0
	}
	#footer-wrapper .logoscrp .logoradios .moda_footer {
		width: 66px;
		background-position: -163px top
	}
	#footer-wrapper .logoscrp .logoradios .oasis_footer {
		width: 66px;
		background-position: -229px top
	}
	#footer-wrapper .logoscrp .logoradios .radiomar_footer {
		width: 83px;
		background-position: -295px top
	}
	#footer-wrapper .logoscrp .logoradios .nuevaq_footer {
		width: 33px;
		background-position: -378px top
	}
	#footer-wrapper .logoscrp .logoradios .planeta_footer {
		width: 47px;
		background-position: -411px top
	}
	#footer-wrapper .logoscrp .logoradios .inca_footer {
		width: 59px;
		background-position: -458px top
	}
	#footer-wrapper .logoscrp .logoradios .magica_footer {
		width: 74px;
		background-position: -517px top
	}
	#footer-wrapper .logoscrp .logoradios a {
		display: inline-block;
		text-align: center
	}
}

#footer-wrapper .TYC {
	font-size: 13px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: center;
	color: #5f5f5f
}

#footer-wrapper .TYC>a {
	display: inline-block;
	padding: 2px 0;
	color: #4674b7
}

#footer-wrapper .copyright {
	font-size: 12px;
	padding: 20px;
	padding-top: 10px;
	text-align: center;
	color: #b3b3b3
}

#footer-wrapper .copyright:before {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	content: '';
	background-color: #ccc
}

.logo-crp {
	text-align: center
}

.logo-crp svg {
	height: 70px
}

.wrapper-head {
	background-color: #940101;
}

.wrapper-head .wrapper-content {
	padding: 8px
}

.wrapper-head .btn-video-content {
	display: table-cell;
	vertical-align: middle;
	text-align: left
}

.wrapper-head .social-content {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: #000;
}

.wrapper-head .social-content a {
	color: #000;
}

.btn-video {
	background-color: white;
	color: #5d5c5c;
	padding: 8px 5px;
	border-radius: 5px;
	display: inline-block
}

.btn_social_head {
	width: 30px;
	height: 30px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-left: 20px
}

.btn_social_head i {
	line-height: 30px;
	font-size: 16px
}

.btn-app {
	font-size: 20px;
	line-height: 28px
}

.wrapper-header .wrapper-content {
	position: relative;
	padding: 10px
}

.wrapper-header .wrapper-content .txt-top {
	position: relative;
	text-align: center
}

.wrapper-header .wrapper-content .txt-top svg {
	height: 20px
}

.wrapper-header .wrapper-content .logo-inca {
	margin: 0px auto 50px;
	display: table;
	width: 100%;
	padding-top: 0px
}

.wrapper-header .wrapper-content .logo-inca img {
	width: 100%
}

.wrapper-header .wrapper-content .txt-bottom {
	text-align: center;
	margin-top: 20px
}

.wrapper-header .wrapper-content .txt-bottom svg {
	height: 54px
}

@media screen and (min-width: 480px) {
	.wrapper-header .wrapper-content .logo-inca {
		width: 360px
	}
}

@media screen and (min-width: 980px) {
	.wrapper-header .wrapper-content .txt-top {
		position: absolute;
		text-align: left
	}
	.wrapper-header .wrapper-content .txt-top svg {
		height: 31px
	}
	.wrapper-header .wrapper-content .logo-inca {
		width: 642px
	}
	.wrapper-header .wrapper-content .txt-bottom {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px
	}
	.wrapper-header .wrapper-content .txt-bottom svg {
		height: 117px
	}
}

.wrapper-player .wrapper-content {
	position: relative
}

.wrapper-player .audiostream {
	display: none
}

.wrapper-player #player-content {
	width: 100%;
	background-color: #272836
}

.wrapper-player #player-content .table {
	display: table;
	width: 100%;
	padding: 8px 8px 8px 125px;
	margin-bottom: 0px
}

.wrapper-player #player-content .table .btns-controller {
	vertical-align: middle;
	display: table-cell
}

.wrapper-player #player-content .table .screen {
	display: table-cell;
	vertical-align: middle
}

.wrapper-player #player-content .table .btn-sound {
	display: none
}

@media screen and (min-width: 980px) {
	.wrapper-player .audiostream {
		display: inline-block;
		position: absolute;
		right: 0px;
		bottom: 0px
	}
	.wrapper-player #player-content .table {
		padding: 12px 281px 12px 168px
	}
	.wrapper-player #player-content .table .btns-controller {
		width: 90px
	}
	.wrapper-player #player-content .table .btn-sound {
		display: table-cell;
		vertical-align: middle;
		width: 206px
	}
}

@media screen and (max-width: 979px) {
	.wrapper-player .audiostream {
		display: none;
		position: absolute;
		right: 0px;
		bottom: 0px
	}
	.wrapper-player #player-content .table .btns-controller{
		width: 90px;
	}
	.wrapper-player #player-content .table .btn-sound {
		display: table-cell;
		vertical-align: middle;
		width: 206px
	}
	.wrapper-player #player-content .table .screen{
		width: 150px;

	}
}

@media screen and (max-width: 618px) {
.wrapper-player #player-content .table .screen {
	display:none;
}
}

.audiostream .content-stream {
	position: relative
}

.audiostream .content-stream .bar-stream {
	position: absolute;
	bottom: 0px;
	z-index: 3
}

.audiostream .content-stream .aguja {
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 64px;
	-webkit-transform: rotate(-94deg);
	transform: rotate(-94deg);
	-webkit-transform-origin: 0% 98%;
	transform-origin: 0% 98%
}

.audiostream .content-stream .aguja-acite {
	-webkit-animation: spin 0.2s linear infinite;
	animation: spin 0.2s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(60deg)
	}
	50% {
		-webkit-transform: rotate(65deg)
	}
	100% {
		-webkit-transform: rotate(60deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}
	50% {
		-webkit-transform: rotate(65deg);
		transform: rotate(65deg)
	}
	100% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}
}

.volume-cont {
	display: table;
	width: 100%;
	padding: 0 10px
}

.volume-cont .vol-hard:before {
	font-family: 'FontAwesome';
	content: "\f028";
	display: inline-block
}

.volume-cont .vol-med:before {
	font-family: 'FontAwesome';
	content: "\f027";
	display: inline-block
}

.volume-cont .vol-off:before {
	font-family: 'FontAwesome';
	content: "\f026";
	display: inline-block
}

.volume-cont .volume-icon {
	display: table-cell;
	cursor: pointer;
	vertical-align: middle;
	color: white;
	width: 30px;
	font-size: 20px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.volume-cont .bar-volume {
	display: table-cell;
	vertical-align: middle
}

.volume-cont .bar-volume .barr-volum {
	width: 100%;
	height: 6px;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	background: #161824;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #161824), color-stop(100%, #41455b));
	background: -webkit-gradient(linear, left top, left bottom, from(#161824), to(#41455b));
	background: linear-gradient(to bottom, #161824 0%, #41455b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161824', endColorstr='#41455b', GradientType=0)
}

.volume-cont .bar-volume .barr-volum .volumenBar {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px;
	width: 90%;
	position: relative;
	background: #59b707;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #59b707), color-stop(100%, #71f200));
	background: -webkit-gradient(linear, left top, left bottom, from(#59b707), to(#71f200));
	background: linear-gradient(to bottom, #59b707 0%, #71f200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b707', endColorstr='#71f200', GradientType=0)
}

.volume-cont .bar-volume .barr-volum .volumenBar:before {
	position: absolute;
	right: -5px;
	top: -4px;
	border: 4px solid white;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #59b707;
	content: "";
	display: inline-block
}

.parlante {
	position: absolute;
	width: 121px;
	left: -20px;
	height: 138px;
	z-index: 2
}

.parlante img {
	width: 100%
}

.parlante .position-parlante {
	position: absolute;
	right: 14px;
	bottom: 21px
}

.parlante .sound-parlante {
	background-image: url("../images/parlante-animate.png");
	width: 58px;
	height: 58px;
	background-size: contain
}

@media screen and (min-width: 980px) {
	.parlante {
		width: 191px;
		height: 215px;
		left: -40px;
		top: -40px
	}
	.parlante .position-parlante {
		right: 24px;
		bottom: 32px
	}
	.parlante .sound-parlante {
		width: 87px;
		height: 88px
	}
}

.btn-controller {
	background: #161824;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #161824), color-stop(100%, #41455b));
	background: -webkit-gradient(linear, left top, left bottom, from(#161824), to(#41455b));
	background: linear-gradient(to bottom, #161824 0%, #41455b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161824', endColorstr='#41455b', GradientType=0);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	display: inline-block;
	cursor: pointer
}

.btn-controller i {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #77f208;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #77f208), color-stop(100%, #59b707));
	background: -webkit-gradient(linear, left top, left bottom, from(#77f208), to(#59b707));
	background: linear-gradient(to bottom, #77f208 0%, #59b707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77f208', endColorstr='#59b707', GradientType=0);
	line-height: 50px;
	color: white;
	font-size: 16px
}

@media screen and (min-width: 980px) {
	.btn-controller {
		width: 84px;
		height: 84px
	}
	.btn-controller i {
		font-size: 24px;
		line-height: 75px
	}
	.btn-controller i:hover {
		background: #f9ec1c;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9ec1c), color-stop(100%, #f39217));
		background: -webkit-gradient(linear, left top, left bottom, from(#f9ec1c), to(#f39217));
		background: linear-gradient(to bottom, #f9ec1c 0%, #f39217 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ec1c', endColorstr='#f39217', GradientType=0)
	}
}

.screen {
	position: relative;
	text-align: right;
	background-color: #ffc12d;
}

.screen svg {
	height: 50px
}

.screen .txt-frecuencia {
	position: absolute;
	right: 10px;
	top: 8px;
	color: black;
	font-family: "Digital", Arial, sans-serif;
	font-size: 2.5em;
}


.screen #status {
	position: absolute;
	right: 5px;
	bottom: 8px;
	background-color: black;
	color: white;
	font-size: 7px;
	padding: 2px 4px;
	text-transform: uppercase;
	border-radius: 3px
}

@media screen and (min-width: 980px) {
	.screen svg {
		height: 84px
	}
	.screen #status {
		position: absolute;
		right: 10px;
		bottom: initial;
		top: 5px;
		font-size: 8px
	}
	.screen .txt-frecuencia {
		font-size: 3.3em;
		top: 15px
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.caption {
	padding: 5px;
	background-color: black;
	color: #eaeaea;
	font-size: 13px
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

#slider-principal .slick-prev,
#slider-principal .slick-next {
	position: absolute;
	display: block;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 40%;
	-webkit-transform: translate(0, -40%);
	transform: translate(0, -40%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 10
}

#slider-principal .slick-prev:hover,
#slider-principal .slick-prev:focus,
#slider-principal .slick-next:hover,
#slider-principal .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

#slider-principal .slick-prev:hover:before,
#slider-principal .slick-prev:focus:before,
#slider-principal .slick-next:hover:before,
#slider-principal .slick-next:focus:before {
	opacity: 1
}

#slider-principal .slick-prev.slick-disabled:before,
#slider-principal .slick-next.slick-disabled:before {
	opacity: 0.25
}

#slider-principal .slick-prev {
	left: 10px
}

#slider-principal .slick-next {
	right: 10px
}

#slider-principal .slick-prev:before,
#slider-principal .slick-next:before {
	line-height: 1;
	color: white;
	font-size: 35px;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#slick-nota .slick-prev,
#slick-nota .slick-next {
	position: absolute;
	display: block;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 10
}

#slick-nota .slick-prev:hover,
#slick-nota .slick-prev:focus,
#slick-nota .slick-next:hover,
#slick-nota .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

#slick-nota .slick-prev:hover:before,
#slick-nota .slick-prev:focus:before,
#slick-nota .slick-next:hover:before,
#slick-nota .slick-next:focus:before {
	opacity: 1
}

#slick-nota .slick-prev.slick-disabled:before,
#slick-nota .slick-next.slick-disabled:before {
	opacity: 0.25
}

#slick-nota .slick-prev {
	left: 10px
}

#slick-nota .slick-next {
	right: 10px
}

#slick-nota .slick-prev:before,
#slick-nota .slick-next:before {
	line-height: 1;
	color: white;
	font-size: 35px;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.wrappervideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.wrappervideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.slick-arrow {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background-color: white;
	border: 0px;
	border-radius: 50%;
	top: 50%;
	margin-top: -10px
}

@media screen and (min-width: 980px) {
	.slick-arrow {
		width: 50px;
		height: 50px;
		margin-top: -25px
	}
}

.slick-prev {
	left: 5px
}

.slick-next {
	right: 5px
}

* {
	margin: 0px;
	padding: 0px
}

#main-footer {
	background-color: #940101;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 14px
}

.wrapp-footer {
	width: 100%;
	padding: 16px;
	margin: 0 auto 0
}

@media only screen and (min-width: 980px) {
	.wrapp-footer {
		width: 980px
	}
}

.wrapp-logos {
	display: none;
	margin: 40px auto 40px
}

@media only screen and (min-width: 980px) {
	.wrapp-logos {
		display: table
	}
}

.list-logos li {
	width: 117px;
	height: 52px;
	float: left;
	list-style: none
}

.list-logos .logo-gen {
	background-repeat: no-repeat;
	background-image: url("https://moda.com.pe/footer-radios/img/sprite-logos.png?v4");
	margin: 0 auto 0;
	display: block;
	width: 117px;
	height: 52px
}

.logo-rr {
	background-position: 0 top
}

.logo-oasis {
	background-position: -117px top
}

.logo-planeta {
	background-position: -234px top
}

.logo-mar {
	background-position: -351px top
}

.logo-moda {
	background-position: -468px top
}

.logo-q {
	width: 40px;
	height: 52px;
	background-position: -585px top
}

.logo-magica {
	background-position: -702px top
}

.logo-inca {
	background-position: -819px top
}

.logo-lainol {
	background-position: -936px top
}

.logo-sonorama {
	background-position: -1053px top
}

.logo-bienestar {
	background-position: -1170px top
}

.logo-modamas {
	background-position: -1404px top
}

.logo-superkolk {
	background-position: -1287px top
}

.wrapp-legal {
	margin: 0 0px;
	display: table;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0px 10px 0px;
	width: 100%
}

@media only screen and (min-width: 980px) {
	.wrapp-legal {
		margin: 0 auto 0;
		width: 980px;
		padding: 0 16px 10px 16px
	}
}

.logo-crp {
	width: 32%;
	float: none;
	margin: 0 auto 0
}

@media only screen and (min-width: 480px) {
	.logo-crp {
		width: 30%
	}
}

@media only screen and (min-width: 768px) {
	.logo-crp {
		width: 22%
	}
}

@media only screen and (min-width: 900px) {
	.logo-crp {
		width: 18%;
		float: left
	}
}

.logo-crp img {
	width: 100%
}

.text-legal {
	width: 100%;
	float: none;
	margin: 16px 0;
	line-height: 25px;
	text-align: center
}

.text-legal i {
	font-size: 14px
}

.text-legal p {
	margin: 0px
}

@media only screen and (min-width: 900px) {
	.text-legal {
		float: left;
		width: 78%;
		margin: 32px 2%
	}
}

.text-legal p,
.text-legal a {
	display: inline-block;
	color: #333;
	text-decoration: inherit
}

.wrapp-copy {
	margin: 0px auto 0;
	display: table;
	padding: 16px 16px;
	color: #fff;
	text-align: center
}

@media only screen and (min-width: 980px) {
	.wrapp-copy {
		margin: 24px auto 0;
		width: 980px;
		padding: 0px 0 16px 0
	}
}

.wrapp-copy p {
	text-align: center;
	line-height: 24px
}


/*# sourceMappingURL=main.css.map */