@charset "utf-8";

/*
Theme Name: POLKU
Theme URI: http://polku.example
Author: Laboratorio Uleåborg
Version: 1.0
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

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

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

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

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

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.wp-caption {
	max-width: 100% !important;
}

.wp-caption img {
	display: block;
	margin: 0 0 0 5px;
}

.wp-caption a {
	display: block;
}

.wp-caption-text {
	margin: 0 5px 5px;
	padding: 7px 5px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	color: #555;
}

.alignleft {
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 25px;
	float: left;
}

.wp-caption.alignleft {
	margin-top: 10px;
	margin-left: -5px;
	margin-right: 35px;
}

.alignright {
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 25px;
	float: right;
}

.wp-caption.alignright {
	margin-top: 10px;
	margin-left: 35px;
	margin-right: -5px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption.aligncenter {
	margin-bottom: 1.9375em;
}


html,
button,
input,
select,
textarea {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}


form {
	max-width: 100%;
	padding-bottom: 15px;
}

form p {
	width: 100%;
	padding: 0;
	clear: both;
}

label {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 31px;
	vertical-align: top;
	color: #333;
}

label.mandatory:after {
	content: "*";
	padding-left: 5px;
	color: #f33;
}

input,
select,
textarea {
	font-family: Lato, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	vertical-align: middle;
}

textarea {
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 95.75%;
	border: 1px solid #ddd;
	box-shadow: rgba(0,0,0,0.1) 0 0 3px inset;
	background: #fff;
	margin: 0 0 11px;
	padding: 7px 2%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #62c5b1;
}


select {
	width: 99.71%;
	border: 0;
	background: #e4e4e4;
	margin: 5px 0 11px;
	padding: 7px 2%;
}

textarea {
	line-height: 21px;
}

input[type="radio"] {
	margin: 5px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="checkbox"] {
	margin: 5px 5px 0 0;
	padding: 0;
	vertical-align: top;
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"] {
	display: block;
	height: 35px;
	border: 0;
	background: #fff;
	margin: 5px auto 0;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #62c5b1;
}

input[type="submit"]:hover {
	background: #62c5b1;
	color: #fff;
}


.wpcf7-form .ajax-loader {
	display: block !important;
	margin: 5px auto 0 !important;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7-form p>label+.wpcf7-form-control-wrap {
	display: inline-block;
	margin: 0 0 10px 5px;
	vertical-align: top;
	line-height: 21px;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-list-item {
	display: inline-block;
	line-height: 21px;
}

.wpcf7-form .wpcf7-list-item label {
	display: inline-block;
	margin-right: 15px;
	font-weight: 600;
	vertical-align: top;
}


.wpcf7-form .wpcf7-validates-as-required.wpcf7-not-valid {
}

.wpcf7-form.use-floating-validation-tip .wpcf7-not-valid-tip {
	left: auto;
	top: -5px;
	right: 15px;
	width: 200px;
	border: 1px solid #343129;
	background: rgba(255, 255, 224, 0.9);
	margin: 0;
	padding: 3px 7px 5px;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #666;
}

.wpcf7-form .wpcf7-response-output {
	border: 1px solid #343129 !important;
	background: #ffe;
	margin: 5px 0 0;
	padding: 6px 13px;
	font-size: 12px;
	text-align: center;
	color: #444;
	clear: both;
}


html {
	font: 400 100%/1.9375 Lato, Arial, sans-serif;
}

body {
	background: #fafafa url(_img/sitebg.png);
	color: #333;
}


a,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
	outline: none;
	color: #00835e;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

a.button {
	display: inline-block;
	border-radius: 3px;
	background: #fae588;
	padding: 3px 15px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.8750;
	color: #2f3636;
}

a.button+a.button {
	margin-left: 10px;
}

a.button:hover {
	background: #fafafa;
}

a.button>strong {
	margin-left: 10px;
}

a.button>strong:first-child {
	margin-left: 0;
	margin-right: 10px;
}


.wrapper {
	max-width: 915px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: #25aae1 !important; }
.upper { text-transform: uppercase; }
.centered { text-align: center; }
.extrabold { font-weight: 900; }


h1 {
	padding: 0 0 1.1923em;
	font-size: 1.6250rem;
	font-weight: 700;
	line-height: 1.1923;
}

h1.categoryheading {
	margin-bottom: 1em;
	border-radius: 3px;
	background: #f2da7a;
	padding: 5px 15px 6px;
	font-size: 2.1250rem;
	line-height: 1.1765;
}

.block+.block h1.categoryheading:first-child,
*+h1.categoryheading {
	margin-top: 1em;
}

h2 {
	padding: 0;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.4762;
}

h3,
h4 {
	padding: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.8235;
}

p {
	padding: 0 0 1.9375em;
}

p.lead {
	font-size: 1rem;
	line-height: 1.6154;
}

ul {
	padding: 0 0 1.9375em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 1.9375em 21px;
}

ol ol,
ul ol {
	padding: 0 0 3px 21px;
}


.column {
	display: inline-block;
	width: 47%;
	text-align: left;
	vertical-align: top;
}

.column+.column {
	margin-left: 6%;
}

.column>:last-child {
	padding-bottom: 0;
}


.column.third {
	width: 32%;
}

.column.third+.third {
	margin-left: 2%;
}


.column.quarter {
	width: 22.75%;
}

.column.quarter+.quarter {
	margin-left: 3%;
}


.column.wide {
	width: 100%;
	padding: 0;
}


.size-2 .column,
.size-3 .column+.column {
	width: 52%;
}

.size-2 .column+.column,
.size-3 .column {
	width: 42%;
}

.size-4 .column,
.size-5 .column+.column {
	width: 62%;
}

.size-4 .column+.column,
.size-5 .column {
	width: 32%;
}


.imaged .column {
	vertical-align: middle;
}

.imaged.size-2 .column:first-child,
.imaged.size-3 .column+.column,
.imaged.size-4 .column:first-child,
.imaged.size-5 .column+.column {
	padding-bottom: 5px;
}


.block {
	padding: 0;
}

.block h1 {
	clear: both;
}

.block+.block {
	margin-top: 1.9375em;
}

.block:last-child {
	padding-bottom: 0;
}

.block {
	font-size: 1.0625rem;
	line-height: 1.8235;
}


#head {
	position: relative;
	height: 131px;
	background: #ebd45e url(_img/headbg.png);
	padding-left: 265px;
}

#head h1 {
	position: absolute;
	left: 50px;
	top: 29px;
	padding: 0;
	vertical-align: top;
}

#head h1 a,
#head h1 img {
	display: block;
}


#rootnavi {
	padding: 48px 60px 0 0;
	text-align: right;
}

#rootnavi>li {
	display: inline-block;
	position: relative;
	vertical-align: top;	
}

#rootnavi>li+li {
	margin-left: 25px;
}

#rootnavi>li>a {
	font-family: Quicksand, Arial, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.0588;
	color: #776236;
}

#rootnavi>.current-menu-item>a,
#rootnavi>.current-page-ancestor>a {
	text-shadow: rgba(0,0,0,0.15) 0 1px 0;
	color: #fff;
}

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


#rootnavi>li>ul {
	display: none;
	position: absolute;
	left: -24px;
	top: 100%;
	border-radius: 3px;
	background: #2f3636;
	margin-top: 10px;
	padding: 15px 20px;
	list-style: none;
	text-align: left;
	z-index: 3;
}

#rootnavi>li>ul:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	right: 0;
	height: 10px;
	background: url(_img/rootnavi-drop.png) 45px 0 no-repeat;
}

#rootnavi>li>ul li {
	padding: 2px 4px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	text-transform: none;
}

#rootnavi>li>ul li+li {
	border-top: 1px solid #3d4343;
}

#rootnavi>li>ul li a {
	display: block;
	white-space: nowrap;
	color: #f2da7a;
}

#rootnavi>li>ul .current-menu-item a,
#rootnavi>li>ul .current-page-ancestor a {
	color: #fff;
}


#tail {
	padding-bottom: 50px;
}

#tail .wrapper * {
	font-size: 0.8125rem;
	line-height: 1.9231;
}

#tail .wrapper>:last-child {
	padding-bottom: 0;
}


#subnavi {
	box-shadow: rgba(32,32,32,0.15) 0 2px 4px;
	background: #2f3636;
	padding: 10px 50px;
}

.no-js #subnavi {
	text-align: center;
}

#subnavi>li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#subnavi>li+li:before {
	content: "";
	display: block;
	position: absolute;
	left: -5%;
	top: 5px;
	bottom: 5px;
	width: 2px;
	background: #4c4e40;
	z-index: 2;
}

.no-js #subnavi>li+li:before {
	left: -20px;
}

#subnavi>li+li {
	margin-left: 3%;
}

#subnavi>li>a {
	display: block;
	padding: 15px 0;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 2.0588;
	color: #f2da7a;
}

#subnavi>.current_page_item>a,
#subnavi>.current_page_ancestor>a,
#subnavi ul>.current_page_item>a {
	color: #fff;
}

#subnavi>li.iconed>a {
	padding-left: 75px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}


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

#subnavi>li>ul {
	display: none;
	position: absolute;
	left: -5%;
	top: 100%;
	border-radius: 3px;
	background: #2f3636;
	padding: 20px 10% 25px;
	list-style: none;
	text-align: left;
	z-index: 4;
}

#subnavi>li>ul li {
	padding: 2px 4px;
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.7333;
}

#subnavi>li>ul li+li {
	border-top: 1px solid #274848;
}

#subnavi>li>ul li a {
	display: block;
	white-space: nowrap;
	color: #f2da7a;
}


#subnavi-mobile-toggle {
	display: none;
}


#main>header {
	background-position: right 50%;
	background-repeat: no-repeat;
	padding: 75px 0;
	font-size: 1.1250rem;
	line-height: 1.7222;
	color: #2f3636;
}

#main.alternate>header {
	height: 450px;
	margin-top: 0.4%;
	background-position: 50%;
	background-size: cover;
}


#main>header h1 {
	padding: 0 0 0.4717em;
	font-size: 3.3125rem;
	font-weight: 900;
	line-height: 1.1509;
	text-shadow: rgba(0,0,0,0.1) 0 1px 0;
	color: #fff;
}

#main>header p:first-child+h1 {
	margin-top: -30px;
}

#main>header .wrapper>:last-child {
	padding-bottom: 0;
}


#main>header+.block {
	margin-top: 90px;
}

#main>:last-child {
	margin-bottom: 90px;
}

#main a {
	word-wrap: break-word;
}


.block.backgrounded {
	padding-top: 75px;
	padding-bottom: 75px;
}

.block+.block.backgrounded {
	margin-top: 2.8125em;
	margin-bottom: 2.8125em;
}


.backgrounded {
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: auto 80%;
	text-shadow: rgba(255,255,255,0.3) 0 1px 0;
}


.crumbs {
	border-top: 1px dotted #eaeaea;
	padding: 5px 10px 25px;
	font-family: Quicksand, Arial, sans-serif;
	font-weight: 700;
}

.crumbs li {
	display: inline-block;
	vertical-align: top;
}

.crumbs li+li {
	margin-left: 10px;
}

.crumbs li+li:before {
	content: "\003e";
	display: inline-block;
	margin-right: 7px;
}

.crumbs li:last-child a {
	color: #333;
}


#main>header .crumbs {
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

#main>header .crumbs li a {
	color: #f2da7a;
}

#main>header .crumbs li:last-child a {
	color: #fff;
}


#organization {
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 60px;
	padding: 50px 0;
	text-align: center;
}

#organization li {
	position: relative;
	display: inline-block;
	width: 16%;
	height: 140px;
	padding: 0 2%;
	vertical-align: middle;
}

#organization li+li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e0e0e0;
}

#organization li img {
	display: block;
	position: relative;
	max-width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#pathselector {
	border: 1px solid #eaeaea;
	border-bottom: 4px solid #dadada;
	border-radius: 3px;
	background: #fff;
	margin: 25px 3%;
	padding: 1%;
}


#pathcategory {
	position: relative;
	text-align: center;
	color: #f2da7a;
	z-index: 2;
}

#pathcategory li {
	height: 33px;
	padding: 10px;
	line-height: 33px;
}

#pathcategory>li {
	position: relative;
	border-radius: 4px;
	border-bottom: 4px solid #0f0f0f;
	background: #2f3636;
	font-size: 23px;
	font-weight: 700;
	line-height: 34px;
	cursor: pointer;
}

#pathdropdowntoggle {
	position: absolute;
	right: 6px;
	top: 6px;
	bottom: 6px;
	border-radius: 4px;
	background: #000;
	width: 38px;
	padding-left: 3px;
	font-family: Quicksand, Arial, sans-serif;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 75ms ease-in-out;
	transition: all 75ms ease-in-out;
}

.open #pathdropdowntoggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#pathcategory ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background: #fff;
	margin-top: 4px;
	padding-bottom: 7px;
}

#pathcategory ul li {
	display: none;
	border-radius: 3px;
	background: #f2da7a;
	margin-top: 7px;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	color: #534718;
}


#pathitems {
	position: relative;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	z-index: 1;
}

#pathitems li {
	display: inline-block;
	position: relative;
	width: 19.5%;
	height: 140px;
	border-bottom: 4px solid #fff;
	border-radius: 4px;
	background-color: #fff9df;
	background-position: 50% 15px;
	background-repeat: no-repeat;
	padding: 11px 2%;
	margin-top: 2%;
	text-align: center;
	vertical-align: top;
	color: #dbc882;
}

#pathitems li+li {
	margin-left: 2%;
}

#pathitems li:nth-child(4n+1) {
	margin-left: 0;
}

#pathitems li>span {
	display: block;
	position: absolute;
}

#pathitems li>.pathitem-icon {
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	opacity: 0.5;
}

#pathitems li>.pathitem-text {
	left: 25px;
	right: 25px;
	bottom: 15px;
}

#pathitems li a {
	color: #dbc882;
}


#pathitems li.active {
	position: relative;
	border-bottom: 4px solid #51a392;
	background-color: #72d5c1;
	color: #114f43;	
}

#pathitems li.active>.pathitem-icon {
	opacity: 1;
}

#pathitems li.active a {
	color: #114f43;
}


#pathfootnote {
	padding: 4% 4% 0;
}


#operatorlist li {
	display: inline-block;
	position: relative;
	width: 24.7%;
	height: 230px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0.4%;
	vertical-align: top;
	overflow: hidden;
}

#operatorlist li+li {
	margin-left: 0.4%;
}

#operatorlist li:nth-child(4n+1) {
	margin-left: 0;
}

#operatorlist li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 8% 10%;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 27px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	color: #fff;
}

#operatorlist li a:after {
	content: "+";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #00bcb2;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

#operatorlist li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


#main.alternate>.content {
	min-height: 450px;
	border-radius: 3px 3px 0 0;
	background: #fafafa url(_img/sitebg.png);
	margin-top: -475px;
	padding: 5% 0 0;
}

#main.alternate>.content .block {
	margin: 0 6%;
}


#main iframe {
	display: block;
	border: 0;
	box-shadow: rgba(0,0,0,0.4) 0 1px 4px;
}


#billboard {
	position: relative;
	max-height: 550px;
	margin-top: 0.4%;
	overflow: hidden;
}

#billboard img {
	width: 100%;
	height: auto;
}

#billboard .text {
	position: absolute;
	left: 8%;
	top: 20%;
	right: 8%;
	bottom: 5%;
	font-size: 27px;
	line-height: 33px;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	color: #fff;
	z-index: 1;
}

#billboard .text h1 {
	margin-left: -3px;
	padding: 0 0 35px;
	font-size: 5.8vw;
	line-height: 1.1;
}

#billboard .text p:first-child {
	padding: 0 0 10px;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
}

#billboard .text h1+p {
	padding: 0 0 10px;
}

#billboard .text a {
	color: #fff;
}

#billboard .text>:last-child {
	padding-bottom: 0;
}


#dualteasers:before {
	content: "";
	display: block;
	height: 13px;
	border: 1px solid #fff;
	border-width: 1px 0;
	background: #ff5c4e;
}

#dualteasers {
	height: 350px;
	border-bottom: 1px solid #fff;
	background: url(_img/teaserbg.png);
	padding-bottom: 15px;
	color: #fff;
}

#dualteasers .dualteaser {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	background-position: 5% 50%;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}

#dualteasers .dualteaser+.dualteaser:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
}

#dualteasers .text {
	position: relative;
	max-width: 525px;
	margin: 0 auto;
	top: 50%;
	padding: 5% 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#dualteasers .text>:last-child {
	padding-bottom: 0;
}


#tripleteasers {
	height: 230px;
	background: #2f3636;
	margin-bottom: 75px;
	color: #fff;
}

#tripleteasers .tripleteaser {
	position: relative;
	display: inline-block;
	width: 33.33%;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}

#tripleteasers .tripleteaser+.tripleteaser:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 15%;
	bottom: 15%;
	width: 2px;
	background: #394040;
	z-index: 1;
}

#tripleteasers a {
	display: block;
	height: 100%;
	color: #fff;
}

#tripleteasers a:hover .icon {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}

#tripleteasers .icon {
	position: absolute;
	left: 0;
	right: 0;
  bottom: 40%;
	top: 0;
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

#tripleteasers .text {
	position: absolute;
	left: 0;
	right: 0;
  top: 60%;
	padding: 5% 10% 0;
}

#tripleteasers .text>:last-child {
	padding-bottom: 0;
}


.hfeed {
	padding-top: 80px;
}

.hentry {
	padding-bottom: 45px;
}

.hentry+.hentry {
	border-top: 1px dotted #eaeaea;
	padding-top: 40px;
}

.hentry .entry-title a {
	color: inherit;
}

.hentry .entry-content>:last-child {
	padding-bottom: 0;
}


.paging {
	text-align: right;
}

.wp-pagenavi {
	border-top: 1px dotted #eaeaea;
	margin-top: 35px;
	padding: 7px 5px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 29px;
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

.wp-pagenavi .page {
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: top;
	color: #72d5c1 !important;
}

.wp-pagenavi .page+.page,
.wp-pagenavi .page+.current,
.wp-pagenavi .current+.page {
	margin: 0 0 0 7px;
}

.wp-pagenavi .current {
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 3px;
	background: #72d5c1;
	text-align: center;
	vertical-align: top;
	color: #fff;
}


#videolist {
	padding: 0 3% 45px;
	text-align: center;
}

#videolist .listvideo {
	display: inline-block;
	width: 23.5%;
	max-width: 480px;
	height: 156px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 4px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 35px;
	vertical-align: top;
}

#videolist .listvideo+.listvideo {
	margin-left: 2%;
}

#videolist .listvideo:nth-child(4n+1) {
	margin-left: 0;
}

#videolist .listvideo a {
	display: block;
	height: 100%;
	background: url(_img/videoplay.png) 50% no-repeat;
	opacity: 0.8;
}

#videolist .listvideo a:hover {
	opacity: 1;
}


#additional-videos {
	display: none;
}

#additional-videos-toggle {
	display: inline-block;
	border: 2px solid #090909;
	margin-top: 35px;
	padding: 5px 17px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}


#videoview-shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	z-index: 310;
}

#videoview-box {
	position: fixed;
	left: -9999px;
	top: -9999px;
	box-shadow: #000 0 0 35px;
	background: #72d5c1;
	padding: 10px;
	font-size: 12px;
	line-height: 21px;
	z-index: 311;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#videoview-videowrap {
	position: relative;
	overflow: hidden;
}

#videoview-videowrap iframe {
	display: block;
}

#videoview-close {
	position: absolute;
	right: 0;
	top: -31px;
	width: 31px;
	height: 31px;
	font-size: 21px;
	line-height: 29px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
}

#videoview-close:hover {
	color: #72d5c1 !important;
}

#videoview-caption {
	position: absolute;
	left: 0;
	bottom: -35px;
	height: 35px;
	padding: 0 11px;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-shadow: #000 0 1px 0;
	overflow: hidden;
	color: #fff;
}

#videoview-caption a {
	color: inherit;
}


