.ico-arrow-right-white { background-image: url(images/sprite.png); background-position: -26px -62px; width: 8px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-arrow-right { background-image: url(images/sprite.png); background-position: -14px -62px; width: 8px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-circle-left { background-image: url(images/sprite.png); background-position: 0 0; width: 32px; height: 32px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-circle-right { background-image: url(images/sprite.png); background-position: -36px 0; width: 32px; height: 32px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-facebook { background-image: url(images/sprite.png); background-position: 0 -36px; width: 22px; height: 22px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-paging-first { background-image: url(images/sprite.png); background-position: -47px -36px; width: 17px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-paging-last { background-image: url(images/sprite.png); background-position: -72px 0; width: 17px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-paging-next { background-image: url(images/sprite.png); background-position: -72px -40px; width: 10px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-paging-prev { background-image: url(images/sprite.png); background-position: 0 -62px; width: 10px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pdf { background-image: url(images/sprite.png); background-position: -26px -36px; width: 17px; height: 17px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-search { background-image: url(images/sprite.png); background-position: -72px -20px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

/*body { min-width: 320px; background: #78bbf5; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #000; }*/
/*body { min-width: 320px; background: #4D6CB1; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #000; }*/
body { min-width: 320px; background: #4782be; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #000; }

a { color: #567d9b; text-decoration: none; }
a:hover { text-decoration: underline; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 45px; }
h2 { font-size: 40px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.7em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.4em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Fullscreener  */

.fullscreener { background-size: cover; }
.fullscreener > img { display: none; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; min-height: 100%; background: url(images/homepage-bg.jpg) no-repeat center top; background-size: cover; }
/*.wrapper-alt { background: #78bbf5 url(images/bg-haut-PI2.png) no-repeat center top; background-size: 100% auto; }*/
/*.wrapper-alt { background: #78bbf5 url(images/bg-haut-PI2.png) no-repeat center top; background-size: 100% auto; }*/
.wrapper-alt { background: #4782be url(images/bg-haut-PI2.png) no-repeat center top; background-size: 100% auto; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { position: relative; z-index: 100; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1150px; margin: auto; padding: 0 15px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { text-align: center; margin-bottom: 38px; }

.header .shell { position: relative; }

.header .header-bar { position: absolute; right: 10px; top: 0; }
.header .header-logo { display: inline-block; vertical-align: top; margin: 30px 0 52px; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.header .header-logo { max-width: 300px; margin: 45px 0 20px; }
	.header .btn-nav { display: block; }
}

/* Mobile */

@media (max-width: 599px) {
	.header .header-logo { max-width: 240px; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { padding-bottom: 500px; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.main { padding-bottom: 300px; }
}

/* Mobile */

@media (max-width: 599px) {
	.main { padding-bottom: 200px; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: rgba(0,0,0,.7); padding-bottom: 15px; }

.footer .footer-inner { float: left; }

.footer .footer-partners { float: left; }
.footer .footer-partners h6 { position: relative; padding: 5px 20px; margin: -15px 0 5px; background: #000; color: rgba(255,255,255,.5); text-transform: uppercase; font-size: 12px; }
.footer .footer-partners h6:after { content: ''; position: absolute; left: 100%; top: 0; border-width: 15px 0 0 10px; border-style: solid; border-color: transparent #424242; }
.footer .footer-partners ul { list-style: none outside none; overflow: hidden; }
.footer .footer-partners li { float: left; }
.footer .footer-partners li + li { margin-left: 20px; }

.footer .footer-copyright { float: left; margin-left: 85px; margin-top: 40px; color: rgba(255,255,255,.5); font-size: 14px; font-weight: 300; }

.footer .footer-nav { float: right; margin-top: 26px; }
.footer .footer-nav ul { list-style: none outside none; text-transform: uppercase; font-size: 12px; border-right: 1px solid rgba(255,255,255,.3); overflow: hidden; }
.footer .footer-nav li { float: left; border-left: 1px solid rgba(255,255,255,.3); }
.footer .footer-nav a { display: block; padding: 0 19px; line-height: 50px; color: rgba(255,255,255,.5); font-weight: bold; text-transform: uppercase; transition: all .2s ease-out; }
.footer .footer-nav a:hover { text-decoration: none; color: rgba(255,255,255,1); }
.footer .footer-nav i { margin-right: 5px; opacity: .7; transition: all .2s ease-out; }
.footer .footer-nav a:hover i { opacity: 1; }

/* Small Desktop */

@media (max-width: 1149px) {
	.footer .footer-inner,
	.footer .footer-nav { float: none; text-align: center; }
	.footer .footer-partners,
	.footer .footer-copyright,
	.footer .footer-nav ul { float: none; display: inline-block; vertical-align: top; text-align: left; }
	.footer .footer-copyright { margin-left: 40px; margin-right: 40px; }
}

/* Mobile */

@media (max-width: 599px) {
	.footer .footer-copyright { display: block; text-align: center; margin: 20px 20px; }
	.footer .footer-nav a { line-height: 40px; padding: 0 8px; font-size: 10px; }
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { float: left; width: calc(100% - 310px); margin-right: 30px; background: #f2f8fe; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.content { float: none; width: auto; margin: 0 0 20px; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { float: left; width: 280px; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.sidebar { float: none; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { padding: 15px 20px; }

.article .article-meta { padding: 3px 0; margin-bottom: 2em; line-height: 1.3; }
.article .article-meta ul { list-style: none outside none; }
.article .article-meta a { color: #648b18; }

.article .article-entry p { margin-bottom: 2em; }
.article .article-entry a[href$=".pdf"]:before { content: ''; display: inline-block; vertical-align: middle; width: 17px; height: 17px; margin: -2px 6px 0 0; background-image: url(images/sprite.png); background-position: -26px -36px; }
.article .article-entry ul { margin-bottom: 2em; margin-left: 47px; list-style: none outside none; color: #567d9b; }
.article .article-entry ul li { padding: 1px 0 0; }
.article .article-entry ul li:before { content: '• '; color: #4f3411; }
.article .article-entry ul ul { margin-bottom: 0; margin-left: 20px; }
.article .article-entry ul ul li:before { content: '- '; color: inherit; }
.article .article-entry ol { list-style-position: inside; }
.article .article-entry h1,
.article .article-entry h2,
.article .article-entry h3,
.article .article-entry h4,
.article .article-entry h5,
.article .article-entry h6 { font-weight: 900; }
.article .article-entry h1 { margin-bottom: .5em; border-bottom: 1px solid #c8c8c8; }
.article .article-entry h2 { margin-bottom: .1em; }
.article .article-entry h3 { margin-bottom: .4em; color: #567d9b; text-transform: uppercase; }
.article .article-entry h4 { margin-bottom: .4em; }
.article .article-entry h5,
.article .article-entry h6 { text-transform: uppercase; }
.article .article-entry p small { display: block; font-size: 14px; line-height: 1.5; }
.article .article-entry blockquote { padding: 19px 0; margin-bottom: 10px; border-top: 1px solid #c8c8c8; font-size: 26px; color: #567d9b; font-weight: bold; text-align: right; }
.article .article-entry blockquote p { margin-bottom: 0; }
.article .article-entry th,
.article .article-entry td { height: 40px; border: 1px solid #d6d6d6; }
.article .article-entry th { background: #567d9b; color: #fff; text-transform: uppercase; font-weight: normal; }
.article .article-entry td { text-align: center; color: #333; background: #f8f8f8; }
.article .article-entry tr:nth-child(odd) td { background: #ededed; }

.article .article-entry .alignleft { margin-right: 20px; }
.article .article-entry .alignright { margin-left: 20px; }
.article .article-entry .wp-caption { position: relative; }
.article .article-entry .wp-caption-dd { position: absolute; left: 0; bottom: 0; width: 100%; padding: 4px 10px; background: rgba(0,0,0,.2); color: #fff; font-size: 12px; }

.article .gallery { margin: 0 -20px 20px; overflow: hidden; }
.article .gallery-item { float: left; width: 25%; padding: 0 20px; }
.article .gallery-item img { width: 100%; }
.article .gallery-icon { margin-bottom: 10px; }
.article .gallery-caption { font-size: 14px; }

.articles { list-style: none outside none; border-bottom: 1px solid #c8c8c8; }

.article-alt { padding: 30px 20px; overflow: hidden; }
.article-alt:first-child { padding-top: 0; }

.article-alt +.article-alt { border-top: 1px solid #c8c8c8; }

.article-alt .article-image { float: left; width: 160px; margin-right: 23px; }
.article-alt .article-content { overflow: hidden; }
.article-alt .article-title { font-size: 28px; font-weight: 900; line-height: 1; }
.article-alt .article-title a { color: #333; }
.article-alt .article-title a:hover { color: #567d9b; text-decoration: none; }
.article-alt .article-date { margin-bottom: 4px; color: #666666; }
.article-alt .article-entry { margin-bottom: 8px; }

.article-alt .article-categories { font-size: 12px; text-transform: uppercase; }
.article-alt .article-categories span { display: inline-block; vertical-align: middle; margin-right: 5px; color: #666666; }
.article-alt .article-categories ul { limst-style: none outside none; display: inline-block; vertical-align: middle; overflow: hidden; }
.article-alt .article-categories li { float: left; }
.article-alt .article-categories li + li { margin-left: 5px; }
.article-alt .article-categories a { display: block; padding: 8px 25px; border-radius: 20px; background: #78bbf5; color: #fff; font-weight: 900; transition: all .2s ease-out; }
.article-alt .article-categories a:hover { text-decoration: none; background: rgb(108, 168, 221); }

.articles-alt { list-style: none outside none; overflow: hidden; border-bottom: 1px solid #c8c8c8; }

.articles-alt .article-alt { float: left; width: 50%; padding: 25px 20px; }
.articles-alt .article-alt + .article-alt { border: 0; }
.articles-alt .article-alt .article-image { position: relative; float: none; width: auto; margin: 0 0 20px; }
.articles-alt .article-alt .article-image img { width: 100%; }
.articles-alt .article-alt .article-date { position: absolute; right: -5px; top: 10px; padding: 6px 9px; background: #78bbf5; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: bold; }
.articles-alt .article-alt .article-date:after { content: ''; position: absolute; left: 100%; margin-left: -6px; top: 100%; border-width: 6px 6px 0 0; border-style: solid; border-color: #000 transparent; }
.articles-alt .article-alt .article-content { margin-bottom: 19px; }
.articles-alt .article-alt .article-content h5 { margin-bottom: 9px; font-weight: 900; font-size: 18px; }
.articles-alt .article-alt .article-entry { margin-bottom: 17px; }
.articles-alt .article-alt .article-actions .btn { width: 100%; }

/* Mobile */

@media (max-width: 599px) {
	.article { padding: 15px; }
	.article .article-entry ul { margin-left: 20px; }
	.article .article-entry h1 { font-size: 34px; }
	.article .article-entry h2 { font-size: 30px; }
	.article .gallery-item { width: 50%; }
	.article .article-entry .alignleft,
	.article .article-entry .alignright { display: inline-block; vertical-align: top; margin: 0; float: none; }
	.article .article-entry .table { overflow-x: auto; }
	.article .article-entry table { min-width: 500px; }
	.article .article-entry blockquote { font-size: 20px; }

	.article-alt .article-image { float: none; width: auto; margin: 0 0 15px; }
	.article-alt .article-image img { width: 100%; }
	.articles-alt .article-alt { float: none; width: auto; }
	.articles-alt .article-alt + .article-alt { border-top: 1px solid #c8c8c8; }
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs { padding: 15px 20px; text-align: right; font-size: 14px; }

.breadcrumbs ul { list-style: none outside none; }
.breadcrumbs li { display: inline-block; vertical-align: top; }
.breadcrumbs li + li:before { content: '› '; padding: 0 5px; }
.breadcrumbs .current a { color: #333; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; padding: 12px 15px; line-height: 1.45; border: 0; background: #91d9f7; font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff; text-transform: uppercase; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: all .2s ease-out; }
.btn:hover { background: rgb(131, 195, 222); text-decoration: none; }

/* ------------------------------------------------------------ *\
	Button Outline
\* ------------------------------------------------------------ */

.btn-outline { padding: 10px 15px; background: transparent; border: 2px solid #78bbf5; color: #78bbf5; }
.btn-outline:hover { background: #78bbf5; color: #ffffff; }

/* ------------------------------------------------------------ *\
	Button Rounded
\* ------------------------------------------------------------ */

.btn-rounded { padding: 8px 30px; border-radius: 30px; background: #567d9b; }
.btn-rounded:hover { background: rgb(77, 113, 140); }

/* ------------------------------------------------------------ *\
	Button Nav
\* ------------------------------------------------------------ */

.btn-nav { display: none; position: absolute; left: 15px; top: 15px; width: 34px; border-width: 3px 0; border-style: solid; border-color: #fff; padding: 5px 0; }
.btn-nav span { display: block; width: 100%; height: 3px; background: #fff; }

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.cols { margin: 0 -15px; }
.cols:after { content: ''; line-height: 0; display: table; clear: both; }

.col { float: left; width: 50%; padding: 0 15px; }

.col-size1 { width: 26.9%; }
.col-size2 { width: 46.2%; }

/* Small Desktop */

@media (max-width: 1149px) {
	.cols { margin: 0 -10px; }
	.col { padding: 0 10px; }
	.col-size1 { width: 30%; }
	.col-size2 { width: 40%; }
}

/* Tablet Portrait */

@media (max-width: 959px) {
	.cols { max-width: 590px; margin: 0 auto; }
	.col-size1 { width: 50%; }
	.col-size2 { width: 100%; margin-bottom: 20px; }
}

/* Mobile */

@media (max-width: 599px) {
	.col { float: none; width: auto; max-width: 400px; padding: 0; margin: 0 auto; }
	.col-size1 { max-width: 280px; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.comments { padding: 20px; }
.comments h3 { color: #567d9b; font-size: 22px; font-weight: 900; text-transform: uppercase; }

.commentlist { padding: 8px 0; list-style: none outside none; }

.comment { position: relative; padding-left: 63px; margin-bottom: 19px; }

.comment .comment-avatar { position: absolute; left: 0; top: 2px; }
.comment .comment-author { line-height: 1.2; }
.comment .comment-author a { color: #333; font-weight: bold; }
.comment .comment-meta { margin-bottom: 2px; font-size: 12px; color: #666666; }
.comment .comment-meta span { display: inline-block; min-width: 150px; margin-right: 8px; }
.comment .comment-meta a { font-weight: bold; font-size: 14px; }

.comment .children { margin-top: 37px; list-style: none outside none; }

.comments #respond { padding-top: 17px; }
.comments #commentform p { margin-bottom: 13px; }
.comments #commentform label { display: block; margin-bottom: 2px; font-weight: bold; }
.comments #commentform label .required { color: #f75050; }
.comments #commentform input[type="text"] { height: 28px; width: 331px; max-width: 100%; padding: 0 10px; border-radius: 3px; background: #fff; border: 0; font-size: 14px; color: #666666; }
.comments #commentform textarea { height: 140px; width: 674px; max-width: 100%; padding: 12px 10px; border-radius: 3px; background: #fff; border: 0; font-size: 14px; color: #666666; }
.comments #commentform .form-submit { padding-top: 21px; }

/* Mobile */

@media (max-width: 599px) {
	.comments { padding: 15px; }
	.comment { padding-left: 38px; }
	.comment .comment-avatar { width: 30px; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { text-align: center; }

.nav .nav-toggle { display: none; }

.nav ul { list-style: none outside none; }
.nav a,
.nav a:hover { text-decoration: none; }

.nav > ul > li { position: relative; display: inline-block; vertical-align: top; margin: 0 25px; padding-bottom: 2px; }
.nav > ul > li:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #fff; opacity: 0; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); transition: all .2s ease-out; }
.nav > ul > li:hover:after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.nav > ul > li > a { display: block; font-size: 18px; line-height: 34px; color: #fff; font-weight: bold; text-transform: uppercase; }

.nav ul ul { position: absolute; z-index: 200; left: 0; top: 100%; width: 210px; padding: 7px 0; margin-top: 3px; background: rgba(255,255,255,.9); box-shadow: 0 5px 5px 0 rgba(0,0,0,.15); text-align: left; font-size: 15px; line-height: 1.2; font-weight: bold; visibility: hidden; opacity: 0; transition: all .2s ease-out; }
.nav ul ul a { position: relative; display: block; color: #3c3e49; padding: 13px 10px 12px 27px; transition: background .2s ease-out; }
.nav ul ul a:before { content: ''; position: absolute; left: 9px; top: 16px; width: 8px; height: 13px; background-image: url(images/sprite.png); background-position: -14px -62px; }
.nav ul ul li:hover > a { background: #8fcee9; color: #fff; }
.nav ul ul li:hover > a:before { background-image: url(images/sprite.png); background-position: -26px -62px; }

.nav ul ul ul { left: 100%; top: 0; margin-left: 1px; margin-top: -7px; }

.nav ul ul li { position: relative; padding: 0 7px; }
.nav ul li:hover > ul { visibility: visible; opacity: 1; }

.nav .search { float: none; display: none; padding: 5px; margin: 0; overflow: hidden; }
.nav .search .search-field { width: calc(100% - 34px); }

/* Tablet Portrait */

@media (max-width: 959px) {
	.nav { position: absolute; z-index: 200; left: 0; top: 100%; width: 100%; padding: 15px; background: rgba(79, 145, 194, 0.9); visibility: hidden; opacity: 0; transition: all .2s ease-out; }
	.nav-visible { visibility: visible; opacity: 1; }
	.nav .search { display: block; margin-bottom: 15px; }
	.nav > ul { margin: 0 -15px; border-top: 1px solid rgba(255,255,255,.1); }
	.nav > ul > li { display: block; margin: 0; }
	.nav > ul > li:after { content: none; }
	.nav > ul > li > a { padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
	.nav ul ul { max-height: 0; position: static; opacity: 1; visibility: visible; width: auto; margin: 0; padding: 0; background: transparent; box-shadow: none; text-align: center; overflow: hidden; }
	.nav ul ul li { padding: 0; }
	.nav ul ul li:hover a { background: transparent; }
	.nav ul ul a { border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; padding: 13px 40px; }
	.nav ul ul a:before { content: none; }
	
	.nav .nav-toggle { display: block; position: absolute; right: 0; top: 0; width: 40px; height: 45px; line-height: 45px; border-left: 1px solid rgba(255,255,255,.2); font-size: 16px; font-weight: bold; color: #fff; }
	.nav .nav-toggle:before { content: '+'; }
	
	.nav ul .nav-expanded > ul { max-height: 500px; }
	.nav ul .nav-expanded > .nav-toggle:before { content: '-'; }
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */

.paging { padding: 25px 0; text-align: center; }

.paging span { display: inline-block; vertical-align: middle; margin-right: 8px; font-size: 14px; font-weight: bold; color: #666666; text-transform: uppercase; }

.paging ul { display: inline-block; vertical-align: middle; list-style: none outside none; overflow: hidden; }
.paging li { display: inline-block; vertical-align: middle; margin: 4px 3px; }
.paging a { display: block; width: 33px; height: 33px; line-height: 31px; border-radius: 50%; border: 1px solid #78bbf5; color: #78bbf5; font-size: 16px; font-weight: 900; text-align: center; transition: all .2s ease-out; }
.paging .current a,
.paging .paging-alt a,
.paging a:hover { background: #78bbf5; color: #fff; text-decoration: none; }
.paging i { margin-top: -4px; }

/* Mobile */

@media (max-width: 599px) {
	.paging li { display: none; }
	.paging .paging-alt,
	.paging .current { display: inline-block; }
}

/* ------------------------------------------------------------ *\
	Parallax
\* ------------------------------------------------------------ */

.parallax-viewport { position: absolute; z-index: 10; width: 100%; height: 100%; margin: 0; overflow: hidden; list-style: none outside none; }

.parallax-layer { position: absolute; width: 100%; height: 100%; }

.parallax-top-right img { position: absolute; right: 5%; top: 10%; }
.parallax-bottom-left img { position: absolute; left: -50px; bottom: -50px; }
.parallax-bottom-left-alt img { position: absolute; left: -50px; bottom: -50px; }

.parallax-seagull { position: absolute; right: 7%; top: 170px; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.parallax-viewport { display: none; }
	.parallax-seagull { display: none; }
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search { float: left; padding: 10px; margin-left: 20px; background: rgba(255,255,255,.22); }

.search .search-field { float: left; padding: 0 10px; width: 220px; height: 34px; background: transparent; border: 0; box-shadow: none; color: #fff; font-size: 16px; font-weight: bold; }
.search .search-field::-webkit-input-placeholder { color: rgba(255,255,255,.6); }
.search .search-field::-moz-placeholder { color: rgba(255,255,255,.6); }
.search .search-field:-ms-input-placeholder { color: rgba(255,255,255,.6); }
.search .search-field::placeholder { color: rgba(255,255,255,.6); }

.search .search-btn { float: left; width: 34px; height: 34px; padding-bottom: 3px; text-align: center; border: 0; border-radius: 0; background: #7dabcb; transition: all .2s ease-out; }
.search .search-btn:hover { background: rgb(113, 154, 183); }

/* Tablet Portrait */

@media (max-width: 959px) {
	.search { display: none; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { padding: 20px; margin-bottom: 30px; background: rgba(255,255,255,.7); }

.slider .slides { list-style: none outside none; }

.slider .slide { position: relative; }
.slider .slide-image { height: 240px; }
.slider .slide-caption { position: absolute; left: 0; bottom: 0; width: 100%; padding: 20px; font-size: 16px; font-weight: bold; color: #fff; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); }
.slider .slide-caption p { padding-right: 120px; }

.slider .owl-dots { position: absolute; right: 0; bottom: 0; padding: 20px; overflow: hidden; }
.slider .owl-dot { float: left; width: 12px; height: 12px; border-radius: 50%; background: #fff; transition: all .2s ease-out; }
.slider .owl-dot + .owl-dot { margin-left: 10px; }
.slider .owl-dot:hover,
.slider .owl-dot.active { background: rgba(255,255,255,.7); }

/* Small Desktop */

@media (max-width: 1149px) {
	.slider { margin-bottom: 20px; }
}

/* Mobile */

@media (max-width: 599px) {
	.slider .slide-caption p { padding: 0 0 30px 0; }
}


/* ------------------------------------------------------------ *\
	Slider Tiles
\* ------------------------------------------------------------ */

.slider-tiles { padding: 20px; background: rgba(255, 255, 255, .9); }

.slider-tiles .slides { position: relative; list-style: none outside none; }
.slider-tiles .slide { position: relative; }
.slider-tiles .slide-image { height: 240px; }
.slider-tiles .slide-caption { position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px; font-size: 11px; color: #fff; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); }

.slider-tiles .owl-nav { position: absolute; left: 0; top: 50%; width: 100%; }
.slider-tiles .owl-prev { position: absolute; left: 20px; top: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all .2s ease-out; }
.slider-tiles .owl-next { position: absolute; right: 20px; top: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all .2s ease-out; }
.slider-tiles .owl-prev:hover,
.slider-tiles .owl-next:hover { opacity: .9; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { float: left; background: rgba(255,255,255,.22); }

.socials ul { list-style: none outside none; }
.socials li { padding: 0 10px; line-height: 54px; }
.socials a { display: block; opacity: .6; transition: all .2s ease-out; }
.socials a:hover { opacity: 1; }

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe { float: left; padding: 10px; margin-left: 20px; background: rgba(255,255,255,.22); }

.subscribe .email { width: 152px; height: 34px; padding: 0 10px; background: rgba(255,255,255,.72); border: 0; font-size: 12px; color: #3c3e49; }

.subscribe .button { height: 34px; padding: 0 15px; text-align: center; border: 0; border-radius: 0; background: #7dabcb; font-size: 12px; color: #fff; text-transform: uppercase; font-weight: bold; transition: all .2s ease-out; }
.subscribe .button:hover { background: rgb(113, 154, 183); }
.subscribe .mc-field-group,
.subscribe .clear { float: left; }

/* Mobile */

@media (max-width: 599px) {
	.subscribe { margin-left: 10px; }
	.subscribe .email { width: 100px; }
	.subscribe .button { padding: 0 8px; font-size: 10px; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */

.tile { margin-bottom: 30px; }
.tile:last-child { margin-bottom: 0; }

.tile .tile-inner { display: block; padding: 20px; color: #fff; text-decoration: none; }

.tile .tile-content { position: relative; height: 240px; }
.tile .tile-content:before,
.tile .tile-content:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: all .3s; }

.tile .tile-content:before { border-width: 2px 0; border-style: solid; border-color: #fff; -webkit-transform: scale(0,1); -ms-transform: scale(0,1); transform: scale(0,1); }
.tile .tile-content:after { border-width: 0 2px; border-style: solid; border-color: #fff; -webkit-transform: scale(1,0); -ms-transform: scale(1,0); transform: scale(1,0); }

.tile .tile-inner:hover .tile-content:before,
.tile .tile-inner:hover .tile-content:after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.tile .tile-content span { display: block; padding: 0 20px 10px; font-weight: normal; font-size: 16px; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); transition: all .3s; }
.tile .tile-content h4 { margin: 0; padding: 15px 20px 0; text-transform: uppercase; -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); transition: all .3s; }
.tile .tile-content .tile-icon { -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); transition: all .3s; }

.tile .tile-inner:hover span { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }
.tile .tile-inner:hover h4 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.tile .tile-inner:hover .tile-icon { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.tile-centred { text-align: center; }
.tile-centred .tile-content span { font-size: 18px; padding-top: 15px; font-weight: bold; }

/* Small Desktop */

@media (max-width: 1149px) {
	.tile { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */

.updates { padding: 15px 20px; min-height: 590px; background: rgba(255,255,255,.9); }

.updates .updates-title { margin-bottom: 13px; text-transform: uppercase; }

.updates .updates-items { margin-bottom: 30px; list-style: none outside none; }

.updates .updates-item { overflow: hidden; }
.updates .updates-item + .updates-item { margin-top: 20px; }

.updates .updates-item-image { float: left; width: 130px; height: 130px; margin-right: 20px; border-radius: 50%; overflow: hidden; }

.updates .updates-item-content { padding-top: 12px; overflow: hidden; }
.updates .updates-item-content h5 { margin-bottom: 5px; text-transform: uppercase; font-weight: 300; color: #666666; }
.updates .updates-item-content h5 a { color: #666666; }
.updates .updates-item-content h5 a:hover { color: #333; text-decoration: none; }
.updates .updates-item-content p { margin-bottom: 2px; line-height: 1.2; }
.updates .updates-item-content span { font-size: 12px; color: #666666; }

.updates .updates-actions .btn { width: 100%; }

/* Mobile */

@media (max-width: 599px) {
	.updates { margin-bottom: 20px; }
	.updates .updates-item-image { float: none; margin: 0 auto 10px; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Widget Links
\* ------------------------------------------------------------ */

.widget_links { padding: 15px 20px 12px; margin-bottom: 30px; background: rgba(255,255,255,.9); }

.widget_links .widgettitle { margin-bottom: 4px; text-transform: uppercase; color: #3c3e49; }
.widget_links ul { list-style: none outside none; font-size: 15px; }
.widget_links ul li { position: relative; padding: 6px 10px 5px 18px; }
.widget_links ul li:before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 13px; background-image: url(images/sprite.png); background-position: -14px -62px; }
.widget_links ul a { color: #3c3e49; font-weight: bold; }

/* Small Desktop */

@media (max-width: 1149px) {
	.widget_links { margin-bottom: 20px; }
}