/* 
	Table of Contents

         Slider -----------------------------------
    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
    12. Header ------------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Article -----------------------------------
    19. Box ---------------------------------------
    20. Button ------------------------------------
         Button Block -----------------------------
    21. Form Elements -----------------------------
    22. Form --------------------------------------
    23. List --------------------------------------
    24. Logo --------------------------------------
    25. Nav ---------------------------------------
    26. Nav Btn -----------------------------------
         Tablet Portrait --------------------------
    27. Section -----------------------------------
    28. Section Solid -----------------------------
    29. Section About -----------------------------
    30. Services ----------------------------------
    31. Slider ------------------------------------
    32. Slider Inner ------------------------------
    33. Table -------------------------------------
    34. Text --------------------------------------
    35. Thumbs ------------------------------------
    36. Widget ------------------------------------
    37. Themes ------------------------------------
 */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-facebook
{ background-image: url("../images/src/assets/images/sprite.png"); background-position: 0% 82.35294117647058%; background-size: 463.7096774193548% 790.625%; width: 124px; height: 32px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-youtube
{ background-image: url("../images/src/assets/images/sprite.png"); background-position: 0% 100%; background-size: 676.4705882352941% 722.8571428571429%; width: 85px; height: 35px; display: inline-block; vertical-align: middle; font-size: 0px; }
.logo
{ background-image: url("../images/src/assets/images/sprite.png"); background-position: 0% 0%; background-size: 100% 142.13483146067415%; width: 575px; height: 178px; display: inline-block; vertical-align: middle; font-size: 0px; }
.slider-arrow
{ background-image: url("../images/src/assets/images/sprite.png"); background-position: 22.898032200357783% 77.4468085106383%; background-size: 3593.75% 1405.5555555555554%; width: 16px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi)
{
	.ico-facebook
{ background-image: url("../images/src/assets/images/sprite.@2x.png"); background-position: 0% 82.35294117647058%; background-size: 463.7096774193548% 790.625%; width: 124px; height: 32px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-youtube
{ background-image: url("../images/src/assets/images/sprite.@2x.png"); background-position: 0% 100%; background-size: 676.4705882352941% 722.8571428571429%; width: 85px; height: 35px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo
{ background-image: url("../images/src/assets/images/sprite.@2x.png"); background-position: 0% 0%; background-size: 100% 142.13483146067415%; width: 575px; height: 178px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: Myriad Pro, sans-serif; font-size: 18px; line-height: 1.28; color: #000; }
a { color: inherit; text-decoration: underline; }
a:hover,
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.64em; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.28em; }
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; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Iowan';
    src: url('../fonts/IowanOldStyleBT-Roman.eot.html');
    src: url('../fonts/IowanOldStyleBT-Roman.eot-.html#iefix') format('embedded-opentype'),
        url('../fonts/src/assets/fonts/IowanOldStyleBT-Roman.woff') format('woff'),
        url('../fonts/IowanOldStyleBT-Roman.ttf.html') format('truetype'),
        url('../images/src/assets/fonts/IowanOldStyleBT-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both; }
/*  Notext  */
.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); 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; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
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="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -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; }
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 15px 0; }
.footer ul { list-style-type: none; }
.footer .footer__inner { float: left; margin-left: 35px; }
.footer .socials { float: right; margin-right: 4px; }
.footer .socials ul:after { content: ''; clear: both; display: table; line-height: 0; }
.footer .socials li { float: left; }
.footer .socials a { -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.footer .socials a:hover { opacity: .7; }
.footer .socials li + li { margin-left: 10px; }
.footer .footer__links { margin-bottom: 4px; font-size: 14px; color: #000033; font-family: Georgia, serif; }
.footer .footer__links ul:after { content: ''; clear: both; display: table; line-height: 0; }
.footer .footer__links li { float: left; }
.footer .footer__links li + li:before { content: '|'; display: inline-block; margin: 0 4px; }
.footer .footer__links a { text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .footer__links a:hover { color: #5097f3; }
@media (max-width: 767px) {
	.footer { text-align: center; }
	.footer .footer__inner,
	.footer .socials { float: none; }

	.footer .footer__links { margin-bottom: 10px; }
	.footer .footer__links ul { display: inline-block; }

	.footer .footer__inner { margin: 0 0 20px 0; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { padding: 14px 0 19px 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.header .header__content:after,
.header .header__inner:after { content: ''; clear: both; display: table; line-height: 0; }
.header .header__content { position: relative; }
.header .header__inner { margin: 0 0 5px 12px; }
.header p { float: left; margin-top: 6px; font-size: 18px; letter-spacing: 0.0575em; color: #000033; }
.header p strong { font-size: 22px; }
.header .google-language,
.header .header__link { float: right; }
.header .header__link { font-size: 24px; line-height: 1.1; font-family: Georgia, serif; color: #fff; text-align: center; }
.header .header__link a { display: block; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header .header__link a:hover { color: #000033; }
.header .header__link span { display: block; font-size: 18px; }
.header .google-language .goog-te-gadget-icon { -webkit-transform: scale(.85); -ms-transform: scale(.85); transform: scale(.85); }
.header .google-language span { font-size: 11px; }
.header .logo { position: absolute; top: calc(100% - 90px); left: -79px; }
@media (max-width: 1024px) {
	.header p { font-size: 14px; }
	.header p strong { font-size: 16px; }

	.header .logo { position: static; width: 200px; height: 80px; }
}
@media (max-width: 767px) {
	.header { text-align: center; }

	.header p { margin-top: 0; }

	.header .logo { margin-bottom: 10px; }
	.header .header__inner { margin: 0 0 10px 0; }

	.header p,
	.header .google-language,
	.header .header__link { float: none; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { padding-top: 5px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 924px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell:after { content: ''; clear: both; display: table; line-height: 0; }
.shell--fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; overflow: hidden; }
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article { margin-bottom: 10px; font-size: 19px; line-height: 1.26; font-family: Georgia, serif; color: #000033; letter-spacing: -0.006em; }
.article p { margin-bottom: 0; }
.article p + p { margin-top: 26px; }
.article h2 { margin-top: 37px; text-align: center; font-size: 30px; color: #000033; font-weight: 400; }
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.boxes { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -11px 40px; padding: 0 30px; }
.boxes .box { width: 50%; padding: 0 11px; margin-bottom: 20px; }
.box .box__image { display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; padding-top: 55%; margin-bottom: 20px; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.box .box__image:hover { opacity: .7; }
.box { color: #fff; }
.box h5 { margin-bottom: 0; font-size: 18px; text-transform: uppercase; }
.box p { margin-bottom: 0; }
.box a { font-size: 16px; }
@media (max-width: 767px) {
	.boxes { padding: 0; }
	.boxes .box { width: 100%; }
	.box + .box { margin-top: 30px; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/*  Button Block  */
.btn--block { display: block; padding-left: 0; padding-right: 0; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-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:-ms-input-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; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.navigation { margin-bottom: 10px; background: #000034; }
.nav { padding: 0 20px 0 50px; font-size: 20px; font-family: Georgia, serif; color: #fff; }
.nav > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.nav > ul > li { position: relative; }
.nav > ul > li > a { display: block; padding: 7px 0 4px 0; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.nav > ul > li > a:hover { color: #8dc0f1; }
.nav li.hover:hover .dropdown { opacity: 1; visibility: visible; }
.nav .dropdown { position: absolute; top: 100%; left: 0; width: 175px; padding: 7px 0; z-index: 5; opacity: 0; visibility: hidden; font-size: 20px; font-family: Georgia, serif; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }
.nav .dropdown a { display: block; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.nav .dropdown a:hover { color: #000; }
.nav .dropdown ul { padding: 7px 14px 10px; border: 1px solid #8cbeff; background: #4c8fe9; }
.nav .dropdown ul li { padding: 2px 0; border-bottom: 1px solid #3773c2; }
@media (max-width: 1024px) {
	.navigation { background: transparent; }
	.nav { display: none; width: 50%; padding: 10px; background: #000034; text-align: center; }
	.nav ul { display: block; }

	.nav .dropdown { display: none; position: static; width: 100%; padding: 0; opacity: 1; visibility: visible; }
}
@media (max-width: 767px) {
	.nav { width: 100%; }
}
/* ------------------------------------------------------------ *\
	Nav Btn
\* ------------------------------------------------------------ */
.nav-btn { display: none; position: relative; width: 25px; height: 17px; margin: 10px 0; }
.nav-btn span { display: block; position: absolute; left: 0; right: 0; height: 3px; margin: auto; background: #000034; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: .2s 0s; -ms-transform: .2s 0s; transform: .2s 0s; }
.nav-btn span:nth-child(1) { top: 0px; }
.nav-btn span:nth-child(2) { top: 7px; }
.nav-btn span:nth-child(3) { top: 14px; }
.nav-btn.active span { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.nav-btn.active span:nth-child(2) { opacity: 0; }
.nav-btn.active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-btn.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-btn.active span:nth-child(3),
.nav-btn.active span:nth-child(1) { top: 7px; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.nav-btn { display: block; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Solid
\* ------------------------------------------------------------ */
.section--solid { position: relative; overflow: hidden; padding: 31px 0 151px; background: #000033; }
.section--solid:after { content: ''; position: absolute; bottom: -70px; left: 0; right: 0; z-index: 2; background-image: url("../images/src/assets/images/temp/christs.png"); width: 861px; height: 185px; margin: 0 auto; background-size: cover; background-repeat: no-repeat; background-position: center center; }
@media (max-width: 767px) {
	.section--solid:after { width: 100%; }
}
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section--about { padding: 13px 0 5px; }
.section--about .section__head { margin-bottom: 13px; }
.section--about .section__head h3 { margin-bottom: 0; font-family: Georgia, serif; font-weight: 400; }
.section--about .section__head p { font-family: Georgia, serif; font-size: 18px; line-height: 1.33; }
.section--about .section__body .slider--inner { background: #000033; padding: 5px; border: 4px solid #e6e6e6; margin-bottom: 2px; }
.section--about .section__body .thumbs { margin-bottom: 29px; }
@media (max-width: 767px) {
	.section--about .section__body { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
	.section--about .thumbs { width: 100%; }
	.section--about .slider { width: 100%; padding-left: 0; margin-bottom: 4px; }
}
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
.services { max-width: 828px; margin: 0 auto; }
.services .services__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -9px -20px; }
.services .service { width: 33.33%; padding: 0 9px; margin-bottom: 20px; }
.service .service__image { display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; padding-top: 54%; border: 4px solid #fff; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.service .service__image:hover { opacity: .7; }
.service h4 { font-size: 24px; font-family: Georgia, serif; text-align: right; font-weight: 400; }
@media (max-width: 767px) {
	.services .services__inner { margin-bottom: -20px; }
	.services .service { width: 100%; margin-bottom: 20px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider--main { position: relative; border: 7px solid #000033; outline: 4px solid #e6e6e6; margin-bottom: 36px; }
.slider--main .slider__slide { position: relative; height: 530px; vertical-align: top; }
.slider--main .slider__slide-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.slider--main .slider__slide-image img { width: 100%; vertical-align: top; }
.slider--main .slider__slide-image iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.slider--main .slider__caption { position: absolute; bottom: 0; right: 0; z-index: 10; padding: 7px 11px 1px; background: rgba(255, 255, 255, 0.5); font-family: Georgia, serif; font-size: 24px; }
.slider--main .slider__caption span { margin-left: 17px; }
.slider--main .slick-prev,
.slider--main .slick-next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 0; background: none; font-size: 0; line-height: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; z-index: 20; }
.slider--main .slick-prev:hover,
.slider--main .slick-next:hover { opacity: .7; }
.slider--main .slick-prev { right: calc(100% + 15px); }
.slider--main .slick-next { left: calc(100% + 15px); }
.slider--main .slick-prev:after, .slick-next:after { content: ''; display: block; background-image: url("../images/src/assets/images/sprite.png"); background-position: 22.898032200357783% 77.4468085106383%; background-size: 3593.75% 1405.5555555555554%; width: 18px; height: 16px; }
.slider--main .slick-prev:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.slider--main .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: calc(100% + 20px); right: 2px; list-style-type: none; }
.slider--main .slick-dots li { width: 7px; height: 7px; border-radius: 50%; background: #fff; cursor: pointer; }
.slider--main .slick-dots li + li { margin-left: 7px; }
.slider--main .slick-dots li.slick-active { background: #000033; }
.slider--main .slick-dots button { display: none; }
@media (max-width: 767px) {
	.slider--main .slick-prev { left: 10px; right: auto; }
	.slider--main .slick-next { right: 10px; left: auto; }
}
/* ------------------------------------------------------------ *\
	Slider Inner
\* ------------------------------------------------------------ */
.slider--inner .slider__slide { vertical-align: top; }
.slider--inner .slider__slide-image img { width: 100%; vertical-align: top; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Text
\* ------------------------------------------------------------ */
.text { padding: 0 132px; text-align: center; color: #fff; }
.text h5 { margin-bottom: 3px; font-family: Georgia, serif; font-weight: 400; letter-spacing: 0.025em; line-height: 1.7; }
.text p { font-size: 18px; font-family: Georgia, serif; letter-spacing: 0.025em; }
.text p a { text-decoration: none; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.text p a:hover { opacity: .7; }
@media (max-width: 767px) {
	.text { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Thumbs
\* ------------------------------------------------------------ */
.thumbs .slick-track { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -2px -4px; }
.thumbs .thumb { padding: 0 2px; margin-bottom: 4px; cursor: pointer; }
.thumbs .thumb__inner { background: #020515; padding: 3px; }
.thumb .thumb__image { background-size: cover; background-repeat: no-repeat; background-position: center center; padding-top: 53.5%; }
.thumbs .slick-slide { width: 9.09% !important; font-size: 0; line-height: 0; }
.thumbs .slick-track,
.thumbs .slick-list { height: auto !important; width: 100%; }
.thumbs .slick-slide { border: 0 !important; }
.thumbs .slick-current .thumb__image { opacity: .7; }
@media (max-width: 767px) {
	.thumbs .slick-slide { width: 25% !important; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
