@font-face {
    font-family: 'novelSansRoundedLight';
    src: url('fonts/novelsansrdpro-light-webfont.eot');
    src: url('fonts/novelsansrdpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novelsansrdpro-light-webfont.woff') format('woff'),
         url('fonts/novelsansrdpro-light-webfont.ttf') format('truetype'),
         url('fonts/novelsansrdpro-light-webfont.svg#novel_sans_rounded_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novelSansRdPro';
    src: url('fonts/novelsansrdpro-regular-webfont.eot');
    src: url('fonts/novelsansrdpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novelsansrdpro-regular-webfont.woff') format('woff'),
         url('fonts/novelsansrdpro-regular-webfont.ttf') format('truetype'),
         url('fonts/novelsansrdpro-regular-webfont.svg#novel_sans_rd_pro_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novelSansRoundedProExLt';
    src: url('fonts/novelsansrdpro-extralight-webfont.eot');
    src: url('fonts/novelsansrdpro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novelsansrdpro-extralight-webfont.woff') format('woff'),
         url('fonts/novelsansrdpro-extralight-webfont.ttf') format('truetype'),
         url('fonts/novelsansrdpro-extralight-webfont.svg#novel_sans_rounded_proXLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novelProExLight';
    src: url('fonts/novelpro-extralight-webfont.eot');
    src: url('fonts/novelpro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novelpro-extralight-webfont.woff') format('woff'),
         url('fonts/novelpro-extralight-webfont.ttf') format('truetype'),
         url('fonts/novelpro-extralight-webfont.svg#novel_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ================================================================ *\
    #Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
    #Base
\* ================================================================ */

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

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
body { min-width: 994px; background: #fff; font-family: 'novelProExLight', Arial, sans-serif; font-size: 15px; line-height: 24px; color: #332e23; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

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

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

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

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

ol,
ul { list-style-type: none; }

h1 { font-weight: normal; font-family: 'novelProExLight', arial; font-size: 48px; line-height: 52px; color: #555c28; }
h2 { font-weight: normal; font-family: 'novelSansRoundedLight', arial; font-size: 32px; line-height: 36px; color: #603015; }
h3 { font-weight: normal; font-family: 'novelSansRdPro', arial; font-size: 18px; line-height: 29px; color: #603015; }

.shell a {  font-weight: normal;
  font-family: 'novelSansRoundedLight', arial;
  font-size: 18px;
  line-height: 18px;
  color: #603015;
}}
/* ================================================================ *\
    #Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.article .article-container:after,
.article .article-container:before,
.clearfix:after { display: table; content: ' '; }
.article .article-container:after,
.clearfix:after { clear: both; }

.shell { width: 890px; margin: 0 auto; }

/* ================================================================ *\
    #background
\* ================================================================ */

.background { background: url(images/home-bg.jpg) no-repeat center 0; height: 802px; }

.background-secondary { background-image: url(images/bg2.jpg); height: 792px; }

.about-page .background-secondary { background-image: url(images/about-banner.jpg); height: 792px; }

.fees-page .background-secondary { background-image: url(images/fees-banner.jpg); height: 792px; }

.resources-page .background-secondary { background-image: url(images/resources-banner.jpg); height: 792px; }

.services-page .background-secondary { background-image: url(images/services-banner.jpg); height: 792px; }



/* ================================================================ *\
    #header
\* ================================================================ */

.header { overflow: hidden; padding: 39px 0 23px 0; }

.header .phone { float: left; font-size: 21px; line-height: 23px; color: #fff; font-family: 'novelSansRoundedProExLt', arial; text-shadow: rgba(0,0,0,0.5) 1px 1px 2px; }
.header .phone a { color: #fff; }
.header .phone small { font-size: 12px; position: relative; margin-right: 8px; top: -4px; }

.header .nav { float: right; }

.nav { padding-top: 5px; } 
.nav ul { overflow: hidden; }
.nav li { float: left; line-height: 12px; } 
.nav li + li { border-left: 1px solid #fff; margin-left: 17px; padding-left: 18px; }
.nav a { font-family: 'novelSansRdPro', arial; color: #000; font-size: 13px; line-height: 12px; letter-spacing: 1px; position: relative; top: -1px; } 
.nav a:hover { color: #4b5123; }

/* ================================================================ *\
    #intro
\* ================================================================ */

.intro { background: url(images/intro-bg.png) no-repeat center 0; height: 197px; }

.intro-title { float: left; width: 280px; padding-top: 70px; margin-left: -13px; }
.intro-title h1 { letter-spacing: -2px; }
.intro-title p { font-family: 'novelSansRoundedLight', arial; font-size: 12px; color: #5c330f; line-height: 14px; text-transform: uppercase; padding-left: 6px; }

.intro-entry { float: right; width: 475px; padding: 93px 0 0 0; }
.intro-entry p { font-family: 'novelSansRdPro', arial; font-size: 20px; line-height: 22px; color: #65351b; }

/* ================================================================ *\
    #main
\* ================================================================ */
.main { background: url(images/main-bg.png) repeat 0 0; position: relative; padding-bottom: 82px; }

.main-head { background: url(images/nav-secondary.jpg) no-repeat center 0; height: 114px; }

/* ================================================================ *\
    #nav-secondary
\* ================================================================ */

.nav-secondary { margin: 0 -53px; }
.nav-secondary ul { overflow: hidden; }
.nav-secondary li { float: left; text-align: center; }
.nav-secondary li { width: 308px; padding-top: 38px; }
.nav-secondary li:first-child + li { width: 378px; }
.nav-secondary a { font-family: 'novelSansRoundedLight', arial; font-size: 14px; color: #323714; line-height: 22px; }
.nav-secondary a strong { display: block; font-weight: normal; font-family: 'novelSansRdPro', arial; color: #65351b; font-size: 21px; }

.main-body { position: relative; }
.main-body .shell { position: relative; z-index: 3; }
.main-body-top { background: url(images/main-top.jpg) no-repeat center 0; position: absolute; top: 0; left: 0; width: 100%; height: 219px; }
.main-bottom { background: url(images/main-bottom.jpg) no-repeat center 0; width: 100%; position: absolute; bottom: 0; left: 0; height: 215px; z-index: 2; }
.main-top { background: url(images/main-top2.png) no-repeat center 0; width: 100%; position: absolute; top: -13px; left: 0; height: 13px; }

.main-secondary { background-image: url(images/main2.jpg); background-repeat: repeat-x;  }
.main-secondary .shell { width: 994px; }
.main-secondary .main-bottom { background-image: url(images/main-foot2.jpg); background-repeat: repeat-x;  }

.main-bg { background: url(images/bg-main.jpg) repeat 0 0; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }

/* ================================================================ *\
    #article
\* ================================================================ */

.article { text-align: center; padding: 110px 0 0 0; max-height: 1000000px; }

.article .article-head { background: url(images/lines.png) no-repeat center bottom; padding: 0 0 46px 0; background-size: 100% auto; margin-bottom: 33px; }

.article .article-container { padding-bottom: 23px; }

.article .article-entry { text-align: right; width: 650px; float: left; padding-top: 9px; margin-left: -20px; max-height: 1000000px; }
.article .article-entry h3 { padding: 0 0 16px 0; }

.article  .article-image-wrapper { float: right; }
.article  .article-image-wrapper p { font-size: 22px; line-height: 24px; font-family: 'novelProExLight', arial; color: #3f3e2f; padding-top: 5px; }
.article .article-image { background: url(images/img-bg.png) no-repeat 0 0; width: 211px; height: 236px; overflow: hidden; padding: 9px 11px; margin-right: -11px; }
.article .article-image a { display: block; border-radius: 4px; overflow: hidden; }

.article .article-foot { background: url(images/lines2.png) no-repeat center 0; margin-top: 58px; padding-top: 31px; }
.article .article-body { max-height: 1000000px; }
.article .article-body > p { clear: both; *zoom: 1; }
.article .article-foot h3 { font-size: 18px; color: #3e4126; line-height: 22px; font-family: 'novelSansRdPro', arial; }

/* ================================================================ *\
    #article-about
\* ================================================================ */

.main .shell { position: relative; z-index: 3; }
.article-about { padding: 65px 0 0 45px; max-height: 1000000px; }
.article-about .article-aside { width: 235px; float: left; }
.article-about .article-aside h3 { font-family: 'novelSansRoundedLight', arial; color: #603015; font-size: 24px; line-height: 28px; background: url(images/line.png) no-repeat center top; margin-left: -11px;  padding: 42px 0 16px 11px; }
.article-about .article-aside p { font-family: 'novelSansRdPro', arial; font-size: 15px; line-height: 24px; color: #332e23; padding-bottom: 20px; padding-right: 35px; }
.article-about .article-aside p + p { font-family: 'novelProExLight', arial; color: #645b4c; }

.article-about .article-image { background: url(images/img-bg.png) no-repeat 0 0; width: 211px; height: 236px; display: inline; }
.article-about .article-image img { display: block; border-radius: 4px; overflow: hidden; margin-right: 10px; }

.article-about .article-content { width: 890px; float: left; padding: 30px 0 0 20px; } 
.article-about .article-title { background: url(images/lines.png) no-repeat center bottom; padding: 0 50px 27px 58px; margin-bottom: 21px; }
.article-about .article-title h2 { font-size: 28px; }
.article-about .article-entry { padding: 0 30px 0 58px; max-height: 1000000px; }
.article-about .article-entry p { padding-bottom: 20px; }
.article-about .article-entry p:first-child { padding-right: 70px; }
.article-about .article-entry strong { font-family: 'novelSansRdPro', arial; }
.article-about .article-entry h5 { font-family: 'novelProExLight', Arial, sans-serif; font-size: 15px; line-height: 24px; color: #332e23; font-weight: normal; }
.article-about .article-foot { background: url(images/line2.png) no-repeat center 0; padding: 37px 0 0 0px; color: #3e4126; margin-top: 10px; }
.article-about .article-foot h3 { color: #3e4126; text-align: center; }

.list-dots { padding: 0 0 20px 19px; }
.list-dots li { font-family: 'novelSansRdPro', arial; position: relative; background: url(images/dot.png) no-repeat 0 10px; padding: 0 0 0 10px; }

/* ================================================================ *\
    #footer
\* ================================================================ */

.footer { background: url(images/footer.png) no-repeat center 0; height: 305px; margin-top: -8px; position: relative; z-index: 3; }
.footer .shell { width: 984px; }

.footer-col1,
.footer-col2,
.footer-col3 { float: left; }

.footer-col1,
.footer-col3 { width: 287px; }

.footer-col2 { width: 410px; }

.article-person { text-align: center; padding-top: 55px; }
.article-person h2 { font-size: 48px; line-height: 52px; color: #a38a5b; font-family: 'novelProExLight', arial;  text-shadow: rgba(255,255,255,0.3) 0px 0px 10px;}
.article-person h3 { font-size: 12px; color: #fff; margin-top: -6px; padding-bottom: 5px; }
.article-person p { font-size: 12px; color: #ba9e68; font-family: 'novelSansRoundedLight', arial; }

.contacts { text-align: left; padding-top: 46px; }
.contacts h4 { color: #a38a5b; font-size: 12px; line-height: 20px; font-family: 'novelSansRoundedProExLt', arial; font-weight: normal; text-transform: uppercase; padding-bottom: 9px; }
.contacts p { color: #fff; font-size: 13px; line-height: 20px; font-family: 'novelSansRoundedProExLt', arial; padding-bottom: 15px; }
.contacts h3 { font-size: 18px; line-height: 20px; color: #fff; text-shadow: rgba(0,0,0,0.5) 1px 1px 2px; font-family: 'novelSansRdPro', arial; } 
.contacts h3 a { color: #fff; } 

.contacts-secondary { text-align: right; }

/* ================================================================ *\
    #socials
\* ================================================================ */

.socials { text-align: center; padding-top: 5px; margin-top: -10px; }
.socials li { display: inline-block; *zoom: 1; *display: inline; padding: 0 6px; }
.socials li a { display: block; width: 19px; height: 19px; background-position: center center; background-repeat: no-repeat; font-size: 0; line-height: 0; text-indent: -4000px; opacity: 0.5;filter:alpha(opacity=50);}

.link-rss { background-image: url(images/ico-rss.png); display: none; visibility: hidden; }
.link-twitter { background-image: url(images/ico-twitter.png); display: none; visibility: hidden; }
.link-linkedin { background-image: url(images/ico-linkedin.png); }

/* ================================================================ *\
    #nav-footer
\* ================================================================ */

.nav-footer { text-align: center; padding-top: 24px; }
.nav-footer ul { overflow: hidden;  }
.nav-footer li { display: inline; line-height: 13px; }
.nav-footer li + li { border-left: 1px solid #7b603a; padding-left: 22px; margin-left: 20px; }
.nav-footer a { font-family: 'novelSansRdPro', arial; font-size: 13px; color: #7b603a; line-height: 13px; text-transform: uppercase; }


/* ================================================================ *\
    #copyright
\* ================================================================ */

.copyright { background: url(images/copyright.png) repeat 0 0; text-align: center; padding: 18px 0 30px 0; }
.copyright p { display: inline; color: #696354; font-size: 12px; line-height: 13px; font-family: 'novelSansRdPro', arial; padding: 0 27px; }


/* Custom Styles by Aroma*/

.footer .footer-col1 a, .footer .footer-col3 a {
    color: #FFF;
    font-size: 13px;
}

.copyright a {
    color: #696354;
    font-size: 12px;
}

.intro-title a:hover {
    text-decoration: none;
}

/* Responsive CSS Starts Here */

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

.main-secondary .shell { width: auto; max-width: 994px; }

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

.header .nav-btn,
.header .nav-burger { display: none; }

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

body { min-width: 320px; }

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

.wrapper { overflow: hidden; }

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

.shell { width: auto; max-width: 890px; }
.shell:after { content: ''; display: block; width: 100%; clear: both; }

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

.footer .shell { max-width: 984px; }

@media(max-width: 1024px){

    /* ------------------------------------------------------------ *\
        Phone
    \* ------------------------------------------------------------ */
    
    .phone { margin-top: -3px; }
    
    .header .phone small { top: -3px; }

    .about-page .header .phone small,
    .services-page .header .phone small,
    .fees-page .header .phone small,
    .resources-page .header .phone small { top: -2px; }
	
	/* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */
	
	.footer .shell { padding: 0 20px; }

	/* ------------------------------------------------------------ *\
		Main
	\* ------------------------------------------------------------ */
	
	.main { padding-bottom: 40px; }

	/* ------------------------------------------------------------ *\
		Article About
	\* ------------------------------------------------------------ */
	
	.article-about { padding: 0; }

	.article-about .article-content { width: 100%; padding-left: 0; box-sizing: border-box; }
	.article-about .article-title { padding: 0 30px 27px; box-sizing: border-box; background-size: 100% 11px; }
	.article-about .article-foot { background-size: 100% 11px; }
	.article-about .article-entry { padding: 0 30px; }
}

@media(max-width: 1023px){
	
	/* ------------------------------------------------------------ *\
		Shell
	\* ------------------------------------------------------------ */
	
	.shell { max-width: 100%; padding: 0 20px; }

	/* ------------------------------------------------------------ *\
		Nav
	\* ------------------------------------------------------------ */
	
	.nav li + li { padding-left: 12px; margin-left: 12px; }

	/* ------------------------------------------------------------ *\
		Main
	\* ------------------------------------------------------------ */
	
	.main .main-head { background-size: 160% 100%; }

	/* ------------------------------------------------------------ *\
		Nav Secondary
	\* ------------------------------------------------------------ */
	
	.nav-secondary { padding-top: 27px; margin: 0; }

	.nav-secondary ul { display: table; width: 100%; vertical-align: middle; }
	.nav-secondary li { float: none; width: 33.3%; padding-top: 0; display: table-cell; vertical-align: middle; }
	.nav-secondary li:first-child + li { width: 33.3%; }

	/* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */
	
	.intro { background-position: -550px 0; }
	
	.intro .intro-title { width: 250px; margin-left: 0; }
	.intro .intro-entry p { font-size: 18px; text-align: right; }

	/* ------------------------------------------------------------ *\
		Article
	\* ------------------------------------------------------------ */
	
	.article .article-entry { width: 73%; margin: 0; }
	.article .article-image { width: auto; height: auto; margin: 0; background-size: 100% 100%; }
	
	.article .article-image-wrapper { width: 25%; padding-top: 10px; margin: 0; }
	.article .article-image img { width: 100%; height: auto; }

	/* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */
	
	.footer { background: url(images/footer-mobile-background.png) repeat 0 0; }

	.footer .shell { width: 100%; box-sizing: border-box; }
	.footer .footer-cols { width: 100%; }
	.footer .socials { margin-top: 0; }
	.footer .footer-col2 { padding: 0 10px; }

	.footer .footer-col1,
	.footer .footer-col2,
	.footer .footer-col3 { width: 33.3%; box-sizing: border-box; }

	/* ------------------------------------------------------------ *\
		Article Person
	\* ------------------------------------------------------------ */
	
	.article-person h2 { font-size: 32px; }

	/* ------------------------------------------------------------ *\
		Copyright
	\* ------------------------------------------------------------ */
	
	.copyright { padding: 10px 0; }

	.copyright p { padding: 0; }
	.copyright p:first-child { float: left; padding-top: 4px; }
	.copyright p:last-child { float: right; padding-top: 2px; }
}

@media(max-width: 767px){

    /* ------------------------------------------------------------ *\
        Main Top
    \* ------------------------------------------------------------ */
    
    .main-top { display: none; }

	/* ------------------------------------------------------------ *\
		Article About
	\* ------------------------------------------------------------ */
	
	.article-about { padding-top: 0; }
	
	.article-about .article-content { float: none; padding-top: 9px; }

	.article-about .article-title { padding: 0 0 20px; text-align: center; }
	.article-about .article-title h2 { font-size: 24px; }

	.article-about .article-entry { padding: 0; }
	.article-about .article-entry p { padding-bottom: 9px; }
	.article-about .article-entry p br:first-child { display: none; }
	
	.article-about .article-image { float: none; display: block; width: 100%; height: auto; padding: 20px; text-align: center; box-sizing: border-box; background-size: 100% 100%; }
	.article-about .article-image a { display: block; }
	.article-about .article-image img { float: none; width: 100%; height: auto; margin: 0; }
	
	/* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */
	
	.intro { padding: 15px 0; margin-bottom: 20px; height: auto; background: url(images/intro-bg-mobile.png) repeat 0 0; }
	
	.intro .intro-entry { float: none; width: auto; padding-top: 13px; text-align: center; }
	.intro .intro-entry p { text-align: center; }

	.intro .intro-title { float: none; width: auto; padding: 0; text-align: center; }
	.intro .intro-title h1 { font-size: 30px; line-height: 1; margin-bottom: 4px; }
	.intro .intro-title p { padding: 0; font-size: 10px; }

	/* ------------------------------------------------------------ *\
		Background
	\* ------------------------------------------------------------ */
	
	.background { height: auto; padding-bottom: 20px; background-size: cover; }

	/* ------------------------------------------------------------ *\
		Resources Page
	\* ------------------------------------------------------------ */
	
	.about-page .background-secondary,
	.services-page .background-secondary,
	.fees-page .background-secondary,
	.resources-page .background-secondary { height: auto; padding-bottom: 20px; background-size: cover; }
	
	.resources-page .article-about a { display: inline-block; padding-top: 8px; font-size: 16px; line-height: 1; }

	.about-page .header .phone small,
	.services-page .header .phone small,
	.fees-page .header .phone small,
	.resources-page .header .phone small { top: -2px; }
	
	.about-page .article-about,
	.services-page .article-about,
	.fees-page .article-about,
	.resources-page .article-about { padding-bottom: 26px; }

	/* ------------------------------------------------------------ *\
		Section Services
	\* ------------------------------------------------------------ */
	
	.services-page .article-about .article-entry p:first-child { padding-right: 0; }

	/* ------------------------------------------------------------ *\
		List Dots
	\* ------------------------------------------------------------ */
	
	.list-dots { padding: 4px 0 10px 10px; }	

	.list-dots li { margin-bottom: 5px; line-height: 1.2; background-position: 0 6px; }

	/* ------------------------------------------------------------ *\
		Nav Secondary
	\* ------------------------------------------------------------ */
	
	.nav-secondary { padding: 20px 0; }

	.nav-secondary ul { display: block; }
	.nav-secondary li { float: none; display: block; width: 100%; margin-bottom: 15px; text-align: center; }
	.nav-secondary li:last-child { margin-bottom: 0; }
	.nav-secondary li:first-child + li { float: none; display: block; width: 100%; }
	.nav-secondary a { font-size: 12px; }
	.nav-secondary a strong { font-size: 18px; }

	/* ------------------------------------------------------------ *\
		Main 
	\* ------------------------------------------------------------ */
	
	.main { padding-bottom: 15px; }

	.main .main-head { height: auto; background: url(images/nav-secondary-mobile-bg.png) repeat 0 0; }

	/* ------------------------------------------------------------ *\
		Article
	\* ------------------------------------------------------------ */
	
	.article { padding: 20px 0; }
	
	.article h2 { font-size: 24px; line-height: 1.1; }
	
	.article .article-head { padding-bottom: 25px; margin-bottom: 10px; background-size: auto; }
	.article .article-image-wrapper { position: absolute; min-width: 160px; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.article .article-entry { float: left; width: 100%; text-align: left; }
	.article .article-container { position: relative; padding-top: 210px; }
	.article .article-foot { margin-top: 0; }

	/* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */
	
	.footer { padding: 10px 0; height: auto; }

	.footer .footer-col2 { margin-top: -10px; }
	.footer .socials { padding-top: 16px; }

	.footer .footer-col1,
	.footer .footer-col2,
	.footer .footer-col3 { float: none; width: 100%; text-align: center; padding-top: 10px; }

	/* ------------------------------------------------------------ *\
		Contacts
	\* ------------------------------------------------------------ */
	
	.contacts { padding-top: 10px; text-align: center; }
	
	.contacts p { padding-bottom: 0; }
	.contacts h4 { padding-bottom: 0; }

	/* ------------------------------------------------------------ *\
		Article Person
	\* ------------------------------------------------------------ */
	
	.article-person { padding-top: 10px; }
	
	.article-person p { margin-top: -10px; }

	/* ------------------------------------------------------------ *\
		Nav Footer
	\* ------------------------------------------------------------ */
	
	.nav-footer { padding-bottom: 20px; }

	.nav-footer li { float: none; display: block; width: 100%; padding: 0; margin: 0; border: 0; }
	.nav-footer li + li { padding: 0; margin: 10px 0 0; border: 0; }

	/* ------------------------------------------------------------ *\
		Copyright
	\* ------------------------------------------------------------ */
	
	.copyright p:first-child { margin-bottom: 4px; }

	.copyright p:first-child,
	.copyright p:last-child { float: none; display: block; width: 100%; }

	/* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */
	
	.header { padding: 15px 0 11px; }

	.header .nav-burger { float: right; padding-right: 20px; margin-top: 9px; }
    .header .shell { padding: 0; }
    
    .header .phone { padding-left: 20px; }
    .header .phone small { top: -3px; }

	.header .nav-btn,
	.header .nav-burger { display: block; }

	/* ------------------------------------------------------------ *\
		Nav
	\* ------------------------------------------------------------ */
	
	.nav { position: static; width: 100%; max-height: 0; padding: 0 10px; overflow: hidden; text-align: center; background: url(images/footer-mobile-background.png) repeat 0 0; box-sizing: border-box; z-index: 100; transition: .7s; }
	
	.nav li { float: none; display: block; width: 100%; }
	.nav li + li { padding: 0; margin: 15px 0 0; border: 0; }
	.nav a { color: #fff; }

	/* ------------------------------------------------------------ *\
		Nav Btn
	\* ------------------------------------------------------------ */
	
	.nav-btn { position: absolute; opacity: 0; }
	.nav-burger { position: relative; display: inline-block; cursor: pointer; z-index: 110; }
	.nav-burger span { position: relative; display: inline-block; vertical-align: middle; width: 26px; height: 15px; border-top: 4px solid #fff; }

	.nav-burger span:before,
	.nav-burger span:after { position: absolute; width: 100%; height: 4px; background: #fff; content: ''; }

	.nav-burger span:before { top: -12px; }
	.nav-burger span:after { top: 4px; }

	.nav-burger span:before,
	.nav-burger span:after,
	.nav-burger span { 
	-webkit-transition: all .3s linear; 
	        transition: all .3s linear; 
	}

	.nav-btn:checked ~ .nav { max-height: 1000px; padding: 20px 10px; }

	.nav-btn:checked ~ .nav-burger span { border-color: transparent; }

	.nav-btn:checked ~ .nav-burger span:before,
	.nav-btn:checked ~ .nav-burger span:after { background: #e70000; }

	.nav-btn:checked ~ .nav-burger span:before { 
	-webkit-transform: rotate(45deg) translate(5px, 6px);
	    transform: rotate(45deg) translate(5px, 6px);

	}
	.nav-btn:checked ~ .nav-burger span:after { 
	-webkit-transform: rotate(-45deg) translate(5px, -6px);
	    transform: rotate(-45deg) translate(5px, -6px); 
	}

    /* ------------------------------------------------------------ *\
        Phone
    \* ------------------------------------------------------------ */
    
    .phone { margin-top: 0; }
}

/* .bookbutton {filter: hue-rotate(232deg); -webkit-filter: hue-rotate(232deg)} */
.main {padding-bottom: 45px;}
.article-foot {text-align: center;}

@media (max-width: 767px){ .background {height: 450px !important;}}

@media (min-width: 767px){ .main .main-head.dual {background: url(images/nav-secondary-dual.jpg) no-repeat center 0;} .main-head.dual .nav-secondary li { width: 495px; }}

