﻿/* Designed by Genealogy Web Templates - Template 21 - v15
   https://genealogywebtemplates.com 
   
#14153a-dark color
#1f2159-medium color
#2a2d7a-light color
#3f4fb5-lighter color
#f0f1fa-lightest color
*/

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/* @import url(https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Philosopher|Jura); */
@font-face {
	font-family: 'Philosopher';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/philosopher-v19-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/philosopher-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/philosopher-v19-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/philosopher-v19-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/philosopher-v19-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/philosopher-v19-latin-regular.svg#Philosopher') format('svg');
	/* Legacy iOS */
}

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

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

html {
	height: 100%;
}

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

body {
	background: #fff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #202020;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

/* ======================================================GENERAL STYLES====================================================== */
/* link: normal links, active: links in use */
a:link,
a:active,
div.icons a {
	color: #14153a;
}

/* visited: previously visited links */
a:visited {
	color: #777777;
}

a {
	color: #14153a;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #3f4fb5;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

/* Horizontal Rules and Clear Floats */
hr {
	height: 1px;
	clear: both;
	color: #14153a;
}

hr.fancy {
	width: min(100%, 30rem);
	height: 2.5rem;
	margin: 2.5rem auto 1.5rem;
	border: 0;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 40'%3E%3Cpath d='M24 20H194M286 20H456' fill='none' stroke='%231f2159' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M194 20H218M262 20H286' fill='none' stroke='%23c79b4b' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M240 8l12 12-12 12-12-12z' fill='%23c79b4b' stroke='%231f2159' stroke-width='1.25'/%3E%3Ccircle cx='221' cy='20' r='2.5' fill='%231f2159'/%3E%3Ccircle cx='259' cy='20' r='2.5' fill='%231f2159'/%3E%3C/svg%3E") center / 100% 2.5rem no-repeat;
}

hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.breadcrumbs:before,
.breadcrumbs:after,
.group:before,
.group:after,
.container:before,
.container:after {
	display: table;
	content: "";
}

.clearfix:after,
.container:after {
	clear: both;
}

.white * {
	color: #ffffff;
}

.clear {
	clear: both;
}

/* Lists */
ul li a {
	color: #1f2159;
	font-weight: normal;
	padding: 0;
}

ul li a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

ul.list1 li {
	list-style-type: none;
	position: relative;
	margin-left: -10px;
	padding-left: 20px;
}

ul.list1 li:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 14px;
	top: 2px;
	left: 0;
	content: "\f0a9";
	color: #1f2159;
}

ul.list4 {
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
}

ul.list4 li {
	list-style-type: none;
	line-height: 30px;
	width: 300px;
	padding-left: 5px;
	background: #dddddd linear-gradient(#dddddd, #fff, #dddddd);
	color: #14153a;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	margin: 5px auto;
	border-radius: 5px;
	transition: background-color 0.8s;
	box-sizing: border-box;
	display: block;
}

ul.list4 a::before {
	content: "";
	transition: transform 0.3s ease;
}

ul.list4 li a {
	color: #14153a;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

ul.list4 li:hover {
	color: #fff !important;
	background: #14153a linear-gradient(135deg, #14153a, #3f4fb5, #14153a);
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
}

ul.list4 li a:hover {
	color: #fff !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.list-inline {
	list-style: outside none none;
	margin-left: -5px;
	padding-left: 0;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

/* ===== TYPOGRAPHY ===== */
p a {
	word-wrap: break-word;
}

/* Heading Fonts */
h1 {
	font: 2.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #1f2159;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}

h2 {
	font: 2.1em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #1f2159;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #1f2159;
}

h3 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #1f2159;
	font-weight: normal;
	margin: 0 0 25px 0;
	padding: 5px 0;
}

h4 {
	font: normal 1.7em 'Jura', Verdana, Helvetica, sans-serif;
	color: #14153a;
	margin: .3em 0;
}

h5 {
	font: normal 1.35em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #3f4fb5;
	margin: .3em 0;
}

h6 {
	font: normal 1.2em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #457345;
	margin: .3em 0;
}

/* ======================================================HEADER AREA ======================================================*/
/* Header and Site Name */
header {
	background: #dddddd linear-gradient(#dddddd, #fff, #dddddd);
	color: #000;
	padding-bottom: 18px;
}

.headerBox75Left {
	float: left;
	width: 73%;
	padding: 10px 0;
	margin: 0;
}

.headerBox25Right {
	float: right;
	width: 23%;
	padding: 10px 0 0 0;
	margin: 0;
}

.brand,
.brand a,
.brand a:hover {
	font: 48px 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #931d0f;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0;
}

.slogan {
	font-size: 22px;
	font-family: 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #931d0f;
	padding-left: 10px;
	margin: 0;
}

/* Site Name */
.title-area {
	width: 100%;
	padding: 20px 0 0 0;
}

.title-area,
.title-area a,
.title-area a:hover {
	font: 38px 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #ffffff !important;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0;
}

.logintext {
	float: right;
	color: #fff;
	font-size: 10px;
	text-transform: none;
}

/* ========== Main Nav Coding ========== */
div.innercontainer {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid transparent;
	margin-top: 5px;
	box-shadow: none;
}

.nav-primary {
	background-color: transparent;
	float: left;
	position: relative;
	margin: 16px 0 4px 0;
}

.nav-primary .nav-menu a {
	color: #ffffff;
}

.nav-primary .nav-menu a:hover {
	color: #2a2d7a;
}

.nav-primary .nav-menu a:active {
	color: #2a2d7a;
}

.nav-primary .nav-menu .current-menu-item a {
	color: #fff;
}

.nav-primary .nav-menu .current-menu-item a:hover {
	color: #2a2d7a;
}

.nav-menu {
	clear: both;
	width: 100%;
	margin: -5px 0 20px 0 !important;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	float: left !important;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	background: #14153a;
	background-image: linear-gradient(#14153a, #3f4fb5, #14153a);
	color: #ffffff;
	box-sizing: border-box;
	height: 42px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.4);
}

.nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.nav-menu a {
	border: none;
	color: #222;
	padding: 5px 20px 10px 20px;
	position: relative;
}

.nav-menu .menu-item:hover {
	position: static;
}

.nav-menu>.first>a {
	padding-left: 0;
}

.nav-menu>.last>a {
	padding-right: 0;
}

.nav-menu>.right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.nav-menu>.right>a {
	display: inline;
	padding: 0;
}

.nav-menu>.rss>a {
	margin-left: 48px;
}

.nav-menu>.search {
	padding: 7px 0 0;
}

.nav-menu .search-menu-item {
	display: inline-block !important;
	text-align: right;
	float: right;
	color: #cef8f7;
	padding: 12px 20px 8px 20px;
}

.topsearchnav li {
	display: inline-block;
}

.slidedown {
	background-color: #fff;
	color: #000;
}

ul.tngdd .sub {
	background: #dcdca6 url(../img/arrow.png) 146px 7px no-repeat;
	color: #000;
}

ul.tngdd .topline {
	border-top: 1px solid #777;
}

ul.tngdd ul.last {
	left: -40px;
}

ul.tngdd .stubmenu {
	background-color: transparent;
	);
	border-radius: 0;
	border: none;
}

/* Coding for Home, Search, Logon */
div.icons {
	padding: 0;
	height: 32px;
	margin-top: 1px;
	margin-right: 20px;
}

div.icons a {
	color: #fff;
}

div.icons a:hover {
	color: #fff;
	background-color: #2a2d7a;
	border-radius: 5px 5px 0 0;
}

.tngsmallicon {
	background: transparent;
	font-weight: normal;
	color: #fff;
	margin-right: 20px;
}

/* Coding for Find, Media, Info */
ul.tngdd {
	background-color: transparent;
	margin: 1px 0 20px 0;
}

ul.tngdd a {
	display: block;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

ul.tngdd .menulink {
	padding: 5px 6px 6px 30px;
	font-weight: normal;
	color: #fff;
	background: url(../img/ArrowDown.png) 2px 11px no-repeat;
	width: 80px;
	border-bottom: none;
	border-right: none;
}

ul.tngdd .menulink:hover,
ul.tngdd .menuhover {
	background: #2a2d7a url(../img/arrowdown2.png) 2px 11px no-repeat;
	border: none;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
}

/* Dropdown menu styles*/
ul.tngdd ul li a {
	display: block;
	padding: 6px 4px 6px 10px;
	background-color: #eeeeee;
	color: #000;
	border-top: 1px solid #ffffff;
	border-radius: 0px;
	text-transform: none;
}

ul.tngdd ul li a:hover {
	background-color: #2a2d7a;
	color: #fff;
	text-decoration: none;
}

/*Language Menu*/
ul.tngdd .langmenu {
	border: none;
	padding: 0;
}

#newlanguage1 {
	font-size: 10pt !important;
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
	text-transform: uppercase;
	margin-top: 6px;
	box-shadow: none;
}

#newlanguage1:hover {
	color: #fff;
	background-color: #2a2d7a;
	border: 1px solid transparent;
	text-transform: uppercase;
}

/*Print & Share Icons*/
div.icons-rt {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
}

div.icons-rt a {
	background: transparent;
	border: none;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}

div.icons-rt a:hover {
	text-decoration: underline;
}

/* ====================================== ADMIN & PAGE CODING =============================================== */
/* General */
.databack {
	background: #e9e9e9;
}

.normal {
	font-size: 11pt;
}

/* Popup windows */
.LB_window {
	background: #e9e9e9;
	border: 2px solid #000;
	color: #000;
}

.LB_content {
	background: #e9e9e9;
}

/* Buttons - (not the "See More" or other buttons on home page) */
.lightlink {
	font-weight: bold;
}

.lightlink:hover,
.lightlink:active {
	color: #f0f1fa;
	text-decoration: none;
	font-weight: bold;
}

/*for active secondary tab link*/
a.lightlink3:link,
a.lightlink3:visited,
a.lightlink3:hover,
a.lightlink3:active {
	color: #f0f1fa;
}

/* Alphabet Tabs & Numerical Listing */
.snlink {
	background-color: #14153a;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #fff !important;
	font-weight: normal;
}

p a.snlink {
	background-color: #14153a;
	color: #fff !important;
	font-weight: normal;
}

a.snlink:hover {
	background-color: #2a2d7a;
	color: #fff !important;
	font-weight: normal;
}

p a.snlink:hover {
	background-color: #2a2d7a;
	color: #fff !important;
	font-weight: normal;
}

.snlinkact {
	background-color: #777;
	color: #fff !important;
	font-weight: normal;
}

input.minifield {
	background-color: #14153a;
	color: #fff;
	font-weight: normal;
	font-size: 11pt;
}

input.minifield:hover {
	background-color: #2a2d7a;
	color: #fff;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
	background-color: #14153a;
	color: #ffffff !important;
	font-weight: normal;
}

::placeholder {
	font-size: 11pt;
	color: #fff;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	font-size: 11pt;
	color: #fff;
	/* Edge 12 -18 */
	;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #14153a !important;
	background-color: #adadad !important;
	text-decoration: none;
}

#previewbtn {
	background: #14153a;
}

/* Fields */
/* fieldnameback: background color for column and row title sections, the graphic bar showing surname count, and background color for template settings page */
.fieldnameback,
.bar,
.page,
.LB_closeAjaxWindow,
.tablesaw-cell-label {
	background-color: #14153a;
	font-size: 11pt;
}

.fieldnameback a:hover,
.bar a:hover,
.page a:hover,
.LB_closeAjaxWindow a:hover,
.tablesaw-cell-label a:hover {
	color: #f0f1fa;
}

/*Admin Page for People, Families, Import/Export, Setup*/
.adminbody {
	background-color: #e9e9e9;
}

.admincell,
.sideback {
	background-color: #14153a;
	background-image: none;
}

a.admincell:hover,
a.leftlink:hover {
	background-color: #777777;
}

.adminsubhead {
	color: #fff;
}

.adminsubmsg {
	font-size: 12px;
	font-weight: normal;
}

.adminnav .snlink {
	background-color: #14153a;
}

.adminnav .snlink:hover {
	background-color: #2a2d7a;
}

.adminnav .snlinkact {
	background-color: #777;
	color: #fff !important;
}

/*Paragraph on top of the Administration Page*/
.tngmsgarea {
	background-color: rgba(0, 0, 0, 0.2);
	/* 0.2 sets the amount of transparency */
}

#msgs hr {
	color: transparent !important;
	border-bottom: 1px solid #fff;
	width: 96%
}

/* Makes the hr transparent and adds a white border which mimics the hr */

/* Left Menu */
.sideback hr {
	color: transparent !important;
	border-bottom: 1px solid #fff;
	width: 96%
}

/* Makes the hr transparent and adds a white border which mimics the hr */

/* Toggle Head on General Settings Page */
.subhead {
	color: #1f2159;
}

.subheader {
	color: #1f2159;
}

/* Header on public inside pages */
/* Image & page title (h1) located at the top of the content area (sources, search, surname list, etc) */
.header {
	margin: 0 5px 0 0;
	font-size: 28px;
	font-weight: normal;
	color: #14153a;
	line-height: 30px;
}

.plainheader {
	font-weight: normal;
	font-size: 26px;
}

.headericon {
	margin-top: 4px;
}

.defphoto {
	margin-top: 0px;
}

/*makes h1 spacing to make it even with the default photo on the Individual page */
.vcard .defphoto {
	margin-top: 3px;
}

.pad5 {
	padding: 0 5px;
}

/* Space in admin header that decreases top & bottom margin in page name*/

.featured-content {
	font-size: 14px;
	clear: both;
	overflow: hidden;
}

.titlebox,
td.highlightedchild {
	background-color: #fbfbf9;
	box-shadow: 4px 4px 6px 0 #777;
}

/* ===== FAMILY TREES - ANCESTORS/DESCENDANTS PAGES ===== */
/*Tabs Coding used on getperson pages: Individual, Ancestors, Descendants, etc. */
ul#tngnav {
	margin: 0 0px 0px 10px;
}

#tngnav li {
	margin: 0 0 0 1px;
}

#tngnav li a {
	font-size: 11pt;
	font-weight: bold;
}

#tngnav a {
	color: #ffffff;
	background: #777777;
	border-right: 1px solid #444;
	padding: 0.35em 12px 0.35em 12px;
	border-radius: 4px 4px 0px 0px;
	font-weight: bold;
}

#tngnav a:hover {
	background: #2a2d7a;
	color: #fff;
}

#tngnav a.here {
	background: #14153a;
	color: #fff;
	border-right: 1px solid #777;
	margin: 0;
}

/*Family Tree Chart Box Coding - Ancestors & Descendants Boxes*/
.pedbox,
.connectbox {
	background-color: #f3f3f3 !important;
}

.pboxname {
	font-size: 10pt !important;
}

.hiddenbox {
	background-color: #f3f3f3 !important;
}

.floverlr {
	background-color: #f3f3f3 !important;
}

/*Family Tree Chart Box Coding - Family Tab*/
.fambox,
.mfambox {
	background-color: #f3f3f3 !important;
}

.fambackground {
	background-color: #f3f3f3;
}

.fambox a:link,
.fambox a:visited {
	font-size: 10pt;
}

.mfambox a:link,
.mfambox a:visited {
	font-size: 10pt;
}

/* ===== MISCELLANEOUS ===== */
/* timeline background color for middle row */
.timeline-band-2 .timeline-ether-bg {
	background-color: #fef4f5 !important;
}

/* Calendar */
table.calendar {
	background-color: #eeeeee !important;
	border: 1px solid #14153a !important;
}

td.calDay {
	border-top: 1px solid #14153a !important;
	border-left: 1px solid #14153a !important;
	border-bottom: 2px solid #14153a !important;
	border-right: 2px solid #14153a !important;
}

#calLegend {
	background-color: #eeeeee !important;
	border: 1px solid #14153a !important;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 8px;
	padding: 4px;
	text-align: center;
}

a.hidden {
	background-color: #f0f1fa !important;
}

td.calToday {
	background-color: #fef4f5 !important;
	border-top: 1px solid #14153a !important;
	border-left: 1px solid #14153a !important;
	border-bottom: 2px solid #14153a !important;
	border-right: 2px solid #14153a !important;
}

/* Surname Cloud */
.surnames-cloud,
.surnames-cloud a {
	font-family: Verdana, Tahoma, Arial;
	padding: 2px 2px 2px 2px;
	letter-spacing: 0.0em;
	word-spacing: 0.0em;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}

a.size1 {
	color: #000099;
	font-size: 200%;
}

a.size1:link {
	color: #000099;
}

a.size1:visited {
	color: #000099;
}

a.size2 {
	color: #3333CC;
	font-size: 190%;
}

a.size2:link {
	color: #3333CC;
}

a.size2:visited {
	color: #3333CC;
}

a.size3 {
	color: #006633;
	font-size: 180%;
}

a.size3:link {
	color: #006633;
}

a.size3:visited {
	color: #006633;
}

a.size4 {
	color: #993300;
	font-size: 170%;
}

a.size4:link {
	color: #993300;
}

a.size4:visited {
	color: #993300;
}

a.size5 {
	color: #CC0033;
	font-size: 160%;
}

a.size5:link {
	color: #CC0033;
}

a.size5:visited {
	color: #CC0033;
}

a.size6 {
	color: #666666;
	font-size: 150%;
}

a.size6:link {
	color: #666666;
}

a.size6:visited {
	color: #666666;
}

a.size7 {
	color: #CC9900;
	font-size: 140%;
}

a.size7:link {
	color: #CC9900;
}

a.size7:visited {
	color: #CC9900;
}

a.size8 {
	color: #999933;
	font-size: 130%;
}

a.size8:link {
	color: #999933;
}

a.size8:visited {
	color: #999933;
}

a.size9 {
	color: #000000;
	font-size: 120%;
}

a.size9:link {
	color: #000000;
}

a.size9:visited {
	color: #000000;
}

a.size0 {
	color: #000000;
	font-size: 100%;
}

a.size0:link {
	color: #000000;
}

a.size0:visited {
	color: #000000;
}

/*  ===== SPECIFIC TEMPLATE CODING ===== */
/*  Paragraph & text styles */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.tiny {
	font-size: 65%;
}

.small {
	font-size: 85%;
}

.medium {
	font-size: 90%;
}

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 180%;
}

.xxlarge {
	font-size: 52px;
	font-weight: normal;
}

.authorDate {
	color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px #333 solid;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0;
}

/* Drop Caps ========== */
.lead2 {
	font-size: 22px;
	line-height: 22px;
	font-variant: small-caps;
}

.dropcap {
	overflow: hidden;
}

.dropcap:first-letter {
	background-position: 0% 0%;
	color: #fff;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 14px;
	border-radius: 50%;
	margin: 5px 6px 0 0;
	text-align: center;
	background: #14153a linear-gradient(135deg, #14153a, #3f4fb5, #14153a);
	background-repeat: repeat;
	background-attachment: scroll;
}

/* Image Styles - Not all are used in this template */
img {
	border: none;
}

.img-border {
	margin: 5px 10px 0 0;
	border: 1px #777 solid;
}

.img-border-left {
	float: left;
	background: #ffffff;
	border: 1px #aaa solid;
	padding: 3px;
	margin: 4px 20px 4px 0;
}

.img-border-right {
	float: right;
	background: #ffffff;
	border: 1px #aaa solid;
	padding: 3px;
	margin: 4px 20px 4px 0;
}

.img-right-border {
	margin: 5px 0 0 10px;
	float: right;
	border: 1px #777 solid;
}

.img-right {
	margin: 5px 0 10px 18px;
	float: right;
}

.img-left {
	margin: 5px 18px 10px 0;
	float: left;
}

.img-frame {
	background: #ffffff;
	border: 1px #aaa solid;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 3px;
	margin: 12px;
}

.img-frame-right {
	background: #ffffff;
	border: 1px #aaa solid;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 3px;
	margin: 5px 0 10px 18px;
	float: right;
}

.img-frame-left {
	background: #ffffff;
	border: 1px #aaa solid;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 3px;
	margin: 5px 18px 10px 0;
	float: left;
}

.img-curved {
	border-radius: 10px;
	margin: 4px 10px;
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.img-curved-right {
	border-radius: 10px;
	margin: 5px 0 10px 18px;
	float: right;
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.img-curved-left {
	border-radius: 10px;
	margin: 5px 18px 10px 0;
	float: left;
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.img-shadow {
	margin: 5px 10px;
	border: 1px solid #777;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}

.img-shadow-right {
	margin: 5px 0 0 10px;
	border: 1px solid #777;
	float: right;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.img-shadow-left {
	margin: 5px 10px 0 0;
	border: 1px solid #777;
	float: left;
	box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.5);
}

.img-round {
	border-radius: 50%;
	border: 2px #fff solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.7);
}

.img-round-left {
	border-radius: 50%;
	float: left;
	border: 1px #444 solid;
	box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.5);
	margin-right: 10px;
}

.img-round-right {
	border-radius: 50%;
	float: right;
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
	margin-left: 10px;
}

.img-round2 {
	border-radius: 50%;
	border: 1px #2a2d7a solid;
	padding: 2px;
}

.img-rotate-right {
	margin: 20px;
	transform: rotate(4deg);
}

.img-rotate-left {
	margin: 20px;
	transform: rotate(-4deg);
}

.img-small {
	max-width: 150px;
	height: auto;
}

.img-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}

.img-catalog {
	border: 1px #d0d0d0 solid;
	padding: 3px;
	margin: 1% 2%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.img-logo {
	max-width: 114px;
}

#mediabuttons {
	margin-top: 40px;
}

/*Random Photo Coding*/
.indexphototable {
	width: 80%;
	margin: 0 auto 10px auto;
	padding: 3px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

.indexphoto {
	background: #ffffff;
	border: 1px #aaa solid;
	padding: 3px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	width: 90%;
}

/* ===== LAYOUT RULES and BLOCK ELEMENTS ===== */
.container {
	width: 98%;
	max-width: 1212px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

.inside {
	padding: 10px;
}

/* SECTION BLOCKS */
/* Content Blocks */
.contentBox2a {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0 2% 0 0;
}

.contentBox2b {
	float: right;
	width: 48%;
	padding: 0;
	margin: 0 0 0 2%;
}

.contentBox3a {
	float: left;
	width: 31.33333%;
	padding: 0;
	margin: 0 2% 5px 0;
}

.contentBox3b {
	float: left;
	width: 31.33333%;
	padding: 0;
	margin: 0 1% 5px 1%;
}

.contentBox3c {
	float: left;
	width: 31.33333%;
	padding: 0;
	margin: 0 0 5px 2%;
}

.contentBox4a {
	float: left;
	width: 22.5%;
	padding: 0;
	margin: 0 1% 0 0;
}

.contentBox4b,
.contentBox4c {
	float: left;
	width: 22.5%;
	padding: 0;
	margin: 0 1% 0 1%;
}

.contentBox4d {
	float: left;
	width: 22.5%;
	padding: 0;
	margin: 0 0 0 1%;
}

.sidebarLeft {
	float: left;
	width: 23%;
	padding: 0;
	margin: 0 1% 0 0;
}

.contentRight {
	float: right;
	width: 75%;
	padding: 0;
	margin: 0 0 0 0;
}

.sidebarRight {
	float: right;
	width: 31.3333%;
	padding: 20px 0 0 0;
	margin: 0 0 0 1%;
}

.contentLeft {
	float: left;
	width: 65.666%;
	padding: 0;
	margin: 0 0 0 1%;
}

.alignleft {
	float: left;
	padding: 0;
	margin: 0;
}

.alignright {
	float: right;
	padding: 0;
	margin: 0;
}

/* Footer Coding */
footer {
	clear: both;
	padding: 4px 0;
	color: #fff;
	text-align: center;
	background: #14153a linear-gradient(135deg, #14153a, #3f4fb5, #14153a);
	margin-top: 20px;
}

footer a {
	color: #fef4f5 !important;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

/* ===== SPECIAL BLOCKS ===== */
/* TOP SECTION WITH NIVO SLIDER */
#topsection {
	padding: 20px 0 20px 0;
	width: 100%;
	margin: 0 auto;
}

#topsection h2 {
	font: 38px 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #14153a;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: center;
	border-bottom: none;
}

#topsection p {
	font: 1.2em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #202020;
}

/*POSTCARDS */
.postcard {
	width: 270px;
	margin: 0 0 30px 0;
	overflow: hidden;
	background: #fff;
	border: 1px #aaa solid;
	padding: 3px;
	color: #fff;
}

.postcard .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}

.postcard .caption {
	padding: 11px 15px 33px 12px;
	overflow: hidden;
	position: relative;
	background: #1f2159 linear-gradient(#3f4fb5, #1f2159);
	transition: all 0.25s;
	margin-top: -4px;
}

.postcard:hover .thumbnail .caption {
	transition: all 0.25s;
	background: #1f2159;
}

.title2 {
	font: 16px 'Muli', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.postcard .thumbnail .caption a {
	font-size: 22px;
	color: #ffffff;
	float: right;
	position: absolute;
	bottom: 8px;
	right: 13px;
	transition: all 0.25s;
}

.postcard .thumbnail .caption a:hover {
	color: #3f4fb5;
}

.postcard figure {
	margin: 0;
	position: relative;
}

.postcard figure .box {
	position: absolute;
	padding: 0 0 12px 15px;
	bottom: 0;
	left: 0;
}

.postcard figure .box .title {
	font: 16px 'Philosopher', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}

.postcard figure .box .description {
	font: 900 12px/16px 'Muli', Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}

.postcard figure img {
	width: 100%;
}

/* CALL BOXES */
.callbox2 {
	text-align: left;
	width: 50%;
	padding: 20px 10px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	box-shadow: 0 0 0 5px #14153a inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #000000 inset, 0 10px 15px -10px rgba(0, 0, 0, 0.6);
	min-height: 250px;
}

.callbox2 h5 {
	color: #ffffff;
	text-align: center;
}

/* ===== BUTTONS ===== */
.btn-detail {
	position: relative;
	background: #14153a linear-gradient(135deg, #14153a, #3f4fb5, #14153a);
	background-position: center;
	transition: background-color 0.8s;
	border: 1px solid #14153a;
	color: #fff !important;
	cursor: pointer;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	padding: 5px 35px 5px 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

.btn-detail:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f0a9";
	top: 7px;
	right: 10px;
}

.btn-detail:hover {
	background: #3f4fb5 radial-gradient(circle, transparent 1%, #3f4fb5 1%);
	background-position: center;
	background-size: 15000%;
	border: 1px solid #14153a;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.btn-detail a {
	color: #ffffff;
	text-decoration: none !important;
	font-weight: normal;
	outline: none;
}

.btn-detail:active {
	transition: background-color 0s;
	background-color: #14153a;
	background-size: 100%;
}

.btn-small {
	position: relative;
	background: #14153a linear-gradient(135deg, #14153a, #3f4fb5, #14153a);
	background-position: center;
	transition: background-color 0.8s;
	border: 1px solid #14153a;
	color: #fff !important;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

.btn-small:hover {
	background: #3f4fb5 radial-gradient(circle, transparent 1%, #3f4fb5 1%);
	background-position: center;
	background-size: 15000%;
	border: 1px solid #14153a;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.btn-small a {
	color: #ffffff;
	text-decoration: none !important;
	font-weight: normal;
	outline: none;
}

.btn-small:active {
	transition: background-color 0s;
	background-color: #14153a;
	background-size: 100%;
}

/* SCROLL TO TOP FORMATTING */
.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 5;
	width: 30px;
	height: 30px;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #14153a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}

.scroll-to-top:hover {
	text-decoration: none;
	background-color: #3f4fb5;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.scroll-to-top a,
.scroll-to-top a:hover {
	text-decoration: none;
}

/* WOW ========== */
.wow {
	opacity: inherit;
}

/* ======== ANIMATION EFFECTS ======== 
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
====================================== */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}


/* ================================================================================================================================== */
/* ================================================================= MEDIA QUERIES ================================================== */
/* ================================================================================================================================== */
/* ================= SMALL DEVICE 01 ==================== */
/* ================================================================================================================================== */
@media screen and (max-width: 320px) {
	.container {
		width: 95%;
		margin: 0 auto;
	}

	/* === Header ==== */
	.headerBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto;
	}

	.headerBox25Right {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	.brand,
	.brand a,
	.brand a:hover {
		font-size: 28px;
		margin-top: 0;
	}

	.slogan {
		font-size: 16px;
		padding: 0 0 10px 0;
		text-align: center;
	}

	/* === content box coding ==== */
	.contentBox2a {
		width: 98%;
		padding: 0;
		margin: 0 auto 20px auto;
	}

	.contentBox2b {
		width: 98%;
		padding: 0;
		margin: 0 auto 20px auto;
	}

	.contentBox3a,
	.contentBox3b,
	.contentBox3c,
	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d,
	.contentBox5a,
	.contentBox5b,
	.contentBox5c,
	.contentBox5d,
	.contentBox5e {
		width: 98%;
		margin: 0 1% 20px 1%;
		padding: 0;
		float: none;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		margin: 1%;
		padding: 0;
		float: none;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		float: none;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 0 auto;
	}

	/* === miscellaneous coding ==== */
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px
	}
}

/* ================================================================================================================================== */
/* ================= SMALL DEVICE 02 ======================= */
/* ================================================================================================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
	.container {
		width: 95%;
		margin: 0 auto;
	}

	.brand,
	.brand a,
	.brand a:hover {
		font-size: 28px;
	}

	.slogan {
		font-size: 16px;
		padding: 0 0 10px 0;
	}

	/* === Header ==== */
	.headerBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
	}

	.headerBox25Right {
		float: none;
		width: 50%;
		margin: 0 auto 0 auto;
		float: none;
	}

	/* === content box coding ==== */
	.contentBox2a,
	.contentBox2b,
	.contentBox3a,
	.contentBox3b,
	.contentBox3c,
	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d {
		width: 450px;
		padding: 0;
		margin: 20px auto;
		float: none;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		clear: both;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 0 auto 20px auto;
	}

	/* === miscellaneous coding ==== */
	.text-align-right {
		text-align: center;
		padding-right: 0;
	}

	.text-align-right {
		text-align: center;
		padding-right: 0;
	}
}

/* ================================================================================================================================== */
/* =================== SMALL DEVICE 03 ===================== */
/* ================================================================================================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
	.container {
		width: 96%;
		margin: 0 auto;
	}

	/* === Header ==== */
	.headerBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto;
	}

	.headerBox25Right {
		float: none;
		width: 30%;
		margin: 0 auto;
	}

	/* === content box coding ==== */
	.contentBox2a,
	.contentBox2b,
	.contentBox3a,
	.contentBox3b,
	.contentBox3c,
	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d,
	.contentBox5a,
	.contentBox5b,
	.contentBox5c,
	.contentBox5d,
	.contentBox5e {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		clear: both;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
		text-align: center;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 20px auto;
	}
}

/* ================================================================================================================================== */
/* ====================== MID DEVICE 01 ====================== */
/* ================================================================================================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
	.container {
		width: 97%;
		margin: 0 auto;
	}

	/* === Header ==== */
	.headerBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto;
	}

	.headerBox25Right {
		float: none;
		width: 30%;
		margin: 0 auto;
	}

	/* === content box coding ==== */
	.contentBox2a,
	.contentBox2b,
	.contentBox3a,
	.contentBox3b,
	.contentBox3c {
		width: 98%;
		padding: 0;
		margin: 0 auto 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d,
	.contentBox5a,
	.contentBox5b,
	.contentBox5c,
	.contentBox5d,
	.contentBox5e {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		clear: both;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
		text-align: center;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 20px auto;
	}
}

/* ================================================================================================================================== */
/* ================== MID DEVICE 02 ================ */
/* ================================================================================================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
	.container {
		width: 97%;
		margin: 0 auto;
	}

	/* === Header ==== */
	.headerBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto;
	}

	.headerBox25Right {
		float: none;
		width: 30%;
		margin: 0 auto;
	}

	/* === content box coding ==== */
	.contentBox2a,
	.contentBox2b,
	.contentBox3a,
	.contentBox3b,
	.contentBox3c {
		width: 98%;
		padding: 0;
		margin: 0 auto 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d,
	.contentBox5a,
	.contentBox5b,
	.contentBox5c,
	.contentBox5d,
	.contentBox5e {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		clear: both;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
		text-align: center;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 20px auto;
	}
}

/* ================================================================================================================================== */
/* ================== MID DEVICE 03 ================= */
/* ================================================================================================================================== */
@media screen and (min-width: 769px) and (max-width: 850px) {
	.container {
		width: 97%;
		margin: 0 auto;
	}

	/* === content box coding ==== */
	.contentBox2a,
	.contentBox2b,
	.contentBox3a,
	.contentBox3b,
	.contentBox3c {
		width: 98%;
		padding: 0;
		margin: 0 auto 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d,
	.contentBox5a,
	.contentBox5b,
	.contentBox5c,
	.contentBox5d,
	.contentBox5e {
		width: 48%;
		margin: 1%;
		padding: 0;
	}

	.sidebarLeft,
	.sidebarRight {
		width: 98%;
		padding: 0;
		margin: 20px auto;
		float: none;
		max-width: 450px;
	}

	.contentRight,
	.contentLeft {
		width: 98%;
		margin: 1%;
		padding: 0;
		clear: both;
	}

	.contentBox25Left,
	.contentBox25Right {
		width: 98%;
		padding: 0;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Left {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.contentBox75Right {
		float: none;
		width: 98%;
		margin: 0 auto 0 auto;
		float: none;
		max-width: 450px;
	}

	.postcard {
		margin: 0 auto;
	}
}

/* ================================================================================================================================== */
/* ================== LG DEVICE 01 ================= */
/* ================================================================================================================================== */
@media screen and (min-width: 851px) and (max-width: 1024px) {
	.container {
		width: 98%;
		margin: 0 auto;
	}

	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d {
		width: 48%;
		margin: 1%;
		padding: 0;
	}

	.postcard {
		margin: 0 auto;
	}
}

/* ================================================================================================================================== */
/* ================== LG DEVICE 02 ================= */
/* ================================================================================================================================== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.container {
		width: 98%;
		margin: 0 auto;
	}

	.contentBox4a,
	.contentBox4b,
	.contentBox4c,
	.contentBox4d {
		width: 48%;
		margin: 1%;
		padding: 0;
	}
}
