/*
Theme Name: Bay of Islands Sailing Week
Author: Big Fish Creative
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0;}
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}
.clear { height: 1px; background: transparent; width: 100%; clear: both; margin: 0 !important; }

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.wrapper { width: 100%; padding: 0 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container { width: 980px; margin: 0 auto; padding: 0 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inset { padding: 6% 8%; }
.align-left { float: left; }
.align-right { float: right; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0; clear: right; }

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

::selection { background: #006699; color: #fff; }
::-moz-selection { background: #006699; /* Firefox */ color: #fff; }
::-webkit-selection { background: #006699; /* Safari */ color: #fff; }

html, body { height: 100%; background: #fff url('gfx/bg-body.png') repeat 0 0; }

/* TABLES */

table { border-left: 1px solid #cecece; border-top: 1px solid #cecece; width: 100%; margin-top: 30px; }
th, td {border-bottom: 1px solid #cecece; border-right: 1px solid #cecece; padding: 10px 15px; text-align: left; }
th { background: #e7e7e7; font-weight: bold; }
table.rows { border: none; }
table.rows td { border-right: none; }
	
hr { width: 100%; clear: both; height: 1px; background: #cecece; outline: none; border: none; margin: 20px 0; }

/* FORMS */

label { display: inline-block; font-weight: 700; padding-bottom: 5px; font-size: 15px; vertical-align: top; }
.wpcf7-list-item label { font-weight: 400; }
label span:not(.wpcf7-list-item-label) { color: red; }
label.no-cursor { cursor: default; }
small span { color: #7b7e85; font-size: 16px; font-style: normal; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="confirm_email"], select, textarea { display: block; background: #f9f9f9; color: #656565; padding: 8px 14px; border: 1px solid #d3d3d3; outline: 0; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 23px; font-weight: 500; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08); -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08); }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
textarea { height: 150px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="confirm_email"]:focus, select:focus, textarea:focus { background: #eff7ff; border-color: #006699; color: #006699; -webkit-box-shadow: 0 0 5px rgba(0, 102, 153, 1); -moz-box-shadow: 0 0 5px rgba(0, 102, 153, 1); box-shadow: 0 0 5px rgba(0, 102, 153, 1); }
input[type="submit"] { display: inline-block; font-size: 16px; line-height: 20px; text-transform: uppercase; background-color: #006699; color: #fff; padding: 10px 25px; border: none; outline: none; position: relative; cursor: pointer; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
input[type="submit"]:hover, input[type="submit"]:active { background-color: #00a2f3; color: #fff; }
input[type="submit"]:disabled { cursor: not-allowed; background-color: #eee; }
#contact-captcha { margin-bottom: 20px; }
div.wpcf7-response-output { margin: 2em 0 1em 0 !important; padding: 10px 15px !important; border-width: 1px !important; background: #fffef0 !important; color: #656565 !important; }
div.wpcf7-validation-errors { border: 1px solid #ff0000 !important; background: #ffe7e7 !important; color: red !important; text-shadow: none; }
span.wpcf7-not-valid-tip { font-size: 14px !important; font-style: italic; width: auto !important; padding: 3px 8px; color: red !important; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { background: #f1ffeb !important; color: #398F14 !important; font-weight: 700; }

/* LISTS */

ul, ol, dl { margin-left: 35px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
.list-reset { margin: 0; padding: 0; list-style: none; }

/* IMAGES */

img { max-width: 100%; height: auto; }
.full-width-image { width: 100%; }
.desaturate { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.desaturate:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.rounded { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.cover { position: relative; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; overflow: hidden; }
.alignleft,
.alignright,
.aligncenter { margin-bottom: 15px; }
.alignnone { margin-bottom: 0; }
.alignleft,
.alignright { display: inline; }
.alignleft { margin-right: 25px; float: left; }
.alignright { margin-left: 25px; float: right; }
p img,
.wp-caption { margin-top: 5px; }
.wp-caption { margin-bottom: 15px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption { border: none; background: transparent; padding: 0; width: auto !important; }
.wp-caption img { display: block; line-height: 0; width: 100%; }
.wp-caption-text { font-style: italic; background: #e7e7e7; font-size: 13px; line-height: 18px; padding: 10px; margin: 0; }
.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text { max-width: 440px; }

/* TEASERS */

#page-teasers { overflow: hidden; width: 100%; clear: both; }
.teaser-list { overflow: hidden; }
.teaser { margin-bottom: 20px; }
.teaser:hover h4 { color: #00a2f3; }
.teaser-image { display: block; line-height: 0; }
.teaser-image img { border: 1px solid #cecece; width: 93.2%; padding: 3%; margin-bottom: 10px; }
.teaser-image:hover img { border-color: #666; -moz-box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); -webkit-box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); }
.rounded { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* BUTTONS */

.cta-button { font-family: 'Open Sans', sans-serif; background: #d42b43; border: 0; border-radius: 3px; color: #fff; display: block; font-size: 14px; font-weight: bold; line-height: 18px; margin: 0 0 5px 0; padding: 10px 0; width: 100%; outline: none; cursor: pointer; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.cta-button:hover { background-color: #f6d5d9; color: #d42b43; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.5; color: #666666; }

p, ul, ol, blockquote, table, fieldset, form { margin-bottom: 20px; }

strong { font-weight: 600; }
em, i { font-style: italic; }
small { font-size: 13px; font-style: italic; }
caption { text-align: left; }

.half-height { margin-bottom: 8px; }
.kicker { font-size: 18px; line-height: 26px; font-weight: 700; }
.success { background: #f1ffeb; color: #398F14; border: 1px solid #398F14; padding: 15px 20px; font-weight: 700; }
.featured { border-left: 5px solid #006699; padding: 18px 20px 0 22px; background-color: #e4f6ff; color: #464646; overflow: hidden; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

.centered { text-align: center;}
.upper { text-transform: uppercase; }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: 'Yanone Kaffeesatz', sans-serif; margin: 0 0 15px 0; color: #006699; font-weight: 400; line-height: 1.1; }
h1 { font-size: 38px; line-height: 42px; padding-bottom: 12px; margin-bottom: 20px; border-bottom: 1px solid #cecece; }
h2 { font-size: 34px; margin-bottom: 20px; }
h3 { font-size: 30px; }
h3.section-heading { color: #666; font-size: 24px; border-bottom: 1px solid #cecece; padding-bottom: 12px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

/* LINKS */

a { text-decoration: none; color: #006699; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:hover, a:active { color: #00a2f3; }

.more-link { display: inline-block; padding: 10px 10px 10px 0; font-size: 16px; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#global-header { position: relative; z-index: 10; }	
	
	/* MAIN NAV */
	
	#main-nav { background-color: #fff; padding-top: 20px; padding-bottom: 20px; }
	#responsive-nav { display: none; }
	#menu-main-navigation { zoom: 1; list-style: none; padding: 0; display: table; margin: 0 auto; }
	#menu-main-navigation > li { display: inline-block; margin: 0; position: relative; }
	#menu-main-navigation li > a { display: block; position: relative; font-size: 15px; line-height: 15x; font-weight: 600; padding: 2px 12px; }
	#menu-main-navigation > li:hover > a, #menu-main-navigation li.current-menu-item > a, #menu-main-navigation li.current-menu-parent > a, #menu-main-navigation li.current-page-ancestor > a, .single-post #menu-main-navigation li#menu-item-36 > a, .single-boisw_gallery #menu-main-navigation li#menu-item-37 > a, .tax-gallery_type li#menu-item-37 > a { color: #00a2f3; }
	#menu-main-navigation ul.sub-menu { display: none; -moz-box-shadow: 0 3px 3px rgba(255,255,255,0.2); -webkit-box-shadow: 0 3px 3px rgba(255,255,255,0.2); box-shadow: 0 3px 3px rgba(255,255,255,0.2); margin: 0; list-style: none; padding-top: 20px; position: absolute; top: 17px; left: 0; width: 245px; z-index: 100; border-bottom: 5px solid #fff; }
	#menu-main-navigation ul.sub-menu li { margin: 0; border-bottom: 1px dotted #cecece; background-color: #fff; }
	#menu-main-navigation ul.sub-menu li:last-child { border-bottom: none; }
	#menu-main-navigation ul.sub-menu a { width: 205px; padding: 10px 20px; font-size: 15px; line-height: 22px; font-weight: 400; }
	#menu-main-navigation li:hover > ul { display: block; }
	
	#slider { width: 1110px; margin: 0 auto 25px auto; position: relative; height: 345px; background-color: #eee; }
	#slider:before, #slider:after { content: ""; position: absolute; z-index: -1; box-shadow: 0 0 30px rgba(0,0,0,0.3); top: 50%; bottom: 0; left: 20px; right: 20px; border-radius: 200px / 30px; }
	#slides { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
	#slides li { margin: 0; line-height: 0; }
	#slides img { background-color: #eee; width: 98.5%; padding: 0.75%; }
	
	#banner-sponsors { width: 100%; overflow: hidden; clear: both; background-color: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px 0; margin-bottom: 30px; }
	#banner-sponsors ul { width: 1110px; margin: 0 auto; }
	#banner-sponsors li { float: left; margin: 0 10px; height: 120px; position: relative; }
	#banner-sponsors li:last-child { margin-right: 0; }
	#banner-sponsors img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
	
	.slick-slider { position: relative; display: block; 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); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	.slick-track { position: relative; top: 0; left: 0; display: block; }
	.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; }
	
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content-wrapper { background-color: #fff; padding-top: 55px; padding-bottom: 40px; position: relative; z-index: 5; }

	#breadcrumbs { font-size: 13px; margin-bottom: 30px; border-bottom: 1px solid #EEEEEE; margin-left: -2px; }
	#breadcrumbs p { margin-bottom: 10px; }
	#breadcrumbs span { display: inline-block; padding: 2px; }
	
	#main-content { overflow: hidden; }
		
		/* HOME */
		
		.home h1 { border-bottom: none; }
		
		/* ABOUT */
		
		#committee-members { margin-bottom: 0; }
		#committee-members a { border-bottom: 1px dotted #006699; }
		#committee-members a:hover { border-color: transparent; }
		
		/* SPONSORS */
		
		.sponsor div { margin-bottom: 10px; }
		
		/* NEWS */
		
		.entry-date { display: block; font-weight: 600; font-size: 14px; }
			
		.post-teaser { border-bottom: 1px solid #dedede; padding-bottom: 5px; margin-bottom: 30px; }
		.post-teaser-image { margin-bottom: 15px; }
		.post-teaser-text { margin-bottom: 10px; }
		.post-teaser-text h3 { margin-bottom: 6px; }
		.post-teaser-text .entry-date { margin-bottom: 15px; }
		.post-teaser-text p { margin-bottom: 0; }
		
		.wp-pagenavi { padding-top: 15px; margin-bottom: 50px; }
		.wp-pagenavi .pages { border: none; padding-left: 0; margin-left: 0; background: none; font-weight: 600; color: #666666; }
		.wp-pagenavi a, .wp-pagenavi span { padding: 5px 10px; margin: 0 4px 10px 4px; background: #dcdcdc; border: none; color: #006699; }
		.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { background: #006699; color: #fff; }
	
		.post footer { padding-top: 20px; }
		.post h1 { margin-bottom: 10px; }
		.post .entry-date { margin-bottom: 20px; }
		
		#nav-single { padding-top: 15px; clear: both; width: 100%; border-top: 1px solid #cecece; }
		#nav-single li { width: 33.33%; float: left; font-size: 16px; font-weight: 600; text-transform: uppercase; }
		#nav-single li#tab-prev { text-align: left; }
		#nav-single li#tab-all { text-align: center; }
		#nav-single li#tab-next { text-align: right; }
		#nav-single a { display: inline-block; outline: none; }
		#nav-single li#tab-prev a { padding: 15px 20px 15px 0; }
		#nav-single li#tab-all a { padding: 15px 20px; }
		#nav-single li#tab-next a { padding: 15px 0 15px 20px; }
		
		/* PHOTOS & VIDEOS */
		
		#gallery-images li { margin: 0 2% 16px 0; width: 18.4%; }
		#gallery-images li.col-last { margin-right: 0; }
		#gallery-images a { display: block; border: 1px solid #cecece; line-height: 0; background-color: #fff; }
		#gallery-images img { width: 93.5%; padding: 3%; }
		#gallery-images a:hover { border-color: #666; -moz-box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); -webkit-box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); box-shadow: 0 0 5px 2px rgba(0,102,153,0.5); }
		
		/* ENTRY FORM */
		
		#wpcf7-f4-p170-o1 h3 { border-top: 1px solid #666666; padding-top: 20px; margin: 35px 0 25px 0; }
		#wpcf7-f4-p170-o1 .text-label { width: 200px; padding-right: 15px; }
		#wpcf7-f4-p170-o1 input[type="text"],
		#wpcf7-f4-p170-o1 input[type="email"],
		#wpcf7-f4-p170-o1 input[type="tel"],
		#wpcf7-f4-p170-o1 textarea,
		#wpcf7-f4-p170-o1 .multi-choice .wpcf7-form-control-wrap { width: 350px; display: inline-block; }
		#wpcf7-f4-p170-o1 input[type="confirm_email"] { width: 320px; display: inline-block; }
		#wpcf7-f4-p170-o1 #postal-address { height: 100px; }
		#wpcf7-f4-p170-o1 input.short { width: 100px; }
		#wpcf7-f4-p170-o1 .multi-choice .wpcf7-list-item { display: block; }
		#wpcf7-f4-p170-o1 .wpcf7-list-item-label { color: #666; font-weight: 400; }
		#wpcf7-f4-p170-o1 input[type=submit][disabled=disabled] { cursor: not-allowed; background-color: #e7e7e7; }
		#wpcf7-f4-p170-o1 span.wpcf7-not-valid-tip { padding: 3px 8px 3px 220px; }
		
		/* CONTACT */
		
		.page-template-template-2-col .col-half { margin-bottom: 20px; }
		#contact-details li { margin-bottom: 15px; }
		#contact-address, #contact-mobile { border-bottom: 1px solid #eee; padding-bottom: 15px; }
		.google-map { position: relative; padding-bottom: 50%; height: 0; overflow: hidden; width: 100%; clear: both; margin-bottom: 20px; }
		.google-map iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
		
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { clear: both; border-top: 5px solid #D0D0D0; }
	
	#footer-main { background-color: #e7e7e7; overflow: hidden; padding: 30px 0; }
	#footer-main div { margin-bottom: 0; }
	#footer-main h4 { border-bottom: 1px solid #cecece; color: #666; padding-bottom: 10px; }
	
		#footer-nav { overflow: hidden; margin-bottom: 20px; }
		#footer-nav ul { list-style: none; margin: 0; }
		#footer-nav li { float: left; width: 50%; font-size: 14px; margin: 0; }
		#footer-nav a { display: block; padding: 5px 0; }
		
		#footer-social .fb-page { margin-bottom: 10px; }
		#social-links li { display: inline-block; margin-right: 5px; }
		#social-links li:first-child { position: relative; top: -4px; margin-right: 10px; font-size: 14px; }
		#social-links a { font-size: 28px; }
		#social-links i { background-color: #fff; height: 24px; line-height: 24px; border-radius: 5px; }
		#tab-twitter a { color: #00ACED; }
		#tab-twitter a:hover { color: #4bceff; }
		#tab-youtube a { color: #E62117; }
		#tab-youtube a:hover { color: #ff4032; }
		#tab-fb a { color: #3B5998; }
		#tab-fb a:hover { color: #4c7ce0; }
		
		#footer-news li { border-bottom: 1px solid #cecece; margin-bottom: 20px; padding-bottom: 5px; }
		#footer-news li:last-child { border-bottom: none; } 
		#footer-news h5 { margin-bottom: 4px; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; }
		#footer-news h5 a { color: #666; }
		#footer-news .entry-date { font-weight: 400; font-style: italic; font-size: 12px; }
		
		.tweet { overflow: hidden; margin-bottom: 15px !important; }
		.tweet-img { float: left; width: 40px; margin-right: 12px; }
		.tweet-text { background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: relative; border: 1px solid #999999; font-size: 12px; padding: 12px 15px; float: left; width: 200px; }
		.tweet-text:before, .tweet-text:after { content: ""; display: block; position: absolute; bottom: auto; width: 0; height: 0; border-style: solid; }
		.tweet-text:before { left: -15px; border: 20px solid transparent; border-top-color: #999999; top: 10px; border-width: 10px 15px 10px 0; border-color: transparent #999999; }
		.tweet-text:after { left: -13px; border: 13px solid transparent; border-top-color: #fff; top: 11px; border-width: 9px 13px 9px 0; border-color: transparent #fff; }
		
		#footer-signup label { font-size: 14px; }
		#footer-signup .mc-field-group { margin-bottom: 12px; }
		#footer-signup .input-group { margin-bottom: 20px; }
		#footer-signup .input-group strong { margin-bottom: 10px; display: block; }
		#footer-signup .input-group li { margin-bottom: 0; }
		#footer-signup .input-group label { font-weight: 400; }
		#footer-signup input[type="radio"] { margin-right: 10px; }
		#footer-signup .asterisk { color: red; }
		#footer-signup #mc_embed_signup input.mce_inline_error { border-color: red; }
		#footer-signup #mc_embed_signup div.mce_inline_error { background-color: red; }
		
	#footer-meta { width: 100%; clear: both; padding: 25px 0; font-size: 13px; }
	
/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; width: 40px; height: 40px; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top i { padding: 0; background-color: #006699; color: #fff; display: inline-block; height: 40px; width: 40px; text-align: center; font-size: 20px; line-height: 36px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#back-to-top:hover i, #back-to-top:active i { background-color: #00a2f3; color: #fff; }