
/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * News Show Pro GK4
 */
.nsp {
	position: relative
}

.nspMain {
	overflow: hidden
}

.nspBotInterface,
.nspTopInterface {
	overflow: hidden;
	clear: both;
}

.nspBotInterface div,
.nspTopInterface div {
	float: right
}

.nsp .nspTopInterface div {
	position: absolute;
	right: 16px;
	padding: 0 3px;
	top: 16px;
	z-index: 10;
}

.nspPagination {
	list-style-type: none !important;
	margin: 5px 0 0 !important;
	padding: 0 !important;
	float: left;
}

.nspPagination li {
	float: left;
	width: 8px;
	height: 8px;
	margin: 1px 3px 0 1px!important;
	background: #d6d6d6;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}

.nspPagination li:hover,
.nspPagination li.active {
	background: #e90606;
	height: 10px;
	margin: 0 2px 0 0!important;
	width: 10px;
}

.nspNext,
.nspPrev {
	float: left;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 4px;
	background: url('../images/style1/nsp_interface.png') no-repeat -14px 0;
	text-indent: -999em;
	cursor: pointer;
}

.nspPrev {
	background-position: 0 0;
}

.nspNext:hover,
.nspPrev:hover {
	background-position: -14px -14px;
}

.nspPrev:hover {
	background-position: 0 -14px;
}

.nspCounter {
	float: left;
	margin: 0 0 0 8px;
	padding: 1px 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #878787;
	font-size: 9px;
	cursor: pointer;
}

.nspArts {
	overflow: hidden;
}

.nspArtPage {
	float: left;
}

.nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.nspArt div {
	overflow: hidden
}

h4.nspHeader {
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.nspArt a {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.nspArt img.nspImage {
	border: none;
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.nspArt img.nspImage:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.nsphover .nspArt img.nspImage:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}

.nspArt p.nspText {
	float: none;
	font-size: 0.875rem;
	margin: 0;
}

.nspArt p.nspText + .readon {
	margin-top: 32px;
}

.nspArt p.nspText + .nspInfo {
	margin-top: 12px;
}

.nspArt p.nspInfo {
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 0.375rem 0;
}

.nspArt p.nspInfo a {
	color: #e90606;
}

.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
	color: #363636
}

.nspArt .tleft {
	text-align: left
}

.nspArt .tright {
	text-align: right
}

.nspArt .tcenter {
	text-align: center
}

.nspArt .tjustify {
	text-align: justify
}

.nspArt .fleft {
	float: left
}

.nspArt .fright {
	float: right
}

.nspArt .fnone {
	clear: both;
	width: 100%;
	float: none;
}

.readon.left,
.readon.right,
.readon.center {
	clear: both
}

.readon.left {
	float: left
}

.readon.right {
	float: right
}

.readon.center {
	display: inline;
	float: none;
}

.nspList {
	float: left
}

.nspLinks .nspLinkScroll1 div ul li {
	list-style: outside disc;
	margin: 1rem 0 1rem 1.2rem;
	padding: 0 0 0 0.5rem
}

.nspLinks ul li h4 {
	font-weight: 400;
	line-height: 1.4;
}

.nspLinks ul li h4 a {
	text-decoration: none;
}

.nspLinks ul li p {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

/* positioning */
.nspArts.left {
	float: right
}

.nspLinksWrap.left {
	float: left
}

.nspArts.right {
	float: left
}

.nspLinksWrap.right {
	float: right
}

/* make element unvisible */
.nspMain .unvisible {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

/* font-size classes */
.nspFs80 {
	font-size: 80%
}

.nspFs90 {
	font-size: 90%
}

.nspFs100 {
	font-size: 100%
}

.nspFs110 {
	font-size: 110%
}

.nspFs120 {
	font-size: 120%
}

.nspFs130 {
	font-size: 130%
}

.nspFs140 {
	font-size: 140%
}

.nspFs150 {
	font-size: 150%
}

.nspFs160 {
	font-size: 160%
}

.nspFs170 {
	font-size: 170%
}

.nspFs180 {
	font-size: 180%
}

.nspFs190 {
	font-size: 190%
}

.nspFs200 {
	font-size: 200%
}

/* New responsive layout */
.nspArt img.nspImage {
	max-width: 100%
}

.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: 100%;
}

.nspPages1 {
	width: 100%
}

.nspPages2 {
	width: 200%
}

.nspPages3 {
	width: 300%
}

.nspPages4 {
	width: 400%
}

.nspPages5 {
	width: 500%
}

.nspPages6 {
	width: 600%
}

.nspPages7 {
	width: 700%
}

.nspPages8 {
	width: 800%
}

.nspPages9 {
	width: 900%
}

.nspPages10 {
	width: 1000%
}

.nspCol1 {
	width: 100%
}

.nspCol2 {
	width: 50%
}

.nspCol3 {
	width: 33.3%
}

.nspCol4 {
	width: 25%
}

.nspCol5 {
	width: 20%
}

.nspCol6 {
	width: 16.66%
}

.nspCol7 {
	width: 14.285%
}

.nspCol8 {
	width: 12.5%
}

.nspCol9 {
	width: 11.1%
}

.nspCol10 {
	width: 10%
}

.nspCol11 {
	width: 9.09%
}

.nspCol12 {
	width: 8.33%
}

.nspCol13 {
	width: 7.69%
}

.nspCol14 {
	width: 7.14%
}

.nspCol15 {
	width: 6.66%
}

.nspCol16 {
	width: 6.25%
}

.nspCol17 {
	width: 5.88%
}

.nspCol18 {
	width: 5.55%
}

.nspCol19 {
	width: 5.26%
}

.nspCol20 {
	width: 5%
}

/* Suffix dark */
.dark .nspArt p.nspText {
	color: #999
}

.dark .nspArt p.nspInfo {
	color: #ddd
}

.dark .nspArt p.nspInfo a {
	color: #fff
}

.dark .nspArt p.nspInfo a:active,
.dark .nspArt p.nspInfo a:focus,
.dark .nspArt p.nspInfo a:hover {
	color: #ddd
}

.dark .nspLinks ul li h4 a {
	color: #fff
}

.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover {
	color: #e90606
}

.dark .nspArt h4.nspHeader a {
	color: #fff
}

.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover {
	color: #e90606
}

.dark .nspPagination li {
	background: #ccc
}

.dark .nspPagination li:hover,
.dark .nspPagination li.active {
	background: #fff
}

.dark .nspNext,
.dark .nspPrev {
	background: url('../images/style1/nsp_interface.png') no-repeat -17px 0
}

.dark .nspPrev {
	background-position: 0 0
}

.dark .nspNext:hover,
.dark .nspPrev:hover {
	background-position: -17px -22px
}

.dark .nspPrev:hover {
	background-position: 0 -22px
}

/* Suffix bigtitle */

.bigtitle .nspHeader {
	font-size: 1.25rem;
}

.bigtitle p.nspText {
	font-size: 0.875rem;
}

.bigtitle .nspArt {
	border-top: 1px solid #e5e5e5;
}

.bigtitle .nspArt:first-child {
	border-top: none;
}

.bigtitle .nspTopInterface div {
	position: absolute;
	right: 1rem!important;
	padding: 0 3px;
	top: 1.5rem!important;
}

/* Suffix headlines */
.box.headlines .nspLinks .nspLinkScroll1 div ul li {
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 1.25rem 0;
}

.box.headlines .nspLinks .nspLinkScroll1 div ul li:hover {
	background: #f8f8f8;
}

.box.headlines .nspBotInterface div {
	float: none;
	margin-top: 0.75rem;
	text-align: center;
}

.box.headlines .nspBotInterface div ul {
	display: inline-block;
	float: none;
}

/* Suffix nsphover */
.nsphover .content {
	margin: 0 -1rem;
}

.nsphover .nspImageWrapper {
	position: relative;
}

.nsphover .nspInfo2 {
	background: #e90606;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0.8rem 1rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.nsphover .nspInfo2 a {
	color: #fff!important;
	margin: 0!important;
	padding: 0!important;
}

.nsphover .nspInfo2 a:hover,
.nsphover .nspInfo2 a:focus,
.nsphover .nspInfo2 a:active {
	color: #ddd!important;
}

.nsphover .nspArt {
	border: none!important;
	margin: 2rem 0 0 0;
	overflow: hidden;
	position: relative;
}

.nsphover .nspText {
	bottom: -200px;
	position: absolute;
}

.nsphover .nspHoverOverlay {
	background: #e90606;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 600px;
	margin: 0 1rem 0 0;
	padding: 3.5rem 2.5rem 0 2.5rem;
	position: absolute;
	top: 100%;
	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-ms-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
	transition: top .3s ease-out;
	z-index: 9;
}

.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
	color: rgba(255,255,255,0.9);
	margin-top: 1.5rem;
	position: static;
}

.nsphover .nspHoverOverlay .nspText a:active,
.nsphover .nspHoverOverlay .nspText a:focus,
.nsphover .nspHoverOverlay .nspText a:hover,
.nsphover .nspHoverOverlay .nspHeader,
.nsphover .nspHoverOverlay .nspHeader a {
	color: #fff;
}

.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
	color: #363636;
}

.nsphover .nspInfo {
	position: relative;
	z-index: 10;
}

.nsphover .nspInfo2 {
	left: 1rem;
	position: absolute;
	z-index: 10;
}

.nsphover .nspHoverOverlay.active {
	top: 0;
}

.nsphover .nspInfo1 {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.nsphover .nspInfo1.active {
	color: #fff;
	margin-left: 2.5rem;
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
	position: relative;
	overflow: hidden;
}

.gkTabsWrap.vertical ol li {
	cursor: pointer;
	float: left;
	line-height: 1;
	list-style-type: none;
	padding: 0 1.25rem 0 0;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
}

.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.vertical ol li.active:hover {
	color: #e90606;
}

.gkTabsWrap.vertical ol li.active::after {
	content: "";
	clear: both;
	display: block;
	float: left;
	height: 2px;
	margin-left: -14px;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 2;
}

.gkTabsWrap.vertical ol li:hover {
	color: #e90606;
}

.gkTabsContainer {
	clear: both;
	overflow: hidden;
	position: relative;
}

.gkTabsItem {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	left: -9999px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}

.gkTabsNav {
	background: transparent;
	margin: 8px 0 32px 0;
	min-height: 14px;
}

/* Weather Module */
.gkwMainRight h2 {
	font-size: 32px;
}

.gkwDay {
	color: #363636;
	font-style: normal !important;
	font-size: 12px;
}

.gkwTemp {
	color: #e90606
}

.dark .gkwDay {
	color: #fff
}

.dark ul.gkwNextDays {
	border-top: 1px solid #444;
	margin: 12px 0;
	padding: 16px 0 0
}

.dark div.gkwFday {
	border-color: #444
}

/* Header */
.gkNspPM-TechNewsHeader2[data-layout="main_col_col"] .gkImage1 .gkTitle,
.gkNspPM-TechNewsHeader2[data-layout="col_main_col"] .gkImage3 .gkTitle,
.gkNspPM-TechNewsHeader2[data-layout="col_col_main"] .gkImage5 .gkTitle {
	font-size: 2rem !important
}

.gkNspPM-TechNewsHeader2 .gkTitle {
	font-size: 1.6rem !important;
	line-height: 1.3;
}

/* Cookie Consent */
.cc-link {
	background: #e90606;
	color: #fff;
	display: inline-block;
	font-size: 0.777rem!important;
	font-weight: 700 !important;
	height: 32px;
	line-height: 33px;
	margin: 0 0 2px 5px;
	padding: 0 10px;
}
.cc-link:active,
.cc-link:focus,
.cc-link:hover {
	background: #212121;
	color: #fff;
}
#cc-modal-overlay {
  background: #fff;
  background-color: rgba(255,255,255,0.9);
  display: none;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#cc-modal,
#cc-settingsmodal {
  display: none;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
#cc-settingsmodal {
  z-index: 9999999999;
}
.cc-clear {
  clear: both;
}
#cc-notification {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 99999998;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  padding: 8px;
  width: 100%;
  font: 400 1rem/1.2 Arial, sans-serif;
}
#cc-notification h2 {
  font: 500 1rem/1.3 Arial, sans-serif;
  font-size: 0.8rem;
  margin: 0 0 10px 0;
}
#cc-notification.cc-bottom {
  bottom: 20px;
}
#cc-notification.cc-top {
  top: 20px;
}
#cc-notification #cc-notification-permissions {
  display: none;
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
  color: transparent!important;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 30px;
}
#cc-modal #cc-modal-closebutton a.cc-link,
#cc-settingsmodal #cc-settingsmodal-closebutton a.cc-link {
  background: transparent!important;
}
#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
  background: transparent!important;
}
#cc-modal #cc-modal-closebutton a:before,
#cc-settingsmodal #cc-settingsmodal-closebutton a:before {
  color: #e90606;
  content: "×";
  font-size: 2rem;
}
#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
  display: block;
  text-indent: -99999em;
}
#cc-tag {
  position: fixed;
  z-index: 999999999;
  bottom: 0;
  right: 8%;
  display: none;
}
#cc-tag.cc-tag-bottom-left {
  right: auto;
  left: 8%;
}
#cc-tag.cc-tag-vertical-left {
  left: 0;
  right: auto;
  bottom: 50%;
  padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-left a {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  margin-left: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-vertical-right {
  right: 0;
  bottom: 50%;
  padding: 16px 6px;
}
#cc-tag.cc-tag-vertical-right a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-right: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag a {
  -webkit-appearance: none;
  background: #151515;
  border: none;
  border-radius: 2px 2px 0 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font: 500 1.1rem/1.6 Arial, sans-serif;
  height: auto;
  line-height: 25px;
  margin: 0 5px 0 2px;
  padding: 6px 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#cc-tag a:active,
#cc-tag a:focus,
#cc-tag a:hover {
  background: #e90606;
}
#cc-notification ul.cc-notification-buttons {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 360px;
}
#cc-notification ul.cc-notification-buttons a {
  float: right;
  font-size: 1rem;
}
#cc-notification #cc-notification-wrapper {
  padding: 10px 280px 0 32px;
}
#cc-notification #cc-notification-wrapper h2 {
  border: none;
  text-transform: none;
}
#cc-notification #cc-notification-permissions ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  float: left;
}
#cc-notification #cc-notification-permissions ul li {
  margin: 0 0 10px 30px;
  padding: 6px 0 0;
  list-style: none;
  width: 440px;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
}
#cc-notification #cc-notification-permissions ul li label {
  color: #757575;
  display: block;
  font-weight: normal;
  text-transform: none;
}
#cc-notification #cc-notification-permissions ul li input {
  float: left;
  margin-left: -30px;
  margin-top: 0;
}
#cc-notification #cc-notification-permissions ul li strong {
  color: #010101;
  display: block;
}
#cc-modal #cc-modal-wrapper,
#cc-settingsmodal-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font: 400 1rem/1.2 Arial, sans-serif;
  margin: 40px auto;
  max-height: 8%;
  min-height: 560px;
  padding: 60px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  width: 686px;
}
#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal-wrapper h2 {
  font-size: 2rem;
  margin: 0 0 12px;
}
#cc-modal #cc-modal-wrapper ul,
#cc-settingsmodal-wrapper ul {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  list-style: outside none none;
  margin: 50px 0 0;
  padding: 0 0 35px;
}
#cc-modal #cc-modal-wrapper ul li,
#cc-settingsmodal-wrapper ul li {
  clear: both;
  padding: 30px 0 0;
  position: relative;
}
#cc-modal #cc-modal-wrapper label,
#cc-settingsmodal-wrapper label {
  color: #777;
  display: inline-block;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  width: 60%;
}
#cc-modal #cc-modal-wrapper label strong,
#cc-settingsmodal-wrapper label strong {
  color: #010101;
  display: block;
}
#cc-modal #cc-modal-wrapper select,
#cc-settingsmodal-wrapper select {
  color: #111;
  margin-right: 8px;
  text-decoration: none;
  position: absolute;
  top: 28px;
  right: 8px;
  float: right;
  font-size: 10pt;
  width: 150px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons {
  margin-top: 50px;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons a,
#cc-settingsmodal-wrapper #cc-modal-footer-buttons a {
  font-weight: 700;
}
#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  width: 142px;
  height: 32px;
  position: absolute;
  right: 32px;
  bottom: 20px;
}
.cc-logo span {
  display: none;
}
@media (max-width: 940px) {
  #cc-notification {
    max-width: 95%;
    min-height: 76px;
  }
  #cc-notification h2 {
    margin-bottom: 0;
  }
  #cc-notification #cc-notification-wrapper {
    padding: 10px 320px 0 16px;
  }
  #cc-modal #cc-modal-wrapper,
  #cc-settingsmodal #cc-settingsmodal-wrapper {
    max-width: 90%;
    min-height: 100px;
    padding: 20px;
  }
  #cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
    margin-top: 10px;
  }
  .cc-content ul {
    margin-top: 10px !important;
    padding-bottom: 15px !important;
  }
  .cc-content ul li {
    padding-top: 10px;
  }
  .cc-subtitle {
    margin: 0;
  }
}
@media (max-width: 640px) {
  #cc-modal #cc-modal-wrapper,
  #cc-settingsmodal #cc-settingsmodal-wrapper {
    margin: 10px;
    max-width: 95%;
    padding: 10px;
  }
  #cc-modal #cc-modal-wrapper h2,
  #cc-settingsmodal-wrapper h2 {
    font: 700 15px/1.6 Arial, sans-serif;
  }
  #cc-modal #cc-modal-wrapper select,
  #cc-settingsmodal-wrapper select {
    right: -7px;
    width: 110px;
  }
  #cc-modal label,
  #cc-settingsmodal label {
    font-size: 11px;
    line-height: 1.2;
  }
  #cc-modal #cc-modal-closebutton a,
  #cc-settingsmodal #cc-settingsmodal-closebutton a {
    top: 10px;
    right: 10px;
  }
  #cc-notification .cc-logo,
  #cc-tag .cc-logo,
  #cc-modal .cc-logo,
  #cc-settingsmodal .cc-logo {
    background-size: contain;
    width: 71px;
    height: 16px;
    right: 6px;
    bottom: 5px;
  }
  #cc-notification ul.cc-notification-buttons {
    right: 0px;
    top: 43px;
    width: 100%;
  }
  #cc-notification #cc-notification-wrapper {
    padding: 0;
    text-align: center;
  }
  #cc-notification {
    max-width: 95%;
    min-height: 86px;
  }
  .cc-notification-buttons li {
    display: inline-block;
  }
  #cc-notification #cc-notification-permissions ul {
    margin-bottom: 0;
    width: 90%;
  }
  #cc-notification #cc-notification-permissions ul li {
    text-align: left;
    width: 90%;
  }
}
@media (max-width: 560px) {
  #cc-notification {
    min-height: 96px;
  }
  #cc-notification-wrapper .cc-link {
    display: block;
  }
  #cc-notification ul.cc-notification-buttons {
    top: 50px;
  }
}
@media (max-width: 480px) {
  #cc-notification-wrapper .cc-link {
    display: inline-block;
  }
  #cc-notification ul.cc-notification-buttons a {
    padding: 4px 8px;
  }
}

/* Weather module */

.gkwMainRight { margin: 0 0 0 2rem !important;}
.gkwTemp { font-size: 1.6rem !important; margin: 1rem 0 !important;}
.gkwMainRight p, span.gkwDayDay, span.gkwDayNight { font-size: 0.888rem !important; }
.gkwDay { font-size: 1rem !important}

/* Newsletter */
#gk-newsletter-popup {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 50px #ccc;
  -moz-box-shadow: 0 0 50px #ccc;
  box-shadow: 0 0 50px #ccc;
  opacity: 1;
  padding: 32px 32px 20px 32px;
  position: fixed;
  right: 125px;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 480px;
  z-index: 9999999999 !important;
}
#gk-newsletter-popup.hidden-popup {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#gk-newsletter-popup h3 {
  color: #151515;
  font-size: 1.6rem;
}
#gk-newsletter-popup p {
  color: #424242;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#gk-newsletter-popup small {
  color: #999;
  display: block;
  font-size: 0.7rem;
  line-height: 1.8rem;
}
#gk-newsletter-popup small a {
  color: #999;
  text-decoration: underline;
}
#gk-newsletter-popup small a:active,
#gk-newsletter-popup small a:focus,
#gk-newsletter-popup small a:hover {
  color: #e90606;
}
#gk-newsletter-popup form {
  margin: 0 0 20px 0;
}
#gk-newsletter-popup form input[type="submit"] {
  background: #e90606;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0;
}
#gk-newsletter-popup form input[type="submit"]:active,
#gk-newsletter-popup form input[type="submit"]:focus,
#gk-newsletter-popup form input[type="submit"]:hover {
  background: #151515;
}
#gk-newsletter-popup-close {
  color: #424242;
  font-size: 2.4rem;
  position: absolute;
  right: 20px;
  top: 20px;
}
#gk-newsletter-popup-close:active,
#gk-newsletter-popup-close:focus,
#gk-newsletter-popup-close:hover {
  color: #e90606;
}
@media (max-height: 700px),(max-width: 1040px) {
  #gk-newsletter-popup {
    right: 32px;
  }
}
@media (max-height: 600px),(max-width: 720px) {
  #gk-newsletter-popup {
    display: none;
  }
}