/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* Modified by Vasterad
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, 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; }
	.no-select {
		user-select: none;
		-o-user-select:none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none; }

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* #Basic Styles
================================================== */
	body {
		background-color: #fff;
		font-size: 16px;
		line-height: 27px;
		color: #666;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}

	body.home {
	  background-color: #fdfdfd;
	}
	
	body.custom-background.single {
		background-color: #fff
	}

	body.overflow-reset {
		overflow: visible;
	}
	
	#wrapper {
		padding: 0;
		background-color: #fff;
	}

	/* Boxed Layout Style */
	body.boxed {
		margin: 0 auto;
		background: #e9e9e9;
	}
	
	#header {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	/* Main Font */
	body,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select,
	input.newsletter,
	.map-box p,select#archives-dropdown--1, select#cat, select#categories-dropdown--1,
	.widget_search input.search-field, .widget_text select,.map-box p, #jPanelMenu-menu ul li {
		font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	/* Secondary Font */
	h1, h2, h3, h4, h5, h6, 
	.fun-fact-content,
	.pagination, 
	#mapnav-buttons, 
	.post-content span, 
	.button, 
	#search-box input, 
	input[type="button"], 
	input[type="submit"], 
	select, button,
	.post-title, 
	.viewer .close, 
	.related-posts span,
	.comment-by a.reply,
	#breadcrumbs ul li,
	.fullscreen-image-title span,
	.widget-text span,
	.menu ul, .tags a,
	.author-box .title,
	.author-box .name,
	.tabs-nav li a,a.nav-toggle,
	.owl-carousel .title span,
	.tagcloud a, a.rsswidget,
	.rss-date, .widget_rss cite,
	.infoBox .date, .box-item-text span, 
	.comment-reply-link { font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	letter-spacing: 1px; }
	

/* #Margin Styles
================================================== */

	/* Margin Reset */
	.margin-reset { margin: 0 !important; }

	/* Margin Top */
	.margin-top-0  { margin-top: 0 !important; }
	.margin-top-5  { margin-top: 5px !important; }
	.margin-top-10 { margin-top: 10px !important; }
	.margin-top-15 { margin-top: 15px !important; }
	.margin-top-20 { margin-top: 20px !important; }
	.margin-top-25 { margin-top: 25px !important; }
	.margin-top-30 { margin-top: 30px !important; }
	.margin-top-35 { margin-top: 35px !important; }
	.margin-top-40 { margin-top: 40px !important; }
	.margin-top-45 { margin-top: 45px !important; }
	.margin-top-50 { margin-top: 50px !important; }
	.margin-top-55 { margin-top: 55px !important; }
	.margin-top-60 { margin-top: 60px !important; }
	.margin-top-65 { margin-top: 65px !important; }
	.margin-top-70 { margin-top: 70px !important; }

	/* Margin Bottom */
	.margin-bottom-0  { margin-bottom: 0 !important; }
	.margin-bottom-5  { margin-bottom: 5px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	

/* Basic Alginment
================================================== */
	.columns.google-map img {
		max-width: none;
	}

	img, object, video {
		height: auto;
		display: block;
	}
	
	img {
		width: auto;
		border: 0;
		-ms-interpolation-mode: bicubic;
		max-width: 100%;
	}

	/* Flexible Embeds */
	.embed {
		position: relative;
		padding: 0px;
		padding-bottom: 56.25%; /* 16/9 ratio */
		height: 0;
		overflow: hidden;
	}

	.embed iframe,
	.embed object,
	.embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-weight: 700;
		text-transform: uppercase;
	}


	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; -ms-word-wrap: break-word; word-wrap: break-word; }
	h1 { font-size: 28px; line-height: 58px; -ms-word-wrap: break-word; word-wrap: break-word;}
	h2 { font-size: 24px; line-height: 38px; -ms-word-wrap: break-word; word-wrap: break-word;}
	h3 { font-size: 22px; line-height: 34px; -ms-word-wrap: break-word; word-wrap: break-word;}
	h4 { font-size: 18px; line-height: 30px; -ms-word-wrap: break-word; word-wrap: break-word;}
	h5 { font-size: 16px; line-height: 24px; -ms-word-wrap: break-word; word-wrap: break-word;}
	h6 { font-size: 14px; line-height: 21px; -ms-word-wrap: break-word; word-wrap: break-word;}

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #555;  }

	em { font-style: italic; }
	strong { font-weight: 700; color: #222; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a:visited { color: #606060; text-decoration: none; outline: 0; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -transition: color 0.2s ease-in-out; }
	a { color: #3685cf; text-decoration: none; outline: 0; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -transition: color 0.2s ease-in-out; }
	a:hover { color: #808080; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Forms
================================================== */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="phone"],
	input[type="tel"],
	textarea,
	select {
		padding: 16px;
		outline: none;
		font-size: 16px;
		color: #666;
		margin: 0;
		max-width: 100%;
		display: block;
		background-color: #f6f6f6;
		font-weight: 500;
		border:none;
	}

	select { padding: 0; }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		color: #666; 
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		color: #808080;
		opacity: 1;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #808080;
		opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #808080;
		opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #808080;
		opacity: 1;
	}

	textarea { min-height: 60px; }

	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 16px; 
		font-weight: normal;
		margin-bottom: 8px;
	}

	input {
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	input[type="checkbox"] { display: inline; }

	label span,
	legend span {
		font-weight: normal;
		font-size: 14px;
		color: #444;
	}
		

	pre {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
		font-family: consolas, courier, monospace;
		font-size: 1em;
		line-height: 1.2em;
		white-space: pre;
        background-color: #fafafa;
        color: #000; /* likewise the background-color comment */
	    padding: 1em;
        margin: 1.2em 1em;
   }

	abbr {border-bottom: 1px dotted black;}
	big { font-size:1.4em;}

	sup {
	  vertical-align: super;
	  font-size: smaller;
	}
	sub {
	  vertical-align: sub;
	  font-size: smaller;
	}