* {
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}

p {
	line-height: 1.5;
}


form {
	background-color: #c0392b;
	padding: 1rem;
}

form input[type=text] {
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: normal;
	width: 100%;
	border-radius: 0;
}

form input[type=submit] {
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: normal;
	width: 4rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	box-shadow: none;
	color: #fff;
	border-color: transparent;
	border-radius: 0;
	background-color: #8b529c;
	background-image: url(../img/search.svg);
	background-size: auto 75%;
	background-repeat: no-repeat;
	background-position: center center;
}

form input[type=submit]:hover {
	background-color: #751242;
}

@media (min-width: 36rem) {
	form {
		padding: 2rem;
	}

	form input[type=text] {
		padding: 1rem;
		font-size: 1.5rem;
	}

	form input[type=submit] {
		padding: 1rem;
		font-size: 1.5rem;
		right: 2rem;
		top: 2rem;
		width: 5rem;
	}
}

@media (min-width: 50rem) {
	form {
		padding: 1rem;
	}

	form input[type=text] {
		padding: 0.5rem;
		font-size: 1rem;
	}

	form input[type=submit] {
		padding: 0.5rem;
		font-size: 1rem;
		right: 1rem;
		top: 1rem;
		width: 6rem;
	}
}

@media (min-width: 64rem) {
	form {
		padding: 2rem;
	}

	form input[type=text] {
		padding: 1rem;
		font-size: 1.5rem;
	}

	form input[type=submit] {
		padding: 1rem;
		font-size: 1.5rem;
		right: 2rem;
		top: 2rem;
		width: 7rem;
	}
}


.services {
	overflow: hidden;
	background-color: grey;
}

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

.services-list li {
	float: left;
	width: 50%;
	text-align: center;
	height: 15rem;
}

@media (min-width: 36rem) {
	.services-list li {
		height: 20rem;
	}
}

@media (min-width: 50rem) {
	.services-list li {
		height: 14rem;
		width: 25%;
	}
}

@media (min-width: 64rem) {
	.services-list li {
		height: 20rem;
	}
}

.services-list li h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}

.services-list li p {
	font-size: 0.75rem;
}

@media (min-width: 36rem) {
	.services-list li h2 {
		font-size: 1.5rem;
	}

	.services-list li p {
		font-size: 1rem;
	}
}

@media (min-width: 50rem) {
	.services-list li h2 {
		font-size: 1rem;
	}

	.services-list li p {
		font-size: 0.75rem;
	}
}

@media (min-width: 64rem) {
	.services-list li h2 {
		font-size: 1.5rem;
	}

	.services-list li p {
		font-size: 1rem;
	}
}

.services-list li .table {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

@media (min-width: 36rem) {
	.services-list li .table {
		padding: 2rem;
	}
}

@media (min-width: 50rem) {
	.services-list li .table {
		padding: 1rem;
	}
}

@media (min-width: 64rem) {
	.services-list li .table {
		padding: 2rem;
	}
}

.services-list li .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.services-list li .table-cell img, .services-list li .table-cell svg {
	max-width: 60%;
	max-height: 80%;
}

@media (min-width: 36rem) {
	.services-list li .table-cell img, .services-list li .table-cell svg {
		max-width: 50%;
	}
}

@media (min-width: 50rem) {
	.services-list li .table-cell img, .services-list li .table-cell svg {
		max-width: 60%;
	}
}

@media (min-width: 64rem) {
	.services-list li .table-cell img, .services-list li .table-cell svg {
		max-width: 50%;
	}
}

.services-list .service-0 .table {
	background-color: #f4c500;
}

.services-list .service-1 .table {
	background-color: #2ab194;
}

.services-list .service-2 .table {
	background-color: #8b529c;
}

.services-list .service-3 .table {
	background-color: #d34c7d;
}

.services-list .service-4 .table {
	background-color: #fff;
	border: 0.25rem solid #e26f24;
	color: #e26f24;
	font-weight: bold;

	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.services-list .service-5 .table {
	background-color: #e84531;
}

.services-list .service-6 .table {
	background-color: #f4c500;
}

.services-list .service-7 .table {
	background-color: #3bb49a;
}

.services-list .service-8 .table {
	background-color: #fff;
	border: 0.25rem solid #48a1c4;
	color: #48a1c4;
	font-weight: bold;
}

.services-list .service-9 .table {
	background-color: #e87c07;
}

.services-list .service-10 .table {
	background-color: #3694d1;
}

.services-list .service-11 .table {
	background-color: #3bae60;
}

.services-list .service-12 .table {
	background-color: #fff;
	border: 0.25rem solid #e26f24;
}

.services-list li.service-12 .table-cell {
	vertical-align: middle;
}


.services-list .service-0 .table:hover {
	background-color: #e89800;
}

.services-list .service-1 .table:hover {
	background-color: #077b56;
}

.services-list .service-2 .table:hover {
	background-color: #4c1a5f;
}

.services-list .service-3 .table:hover {
	background-color: #af173d;
}

.services-list .service-4 .table:hover {
	background-color: #e26f24;
}

.services-list .service-4 .table:hover p {
	color: #fff;
}

.services-list .service-4 .table:hover svg .fill {
	fill: #fff;
}

.services-list .service-5 .table:hover {
	background-color: #d31209;
}

.services-list .service-6 .table:hover {
	background-color: #e89800;
}

.services-list .service-7 .table:hover {
	background-color: #0e7f5d;
}

.services-list .service-8 .table:hover {
	background-color: #48a1c4;
}

.services-list .service-8 .table:hover p {
	color: #fff;
}

.services-list .service-8 .table:hover svg .fill {
	fill: #fff;
}

.services-list .service-9 .table:hover {
	background-color: #d13c00;
}

.services-list .service-10 .table:hover {
	background-color: #0b55ab;
}

.services-list .service-11 .table:hover {
	background-color: #0d7523;
}

.services-list .service-12 .table:hover {
	background-color: #e26f24;
}

.services-list .service-12 .table:hover p {
	color: #fff;
}

.services-list .service-12 .table:hover svg .fill {
	fill: #fff;
}



.ribbon-wrapper {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.ribbon {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -0.5rem;
  top: 1.5rem;
  width: 15rem;
  background-color: #fff;
  color: red;
}

.innerpage .ribbon-wrapper {
  width: 5rem;
  height: 5rem;
}

.innerpage .ribbon {
  font-size: 0.5rem;
  left: 1.5rem;
  top: 0.25rem;
  width: 5rem;
}


.innerpage .ribbon-wrapper {
  width: 5rem;
  height: 5rem;
}

.innerpage .special {
	position: relative;
	border: 2px solid red;
	padding: 1rem;
}

.innerpage .special .ribbon-wrapper {
  width: 7.5rem;
  height: 7.5rem;
}

.innerpage .special .ribbon {
  font-size: 1rem;
  left: 0.5rem;
  top: 1rem;
  width: 10rem;
  background-color: red;
  color: #fff;
}



.innerpage .services-list li {
	width: 16.6666666%;
	height: 5rem;
}

@media (min-width: 60rem) {
	.innerpage .services-list li {
		width: 8.3333333%;
	}
}

.innerpage .services-list li .table-cell img {
	max-height: 2rem;
}

@media (min-width: 50rem) {
	.innerpage .services-list li {
		height: 6rem;
	}

	.innerpage .services-list li .table-cell img {
		max-height: 3rem;
	}
}

@media (min-width: 60rem) {
	.innerpage .services-list li {
		height: 6rem;
	}
}

@media (min-width: 70rem) {
	.innerpage .services-list li {
		height: 7rem;
	}

	.innerpage .services-list li .table-cell img {
		max-height: 4rem;
	}
}

@media (min-width: 80rem) {
	.innerpage .services-list li {
		height: 8rem;
	}

	.innerpage .services-list li .table-cell img {
		max-height: 5rem;
	}
}

.innerpage .services-list li.active {
	display: none;
}

.innerpage .services-list li h2, .innerpage .services-list li p {
	display: none;
}

.innerpage .services-list li .table {
	padding: 0.5rem;
}

@media (min-width: 60rem) {
	.innerpage .services-list li .table {
		padding: 1rem;
	}
}

.innerpage .services-list li .table-cell {
	vertical-align: middle;
}

.innerpage .inner-page-title {
	padding: 3rem 2rem 2rem 2rem;
	text-align: center;
}

.innerpage .inner-page-title img, .innerpage .inner-page-title svg {
	vertical-align: middle;
	max-width: 10rem;
}

.innerpage .inner-page-title h1 {
	display: block;
	padding-left: 0;
	color: #fff;
}

@media (min-width: 60rem) {
	.innerpage .inner-page-title h1 {
		display: inline;
		padding-left: 2rem;
	}
}

.innerpage .content-wrapper {
	padding: 0 0.5rem 2rem 0.5rem;
	display: block;
}

.innerpage .content {
	max-width: 50rem;
	margin: 0 auto;
	padding: 2rem;
	background-color: #fff;
}

.innerpage .content h2 {
	margin-top: 0;
}

.innerpage .content p {
	font-size: 1.125rem;
	color: #333;
}

.innerpage .content table {
	width: 100%;
}

.innerpage .content table td {
	border: 1px solid #333;
	padding: 1rem;
	font-size: 0.875rem;
}

.innerpage .content .thumbnail {
	vertical-align: top;
	float: left;
	padding: 0 1rem 1rem 0;
}

.innerpage .content blockquote {
	padding-left: 1rem;
	border-left: 0.25rem solid #dddddd;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	margin-left: 9.5rem;
}

.innerpage .content .content-gallery {
	display: block;
	margin-top: 2rem;
}

.innerpage .content hr {
	border: none;
	height: 1px;
	margin: 2rem 0;
}


/* DIFFERENT COLORS FOR DIFFERENT PAGES */

/* .kompiuteriu-taisymas */
.innerpage.kompiuteriu-taisymas .inner-page-title {
	background-color: #2ab194;
}

.innerpage.kompiuteriu-taisymas .content-wrapper {
	background-color: #2ab194;
}

.innerpage.kompiuteriu-taisymas .content h2 {
	color: #2ab194;
}

.innerpage.kompiuteriu-taisymas .content hr {
	background-color: #2ab194;
}

/* .imoniu-kompiuterines-irangos-prieziura */
.innerpage.imoniu-kompiuterines-irangos-prieziura .inner-page-title {
	background-color: #8b529c;
}

.innerpage.imoniu-kompiuterines-irangos-prieziura .content-wrapper {
	background-color: #8b529c;
}

.innerpage.imoniu-kompiuterines-irangos-prieziura .content h2 {
	color: #8b529c;
}

.innerpage.imoniu-kompiuterines-irangos-prieziura .content hr {
	background-color: #8b529c;
}

/* .tinklu-tvarkymas */
.innerpage.tinklu-tvarkymas .inner-page-title {
	background-color: #d34c7d;
}

.innerpage.tinklu-tvarkymas .content-wrapper {
	background-color: #d34c7d;
}

.innerpage.tinklu-tvarkymas .content h2 {
	color: #d34c7d;
}

.innerpage.tinklu-tvarkymas .content hr {
	background-color: #d34c7d;
}

/* .kontaktai */
.innerpage.kontaktai .inner-page-title {
	background-color: #e26f24;
}

.innerpage.kontaktai .content-wrapper {
	background-color: #e26f24;
}

.innerpage.kontaktai .content h2 {
	color: #e26f24;
}

.innerpage.kontaktai .content hr {
	background-color: #e26f24;
}

/* .virusu-valymas */
.innerpage.virusu-valymas .inner-page-title {
	background-color: #e84531;
}

.innerpage.virusu-valymas .content-wrapper {
	background-color: #e84531;
}

.innerpage.virusu-valymas .content h2 {
	color: #e84531;
}

.innerpage.virusu-valymas .content hr {
	background-color: #e84531;
}

/* .programines-irangos-problemos */
.innerpage.programines-irangos-problemos .inner-page-title {
	background-color: #f4c500;
}

.innerpage.programines-irangos-problemos .content-wrapper {
	background-color: #f4c500;
}

.innerpage.programines-irangos-problemos .content h2 {
	color: #f4c500;
}

.innerpage.programines-irangos-problemos .content hr {
	background-color: #f4c500;
}

/* .it-sistemu-administravimas */
.innerpage.it-sistemu-administravimas .inner-page-title {
	background-color: #3bb49a;
}

.innerpage.it-sistemu-administravimas .content-wrapper {
	background-color: #3bb49a;
}

.innerpage.it-sistemu-administravimas .content h2 {
	color: #3bb49a;
}

.innerpage.it-sistemu-administravimas .content hr {
	background-color: #3bb49a;
}

/* .informacijos-ir-duomenu-atstatymas */
.innerpage.informacijos-ir-duomenu-atstatymas .inner-page-title {
	background-color: #e87c07;
}

.innerpage.informacijos-ir-duomenu-atstatymas .content-wrapper {
	background-color: #e87c07;
}

.innerpage.informacijos-ir-duomenu-atstatymas .content h2 {
	color: #e87c07;
}

.innerpage.informacijos-ir-duomenu-atstatymas .content hr {
	background-color: #e87c07;
}

/* .nuotoline-pagalba */
.innerpage.nuotoline-pagalba .inner-page-title {
	background-color: #3694d1;
}

.innerpage.nuotoline-pagalba .content-wrapper {
	background-color: #3694d1;
}

.innerpage.nuotoline-pagalba .content h2 {
	color: #3694d1;
}

.innerpage.nuotoline-pagalba .content hr {
	background-color: #3694d1;
}

/* .atvykstame-i-vieta */
.innerpage.atvykstame-i-vieta .inner-page-title {
	background-color: #3bae60;
}

.innerpage.atvykstame-i-vieta .content-wrapper {
	background-color: #3bae60;
}

.innerpage.atvykstame-i-vieta .content h2 {
	color: #3bae60;
}

.innerpage.atvykstame-i-vieta .content hr {
	background-color: #3bae60;
}


/* .tikrinimas */
.innerpage.tikrinimas .inner-page-title {
	background-color: #c0392b;
}

.innerpage.tikrinimas .content-wrapper {
	background-color: #c0392b;
}

.innerpage.tikrinimas .content h2 {
	color: #c0392b;
}

.innerpage.tikrinimas .content hr {
	background-color: #c0392b;
}

.innerpage.tikrinimas .content table td {
	border: none;
	vertical-align: top;
}

.innerpage.tikrinimas .content table td {
	padding: 0.5rem;
}


.footer {
	padding: 2rem 2rem 0 2rem;
	text-align: center;
	height: 6.3rem;
	overflow: hidden;
}

.footer:hover {
	overflow: auto;
	height: auto;
}

.footer-img {
	height: 2.3rem;
	display: inline-block;
	margin: 0 1rem 2rem 1rem;
}