/* 
    Table of Contents
    update on Fri Jul 15 2016 12:02:18 GMT+0300 (FLE Summer Time)

    I.   Generic --------------------------------------
         01. Reset ------------------------------------
         02. Base -------------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         03. Fonts ------------------------------------
         04. Helpers ----------------------------------
             Clear ------------------------------------
             Notext -----------------------------------
             Hidden -----------------------------------
             Alignleft --------------------------------
             Alignright -------------------------------
             Disabled ---------------------------------
    II.  Regions --------------------------------------
         01. Footer -----------------------------------
             Footer Top -------------------------------
             Footer Bottom ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         02. Header -----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         03. Main -------------------------------------
         04. Shell ------------------------------------
             Tablet Portrait --------------------------
         05. Wrapper ----------------------------------
             Mobile -----------------------------------
    III. Modules --------------------------------------
         01. Accordion --------------------------------
             Mobile -----------------------------------
         02. Article ----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         03. Button -----------------------------------
         04. Form Elements ----------------------------
         05. Intro ------------------------------------
             Mobile -----------------------------------
         06. List -------------------------------------
         07. Logo -------------------------------------
             Tablet Portrait --------------------------
         08. Nav --------------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         09. Nav Dropdown -----------------------------
             Mobile -----------------------------------
         10. Nav Secondary ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         11. Nav Mobile -------------------------------
             Mobile -----------------------------------
         12. Section Primary --------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         13. Section Secondary ------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         14. Slider -----------------------------------
         15. Slider Home ------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         16. Widget -----------------------------------
         17. Widget Nav -------------------------------
         18. Widget Contact ---------------------------
             Mobile -----------------------------------
 */

.footer .footer-top .footer-inner:after,
.footer .footer-bottom .footer-inner:after,
.header .header-inner:after,
.article .article-inner:after,
.section-secondary .section-inner:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
    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, 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="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; }

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

body { min-width: 320px; background: url(../css/images/main-bg.jpg) no-repeat center top; font-family: 'Novel Sans Pro', sans-serif; font-size: 18px; line-height: 1.56; color: #000; }
body.inner { background: url(../css/images/main-bg-alt.jpg) no-repeat center top; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

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

h1 { font-size: 44px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.78em; font-family: 'Adobe Garamond Pro', serif; }

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

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; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    body.inner .wrapper { background: url(../css/images/main-bg-alt.jpg) no-repeat center top; background-size: cover; }

    h1 { font-size: 42px; }
}

/* Mobile */

@media (max-width: 767px) {
    body { background-size: cover; font-size: 16px; }

    h1 { font-size: 30px; line-height: 1.3; }
}

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

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/agaramondproregularwebfont.eot');
    src: url('fonts/agaramondproregularwebfont.eot') format('embedded-opentype'),
         url('fonts/agaramondproregularwebfont.woff2') format('woff2'),
         url('fonts/agaramondproregularwebfont.woff') format('woff'),
         url('fonts/agaramondproregularwebfont.ttf') format('truetype'),
         url('fonts/agaramondproregularwebfont.svg#agaramondproregularwebfont') format('svg');
    font-weight: 400; 
    font-style: normal; 
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/AdobeGaramondProSemibold_2011.eot');
    src: url('fonts/AdobeGaramondProSemibold_2011.eot') format('embedded-opentype'),
         url('fonts/AdobeGaramondProSemibold_2011.woff2') format('woff2'),
         url('fonts/AdobeGaramondProSemibold_2011.woff') format('woff'),
         url('fonts/AdobeGaramondProSemibold_2011.ttf') format('truetype'),
         url('fonts/AdobeGaramondProSemibold_2011.svg#AdobeGaramondProSemibold_2011') format('svg');
    font-weight: 600; 
    font-style: normal; 
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/agaramondproboldwebfont.eot');
    src: url('fonts/agaramondproboldwebfont.eot') format('embedded-opentype'),
         url('fonts/agaramondproboldwebfont.woff2') format('woff2'),
         url('fonts/agaramondproboldwebfont.woff') format('woff'),
         url('fonts/agaramondproboldwebfont.ttf') format('truetype'),
         url('fonts/agaramondproboldwebfont.svg#agaramondproboldwebfont') format('svg');
    font-weight: 700; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProExtraLight.eot');
    src: url('fonts/NovelSansRdProExtraLight.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProExtraLight.woff2') format('woff2'),
         url('fonts/NovelSansRdProExtraLight.woff') format('woff'),
         url('fonts/NovelSansRdProExtraLight.ttf') format('truetype'),
         url('fonts/NovelSansRdProExtraLight.svg#NovelSansRdProExtraLight') format('svg');
    font-weight: 200; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProLight.eot');
    src: url('fonts/NovelSansRdProLight.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProLight.woff2') format('woff2'),
         url('fonts/NovelSansRdProLight.woff') format('woff'),
         url('fonts/NovelSansRdProLight.ttf') format('truetype'),
         url('fonts/NovelSansRdProLight.svg#NovelSansRdProLight') format('svg');
    font-weight: 300; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProRegular.eot');
    src: url('fonts/NovelSansRdProRegular.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProRegular.woff2') format('woff2'),
         url('fonts/NovelSansRdProRegular.woff') format('woff'),
         url('fonts/NovelSansRdProRegular.ttf') format('truetype'),
         url('fonts/NovelSansRdProRegular.svg#NovelSansRdProRegular') format('svg');
    font-weight: 400; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProSemiBold.eot');
    src: url('fonts/NovelSansRdProSemiBold.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProSemiBold.woff2') format('woff2'),
         url('fonts/NovelSansRdProSemiBold.woff') format('woff'),
         url('fonts/NovelSansRdProSemiBold.ttf') format('truetype'),
         url('fonts/NovelSansRdProSemiBold.svg#NovelSansRdProSemiBold') format('svg');
    font-weight: 600; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProBold.eot');
    src: url('fonts/NovelSansRdProBold.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProBold.woff2') format('woff2'),
         url('fonts/NovelSansRdProBold.woff') format('woff'),
         url('fonts/NovelSansRdProBold.ttf') format('truetype'),
         url('fonts/NovelSansRdProBold.svg#NovelSansRdProBold') format('svg');
    font-weight: 700; 
    font-style: normal; 
}

@font-face {
    font-family: 'Novel Sans Pro';
    src: url('fonts/NovelSansRdProExtraBold.eot');
    src: url('fonts/NovelSansRdProExtraBold.eot') format('embedded-opentype'),
         url('fonts/NovelSansRdProExtraBold.woff2') format('woff2'),
         url('fonts/NovelSansRdProExtraBold.woff') format('woff'),
         url('fonts/NovelSansRdProExtraBold.ttf') format('truetype'),
         url('fonts/NovelSansRdProExtraBold.svg#NovelSansRdProExtraBold') format('svg');
    font-weight: 900; 
    font-style: normal; 
}

/* ------------------------------------------------------------ *\
    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; }

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

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

.footer { height: 300px; position: relative; z-index: 20; margin-top: 30px; }
.footer:before { content: ''; width: 2000px; height: 345px; background: url(../css/images/footer-bg.png) no-repeat center bottom; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }


/*  Footer Top  */

.footer .footer-top { padding: 47px 0 64px; }
.footer .footer-top .footer-inner:after { }

.footer .footer-top .logo { float: left; }

.footer .footer-top .nav,
.footer .footer-top .phone { float: right; clear: right; }

.footer .footer-top .phone { font-weight: 600; font-size: 17px; color: #153c42; letter-spacing: 0.01em; margin: 3px 0 11px; }
.footer .footer-top .phone a { font-family: 'Adobe Garamond Pro', serif; font-weight: 700; font-size: 30px; color: #064e59; letter-spacing: 0.01em; margin-left: 5px; }

/*  Footer Bottom  */

.footer .footer-bottom { padding: 41px 0; }
.footer .footer-bottom .footer-inner:after { }

.footer .footer-bottom p { margin: 0; font-weight: 300; font-size: 13px; color: #fff; opacity: .6; }

.footer .footer-bottom .copyright { float: left; letter-spacing: 0.04em; }
.footer .footer-bottom .credits { float: right; letter-spacing: 0.02em; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .footer { height: auto; }

    .footer .footer-top { padding-top: 60px; }
    .footer .footer-top .phone { font-size: 15px; }

    .footer .footer-bottom { padding: 30px 0; text-align: center; }

    .footer .footer-bottom .copyright,
    .footer .footer-bottom .credits { float: none; }
}

/* Mobile */

@media (max-width: 767px) {
    .footer { margin-top: 10px; }
    .footer:before { display: none; }

    .footer .footer-inner .logo { float: none; margin-left: -6px; margin-top: 0; }

    .footer .footer-top { padding: 15px 0; background: none; text-align: center; }
    .footer .footer-top .phone { float: none; }
    .footer .footer-top .phone a { display: block; margin-left: 0; }

    .footer .footer-top .nav, 
    .footer .footer-top .phone { float: none; clear: none; }
    
    .footer .footer-bottom { background: url(../css/images/footer-bottom.png) no-repeat no-repeat; background-size: cover; box-shadow: 0 -1px 5px rgba(0,0,0,0.4); }

    .footer .footer-bottom .credits { margin-top: 10px; }
}

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

.header { height: 151px; position: relative; z-index: 40; }
.header-bg { width: 2000px; height: 247px; background: url(../css/images/header-bg.png) no-repeat center top; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 11; }
.header .header-inner { position: relative; padding: 35px 0 29px; }
.header .header-inner:after { }

.header .logo { float: left; }

.header .nav,
.header .phone { float: right; clear: right; }

.header .phone { font-weight: 600; font-size: 17px; color: #153c42; letter-spacing: 0.01em; margin: 0 0 9px; }
.header .phone a { display: inline-block; font-family: 'Adobe Garamond Pro', serif; font-weight: 700; font-size: 30px; color: #064e59; letter-spacing: 0.01em; margin-left: 8px; margin-top: 4px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .header .phone { font-size: 15px; }
    .header .phone a { font-size: 28px; }

    .header .header-inner { padding-top: 29px; }
}

/* Mobile */

@media (max-width: 767px) {
    .header { height: auto; text-align: center; }
    .header:after { content: ''; line-height: 0; display: table; clear: both; }
    .header .logo { float: none; margin-top: 0; margin-bottom: 17px; margin-left: -6px; }

    .header .header-inner { padding-bottom: 10px; padding-top: 18px; }

    .header .nav, 
    .header .phone { float: none; }

    .header .phone { text-align: center; }
    .header .phone a { display: block; margin-left: 0; text-align: center; }

    .header .nav { display: none; padding-top: 19px; }
    .header .nav a { padding: 2px 0; }
}

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

.main { position: relative; z-index: 10; }

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

.shell { max-width: 1000px; margin: auto; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .shell { padding: 0 10px; }
}

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

.wrapper { min-height: 100%; overflow: hidden; position: relative; }

/* Mobile */

@media (max-width: 767px) {
    .wrapper { background: url(../css/images/main-bg.jpg) no-repeat center top; background-size: cover; }
}

/* ------------------------------------------------------------ *\
    III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */

.accordion .accordion-head { height: 62px; margin-bottom: 0; background: url(../css/images/accordion-head.png) no-repeat center; cursor: pointer; }
.accordion .accordion-head h5 { font-family: 'Novel Sans Pro', sans-serif; font-weight: 400; font-size: 17px; color: #fff; text-transform: uppercase; line-height: 54px; padding: 0 21px; }

.accordion .accordion-head.active { background: url(../css/images/accordion-head-active.png) no-repeat center; }
.accordion .accordion-head.active h5 { color: #d6d06c; }

.accordion .accordion-section ~ .accordion-section { margin-top: -5px; }

.accordion .accordion-body { padding: 5px 0 20px 27px; display: none; }
.accordion .accordion-body ul { list-style: none; }
.accordion .accordion-body ul li ~ li { margin-top: 14px; }
.accordion .accordion-body ul a { display: block; font-size: 16px; color: #0a4e59; line-height: 1.75; }
.accordion .accordion-body ul a:hover { text-decoration: none; color: #73093f; }
.accordion .accordion-body ul .current a { font-weight: 700; color: #73093f; }
.accordion .accordion-body ul span { font-size: 12px; margin-right: 2px; position: relative; top: -2px; }

/* Mobile */

@media (max-width: 767px) {
    .accordion .accordion-head.active,
    .accordion .accordion-head { background-size: 100% 100%; }
}

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

.article { padding: 10px 0 65px; }
.article .article-inner:after { }
.article .article-sidebar { float: left; width: 252px; }
.article .article-body { float: right; width: 700px; padding-top: 43px; max-height: 5000em; }

.article .article-entry h1 { font-weight: 400; color: #054b56; letter-spacing: -0.015em; line-height: 1; margin: 0 0 15px; }
.article .article-entry p { margin-bottom: 13px; font-weight: 200; }
.article .article-entry ul { list-style: none; padding-left: 20px; margin: 12px 0; }
.article .article-entry ul li { font-weight: 600; font-size: 18px; color: #06505c; }
.article .article-entry ul span { margin-right: 2px; font-size: 14px; position: relative; top: -2px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .article .article-body { overflow: hidden; float: none; width: auto; padding-left: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
    .article { padding: 10px 0; }
    .article .article-inner { display: table; width: 100%; }

    .article .article-sidebar { float: none; width: auto; display: table-footer-group; }

    .article .article-body { padding: 20px 0; }

    .article .article-entry ul li { font-size: 16px; }
}

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

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.btn-green { width: 273px; height: 62px; background: url(../css/images/btn-green.png) no-repeat 0 0; text-align: center; font-family: 'Novel Sans Pro', sans-serif; font-weight: 400; font-size: 18px; color: #fff; text-transform: uppercase; line-height: 55px; border: 0; transition: opacity .4s ease; }
.btn-green:hover { text-decoration: none; opacity: .9; }

/* ------------------------------------------------------------ *\
    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; }

/* ------------------------------------------------------------ *\
    Intro
\* ------------------------------------------------------------ */

.intro { height: auto; position: relative; z-index: auto; padding-bottom: 111px; }
.intro .intro-inner { position: relative; z-index: 21; margin: 0 -31px; }
.intro .intro-inner img { width: 100%; height: auto; }

.intro-bg { width: 2000px; height: 736px; position: absolute; top: auto; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; }

/* Mobile */

@media (max-width: 767px) {
    .intro { padding-bottom: 90px; }
    
    .intro-bg { bottom: 0; top: 50px; left: 0; overflow: hidden; width: 100%; height: auto; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    .intro-bg img { position: absolute; top: auto; bottom: 0; left: 50%; width: 2000px; height: 736px; max-width: none; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; }

    .intro .intro-inner { margin: 0 -15px; }


}

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

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

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

.logo { width: 390px; display: inline-block; overflow: hidden; white-space: nowrap; }
.logo:hover { text-decoration: none; }
.logo img { float: left; margin-right: 17px; }

.logo h3,
.logo span { display: block; overflow: hidden; }

.logo h3 { font-size: 29px; line-height: 1.1; margin: 0; letter-spacing: -0.01em; padding-top: 7px; }
.logo h3 span { display: block; font-weight: 400; font-size: 17px; text-transform: uppercase; letter-spacing: 0.145em; }

.logo > span { font-family: 'Novel Sans Pro', sans-serif;  font-weight: 400; font-size: 14px; color: #064c57; letter-spacing: 0.03em; border-top: 1px solid #97aca8; padding-top: 4px; margin-top: 4px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .logo { width: 312px; margin-top: 12px; text-align: left; }
    .logo img { width: 63px; margin-right: 8px; }
    .logo h3 { padding-top: 4px; font-size: 22px; }
    .logo h3 span { font-size: 14px; }
    .logo > span { font-size: 12px; letter-spacing: 0.01em; }
}

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

.nav > ul { list-style: none; font-size: 0; }
.nav > ul > li { display: inline-block; vertical-align: middle; }
.nav > ul > li ~ li { padding-left: 30px; position: relative; }
.nav > ul > li ~ li:before { content: '•'; font-size: 12px; color: #064d58; position: absolute; left: 14px; top: 52%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.nav > ul > li > a { display: block; font-family: 'Novel Sans Pro', sans-serif; font-weight: 600; font-size: 18px; color: #6a0231; letter-spacing: 0.01em; transition: opacity .4s ease; }
.nav > ul > li > a:hover { text-decoration: none; opacity: .6; }

.nav li:hover > .nav-dropdown { opacity: 1; visibility: visible; }

@media (max-width: 1024px) {
    .nav li:hover > .nav-dropdown { display: block; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .nav > ul > li ~ li { padding-left: 20px; }
    .nav > ul > li ~ li:before { left: 10px; }
    .nav > ul > li > a { font-size: 17px; }
}

/* Mobile */

@media (max-width: 767px) {
    .nav > ul > li { display: block; }
    .nav > ul > li ~ li { padding-left: 0; }
    .nav > ul > li ~ li:before { display: none; }

    .nav li:hover > .nav-dropdown { display: none; }
}

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

.nav-dropdown { width: 250px; background-color: #bddcd7; position: absolute; left: 20px; top: 100%; z-index: 999; opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; }
.nav-dropdown ul { list-style: none; margin: 0; padding: 10px 0; }
.nav-dropdown ul li { position: relative; }
.nav-dropdown ul a { display: block; padding: 5px 10px; font-weight: 600; font-size: 16px; color: #6a0231; }

.nav-dropdown ul a:hover,
.nav-dropdown ul a:focus,
.nav-dropdown ul a:active { text-decoration: none; }

.nav-dropdown .nav-dropdown { background-color: rgb(170, 198, 194); left: 100%; top: 0; }

@media (max-width: 1365px) {
    .nav-dropdown .nav-dropdown { left: auto; right: 100%; }
}

@media (max-width: 1024px) {
    .nav-dropdown { display: none; opacity: 1; visibility: visible; }       
}

/* Mobile */

@media (max-width: 767px) {
    .nav-dropdown { width: 100%; position: relative; left: 0; opacity: 1; visibility: visible; display: none; }
    .nav-dropdown .nav-dropdown { left: 0; }
}

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

.nav-secondary ul { list-style: none; font-size: 0; }
.nav-secondary ul li { display: inline-block; vertical-align: middle; }
.nav-secondary ul li ~ li { padding-left: 112px; position: relative; }
.nav-secondary ul li ~ li:before { content: ''; width: 1px; height: 20px; background-color: #c3457a; position: absolute; left: 50px; top: 50%; margin-top: -10px; }
.nav-secondary ul a { display: block; font-family: 'Novel Sans Pro', sans-serif; font-weight: 400; font-size: 20px; color: #fff; text-transform: uppercase; letter-spacing: 0.025em; transition: opacity .4s ease; }
.nav-secondary ul a:hover { text-decoration: none; opacity: .75; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .nav-secondary ul li ~ li { padding-left: 60px; }
    .nav-secondary ul li ~ li:before { left: 30px; }
}

/* Mobile */

@media (max-width: 767px) {
    .nav-secondary ul li { display: block; }
    .nav-secondary ul li ~ li { padding-left: 0; }
    .nav-secondary ul li ~ li:before { display: none; }
    .nav-secondary a { padding: 5px 0; }
}

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

/* Mobile */

@media (max-width: 767px) {
    .nav-mobile { position: absolute; top: 147px; right: 0px; width: 28px; height: 30px; z-index: 99; }
    .nav-mobile span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #064e59; }

    .nav-mobile:hover span { -webkit-transform: rotate3d(0, 1, 0.1, 180deg); transform: rotate3d(0, 1, 0.1, 180deg); }
    .nav-mobile span:nth-child(1) { transition: all 0.5s ease 0s; }
    .nav-mobile span:nth-child(2) { transition: all 0.4s ease 0s; }
    .nav-mobile span:nth-child(3) { transition: all 0.3s ease 0s; }

    .nav-mobile.active span { opacity: 0; position: absolute; top: 25%; left: 0; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
    .nav-mobile.active span:first-child { opacity: 1; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
    .nav-mobile.active span:last-child { width: 100%; opacity: 1; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
}

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

.section-primary { max-height: 5000em; position: relative; z-index: 10; padding: 330px 0 160px; }
.section-primary:before { content: ''; width: 2000px; height: 959px; background: url(../css/images/section-bg.png) no-repeat center top; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }

.section-primary .section-inner { padding-left: 318px; }

.section-primary .section-head { margin-bottom: 50px; position: relative; padding-top: 37px; }
.section-primary .section-head:before { content: ''; width: 1446px; height: 102px; background: url(../css/images/menu-line.png) no-repeat 0 0; position: absolute; right: -220px; top: 0; z-index: -1; }

.section-primary .section-body h1 { font-weight: 400; color: #d6d06c; margin: 0 0 6px; }
.section-primary .section-body p { font-weight: 200; letter-spacing: 0.01em; color: #fff; margin: 0 0 20px; }
.section-primary .section-body p strong { font-weight: 600; }
.section-primary .section-body .btn-green { margin-left: -15px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-primary { min-height: 950px; }
    .section-primary .section-inner { padding-left: 180px; }

    .section-primary .section-head { margin-bottom: 30px; }

    .section-primary .section-body h1 { font-size: 37px; }
}

/* Mobile */

@media (max-width: 767px) {
    .section-primary { position: relative; overflow: hidden; min-height: 0; padding: 150px 0; }
    .section-primary:before { top: -180px; bottom: 0; height: auto; background-size: auto 100%; }

    .section-primary .section-head { padding-left: 100px; padding-top: 20px; text-align: right; }
    .section-primary .section-head:before { display: none; }

    .section-primary .section-inner { padding-left: 0; }

    .section-primary .section-body h1 { font-size: 30px; }
}

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

.section-secondary { padding: 46px 0 73px; }
.section-secondary .section-inner:after { }

.section-secondary .section-image { float: left; width: 384px; position: relative; }
.section-secondary .section-image:before { content: ''; position: absolute; left: 3px; top: 3px; right: 3px; bottom: 3px; border: 1px solid #fff; opacity: .3; z-index: 10; }
.section-secondary .section-image:after { content: ''; width: 422px; height: 34px; background: url(../css/images/img-shadow.png) no-repeat 0 0; position: absolute; left: 50%; bottom: -20px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }
.section-secondary .section-image img { width: 100%; height: auto; }

.section-secondary .section-body { float: left; width: 575px; padding-left: 46px; max-height: 5000em; }
.section-secondary .section-body h1 { font-weight: 400; color: #054b56; margin: -10px 0 5px; line-height: 1.3; }
.section-secondary .section-body p { font-weight: 200; color: #000; }
.section-secondary .section-body p strong { font-weight: 600; }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-secondary .section-image { width: 300px; }

    .section-secondary .section-body { overflow: hidden; float: none; width: auto; padding-left: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
    .section-secondary { padding: 25px 0; }
    .section-secondary .section-image { float: none; width: auto; margin-bottom: 30px; }

    .section-secondary .section-body { padding-left: 0; }
    .section-secondary .section-body h1 { margin-top: 0; }
}

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

.slider { position: relative; z-index: 30; }
.slider .slide-image img { width: 100%; height: auto; }
.slider .owl-item { -webkit-backface-visibility: visible; }

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

.slider-home { margin-bottom: -308px; }
.slider-home:after { content: ''; width: 1062px; height: 53px; background: url(../css/images/slider-shadow.png) no-repeat 0 0; position: absolute; left: 50%; bottom: -10px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }
.slider-home .slides:before { content: ''; width: 343px; height: 637px; background: url(../css/images/orchid.png) no-repeat 0 0; position: absolute; left: -21px; top: 494px; z-index: 40; }

.slider-home .slide-content { position: absolute; font-family: 'Novel Sans Pro', sans-serif; font-weight: 200; z-index: 10; font-size: 17px; line-height: 1.5; }
.slider-home .slide-content strong { font-weight: 600; }

.slider-home .slide-content.slide-1 { width: 400px; left: 58px; top: 400px; color: #000; text-shadow: 0 0 18px #d5fc80; }
.slider-home .slide-content.slide-2 { width: 570px; left: 58px; top: 400px; color: #fff; text-shadow: 0 3px 9px rgba(0,0,0, 1); }
.slider-home .slide-content.slide-3 { width: 320px; left: 58px; top: 330px; color: #000; text-shadow: 0 0 18px rgba(213, 252, 128, .7); }
.slider-home .slide-content.slide-4 { width: 330px; left: 58px; top: 370px; color: #000; text-shadow: 0 0 18px #d5fc80; }
.slider-home .slide-content.slide-5 { width: 400px; left: 58px; top: 390px; color: #fff; text-shadow: 0 3px 9px rgba(0,0,0, 1); }
.slider-home .slide-content.slide-6 { width: 400px; left: 58px; top: 390px; color: #fff; text-shadow: 0 3px 9px rgba(0,0,0, 1); }

/* Tablet Portrait */

@media (max-width: 1023px) {
    .slider .slide { position: relative; }

    .slider-home .slides:before { top: 100%; width: 200px; margin-top: -62px; background-size: 100% auto; }

    .slider-home .slide-content.slide-1 { top: 67%; left: 6%; }
    .slider-home .slide-content.slide-2 { top: 68%; left: 5%; }
    .slider-home .slide-content.slide-3 { top: 57%; left: 5%; }
    .slider-home .slide-content.slide-4 { top: 64%; left: 5%; }
    .slider-home .slide-content.slide-5 { top: 66%; left: 6%; }
    .slider-home .slide-content.slide-6 { top: 67%; left: 6%; }
}

/* Mobile */

@media (max-width: 767px) {
    .slider-home { margin-bottom: -150px; }

    .slider-home .slides:before { left: -10px; width: 100px; margin-top: -29px; }
    .slider-home .slide-content { display: none; }
}

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

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

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

.widget-nav { background: url(../css/images/widget-nav-shadow.png) no-repeat left top; background-size: contain; }

.widget-nav .widget-head { text-align: center; margin-bottom: 16px; }
.widget-nav .widget-head h5 { font-weight: 600; color: #054b56; letter-spacing: 0.05em; text-transform: uppercase; margin: 0; }

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

.widget-contact { height: 382px; position: relative; margin-top: 43px; margin-right: 6px; text-align: center; padding-top: 30px; }
.widget-contact:before { content: ''; width: 264px; height: 382px; background: url(../css/images/widget-contact-bg.png) no-repeat center top; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }

.widget-contact .widget-head { padding: 14px 0 19px; position: relative; background: url(../css/images/widget-contact-head-shadow.png) no-repeat center; z-index: 1; }
.widget-contact .widget-head h6 { font-family: 'Novel Sans Pro', sans-serif; font-weight: 400; font-size: 16px; color: #fff; text-transform: uppercase; line-height: 1.25; margin: 0; }

.widget-contact .widget-body { position: relative; z-index: 2; margin-top: -10px; }
.widget-contact .widget-body img { width: 290px; height: auto; margin-left: -25px; max-width: none; margin-bottom: 10px; }
.widget-contact .widget-body p { font-size: 13px; color: #dddaa0; margin-bottom: 23px; }
.widget-contact .widget-body a.phone { display: block; font-family: 'Adobe Garamond Pro', serif; font-weight: 700; font-size: 28px; color: #fff; line-height: 1; letter-spacing: 0.01em; text-shadow: 0 4px 3px rgba(0,0,0, .2); }

/* Mobile */

@media (max-width: 767px) {
    .widget-contact { margin-top: 20px; }
}

/* Additions */
.article .article-entry ul li {text-indent: -10px;}
.heavy {font-weight:600;}
body.inner {background-color: #add6ce;}
a[href^="tel:"] {cursor:pointer;}
