body { background: #f5f5f5 url("../images/emotion.jpg") no-repeat fixed right bottom; width: 100%; position: static; margin: 0; padding: 0; font-family: 'Lato', sans-serif; color: #333; font-size: 100.01%; font-weight: 400; line-height: 130%; }

	#content a { color: #e68717; text-decoration: underline; }
	#content a:hover { background: #e68717; color: #fff; text-decoration: none; }
	a:focus { outline: none; }
	img { margin: 0; padding: 0; border: 0; }
	.clear { clear: both; padding: 0; height: 0; margin: 0; }

	h1, h2, h3, h4, p, table { line-height: 135%; margin: 0px 0px 15px 0px; }
	h1 { font-size: 32px; font-weight: 400; color: #e68717; margin: 0 0 10px 0; }
	h2 { font-size: 22px; font-weight: 400; color: #e68717; margin: 0 0 10px 0; }
	h3 { font-size: 18px; font-weight: 400; color: #e68717; border-bottom: 1px dotted #333; padding: 15px 0 0 0; margin: 0 0 10px 0; }
	#content ol li, #content ul li { padding: 0 0 10px 0; }

.widthFix { max-width: 1200px; position: relative; margin: 0 auto; padding: 0 40px; }

#header { width: 100%; position: relative; z-index: 1000; }
	#header .widthFix { height: 230px; }
		#logo { position: absolute; bottom: 0; right: 40px; }
		#logo a, #logo img { display: block; width: 500px; height: auto; }

#main { width: 100%; position: relative; }

#columnLeft { width: 300px; float: left; padding: 0 70px 70px 0; position: relative; z-index: 1000; }
		#mainNav { width: 100%; border-bottom: 1px solid #fff; border-top: 1px solid #ddd; position: relative; opacity: 1; transition: opacity .5s; }
		#mainNav ul { margin: 0; padding: 0; list-style-type: none; }
		#mainNav ul li { display: inline; }
		#mainNav ul li a { display: block; position: relative; font-size: 22px; font-weight: 400; line-height: 54px; color: #666; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; padding: 0 0 0 15px; text-decoration: none; }
			#mainNav ul li a:hover, #mainNav ul li.active a, #mainNav ul li.current a { background: #fff; color: #e68717; }
			#mainNav ul li.active a:after, #mainNav ul li.current a:after { display: block; content:'»'; font-size: 40px; line-height: 1.15em; position: absolute; top: 0; right: 15px; }

#content { height: 100%; padding: 100px 0; position: relative; overflow: hidden; z-index: 1; }
		
#footer { width: 100%; font-size: 16px; line-height: 150%; color: #666; position: relative; }
	#footer .widthFix { max-width: 1084px; height: 150px; padding: 0 98px; }
		#footer .footerHead { width: 100%; height: 35px; border-bottom: 3px solid #1a2265; }	
			#footer .footerText { font-size: 22px; position: absolute; top: 0; left: 98px; }
			#footer .footerNav { position: absolute; top: 0; right: 83px; }
				#footer .footerNav ul { margin: 0; padding: 0; list-style-type: none; }
					#footer .footerNav ul li { display: inline; }
						#footer .footerNav ul li a { display: block; font-size: 22px; font-weight: 400; line-height: 120%; color: #666; float: left; text-decoration: none; padding: 0 15px; }
							#footer .footerNav ul li a:hover, #footer .footerNav ul li.current a { color: #e68717; }
		#footer .address { position: absolute; left: 98px; bottom: 30px; }
		#footer .contact { position: absolute; left: 430px; bottom: 30px; }	
			#footer .contact a { color: #666; text-decoration: none; }
				#footer .contact a:hover { background: #e68717; color: #fff; text-decoration: none; }
		#footer .copyright { font-size: 13px; font-weight: 400; line-height: 130%; text-align: right; position: absolute; right: 98px; bottom: 30px; }
			#footer .copyright a { color: #666; text-decoration: none; }
				#footer .copyright a:hover { background: #e68717; color: #fff; }
		#footer .decoLeft, #footer .decoRight { background: url(/gfx/decoFooter.png) no-repeat; width: 38px; height: 15px; position: absolute; top: 29px; left: 40px; }
		#footer .decoRight { left: auto; right: 40px; }

/* Responsive Menu */
#toggle { display: none; width: 35px; height: 35px; margin: 0 auto; padding: 20px 0 0 0; }
#toggle span:after, #toggle span:before { content: ""; position: absolute; left: 0; top: -10px; }
#toggle span:after { top: 10px; }
#toggle span { position: relative; display: block; }
#toggle span, #toggle span:after, #toggle span:before { width: 100%; height: 6px; background-color: #888; transition: all 0.4s; backface-visibility: hidden; border-radius: 3px; }

/* on activation */
#toggle.on span { background-color: transparent; }
#toggle.on span:before { -moz-transform: rotate(45deg) translate(6px, 6px); -webkit-transform: rotate(45deg) translate(6px, 6px); -o-transform: rotate(45deg) translate(6px, 6px); -ms-transform: rotate(45deg) translate(6px, 6px); transform: rotate(45deg) translate(6px, 6px); }
#toggle.on span:after { -moz-transform: rotate(-45deg) translate(8px, -9px); -webkit-transform: rotate(-45deg) translate(8px, -9px); -o-transform: rotate(-45deg) translate(8px, -9px); -ms-transform: rotate(-45deg) translate(8px, -9px); transform: rotate(-45deg) translate(8px, -9px); }
#toggle.on + #mainNav { opacity: 1; }

/* Fix for some issues 
------------------------------------------- */

@media (max-width: 1140px) {

.widthFix { padding: 0 30px; }

#header { width: 100%; position: relative; z-index: 1000; }
	#header .widthFix { height: 180px; }
		#logo { right: 30px; }
		#logo a, #logo img { width: 400px; }

#columnLeft { width: 240px; padding: 0 50px 50px 0; }
		
#mainNav ul li a { font-size: 18px; line-height: 47px; padding: 0 0 0 10px; }
	#mainNav ul li.active a:after, #mainNav ul li.current a:after { font-size: 34px; right: 10px; }

#content { padding: 80px 0; }

#footer .widthFix { padding: 0 88px; }	
#footer .footerText { left: 88px; }
#footer .footerNav { right: 73px; }
#footer .address { left: 88px; }
#footer .contact { left: 410px; }
#footer .copyright { right: 88px; }
#footer .decoLeft, #footer .decoRight { left: 30px; }
#footer .decoRight { left: auto; right: 30px; }

}

/* Portrait tablet to landscape and desktop 
------------------------------------------- */

@media (max-width: 979px) {

.widthFix { padding: 0 20px; }

#header .widthFix { height: 180px; }
	#logo { width: 360px; position: relative; right: auto; margin: 0 auto; padding-top: 30px; }
	#logo a, #logo img { width: 360px; }

#columnLeft { width: 100%; float: none; padding: 0 0 40px 0; }
	#toggle { display: block; }
	#mainNav { background: #ddd; position: absolute; opacity: 0; border-top: 1px solid #bbb; border-bottom: 1px solid #eee; }
	#mainNav ul li a { display: block; position: relative; font-size: 20px; color: #333; line-height: 50px; text-align: center; border-top: 1px solid #eee; border-bottom: 1px solid #bbb; }
		#mainNav ul li.active a:after, #mainNav ul li.current a:after { display: none; content:''; }

#content { padding: 0 0 60px 0; }

#footer .widthFix { height: auto; padding: 0 20px 30px 20px; }
	#footer .footerHead { width: 100%; height: 35px; border-bottom: 3px solid #1a2265; }	
		#footer .footerText { display: none; }
		#footer .footerNav { width: 290px; position: absolute; top: 0; left: 50%; right: auto; margin: 0 0 0 -145px; }
	#footer .address, #footer .contact, #footer .copyright { padding: 20px 0 0 0; position: relative; left: auto; right: auto; bottom: auto; text-align: center; }
	#footer .decoLeft, #footer .decoRight { display: none; }

}
	
/* Landscape phone to portrait tablet 
------------------------------------- */

@media (max-width: 767px) {

html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }

body { background-image: none; }

#header .widthFix { height: 160px; }
	#logo { width: 300px; }
	#logo a, #logo img { width: 300px; }

#columnLeft { padding: 0 0 30px 0; }

}


/* Landscape phones and down 
---------------------------- */

@media (max-width: 479px) {

h1 { font-size: 26px; }
	h2 { font-size: 20px; }
	h3 { font-size: 16px; }

.widthFix { padding: 0 15px; }

#header .widthFix { height: 130px; }
	#logo { width: 220px; }
	#logo a, #logo img { width: 220px; }

#content { padding: 0 0 40px 0; }

#footer { font-size: 14px; }
#footer .widthFix { padding: 0 15px 20px 15px; }
#footer .footerNav { width: 240px; margin: 0 0 0 -120px; }
#footer .footerNav ul li a { font-size: 19px; padding: 0 10px; }
#footer .copyright { font-size: 12px; }

}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
