/*
Theme Name: Editions Pedone
Theme URI: http://underscores.me/
Author: Hugo Ruggieri
Author URI: http://pasterinos.com
Description: Thème du portail des Editions Pedone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pedone
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Editions Pedone is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Helper Classes
# Navigation
	## Links
# Alignments
# Clearings
# Widgets
# Content
	## Asides
	## Comments
	## Forms
# Sections
	## Header
	## Intro
	## Publications
	## Catalogues
	## Affiliates
	## Footer
	## Single books
# Media
	## Captions
	## Galleries
# Hover
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

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

@font-face {
	font-family: 'Gill Sans MT';
	src: url('fonts/hinted-GillSansMT.eot');
	src: local('Gill Sans MT'), local('GillSansMT'),
		url('fonts/hinted-GillSansMT.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-GillSansMT.woff2') format('woff2'),
		url('fonts/hinted-GillSansMT.woff') format('woff'),
		url('fonts/hinted-GillSansMT.ttf') format('truetype'),
		url('fonts/hinted-GillSansMT.svg#GillSansMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

*::-moz-selection {
	background-color: #00003C;
	color: #eee;
}

 *::selection  {
	background-color: #00003C;
	color: #eee;
}

body {
	background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Gill Sans MT;
}

p {
	margin-bottom: 1.1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var, .code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	background-color: black;
	color: #eee;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/

.inline {
	display: inline-block;
}

.descriptive-tuile {
	padding: 5px;
	background-color: black;
	opacity: 0.65;
	color: white;
}

.col-content {
	padding : 20px 0;
}

.cleared {
	clear: both;
}

.blue-hr {
	border-color: #04164A;
}

blockquote {
	border-color: #04164A;
}

.hidden {
	display: none;
}

.menu-padding {
	padding-top: 53px;
}

.img-thumbnail:hover {
    opacity: 0.8;
}

.btn-pedone {
	color: #eee;
	background-color: #00003C;
	border-color: #00003C;
}
.btn-pedone:hover, .btn-pedone:focus, .btn-pedone:active, .btn-pedone-active {
	color: #00003C;
	background-color: #eee;
}
.justify {
	text-align: justify;
}
.italic {
	font-style: italic;
}

.label {margin-right: 5px; text-transform: lowercase;}

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

.no-more, .empty-search{
	display: none;
}

.intro-text {
	font-family: Tangerine;
	color: rgb(0, 0, 60);
	font-size: 30px;
	padding: 15px;
	border: 3px solid rgb(0, 0, 60);
	background-color: rgb(238, 238, 238);	
}

.highlight {
	background-color: #04164A;
	color: #eee;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #04164A;
}

a:visited {
	color: #00007F;
}

a:hover,
a:focus,
a:active {
	color: #032340;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


.white-link {
	color: #eee;
}

.white-link:hover, .white-link:visited, .white-link:focus {
	color: #eee;
	font-weight: bold;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.panel-heading:hover {
	cursor: pointer;
}

.pedone-input {
	background-color: #04164A;
	border: 0;
	padding: 15px;
	max-width: 750px;
	width: 60%;
	margin: auto;
	color: #eee;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: Raleway;
	font-size: 20px;
}

.pedone-submit {
	background-color: #eee;
	border: 0;
	padding: 15px;
	margin: auto;
	color: #04164A;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: Raleway;
	font-size: 20px;
}

.pedone-submit:hover, .pedone-submit:focus, .pedone-raz:hover, .pedone-raz:focus {
	background-color: #00003C;
	color: #eee;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pedone-input:focus, .input--filled {
	background-color: #eee;
	border: 3px solid #04164A;
	color: #04164A;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pedone-raz {
	color: #04164A;
	background-color: #008cdc;
	border: 0;
	padding: 15px;
	margin: 0 auto 0 15px;
	float: right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: Raleway;
	font-size: 20px;
	display: none;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	background-color: #000033;
}

.navbar-blue {
	background-color: #000033;
}

.navbar-blue a {
	color: #eee;
	font-family: Raleway;
	font-weight: bold;
	text-transform: uppercase;
}

.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.social-icon {
	width: calc(20% - 10px);
	margin-right: 5px;
}

.navbar {
	margin: 0;
	border-radius: 0;
	border-bottom: 3px solid white;
}

.navbar-toggle {
	background-color: #eee;
}

.icon-bar {
	background-color: #00003C;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 767px) {
	.margin-title {
		padding: 40px 0;
	}
}

.h2-intro {
	font-family: Tangerine;
	color: #eee;
	font-size: 35px;
}

.unik-class > a {
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}

.unik-class img {
	max-width : 50px;
}

/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.margin-title {
	padding-top: 5%;
	padding-bottom: 5%;
}

@media (min-width: 1921px) {
	.margin-header {
		background-image: url(img/bg.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1920px) {
	.margin-header {
		background-image: url(img/bg-1920.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1200px) {
	.margin-header {
		background-image: url(img/bg-1200.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 992px) {
	.margin-header {
		background-image: url(img/bg-992.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	.margin-header {
		background-image: url(img/bg-768.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
## Publications
--------------------------------------------------------------*/

@media (min-width: 1921px) {
	.margin-publications {
		background-image: url(img/bg2.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1920px) {
	.margin-publications {
		background-image: url(img/bg2-1920.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1200px) {
	.margin-publications {
		background-image: url(img/bg2-1200.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 992px) {
	.margin-publications {
		background-image: url(img/bg2-992.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	.margin-publications {
		background-image: url(img/bg2-768.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

.book-title {
	font-size: 1.2em;
	font-family: Raleway;
	clear: none;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}
.book-sub {
	font-size: 1.2em;
	font-family: Raleway;
	clear: none;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 15px;
}

.book-auteur {
	font-size : 1.1em;
	font-family: Raleway;
}

.tuile {
	padding:2%;
	background-color: white;
	margin-bottom: 10px;
}

.tuile-container {
	padding: 40px 0;
}

.front-tuile-container {
	display: flex;
	flex-wrap: wrap;
}

.front-tuile-container .tuile {
	height: calc(100% - 10px);
}

.publications {
	background-color: #eee;
}

/*--------------------------------------------------------------
## Catalogues
--------------------------------------------------------------*/
@media (min-width: 1921px) {
	.margin-catalogues {
		background-image: url(img/bg3.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1920px) {
	.margin-catalogues {
		background-image: url(img/bg3-1920.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1200px) {
	.margin-catalogues {
		background-image: url(img/bg3-1200.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 992px) {
	.margin-catalogues {
		background-image: url(img/bg3-992.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	.margin-catalogues {
		background-image: url(img/bg3-768.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

.catalogues {
	background-color: #e0f6ff;
}

/*--------------------------------------------------------------
## Affiliates
--------------------------------------------------------------*/
@media (min-width: 1921px) {
	.margin-affiliates {
		background-image: url(img/bg4.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1920px) {
	.margin-affiliates {
		background-image: url(img/bg4-1920.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 1200px) {
	.margin-affiliates {
		background-image: url(img/bg4-1200.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 992px) {
	.margin-affiliates {
		background-image: url(img/bg4-992.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	.margin-affiliates {
		background-image: url(img/bg4-768.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

.affiliates {
	background-color: #e7f8ed;
}

.img-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.img-cover {
	background-color: white;
	opacity: 0.3;
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.affiliate_link:hover > .img-cover {
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.affiliate-title {
	background-color: white;
	border: 2px solid #04164A;
	padding: 20px;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-kthtml-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	bottom: 0;
	visibility: visible;
}

.affiliate_link:hover > .affiliate-title {
	bottom: -100px;
	visibility: hidden;
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-kthtml-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer-info {
	background-color: #04164A;
	padding: 20px;
	color: white;
}

/*--------------------------------------------------------------
## Single books
--------------------------------------------------------------*/

.personalized {
	padding: 40px 0;
}

.big-book-title {
	font-family: Raleway;
	font-weight: bold;
}

.big-book-sub {
	font-family: Raleway;
	font-style: italic;
	margin: 0
}

.big-book-auteur {
	font-family: Raleway;
}

.quatrieme {
	border-left: 3px solid #04164A;
	padding-left: 15px;
	margin-bottom: 10px;
}

.quatrieme-inside {
	background-color: #eee;
	padding: 10px;
	text-align: justify;
}

.article {
	padding: 30px;
}

.auteur-com {
	font-family: Gill Sans MT;
	font-size: 1.2em;
	color: #032340;
}

.comment {
	padding: 5px;
	margin-bottom: 10px;
}

.depth-1 {
	padding: 10px;
	background-color: #eee;
}

.depth-1 > .comment {
	background-color: white;
}

.comment-reply-title {
	text-align: center;
}

.isotope {
	margin-bottom: 30px;
}

.isotope-item {
	margin-bottom: 15px;
}

.info-bulle {
    max-width: 600px;
    margin: auto;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Hover
--------------------------------------------------------------*/

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* RIGHT ROTATE */

.right-rotate {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-kthtml-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.right-rotate:hover {
	-moz-transform:rotate(40deg);
	-webkit-transform:rotate(40deg);
	-o-transform:rotate(40deg);
	-ms-transform:rotate(40deg);
	transform:rotate(40deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.133);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-kthtml-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* Overline From Center */
.hvr-overline-from-center, #primary-menu > li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before, #primary-menu > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #00adde;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before, #primary-menu > li:hover:before, #primary-menu > li:focus:before, #primary-menu > li:active:before  {
  left: 0;
  right: 0;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 15px auto;
  display: none;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #04164A;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}